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: docs/wiki/getting_started.md
+19-1Lines changed: 19 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,24 @@ If you have issues with ModmManagers head to one of these discords;
21
21
6. Install [Inscryption API](https://inscryption.thunderstore.io/package/API_dev/API/) and extract the contents into a folder.
22
22
7. Move the contents of the 'plugins' folder into 'BepInEx/plugins' and the contents of the 'monomod' folder into the 'BepInEx/monomod' folder.
23
23
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.
24
42
25
43
### Installing on the Steam Deck
26
44
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;
34
52
35
53
### Mac & Linux
36
54
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
38
56
3. Your game should be setup for inscryption modding now
39
57
40
58
If you have any issues with Mac/Linux, Steam Deck, or Manual head over to the discord for this game:
0 commit comments