Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.13 KB

readme.md

File metadata and controls

29 lines (20 loc) · 1.13 KB

PokeAtlas

pokeatlas_img

PokeAtlas is a python application designed to decompile the main.atlas and main.png sprite sheet used in PokeMMO themes into separate sprites, making it easy to replace them.
Once edited, the tool recompiles the main.png image (where all the sprites are) using the updated sprites.

PokeAtlas was created to save time updating the atlas file after each game update.

Requirements

Getting Started

Clone the source code with git or download it as a .zip file.

git clone https://github.com/Seth-Revz/PokeAtlas.git
cd PokeAtlas
pip install -r requirements.txt --ignore-requires-python
python pokeatlas.py

Or download the latest release (Windows Only)