Skip to content

Commit d4362d1

Browse files
committed
Updated readme.
1 parent f8b60e2 commit d4362d1

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ page](https://github.com/Esper89/Subnautica-TerrainPatcher/releases/latest), bel
1515
To install Terrain Patcher, just extract the zip file and place the `TerrainPatcher` folder into
1616
your `BepInEx/plugins` folder.
1717

18-
To install a `.optoctreepatch` file, place it in the `TerrainPatcher/patches` folder.
18+
To install a `.optoctreepatch` file manually, place it in the `TerrainPatcher/patches` folder. You
19+
can place a terrain patch anywhere in the `BepInEx/plugins` folder or any subfolder and it will
20+
still be loaded.
1921

2022
You can specify a custom load order for `.optoctreepatch` files by writing the file names (without
2123
the extensions) into the `load-order.txt` file.
@@ -46,8 +48,8 @@ mod uses Terrain Patcher, anyone using your mod needs to have Terrain Patcher in
4648
### Patch Loading
4749

4850
There are two ways to load a terrain patch. The easiest way is to distribute your `.optoctreepatch`
49-
file alongside your mod. Terrain Patcher will find and load all `.optoctreepatch` files placed
50-
anywhere in the `BepInEx/plugins` folder or any subfolder.
51+
file alongside your mod. **Terrain Patcher will find and load all `.optoctreepatch` files placed
52+
anywhere in the `BepInEx/plugins` folder or any subfolder.**
5153

5254
Alternatively, you can add your `.optoctreepatch` file to your project as an embedded resource and
5355
add `TerrainPatcher.dll` as a reference. You can then use `Assembly.GetManifestResourceStream` (as

0 commit comments

Comments
 (0)