Skip to content

TurboMode 0.0.6

Pre-release
Pre-release

Choose a tag to compare

@foonix foonix released this 03 Aug 20:06
· 62 commits to master since this release

Reduce UI overhead from most unused UI windows by completely shutting them off when closed.

This reduces about 0.5-1 ms from the fame loop on my computer with only commonly used flight windows open. It is independent of the vessel size. It may cause slight frame lag when when opening a window, as Unity must "wake up" a large number of objects.

If you have any issues with the game UI, please report an issue on github or ping me on discord, and set ShutoffUnusedWindowHierarchies = false in BepInEx/config/TurboMode.cfg to disable this optimization.