From: Erik V. <eri...@xs...> - 2011-06-25 09:59:58
|
OK, thanks. I have committed these files. I will look at the special tiles later. Two comments: - Since Adam Badura's recent update it is no longer necessary to specify a class name in Map.xml. - Accented characters do not correctly transfer this way. I had to fix these. I suppose the only safe way is to use the (hexa)decimal UTF values, as I did in 1835. However, the actual accented characters also appear to work if entered via the Eclipse XML editor, see 18EU. Erik. Van: Scott Petersen [mailto:sc...@re...] Verzonden: zaterdag 25 juni 2011 4:22 Aan: Development list for Rails: an 18xx game Onderwerp: [Rails-devel] 1826 On Fri, Jun 24, 2011 at 12:43 AM, Stefan Frey <ste...@we...> wrote: it is not too bad and should be doable: My tasks should not be the bottleneck, at least I hope so. With those encouraging words, I made some headway with the 1826 XML files. They are attached. There is a lot of stuff that still needs work--this is just the items that I could do without a rules read. The next step will be to develop a list of items to resolve and add it to the wiki. I'll do that sometime in the next week or so. There are several preprinted tiles that will need to be made. I am using a placeholder for now. Here is some text to add to the Gameslist <Game name="1826"> <Note>Prototype</Note> <Description>1826</Description> <Players minimum="2" maximum="6" /> </Game> Here are the tiles that need to be added to TileSet.xml. I'll work on adding their upgrades and formatting them once the tiles are created and there is a valid Tiles.xml. <Tile id="3" quantity="2"/> <Tile id="4" quantity="6"/> <Tile id="5" quantity="2"/> <Tile id="6" quantity="2"/> <Tile id="7" quantity="4"/> <Tile id="8" quantity="16"/> <Tile id="9" quantity="21"/> <Tile id="57" quantity="4"/> <Tile id="58" quantity="6"/> <Tile id="14" quantity="3"/> <Tile id="15" quantity="3"/> <Tile id="16" quantity="1"/> <Tile id="19" quantity="1"/> <Tile id="20" quantity="1"/> <Tile id="23" quantity="5"/> <Tile id="24" quantity="5"/> <Tile id="25" quantity="3"/> <Tile id="26" quantity="1"/> <Tile id="27" quantity="1"/> <Tile id="28" quantity="1"/> <Tile id="29" quantity="1"/> <Tile id="87" quantity="2"/> <Tile id="88" quantity="2"/> <Tile id="141" quantity="1"/> <Tile id="142" quantity="1"/> <Tile id="143" quantity="1"/> <Tile id="203" quantity="1"/> <Tile id="204" quantity="2"/> <Tile id="514" quantity="1"/> <Tile id="619" quantity="3"/> <Tile id="39" quantity="1"/> <Tile id="40" quantity="1"/> <Tile id="41" quantity="2"/> <Tile id="42" quantity="2"/> <Tile id="43" quantity="3"/> <Tile id="44" quantity="1"/> <Tile id="45" quantity="2"/> <Tile id="46" quantity="2"/> <Tile id="47" quantity="3"/> <Tile id="63" quantity="5"/> <Tile id="70" quantity="1"/> <Tile id="515" quantity="1"/> <Tile id="611" quantity="2"/> <Tile id="513" quantity="3"/> <Tile id="516" quantity="1"/> |