GrimoraDeckLoader
Load custom Grimora Mod starter decks with icons from a text file.
| Date uploaded | 10 months ago |
| Version | 1.0.0 |
| Download link | violetsky-GrimoraDeckLoader-1.0.0.zip |
| Downloads | 47 |
| Dependency string | violetsky-GrimoraDeckLoader-1.0.0 |
This mod requires the following mods to function
BepInEx-MonoMod_Loader_Inscryption
Loads .mm.dll patches from BepInEx/monomod
Preferred version: 1.0.0BepInEx-BepInExPack_Inscryption
BepInEx pack for Inscryption. Preconfigured and ready to use.
Preferred version: 5.4.1902Arackulele-GrimoraMod
[NEW MUSIC, CRYPT] Dark secrets await! The real act 4 for Inscryption/ turns the Grimora section from the Finale into a full Act.
Preferred version: 7.6.4API_dev-API
The de-facto standard core API for all Inscryption mods. This lets you create new cards, abilities, challenges, map nodes, starter decks, and more.
Preferred version: 2.23.2README
Grimora Deck Loader
Easily load custom starter decks for Grimora Mod from simple text files.
Includes 10 decks that use cards from Grimora Mod and its first expansion.
You can safely remove these if you don’t want them.
Instructions
-
Add new decks by editing or creating
.decklistfiles in this mod’s folder.- Decklist files are loaded in alphabetical order.
- Decks inside a file are loaded (top to bottom).
-
To add deck icons, add
.pngfiles in theAssetsfolder.- Filenames must match deck names.
Warning
- It is possible to add broken cards that may freeze or crash the game.
- Most common issues will appear in the log.
- If you don’t want to use Grimora Mod Expansion, remove the included default decks.
- This mod slightly modifies the fair hand mechanic.
CHANGELOG
Changelog
[1.1.2]
- Updated readme and dependancies
[1.1.1]
- Added placeholder deck icon.
- Now checks other mod's folders for .decklists and DeckIcon folders. Individual mod folders can be excluded via config.
[1.0.3]
- Actually fixed issue with the Assets folder being extracted incorrectly.
[1.0.0]
- First release