diff -r d7688dc8cb9f -r 1a6fa9d619d3 ConfigurationFiles.wiki --- a/ConfigurationFiles.wiki Mon Dec 15 04:48:08 2014 +0000 +++ b/ConfigurationFiles.wiki Mon Dec 15 05:00:04 2014 +0000 @@ -7,7 +7,7 @@ -= Hedgewars.ini: = += `Hedgewars.ini` = == {{{[video]}}} == _Graphics rendering settings, back-end (engine)_ @@ -51,7 +51,7 @@ || *Setting* || *Type* || *Description* || || nick=username || String || Username/nickname used for online play, or promt the user when first connecting if left blank || -|| passwordhash=@ByteArray(d41d8cd98f00b204e9800998ecf8427e) || Byte array || Hash of password used for online play || +|| passwordhash=@!ByteArray(d41d8cd98f00b204e9800998ecf8427e) || Byte array || Hash of password used for online play || || passwordlength=0 || Integer || Lenght of unhashed password string || || ip=10.0.0.0 || String || Default IP-address when connecting to a LAN server, stored in human-readable dot-notation || || port=46631 || Integer || Default port number when connecting to a LAN server || @@ -121,23 +121,25 @@ || 1\healthdecrease=5 || Integer || Damage dealth each turn to hogs in water during "Sudden Death" mode || || 1\ropepct=100 || Integer || Maximum length of rope as a percentage || || 1\getawaytime=100 || Integer || Time you have to get away from an explosive after arming it, as a percentage || +|| 1\worldedge=0 || Integer || Type of world edges at the left and right side. `0` for no edge (default), `1` for wrap-around, `2` for bouncy edges, `3` for ocean. || +|| 1\scriptparam="" || String || 0.9.21: Script parameter, this is read by scripts. Can have any arbitrary srting value, the meaning of this value depends on the script used. || -= TeamName.hwt: = += `TeamName.hwt` = _One file per team_ == {{{[Team]}}} == _General team settings_ || *Setting* || *Type* || *Description* || -|| Name=TeamName || String || Name of team || +|| Name=!TeamName || String || Name of team || || Grave=Statue || String || Type of grave created when hog dies || || Fort=Plane || String || Type of fort if Forts Mode is enabled || || Voicepack=Default || String || Sounds used for hog voice || -|| Flag=hedgewars || String || Type of flag if Forts Mode is enabled || +|| Flag=hedgewars || String || Name of flag (flag file name without suffix) || || Difficulty=0 || Integer || Diffuculty of AI, or human if left at zero || || 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)_ || +|| !CampaignProgress=0 || Integer || Campain progress using team as a percentage _(Currently unused)_ || == {{{[Hedgehog0]}}} == _One per hog on the team_