Skip to content

Commit 6ae65f2

Browse files
authored
Update README.md
1 parent 172622f commit 6ae65f2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ Because this modloader aims to be a drop-in GOMORI replacement, you can follow m
4343
- 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.
4444
- OneLoader doesn't leave any residue in main game files and assets (Unlike GOMORI's .BASIL files mandatory for restoring removed mods)
4545
- 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.
4647

4748
### Disadvantages
4849
- 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

Comments
 (0)