How to remove the limit on objects? After 2200 objects they become invalid.
-
-
@Utihlanz Open your gameconfig.xml (in mods), and look for a poolname called 'Object' (see below); then increase it, to like 4,000-5,000 or so:
<Item> <PoolName>Object</PoolName> <!-- Raising this value can cause issues with recording --> <PoolSize value="5000"/> </Item> <Item>