Difference between revisions of "Documentation/Engine/Configuration variables/g save format"
Jump to navigation
Jump to search
(Created page with " {| |'''Name:''' || g_save_format |- |'''Purpose:''' || Format used to store the game saves. |- |'''Config:''' || global |- |'''Value:''' || integer - format |} =format...") |
m (ErykDwornicki moved page Engine/Configuration variables/g save format to Documentation/Engine/Configuration variables/g save format without leaving a redirect) |
(No difference)
|
Revision as of 12:44, 15 February 2016
Name: | g_save_format |
Purpose: | Format used to store the game saves. |
Config: | global |
Value: | integer - format |
format:
Value | Description |
---|---|
0 | default mode, whatever the game considers the default might change on build or state of testing |
1 | force binary only |
2 | force text only |
3 | simultaneous creation of binary and textual saves for debugging purposes |