Map Editor Source Code to change object limit [legit?]
-
hi here on github is map editor source and can i change the code to more object ? from 2k to 4k?
"public static class PropStreamer
{
public static int MAX_OBJECTS = 2048;"or will not work?
Github link: https://github.com/Guad/MapEditor/blob/master/PropStreamer.cs
-
I think it's more of a game engine error that you'll get even before reaching 2048 objects. But who knows if nobody tries.
-
No, it won't work unless you increase the pool sizes themselves.