mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-15 18:10:33 +00:00
Add files via upload
This commit is contained in:
parent
e65a09ea09
commit
20cacb18f0
4 changed files with 20 additions and 2 deletions
|
@ -186,7 +186,7 @@ enum Config {
|
|||
# define NO_CDCHECK
|
||||
# define CHATTYSPLASH // print what the game is loading
|
||||
# define DEBUGMENU
|
||||
//# define TIMEBARS // print debug timers
|
||||
# define TIMEBARS // print debug timers
|
||||
#endif
|
||||
|
||||
#define FIX_BUGS // fixes bugs that we've came across during reversing, TODO: use this more
|
||||
|
@ -228,7 +228,7 @@ enum Config {
|
|||
#define CUSTOM_FRONTEND_OPTIONS
|
||||
|
||||
// Script
|
||||
#define USE_DEBUG_SCRIPT_LOADER // makes game load main_freeroam.scm by default
|
||||
#define USE_DEBUG_SCRIPT_LOADER // Loads main.scm by default. Hold R for main_freeroam.scm and D for main_d.scm
|
||||
#define USE_MEASUREMENTS_IN_METERS // makes game use meters instead of feet in script
|
||||
#define USE_PRECISE_MEASUREMENT_CONVERTION // makes game convert feet to meeters more precisely
|
||||
#define MISSION_REPLAY // mobile feature
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue