From: brett l. <bre...@gm...> - 2011-02-15 23:45:13
|
Adam - Looks like you hit on the issue. There are a few tile numbers that overlap or otherwise conflict due to the game designer's choice in naming and our own implementation details related to how Rails handles tile filenames, etc. In general, we try to preserve the board game's original tile names as best as we can, but sometimes that just isn't possible. If you can think of a better name for a given tile, please suggest it and/or send in a patch for consideration. :-) ---Brett. On Tue, Feb 15, 2011 at 3:40 PM, Adam Badura <ab...@o2...> wrote: > After further investigation it seems that the problematic identifiers > are for those tiles which are not actual tiles but imprinted ones like the > referred –3005. But still game specific tiles are “strange”. Like for > example AL441. > > Adam Badura > > From: Adam Badura > Sent: Wednesday, February 16, 2011 12:34 AM > To: rai...@li... > Subject: [Rails-devel] Tiles and Their Identifiers > > How do you assign tile identifiers? For example 18EU Berlin Yellow tile > has code –3005. Why? Why this value? Why not use codes as given on > http://www.18xx.net/tiles/ to make them accessible for larger audience? Also > what is the difference between negative and positive number in the code? Why > base tiles (inprinted) with towns (dits) and cities have those towns and > cities not cenetered as is usually drawn on maps but rather pushed at one > side and then randomly (as it seems) rotated? > > Adam Badura > |