diff options
author | eray orçunus <erayorcunus@gmail.com> | 2019-10-05 15:44:03 +0200 |
---|---|---|
committer | eray orçunus <erayorcunus@gmail.com> | 2019-10-05 16:06:01 +0200 |
commit | aa4e7ad5eb554b1219f7eaae53e5ddc0d4478dd9 (patch) | |
tree | ad8198d43e156782930020c1e066f07812b9f45b /src/core/config.h | |
parent | Fix warnings (diff) | |
download | re3-aa4e7ad5eb554b1219f7eaae53e5ddc0d4478dd9.tar re3-aa4e7ad5eb554b1219f7eaae53e5ddc0d4478dd9.tar.gz re3-aa4e7ad5eb554b1219f7eaae53e5ddc0d4478dd9.tar.bz2 re3-aa4e7ad5eb554b1219f7eaae53e5ddc0d4478dd9.tar.lz re3-aa4e7ad5eb554b1219f7eaae53e5ddc0d4478dd9.tar.xz re3-aa4e7ad5eb554b1219f7eaae53e5ddc0d4478dd9.tar.zst re3-aa4e7ad5eb554b1219f7eaae53e5ddc0d4478dd9.zip |
Diffstat (limited to 'src/core/config.h')
-rw-r--r-- | src/core/config.h | 19 |
1 files changed, 17 insertions, 2 deletions
diff --git a/src/core/config.h b/src/core/config.h index 49bef3fa..520bcc72 100644 --- a/src/core/config.h +++ b/src/core/config.h @@ -32,6 +32,7 @@ enum Config { NUMDUMMIES = 2802, // 2368 on PS2 NUMAUDIOSCRIPTOBJECTS = 256, NUMCUTSCENEOBJECTS = 50, + NUMDEFAULTMODELS = 200, NUMTEMPOBJECTS = 30, @@ -138,11 +139,25 @@ enum Config { #endif #define FIX_BUGS // fix bugs in the game, TODO: use this more + +// Pad #define KANGAROO_CHEAT + +// Hud #define ASPECT_RATIO_SCALE + +// Script #define USE_DEBUG_SCRIPT_LOADER + +// Vehicles #define EXPLODING_AIRTRAIN // can blow up jumbo jet with rocket launcher -#define ANIMATE_PED_COL_MODEL //#define REMOVE_TREADABLE_PATHFIND + +// Pickups +//#define MONEY_MESSAGES + +// Peds +#define ANIMATE_PED_COL_MODEL #define VC_PED_PORTS -//#define MONEY_MESSAGES
\ No newline at end of file +#define NEW_WALK_AROUND_ALGORITHM +#define CANCELLABLE_CAR_ENTER
\ No newline at end of file |