From: Erik V. <ev...@us...> - 2010-01-15 19:54:06
|
Update of /cvsroot/rails/18xx/data/1830 In directory sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv6251/data/1830 Modified Files: Game.xml Log Message: Changes structure of GameManager XML Index: Game.xml =================================================================== RCS file: /cvsroot/rails/18xx/data/1830/Game.xml,v retrieving revision 1.25 retrieving revision 1.26 diff -C2 -d -r1.25 -r1.26 *** Game.xml 23 Nov 2009 18:32:47 -0000 1.25 --- Game.xml 15 Jan 2010 19:53:57 -0000 1.26 *************** *** 13,21 **** in a dropdown the first item is always the default). --> <GameOption name="WithOptional6Train" type="toggle" default="no"/> <GameOption name="UnlimitedTopTrains" parm="D" type="toggle" default="no"/> <GameOption name="LeaveAuctionOnPass" type="toggle" default="no"/> ! <PlayerShareLimit percentage="60"/> ! <BankPoolLimit percentage="50"/> <EndOfGame> <Bankruptcy/> --- 13,32 ---- in a dropdown the first item is always the default). --> + <!-- The options in Game.xml are not currently used. + See GamesList.xml for the real ones. + --> <GameOption name="WithOptional6Train" type="toggle" default="no"/> <GameOption name="UnlimitedTopTrains" parm="D" type="toggle" default="no"/> <GameOption name="LeaveAuctionOnPass" type="toggle" default="no"/> ! <GameParameters> ! <PlayerShareLimit percentage="60"> ! <!-- Option "NumberOfPlayers" is automatically set ! by the game engine --> ! <IfOption name="NumberOfPlayers" value="2"> ! <Attributes percentage="70"/> ! </IfOption> ! </PlayerShareLimit> ! <BankPoolLimit percentage="50"/> ! </GameParameters> <EndOfGame> <Bankruptcy/> |