PKHeX-Plugin to replace default sprites
To use the plugins:
- Create a folder named
pluginsin the same directory asPKHeX.exe. - Put the compiled plugins from this project in the
pluginsfolder. - Start
PKHeX.exe. - The plugin should replace the sprites if a
PokeSprite.resourcesfile was placed in the same directory asPKHeX.exe.
To generate a PokeSprite.resources file:
- Clone the PKHeX repository using:
$ git clone https://github.com/kwsch/PKHeX.git. - Edit the sprite images in
PKHeX/PKHeX.Drawing.PokeSprite/Resources/img. - Run
ResourceGenerator.exe spritePathreplacingspritePathwith the path to thePKHeX/PKHeX.Drawing.PokeSprite/Resources/imgdirectory. - Copy the generated
PokeSprite.resourcesfile to the same directory asPKHeX.exe.
