Edited wiki page ConfigurationFiles through web user interface.
--- a/ConfigurationFiles.wiki Wed Nov 23 23:33:00 2011 +0000
+++ b/ConfigurationFiles.wiki Wed Nov 23 23:47:21 2011 +0000
@@ -63,7 +63,7 @@
|| *Setting* || *Type* || *Description* ||
|| show=false || Boolean || If the number of frames rendered per second should be shown in-game ||
-|| limit=27 || Integer || Maximum number of frames rendered per second, mapped to an enumerated list of possible values ||
+|| limit=27 || Integer || Maximum number of frames rendered per second, calculated as _1000 / (35 - limit)_ ||
= Weapons.ini: =
@@ -135,17 +135,17 @@
|| Voicepack=Default || String || Sounds used for hog voice ||
|| Flag=hedgewars || String || Type of flag if Forts Mode is enabled ||
|| Difficulty=0 || Integer || Diffuculty of AI, or human if left at zero ||
-|| Rounds=0 || Integer || Number of rounds played with team ||
-|| Wins=0 || Integer || Number of rounds won with team ||
-|| CampaignProgress=0 || Integer || Campain progress using team as a percentage ||
+|| Rounds=0 || Integer || Number of rounds played with team _(Currently unused)_ ||
+|| Wins=0 || Integer || Number of rounds won with team _(Currently unused)_ ||
+|| CampaignProgress=0 || Integer || Campain progress using team as a percentage _(Currently unused)_ ||
-== {{{[Hedgehog*]}}} ==
-_List of hogs as sections formatted as "Hedgehog number", where number is between 0 and 7 _
+== {{{[Hedgehog0]}}} ==
+_One per hog on the team_
|| *Setting* || *Type* || *Description* ||
|| Name=Hedgehog Name || String || Name of hog ||
|| Hat=NoHat || String || Type of hat used by hog ||
-|| Rounds=0 || Integer || Number of rounds played with hog ||
-|| Kills=0 || Integer || Kills comitted by hog ||
-|| Deaths=0 || Integer || Deaths experienced by hog ||
-|| Suicides=0 || Integer || Suicides comitted by hog ||
\ No newline at end of file
+|| Rounds=0 || Integer || Number of rounds played with hog _(Currently unused)_ ||
+|| Kills=0 || Integer || Kills comitted by hog _(Currently unused)_ ||
+|| Deaths=0 || Integer || Deaths experienced by hog _(Currently unused)_ ||
+|| Suicides=0 || Integer || Suicides comitted by hog _(Currently unused)_ ||
\ No newline at end of file