ConfigurationFiles.wiki
changeset 644 349ec30bf87c
parent 643 1d8279176ba6
child 671 f99b16de1060
equal deleted inserted replaced
643:1d8279176ba6 644:349ec30bf87c
     5 
     5 
     6 This documents the structure and content of the configuration (.ini) files found in the desktop version of Hedgewars.
     6 This documents the structure and content of the configuration (.ini) files found in the desktop version of Hedgewars.
     7 
     7 
     8 <wiki:toc />
     8 <wiki:toc />
     9 
     9 
    10 = `Hedgewars.ini` =
    10 = `hedgewars.ini` =
    11 
    11 
    12 == {{{[video]}}} ==
    12 == {{{[video]}}} ==
    13 _Graphics rendering settings, back-end (engine)_
    13 _Graphics rendering settings, back-end (engine)_
    14 
    14 
    15 || *Setting* || *Type* || *Description* ||
    15 || *Setting* || *Type* || *Description* ||
    63 
    63 
    64 || *Setting* || *Type* || *Description* ||
    64 || *Setting* || *Type* || *Description* ||
    65 || show=false || Boolean || If the number of frames rendered per second should be shown in-game ||
    65 || show=false || Boolean || If the number of frames rendered per second should be shown in-game ||
    66 || limit=27 || Integer || Maximum number of frames rendered per second, calculated as _1000 / (35 - limit)_ ||
    66 || limit=27 || Integer || Maximum number of frames rendered per second, calculated as _1000 / (35 - limit)_ ||
    67 
    67 
    68 = Weapons.ini: =
    68 = `weapons.ini` =
    69 
    69 
    70 == {{{[General]}}} ==
    70 == {{{[General]}}} ==
    71 _List of weapon settings as key-value pairs, each with a string name and integer value_
    71 _List of weapon settings as key-value pairs, each with a string name and integer value_
    72 
    72 
    73 || *Setting* || *Type* || *Description* ||
    73 || *Setting* || *Type* || *Description* ||
    74 || Default=93919...11101 || Integer || Which weapons are allowed in the default mode ||
    74 || Default=93919...11101 || Integer || Which weapons are allowed in the default mode ||
    75 
    75 
    76 = Schemes.ini: =
    76 = `schemes.ini` =
    77 
    77 
    78 == {{{[schemes]}}} ==
    78 == {{{[schemes]}}} ==
    79 _List of custom scheme settings as key-value pairs, each with a key of "index number of scheme backslash setting name"_
    79 _List of custom scheme settings as key-value pairs, each with a key of "index number of scheme backslash setting name"_
    80 
    80 
    81 || *Setting* || *Type* || *Description* ||
    81 || *Setting* || *Type* || *Description* ||