mirror of
https://github.com/dhewm/dhewm3-sdk.git
synced 2025-01-22 08:51:26 +00:00
Increased max globals
Needed if you want to play some of the vanilla doom 3 maps by default. Note that you will need to update more stuff like statements, globals, etc. for the game to start with all of them. Another note that the scripts are not loaded by default in ruiner/Rivensin due to none of the maps being tested. Most of them are not third person friendly. Someday I hope to get a mini version of the campaign ported.
This commit is contained in:
parent
eb953960ab
commit
d903e48819
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ class idSaveGame;
|
||||||
class idRestoreGame;
|
class idRestoreGame;
|
||||||
|
|
||||||
#define MAX_STRING_LEN 128
|
#define MAX_STRING_LEN 128
|
||||||
#define MAX_GLOBALS 196608 // in bytes
|
#define MAX_GLOBALS 296608 // in bytes vanilla d3 is 196608 rev 2018
|
||||||
#define MAX_STRINGS 1024
|
#define MAX_STRINGS 1024
|
||||||
#define MAX_FUNCS 3072
|
#define MAX_FUNCS 3072
|
||||||
#define MAX_STATEMENTS 81920 // statement_t - 18 bytes last I checked
|
#define MAX_STATEMENTS 81920 // statement_t - 18 bytes last I checked
|
||||||
|
|
Loading…
Reference in a new issue