From: Stefan F. <ste...@us...> - 2010-02-14 20:48:43
|
Update of /cvsroot/rails/18xx/data/1889 In directory sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv21890/data/1889 Modified Files: Game.xml Log Message: Added NoMapMode as GameOption. This mode skips LayTile and LayTrack actions and replaces those by more generic OperatingCosts actions. Currently only a non-strict mode is supported, thus "illegal" actions are possible. Option only tested and active for 1889 and 1835. Others to follow. Index: Game.xml =================================================================== RCS file: /cvsroot/rails/18xx/data/1889/Game.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** Game.xml 6 Feb 2010 14:56:13 -0000 1.4 --- Game.xml 14 Feb 2010 20:47:29 -0000 1.5 *************** *** 16,21 **** See GamesList.xml for the real ones. --> ! <Option name="WithOptional6Train" type="toggle" default="no"/> ! <Option name="UnlimitedTopTrains" parm="D" type="toggle" default="no"/> <GameParameters> <PlayerShareLimit percentage="60"> --- 16,23 ---- See GamesList.xml for the real ones. --> ! <GameOption name="NoMapMode" type="toggle" default="yes" /> ! <GameOption name="BeginnerGame" type="toggle" default="no" /> ! <GameOption name="WithOptional6Train" type="toggle" default="no"/> ! <GameOption name="UnlimitedTopTrains" parm="D" type="toggle" default="yes"/> <GameParameters> <PlayerShareLimit percentage="60"> |