hogsy / jaded

A repository for raising any tickets relating to Jaded, the Community Patched Jade Engine. There is no code here.
https://oldtimes-software.com/jaded/
1 stars 0 forks source link

[BUG] Object Limit #20

Closed MaeDaGoof closed 11 months ago

MaeDaGoof commented 1 year ago

Adding too many objects to a level seems to give this error. At least it seems to be an Object limit issue image_2023-05-30_050942113

hogsy commented 1 year ago

Upper limits for flags and nodes has been removed, technically solving this problem. Need to investigate code a bit more, though, as need to downsize safely as elements are removed prior to clean up. Once this is done, will look at doing the same for objects.

hogsy commented 11 months ago

Bumped up object limits, rather than removing it entirely for now. There are other changes I've made which will make migrating away from hard limits easier in future, but I think the change introduced should resolve this problem regardless.