ConfigurationFiles.wiki
changeset 168 f4f73967aa4e
parent 167 ee9a626148fc
child 498 1a6fa9d619d3
equal deleted inserted replaced
167:ee9a626148fc 168:f4f73967aa4e
    61 == {{{[fps]}}} ==
    61 == {{{[fps]}}} ==
    62 _Frames per second settings_
    62 _Frames per second settings_
    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, mapped to an enumerated list of possible values ||
    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_
   133 || Grave=Statue || String || Type of grave created when hog dies ||
   133 || Grave=Statue || String || Type of grave created when hog dies ||
   134 || Fort=Plane || String || Type of fort if Forts Mode is enabled ||
   134 || Fort=Plane || String || Type of fort if Forts Mode is enabled ||
   135 || Voicepack=Default || String || Sounds used for hog voice ||
   135 || Voicepack=Default || String || Sounds used for hog voice ||
   136 || Flag=hedgewars || String || Type of flag if Forts Mode is enabled ||
   136 || Flag=hedgewars || String || Type of flag if Forts Mode is enabled ||
   137 || Difficulty=0 || Integer || Diffuculty of AI, or human if left at zero ||
   137 || Difficulty=0 || Integer || Diffuculty of AI, or human if left at zero ||
   138 || Rounds=0 || Integer || Number of rounds played with team ||
   138 || Rounds=0 || Integer || Number of rounds played with team _(Currently unused)_ ||
   139 || Wins=0 || Integer || Number of rounds won with team ||
   139 || Wins=0 || Integer || Number of rounds won with team _(Currently unused)_ ||
   140 || CampaignProgress=0 || Integer || Campain progress using team as a percentage ||
   140 || CampaignProgress=0 || Integer || Campain progress using team as a percentage _(Currently unused)_ ||
   141 
   141 
   142 == {{{[Hedgehog*]}}} ==
   142 == {{{[Hedgehog0]}}} ==
   143 _List of hogs as sections formatted as "Hedgehog number", where number is between 0 and 7 _
   143 _One per hog on the team_
   144 
   144 
   145 || *Setting* || *Type* || *Description* ||
   145 || *Setting* || *Type* || *Description* ||
   146 || Name=Hedgehog Name || String || Name of hog ||
   146 || Name=Hedgehog Name || String || Name of hog ||
   147 || Hat=NoHat || String || Type of hat used by hog ||
   147 || Hat=NoHat || String || Type of hat used by hog ||
   148 || Rounds=0 || Integer || Number of rounds played with hog ||
   148 || Rounds=0 || Integer || Number of rounds played with hog _(Currently unused)_ ||
   149 || Kills=0 || Integer || Kills comitted by hog ||
   149 || Kills=0 || Integer || Kills comitted by hog _(Currently unused)_ ||
   150 || Deaths=0 || Integer || Deaths experienced by hog ||
   150 || Deaths=0 || Integer || Deaths experienced by hog _(Currently unused)_ ||
   151 || Suicides=0 || Integer || Suicides comitted by hog ||
   151 || Suicides=0 || Integer || Suicides comitted by hog _(Currently unused)_ ||