summaryrefslogtreecommitdiffstats
path: root/src/core
diff options
context:
space:
mode:
authorNikolay Korolev <nickvnuk@gmail.com>2020-06-21 12:46:23 +0200
committerNikolay Korolev <nickvnuk@gmail.com>2020-06-21 12:46:23 +0200
commitf5cba0ce89c0c472ed041dbc0dcc37e70da4147d (patch)
tree9d26137099d5906d0e9e4eb2b0391ad275d4fc2d /src/core
parenttried to reconstruct bills cam (diff)
downloadre3-f5cba0ce89c0c472ed041dbc0dcc37e70da4147d.tar
re3-f5cba0ce89c0c472ed041dbc0dcc37e70da4147d.tar.gz
re3-f5cba0ce89c0c472ed041dbc0dcc37e70da4147d.tar.bz2
re3-f5cba0ce89c0c472ed041dbc0dcc37e70da4147d.tar.lz
re3-f5cba0ce89c0c472ed041dbc0dcc37e70da4147d.tar.xz
re3-f5cba0ce89c0c472ed041dbc0dcc37e70da4147d.tar.zst
re3-f5cba0ce89c0c472ed041dbc0dcc37e70da4147d.zip
Diffstat (limited to 'src/core')
-rw-r--r--src/core/config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/config.h b/src/core/config.h
index 6835267d..f7efe694 100644
--- a/src/core/config.h
+++ b/src/core/config.h
@@ -233,6 +233,8 @@ enum Config {
#define USE_PRECISE_MEASUREMENT_CONVERTION // makes game convert feet to meeters more precisely
#define MISSION_REPLAY // mobile feature
//#define SIMPLIER_MISSIONS // apply simplifications from mobile
+#define USE_ADVANCED_SCRIPT_DEBUG_OUTPUT
+#define SCRIPT_LOG_FILE_LEVEL 1 // 0 == no log, 1 == overwrite every frame, 2 == full log
// Replay
//#define DONT_FIX_REPLAY_BUGS // keeps various bugs in CReplay, some of which are fairly cool!