From e0ca3d2da759e4b7462e35959444cce26439129c Mon Sep 17 00:00:00 2001 From: ScottWilson0903 Date: Wed, 3 Nov 2021 08:29:16 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 527b4fd..460ebd4 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ One customised card is provided in the Plugin class with method name ChangeWolf. 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. You will also need to install the [CardLoaderPlugin](https://github.com/ScottWilson0903/InscryptionAPI) -To install ExampleMod with just the default example card included "Eight Fucking Bears!" and example modified wolf, you simply need to copy **CardLoaderMod.dll**, and the **Artwork** folder from **bin/Debug/netstandard2.0** to a **CardLoader** folder inside **Inscryption/BepInEx/plugins**. +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**. 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. 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**.