From: Erik V. <eri...@xs...> - 2012-06-25 15:10:34
|
I have applied your patch, and have also applied the new method of configuring two yellow tiles to 1870 (for 18EU, it had already been changed in the 'master' repo branch). Phase 2 is now defined as: <Phase name="2" realName="1"> <Tiles colour="yellow"> <Lays companyType="Public" colour="yellow" number="2"/> </Tiles> <OperatingRounds number="1"/> <Trains tradingAllowed="yes"/> </Phase> But I can't test this, so I must leave that to you. (BTW all phase properties are automatically copied to 'higher' phases, unless changed explicitly). Erik. > -----Original Message----- > From: John David Galt [mailto:jd...@di...] > Sent: Monday, June 25, 2012 12:00 AM > To: rai...@li... > Subject: [Rails-devel] 1870 patch and questions > > 1. This patch is to allow the private company tokens to be laid. > > (I realize that someone else is working on 1870, and if this isn't welcome I'll > stop. I'm doing it more to teach myself the code than anything else.) > > 2. I haven't yet figured out how to let the major companies lay two tiles in > their first turn. CompanyManager.xml does have > > <TileLays> > <Number colour="yellow" phase="1,2,3,4,5,6,7,8" number="2"/> > </TileLays> > > which seems to work in 18EU; I haven't figured out why it fails in 1870. > > 3. How do I go about getting 1837 added to the "prototype" list so I can see > how it behaves so far (since I can't seem to get it to build on Windows)? |