mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-09 21:30:34 +00:00
anim compression
This commit is contained in:
parent
73d080bcc8
commit
9982f1f21b
17 changed files with 651 additions and 88 deletions
|
@ -192,6 +192,11 @@ enum Config {
|
|||
// those infamous texts
|
||||
#define DRAW_GAME_VERSION_TEXT
|
||||
|
||||
// Memory allocation and compression
|
||||
// #define USE_CUSTOM_ALLOCATOR // use CMemoryHeap for allocation. use with care, not finished yet
|
||||
//#define COMPRESSED_COL_VECTORS // use compressed vectors for collision vertices
|
||||
//#define ANIM_COMPRESSION // only keep most recently used anims uncompressed
|
||||
|
||||
#if defined GTA_PS2
|
||||
# define GTA_PS2_STUFF
|
||||
# define RANDOMSPLASH
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue