Skip to content

Commit 3f778f4

Browse files
authored
Create README.md
1 parent 8382025 commit 3f778f4

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# COM3D2.ShortStartLoader
2+
Yet another COM3D2 plugin that fixes more of Kiss's Horrendous code. But also some .NET Framework stuff. This mod has been in private-beta hell for about two years now, I'd come back to it from time to time to make minor enhancements and stuff.
3+
4+
## Why ##
5+
As we all know, KISS can't code. This leads to the many issues with the game once you reach certain points. What SSL targets is the incredibly large load delay when you start your game. This one is caused by various bad design choices and unoptimized function usage. SSL fixes this as best as it can.
6+
7+
## What ##
8+
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.
9+
10+
## Installation ##
11+
1. Download file
12+
2. Place into Bepinex/plugins
13+
3. Profit. You may configure it to disable features in the F1 menu or by editing the config file in the config directory.

0 commit comments

Comments
 (0)