Are all settings stored in a savegame June 20, 2010, 09:48:57 pm Question from the Dutch board: http://forum.simutrans.com/index.php?topic=5369.msg52310;topicseen#msg52310Is 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? Quote Selected
Re: Are all settings stored in a savegame Reply #1 – June 20, 2010, 10:34:39 pm 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. Quote Selected
Re: Are all settings stored in a savegame Reply #2 – June 21, 2010, 08:49:18 am 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. Quote Selected