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
Copy file name to clipboardExpand all lines: README.md
+1
Original file line number
Diff line number
Diff line change
@@ -43,6 +43,7 @@ Because this modloader aims to be a drop-in GOMORI replacement, you can follow m
43
43
- On SSD systems, OneLoader is much gentler when it comes to write cycles: The only writes it does are when creating logs, meaning around 50 KB per game session. GOMORI on the other hand has to patch all game files on disk every time it starts, causing significant wear with large mods or mod packs.
44
44
- OneLoader doesn't leave any residue in main game files and assets (Unlike GOMORI's .BASIL files mandatory for restoring removed mods)
45
45
- OneLoader doesn't require that your zips and mod folders be named precisely following the mod id, they can have any name.
46
+
- OneLoader will run even without a `mods` folder or a `save` folder present. It will simply create them.
46
47
47
48
### Disadvantages
48
49
- GOMORI has theoretically marginally higher runtime performance than OneLoader, although the difference is small enough that on most machines it doesn't matter.
0 commit comments