Skip to content

Commit 00536ea

Browse files
Updated README and manifest
1 parent 40e2185 commit 00536ea

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

README.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,14 @@
55
This plugin is a BepInEx plugin made for Inscryption as an API.
66
It can currently create custom cards and inject them into the card pool, or modify existing cards in the card pool.
77

8-
## Installation
8+
## Installation (automated)
9+
This is the recommended way to install the API on the game.
10+
11+
- Download and install [Thunderstore Mod Manager](https://www.overwolf.com/app/Thunderstore-Thunderstore_Mod_Manager) or [r2modman](https://timberborn.thunderstore.io/package/ebkr/r2modman/)
12+
- Click Install with Mod Manager button on top of the [page](https://inscryption.thunderstore.io/package/BepInEx/BepInExPack_Inscryption/)
13+
- Run the game via the mod manager
14+
15+
## Installation (manual)
916
To install this plugin first you need to install BepInEx as a mod loader for Inscryption. A guide to do this can be found [here](https://docs.bepinex.dev/articles/user_guide/installation/index.html#where-to-download-bepinex). Inscryption needs the 86x (32 bit) mono version.
1017

1118
To install Inscryption API you simply need to copy **API.dll** from [releases](https://github.com/ScottWilson0903/InscryptionAPI/releases) to **Inscryption/BepInEx/plugins**.
@@ -31,7 +38,7 @@ Enabled = true
3138
```
3239
in **Inscryption/BepInEx/Config/BepInEx/cfg**
3340
___
34-
If you want help debugging you can find me on [Daniel Mullins Discord](https://discord.com/invite/danielmullinsgames) as Cyantist.
41+
If you want help debugging you can find me on the [Inscryption Modding Discord](https://discord.gg/QrJEF5Denm) or on [Daniel Mullins Discord](https://discord.com/invite/danielmullinsgames) as Cyantist.
3542

3643
## Development
3744
At the moment I am working on:
@@ -43,13 +50,10 @@ At the moment I am working on:
4350

4451
The next planned features for this plugin are:
4552

46-
- Better handling for more complex card traits such as evolve parameters
47-
- Loading cards from .asset files or maybe even json files
4853
- Extending the loader to handle and load custom abilities, boons and items.
4954

5055
Future planned features for this plugin include:
5156

52-
- A gui for card creation
5357
- Automatic installation
5458

5559
## Contribution

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
"website_url": "https://github.com/ScottWilson0903/InscryptionAPI",
55
"description": "This plugin is a BepInEx plugin made for Inscryption as an API. It can currently create custom cards and inject them into the card pool, or modify existing cards in the card pool.",
66
"dependencies": [
7-
"BepInExPack_Inscryption"
7+
"BepInEx-BepInExPack_Inscryption-5.4.1701"
88
]
99
}

0 commit comments

Comments
 (0)