The International Simutrans Forum

Community => Simutrans Help Center => Topic started by: Combuijs on June 20, 2010, 09:48:57 pm

Title: Are all settings stored in a savegame
Post by: Combuijs on June 20, 2010, 09:48:57 pm
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?
Title: Re: Are all settings stored in a savegame
Post by: prissi on 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.
Title: Re: Are all settings stored in a savegame
Post by: Combuijs on 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.