GrimoraDeckLoader
Load custom Grimora Mod starter decks with icons from a text file.
| Date uploaded | 10 months ago |
| Version | 1.1.1 |
| Download link | violetsky-GrimoraDeckLoader-1.1.1.zip |
| Downloads | 58 |
| Dependency string | violetsky-GrimoraDeckLoader-1.1.1 |
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..decklistfiles can be placed anywhere in any mod's plugin folder..decklistfiles are loaded in alphabetical order.- Decks inside a file are loaded (top to bottom).
-
To add deck icons, add
.pngfiles in theDeckIconsfolder.DeckIconsFolders can be placed anywhere in any mod's plugin folder.- Filenames must match deck names.
-
Exclude mod folders from search in config.
Warnings
- It is possible to add broken cards that may freeze or crash the game.
- Most common issues will appear in the log.
- This mod slightly modifies the fair hand mechanic.
- If you don’t want to use Grimora Mod Expansion, remove the included default decks.
- The default decklist will be overwritten when updating the mod.
- Decklists and icons in a mod's folder will be lost if that mod is uninstalled.
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