Skip to content

Commit 74f2c42

Browse files
authored
Add Gamepass Installation Guide
1 parent d2aebe0 commit 74f2c42

1 file changed

Lines changed: 33 additions & 5 deletions

File tree

docs/wiki/getting_started.md

Lines changed: 33 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,43 @@ If you have issues with ModmManagers head to one of these discords;
1313
* **Gale Mod Manager Support Discord:** [Here](https://discord.gg/sfuWXRfeTt)
1414

1515
### Installing Manually
16-
1. Install [BepInEx](https://thunderstore.io/package/download/BepInEx/BepInExPack_Inscryption/5.4.1902/) by pressing 'Manual Download' and extract the contents into a folder. **Do not extract into the game folder!**
17-
2. Move the contents of the 'BepInExPack_Inscryption' folder into the game folder (where the game executable is).
16+
1. Install [BepInEx](https://thunderstore.io/package/download/BepInEx/BepInExPack_Inscryption/5.4.1902/) by pressing `Manual Download` and extract the contents into a folder. **Do not extract into the game folder!**
17+
2. Move the contents of the `BepInExPack_Inscryption` folder into the game folder (where the game executable is; usually found here: `C:\Program Files (x86)\Steam\steamapps\common\Inscryption`).
1818
3. Run the game. If everything was done correctly, you will see the BepInEx console appear on your desktop. Close the game after it finishes loading.
1919
4. Install [MonoModLoader](https://inscryption.thunderstore.io/package/BepInEx/MonoMod_Loader_Inscryption/) and extract the contents into a folder.
20-
5. Move the contents of the 'patchers' folder into 'BepInEx/patchers' (If any of the mentioned BepInEx folders don't exist, just create them).
20+
5. Move the contents of the `patchers` folder into `BepInEx/patchers` (If any of the mentioned BepInEx folders don't exist, just create them).
2121
6. Install [Inscryption API](https://inscryption.thunderstore.io/package/API_dev/API/) and extract the contents into a folder.
22-
7. Move the contents of the 'plugins' folder into 'BepInEx/plugins' and the contents of the 'monomod' folder into the 'BepInEx/monomod' folder.
22+
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;
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.
42+
43+
### Installing Manually (XBOX Game-Pass)
44+
1. Install [BepInEx](<https://github.com/BepInEx/BepInEx/releases/tag/v5.4.21>) by pressing `BepInEx_x64_5.4.21.0.zip` and extract the contents into a folder.
45+
2. Move the contents into the game folder (where the game executable is; usually found here: `C:\XboxGames\D30AC640-4EC1-4D15-96F3-384052F09699\Content`).
46+
3. Run the game. If everything was done correctly, you will see the BepInEx console appear on your desktop. Close the game after it finishes loading. (psst. Enable Logging in `BepInEx/config`)
47+
4. Install [MonoModLoader](<https://inscryption.thunderstore.io/package/BepInEx/MonoMod_Loader_Inscryption/>) and extract the contents into a folder.
48+
5. Move the contents of the `patchers` folder into `BepInEx/patchers` (If any of the mentioned BepInEx folders don't exist, just create them).
49+
6. Install [Inscryption API](<https://inscryption.thunderstore.io/package/API_dev/API/>) and extract the contents into a folder.
50+
7. Move the contents of the 'plugins' folder into `BepInEx/plugins` and the contents of the `monomod` folder into the `BepInEx/monomod` folder.
51+
8. Run the game again. If everything runs correctly, a message will appear in the console telling you that the API was loaded.
52+
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;
2553
```
2654
BepInEx // These go within the BepInEx root folder
2755
|-- config

0 commit comments

Comments
 (0)