mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-18 11:59:23 +00:00
low effort save support
This commit is contained in:
parent
1619d2395e
commit
bf4b39781b
11 changed files with 451 additions and 403 deletions
|
@ -274,7 +274,7 @@ enum Config {
|
|||
#define FIX_BUGS // fixes bugs that we've came across during reversing. You can undefine this only on release builds.
|
||||
//#define MORE_LANGUAGES // Add more translations to the game
|
||||
#define COMPATIBLE_SAVES // this allows changing structs while keeping saves compatible, and keeps saves compatible between platforms
|
||||
#define FIX_INCOMPATIBLE_SAVES // try to fix incompatible saves, requires COMPATIBLE_SAVES
|
||||
//#define FIX_INCOMPATIBLE_SAVES // try to fix incompatible saves, requires COMPATIBLE_SAVES
|
||||
#define LOAD_INI_SETTINGS // as the name suggests. fundamental for CUSTOM_FRONTEND_OPTIONS
|
||||
|
||||
#define NO_MOVIES // add option to disable intro videos
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue