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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ One customised card is provided in the Plugin class with method name ChangeWolf.
9
9
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.
10
10
11
11
You will also need to install the [CardLoaderPlugin](https://github.com/ScottWilson0903/InscryptionAPI)
12
-
To install ExampleMod with just the default example card included "Eight Fucking Bears!" and example modified wolf, you simply need to copy **CardLoaderMod.dll** from [releases](https://github.com/ScottWilson0903/InscryptionAPI/releases) and the **Artwork** folder from the source code zip in [releases](https://github.com/ScottWilson0903/InscryptionAPI/releases) to a **CardLoader** folder inside **Inscryption/BepInEx/plugins**.
12
+
To install ExampleMod with just the default example card included "Eight Fucking Bears!" and example modified wolf, you simply need to copy **API.dll** from [releases](https://github.com/ScottWilson0903/InscryptionAPI/releases) and the **Artwork** folder from the source code zip in [releases](https://github.com/ScottWilson0903/InscryptionAPI/releases) to a **CardLoader** folder inside **Inscryption/BepInEx/plugins**.
13
13
14
14
To generate your own cards, you will need to either pass in an already created **CardInfo** object to the **NewCard** constructor, or you will need to pass all the required and optional parameters to the **NewCard** constructor as done in **Plugin.AddBears**. Any png files should be added to the **Artwork** folder and should be 114x94 pixels.
15
15
To alter existing cards you will need to pass the card name and the values you want to change to the optional parameters in the **CustomCard** constructor, as done in **Plugin.ChangeWolf**.
0 commit comments