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: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,15 @@
1
1
2
-
# CardLoaderPlugin
2
+
# API
3
3
## Inscryption Card Loader Plugin made by Cyantist
4
4
5
5
This plugin is a BepInEx plugin made for Inscryption to create custom cards and inject them into the card pool, or modify existing cards in the card pool.
6
6
7
7
## Installation
8
8
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.
9
9
10
-
To install CardLoaderPlugin you simply need to copy **CardLoaderPlugin.dll** from [releases](https://github.com/ScottWilson0903/CardLoaderPlugin/releases) to **Inscryption/BepInEx/plugins**.
10
+
To install Inscryption API you simply need to copy **API.dll** from [releases](https://github.com/ScottWilson0903/InscryptionAPI/releases) to **Inscryption/BepInEx/plugins**.
11
11
12
-
An example Mod utilising this plugin can be found [here](https://github.com/ScottWilson0903/CardLoaderExampleMod).
12
+
An example Mod utilising this plugin can be found [here](https://github.com/ScottWilson0903/Inscryption ExampleMod).
13
13
14
14
## Debugging
15
15
The easiest way to check if the plugin is working properly or to debug an error is to enable the console. This can be done by changing
0 commit comments