Skip to content

Commit d906748

Browse files
authored
Update getting_started.md
- Add clearer manual modding instructions, and update mac&linux to match
1 parent dfaecca commit d906748

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

docs/wiki/getting_started.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,24 @@ If you have issues with ModmManagers head to one of these discords;
2121
6. Install [Inscryption API](https://inscryption.thunderstore.io/package/API_dev/API/) and extract the contents into a folder.
2222
7. Move the contents of the 'plugins' folder into 'BepInEx/plugins' and the contents of the 'monomod' folder into the 'BepInEx/monomod' folder.
2323
8. Run the game again. If everything runs correctly, a message will appear in the console telling you that the API was loaded.
24+
9. For any additional mods create a new subfolder, it can be called anything and extract the zips archive into it and if there is a BepInEx folder within the zip instead drop the contents of that folder into the BepInEx root for the modding instance. EX;
25+
```
26+
BepInEx // These go within the BepInEx root folder
27+
|-- config
28+
|-- patchers
29+
|-- plugins
30+
|-- monomod
31+
|-- core
32+
plugins // Files within go into the created plugin subfolder that was created for the mod
33+
|-- Art
34+
|-- Scripts
35+
|-- MyMod.dll
36+
manifest.json --|
37+
README.md |-- These can be ignored but if you want to keep them put them in the plugin subfolder
38+
CHANGELOG.md |--
39+
icon.png --|
40+
```
41+
10. Run the game once more and everything should be correct and working.
2442

2543
### Installing on the Steam Deck
2644
1. Download [r2modman](https://thunderstore.io/c/inscryption/p/ebkr/r2modman/) on the Steam Deck’s Desktop Mode and open it from its download using its `AppImage` file.
@@ -34,7 +52,7 @@ If you have issues with ModmManagers head to one of these discords;
3452

3553
### Mac & Linux
3654
1. Follow the steps here first: <https://docs.bepinex.dev/articles/user_guide/installation/index.html>
37-
2. Next do steps 4-8 of the Manual Installation
55+
2. Next do steps 4-10 of the Manual Installation
3856
3. Your game should be setup for inscryption modding now
3957

4058
If you have any issues with Mac/Linux, Steam Deck, or Manual head over to the discord for this game:

0 commit comments

Comments
 (0)