Skip to main content
Topic: Are all settings stored in a savegame (Read 16715 times) previous topic - next topic

Are all settings stored in a savegame

Question from the Dutch board: 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?
Bob Marley: No woman, no cry

Programmer: No user, no bugs



Re: Are all settings stored in a savegame

Reply #1
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.

 

Re: Are all settings stored in a savegame

Reply #2
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.
Bob Marley: No woman, no cry

Programmer: No user, no bugs