From: Stefan F. <ste...@we...> - 2010-02-15 22:58:01
|
Some weeks ago I suggested a easier support for face-to-face play: Rails should not require the players to track tile and token lay on the computer. For that reason I have implemented (with support and suggestions by Erik) the NoMapMode, now available for testing. - Mode is activated as GameOption (starting with 1830 and 1889). - The tile and token lay actions are replaced by OperatingCosts actions. They are only required to account for the necessary payments and updates of the remaining tokens. - As of now this mode is not strict: Several tile and token lays in one OR and free entry of costs is available. This allows to account for all other types of costs which are not supported by Rails yet. This will change as soon as a correction mode is implemented. - It is not possible to change between NoMapMode and MapMode after a new game is started. - And currently the map is still shown, but this will change soon. Any questions and/or suggestions are more than welcome. Stefan |