Difference between revisions of "SaveOptionalData"

From TTWiki
Jump to navigationJump to search
m
(Reformat and update)
 
Line 1: Line 1:
'''''Store additional information in savegames'''''
+
Store additional information in savegames
   
 
==Switch==
 
==Switch==
Line 11: Line 11:
 
In order to function properly, the patch has to save extra data in savegames in certain cases (for example if the extended town data are collected, see [[MoreTownStatistics|More Town Statistics]]).
 
In order to function properly, the patch has to save extra data in savegames in certain cases (for example if the extended town data are collected, see [[MoreTownStatistics|More Town Statistics]]).
   
However you can also tell the patch to save more information that isn't actually required.  This includes for example the vehicle data.  If enabled, the patch will store and load back the current values of all vehicle data, e.g. the top speed, power, weight, capacity and so on.  This is especially important and useful if you use new graphics files, which change the vehicle data.  With this switch on, TTDPatch  will record which graphics files were active in the game, and then use this  information to prevent activation of incompatible graphics sets.   See [[NewGraphics|New Graphics]] for more information.
+
However you can also tell the patch to save more information that isn't actually required. This includes for example the vehicle data. If enabled, the patch will store and load back the current values of all vehicle data, e.g. the top speed, power, weight, capacity and so on. This is especially important and useful if you use new graphics files, which change the vehicle data. With this switch on, TTDPatch will record which graphics files were active in the game, and then use this information to prevent activation of incompatible graphics sets. See [[NewGraphics|New Graphics]] for more information.
   
 
It is recommended that you turn this switch on unless you have a good reason not to use it.
 
It is recommended that you turn this switch on unless you have a good reason not to use it.
   
 
This patch was contributed by Marcin Grzegorczyk.
 
This patch was contributed by Marcin Grzegorczyk.
  +
[[Category:Patches]][[Category:Basic Patches]][[Category:TTDPatch]][[Category:TTDPatch Manual]]

Latest revision as of 14:38, 13 June 2011

Store additional information in savegames

Switch

Configuration file: saveoptionaldata

Command line: -Xx

Description

In order to function properly, the patch has to save extra data in savegames in certain cases (for example if the extended town data are collected, see More Town Statistics).

However you can also tell the patch to save more information that isn't actually required. This includes for example the vehicle data. If enabled, the patch will store and load back the current values of all vehicle data, e.g. the top speed, power, weight, capacity and so on. This is especially important and useful if you use new graphics files, which change the vehicle data. With this switch on, TTDPatch will record which graphics files were active in the game, and then use this information to prevent activation of incompatible graphics sets. See New Graphics for more information.

It is recommended that you turn this switch on unless you have a good reason not to use it.

This patch was contributed by Marcin Grzegorczyk.