Skip to content
This repository has been archived by the owner on Jun 12, 2024. It is now read-only.

Optimizations

RTMecha edited this page May 10, 2023 · 2 revisions

Game Optimizations

The Legacy editor is highly unoptimized with a lot of weirdness to what it does. While most of those problems have not been fixed, some have been and include:

  • Saving a level will save EVERY theme you have to the level.lsb file.

Yes, even if you have 100+ themes it will still save and will increase the file size. So now it will check if the theme is ever used and will only save to the level.lsb if it is.

  • Game Freezes when doing Big Tasks

Usually when trying to expand a prefab, drag select a bunch of objects or delete a bunch of objects it would freeze the game for up to 10+ minutes. However with this mod, it now individually expands each object in a prefab, select objects and delete them, which takes less than 10% of the original time. (I cannot remember the exact timing but it's somewhere around there.)

Clone this wiki locally