found this in the et source in etmain qgame
could some coder put this to 32000 with some easy c# script for jaymod?Code:#define MAX_GAMESTATE_CHARS 16000 typedef struct { int stringOffsets[MAX_CONFIGSTRINGS]; char stringData[MAX_GAMESTATE_CHARS]; int dataCount; } gameState_t;