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
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,7 @@ If you have issues with Mod Managers head to one of these discords;
23
23
7. Move the contents of the `plugins` folder into `BepInEx/plugins` and the contents of the `monomod` folder into the `BepInEx/monomod` folder.
24
24
8. Run the game again. If everything runs correctly, a message will appear in the console telling you that the API was loaded.
25
25
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;
26
+
26
27
```
27
28
BepInEx // These go within the BepInEx root folder
28
29
|-- config
@@ -39,6 +40,7 @@ README.md |-- These can be ignored but if you want to keep them put th
39
40
CHANGELOG.md |--
40
41
icon.png --|
41
42
```
43
+
42
44
10. Run the game once more and everything should be correct and working.
43
45
44
46
### Installing Manually (XBOX Game-Pass)
@@ -51,6 +53,7 @@ icon.png --|
51
53
7. Move the contents of the `plugins` folder into `BepInEx/plugins` and the contents of the `monomod` folder into the `BepInEx/monomod` folder.
52
54
8. Run the game again. If everything runs correctly, a message will appear in the console telling you that the API was loaded.
53
55
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;
56
+
54
57
```
55
58
BepInEx // These go within the BepInEx root folder
56
59
|-- config
@@ -67,6 +70,7 @@ README.md |-- These can be ignored but if you want to keep them put th
67
70
CHANGELOG.md |--
68
71
icon.png --|
69
72
```
73
+
70
74
10. Run the game once more and everything should be correct and working.
0 commit comments