Custom Content Loader
Enables Custom Content to be loaded for Across the Obelisk. Currently supports cards, items and modifying characters.
Date uploaded | 2 years ago |
Version | 0.1.5 |
Download link | AtO_Loader-Custom_Content_Loader-0.1.5.zip |
Downloads | 1336 |
Dependency string | AtO_Loader-Custom_Content_Loader-0.1.5 |
This mod requires the following mods to function
BepInEx-BepInExPack_AcrossTheObelisk
BepInEx pack for Across the Obelisk. Preconfigured and ready to use.
Preferred version: 5.4.21README
Across The Obelisk Card Loader
Setup (dev)
TODO
Setup (Use)
TODO
Usage
- Make a folder in BepInEx\plugins{PluginName}\
- Place files into:
BepInEx\plugins\{PluginName}\cards\{cardName}.json
BepInEx\plugins\{PluginName}\cards\{cardName}.png
BepInEx\plugins\{PluginName}\characters\{characterName}.json
BepInEx\plugins\{PluginName}\items\{itemName}.json
You are allowed to organize the files however you want under those folders if you wish to have subfolders.
JSON template
Minimum for card to show up
{
"cardName": "SampleCard",
"id": "SampleCard",
}
JSON tags explained
TODO
Card Images
Card images need to be 256x256px png for it to scale properly in game
There are two ways to specify a card image either implicitly or explicitly.
To implicitly set a card image, in the json file please set the field 'ImageFileName' to the file name of the image. Example: "ImageFileName": "TestCard.png" Implicit card images is generally used to set more then one card with the same image.
To explicitly set a card image, place the image with the same name as the json file in the same folder. Example:
BepInEx\plugins\{PluginName}\cards\TestCard.json
BepInEx\plugins\{PluginName}\cards\TestCard.png
Character Ids:
Column 1 | Column 2 | Column 3 | Column 4 |
---|---|---|---|
mercenary | sentinel | berserker | warden |
ranger | assassin | archer | minstrel |
elementalist | pyromancer | loremaster | warlock |
cleric | priest | voodoowitch | prophet |