rfg-modding / Reconstructor

Community patch / extension of Red Faction Guerrilla Re-mars-tered
Mozilla Public License 2.0
6 stars 0 forks source link

Configurable mempool/string pool sizes #49

Open Moneyl opened 1 year ago

Moneyl commented 1 year ago

Many memory pools, string pools, and arrays the game uses are hardcoded to be a fixed size. This is becoming a problem with mods since they don't dynamically grow, and mods are starting to exceed them. At the moment reconstructor doubled the size of many of them (except some ones that are trickier to patch). This should be configurable instead so players don't need to recompile reconstructor to make them bigger.

Must complete #42 first.