Savegame format
<<Back to the Openttd.cfg (OpenTTD configuration file)

savegame_format is a variable of Openttd.cfg file:

The save game format to use. This is a client-setting only. This should only be used for testing only, as the best option for your system will be selected by default.

Valid options: [ <empty> | lzma | lzma:0 .. lzma:9 | zlib | zlib:0 .. zlib:9 | lzo | none ]

Default: <empty>

Some options may not be available if the required libraries have not been compiled in. Some options allow you to additionally specify a compression level.

Explanation of values: (from best to worst)

The loading of save games is unaffected by the choice you have here.