You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Significant performance improvements. SDLS JSON compilation takes 81% less time. (9 seconds -> 1.7 seconds, with basegame events.json and qualities.json as a benchmark).
Added Fastload, which loads your game up to 15-20 seconds faster than before, regardless of installed mods (enabled by default).
Added LoadIntoSave, which automatically loads your save file once the game starts, requiring no input from the player (enabled by default).
JSON processing now runs async, so it doesn't cause the game to freeze when loading.