Talking Possum
Adds an Opossum talking card to Act 1!
Last updated | 2 years ago |
Total downloads | 2952 |
Total rating | 9 |
Categories | Cards Act I Kaycee's Mod |
Dependency string | KellyBetty-Talking_Possum-1.3.0 |
Dependants | 0 other packages depend on this package |
This mod requires the following mods to function
BepInEx-BepInExPack_Inscryption
BepInEx pack for Inscryption. Preconfigured and ready to use.
Preferred version: 5.4.1901MADH95Mods-JSONCardLoader
This is a BepInEx plugin made for Incryption to create custom cards, sigils, starter decks, tribes and encounters using JSON files and the API.
Preferred version: 2.3.0API_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.9.1README
An Inscryption mod that adds an Opossum talking card. The talking Opossum card has custom dialogue and a custom voice.
The talking Opossum card has an animated portrait, custom voice, and multiple emotions!
In addition, this mod also adds 3 starter decks:
Name | Cards |
---|---|
Awesome Possum | Opossum (Talking), Opossum, Opossum |
Death Tango | Opossum (Talking), Cockroach, Cat |
Trash Mammals | Opossum (Talking), Skunk, Raccoon |
The talking Opossum card also has a secret special ability added with Configils!
A Small Note
[UPDATE 01.15.22]: This mod was originally made as an example of how to use my TalkingCardAPI. Talking card support has finally already been merged into the core API (starting at version 2.9.0) and JSON support has been merged into JSONCardLoader (starting at version 2.3.0), so now TalkingCardAPI is no longer needed to use this Opossum card! Thanks everyone for the feedback! <3
Installation
This mod’s dependencies are BepInEx, the InscryptionAPI, JSONCardLoader and TalkingCardAPI.
There are two ways of installing this mod: with the help of a mod manager (like r2modman or the Thunderstore Mod Manager) or manually.
Installation (Mod Manager)
- Download and install r2modman or the Thunderstore Mod Manager.
- Install this mod and all of its dependencies with the help of the mod manager!
Installation (Manual)
- Download and install BepInEx.
- If you're downloading it from its Github page, follow this installation guide.
- If you're downloading "BepInExPack Inscryption" from Thunderstore, follow the manual installation guide on the Thunderstore page itself. This one comes with a preconfigured
BepInEx.cfg
file, so it's advised.
- Download and install the Inscryption API mod following its manual installation guide. You need version 2.9.1+ of the API to run this mod.
- Download and install the JSONCardLoader mod following its manual installation guide. You need version 2.3.0 of JSONCardLoader to run this mod.
- Find the
BepInEx > plugins
folder. - Place the contents of "TalkingPossum.zip" in a new folder within the plugins folder.
FAQ
Q: "How can I make my own talking cards?"
A: This mod was made entirely with JSON. You can use this mod as an example for reference / as an example if you want to make your own talking cards with JSONCardLoader!.
If you want to see the \_talk.jldr2
file for this Opossum card (and all of the other JLDR2 files, for that matter), I have put it all here.
JSON is very accessible, you should try making your own JSON cards if you haven't already!
Changelog
- 1.3.0 - TalkingPossum now uses JSONCardLoader v2.3.0 and no longer depends on TalkingCardAPI!
- 1.2.0 - Complete redesign + added emotions!
- 1.0.0 - Initial upload.