Last updated | 2 years ago |
Total downloads | 710 |
Total rating | 1 |
Categories | Mods Tools |
Dependency string | Jalibter-EasyCustomCharacter-1.0.0 |
Dependants | 0 other packages depend on this package |
This mod requires the following mods to function
BepInEx-BepInExPack_RogueGenesia
BepInEx pack for Rogue: Genesia. Preconfigured and includes Unity Base DLLs.
Preferred version: 1.0.0README
Easy Custom Character
Changing "Rogue"'s skin was never be so easy
How to install?
First you need to download and install JaLib, you simply need to drop all the content of JaLib.zip into steamapps/common/Rogue Genesia/BePinDex/plugins
To install EasyCustomCharacter you need to follow the same process, simply drop all the content of EasyCustomCharacter.zip into steamapps/common/Rogue Genesia/BePinDex/plugins
How to use it?
You can change sprites by replacing the two files EasyCustomCharacter/idle.png
and EasyCustomCharacter/run.png
in the plugin folder.
You also need to update EasyCustomCharacter/config.json
{
// idle animation config
"Idle": {
"NumberOfColumns": 3, // how many frames per "line"
"NumberOfLines": 1 // how many lines
},
// run animation config
"Run": {
"NumberOfColumns": 3,
"NumberOfLines": 1
}
}