
You are viewing a potentially older version of this package. View Latest Version

Changing "Rogue"'s skin was never be so easy
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
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
}
}