mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-20 13:29:31 +00:00
started CStreaming
This commit is contained in:
parent
109cde810c
commit
922c73eeee
6 changed files with 388 additions and 18 deletions
|
@ -1,7 +1,8 @@
|
|||
#pragma once
|
||||
|
||||
enum Config {
|
||||
NUMCDIMAGES = 50, // was 12
|
||||
NUMCDIMAGES = 12, // gta3.img duplicates (not used on PC)
|
||||
MAX_CDIMAGES = 8, // additional cdimages
|
||||
|
||||
MODELINFOSIZE = 5500,
|
||||
TXDSTORESIZE = 850,
|
||||
|
@ -14,6 +15,8 @@ enum Config {
|
|||
VEHICLEMODELSIZE = 120,
|
||||
TWODFXSIZE = 2000,
|
||||
|
||||
MAXVEHICLESLOADED = 50, // 70 on mobile
|
||||
|
||||
NUMOBJECTINFO = 168, // object.dat
|
||||
|
||||
// Pool sizes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue