Skip to content

Commit 1ccd4cc

Browse files
authored
Update README.md
1 parent d793e98 commit 1ccd4cc

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ As we all know, KISS can't code. This leads to the many issues with the game onc
77
## What ##
88
To get technical, we optimize various calls by sorta juggling the slower parts of the code. You can credit @hatena_37 for portions of the code found in ModMenuAccel that indeed confer a speed boost. I ported that code to BepInEx and implemented it in a cleaner fashion into SSL. Apart from that, the biggest optimization is implementing parallelism for mod gathering. This can slough off various seconds or even minutes as the game identifies mod files while it loads itself.
99

10+
Please keep in mind this won't fix the massive delay you'll experience when starting the game, the crappy code is still unmanaged, this only helps somewhat especially when you have very large mod folders.
11+
1012
## Installation ##
1113
Make sure you're on at least assembly version 2.24 of the game before installing!
1214

0 commit comments

Comments
 (0)