mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-09 08:10:33 +00:00
replay bug fixes, script bug fix
This commit is contained in:
parent
1d8b3a216c
commit
152d8c2f40
4 changed files with 213 additions and 80 deletions
|
@ -168,6 +168,10 @@ enum Config {
|
|||
#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
|
||||
|
||||
// Replay
|
||||
//#define DONT_FIX_REPLAY_BUGS // keeps various bugs in CReplay, some of which are fairly cool!
|
||||
//#define USE_BETA_REPLAY_MODE // adds another replay mode, a few seconds slomo (caution: buggy!)
|
||||
|
||||
// Vehicles
|
||||
#define EXPLODING_AIRTRAIN // can blow up jumbo jet with rocket launcher
|
||||
//#define REMOVE_TREADABLE_PATHFIND
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue