Question from the Dutch board: http://forum.simutrans.com/index.php?topic=5369.msg52310;topicseen#msg52310 (http://forum.simutrans.com/index.php?topic=5369.msg52310;topicseen#msg52310)
Is the max_transfers settings stored in a savegame or read from the configuration files?
Which leads to the obvious other question:
Which settings are stored in a savegame and which settings are never stored in a save game but taken from the configuration files?
If you can read code: all settings in umgebung_t, i.e. everything that does not affect game play, will be not stored. Reason: when network or competitions are on, those settings need to prevail. Timeline is the only execption, since this behavior was added earlier.
Thanks Prissi, I can read code.
And for those who can't, and can't read through all negations in the previous post ;) , max_transfers is stored in the save game because it affects game play.