cmot17 / CustomKnight-Creator

A program to track, deduplicate, and pack sprites for use with CustomKnight
GNU General Public License v3.0
14 stars 3 forks source link

CustomKnight Creator

Example Image

A program to track, deduplicate, and pack sprites for use with CustomKnight (a Hollow Knight skin customization mod)

Inspired by SpritePacker by MageGi

Installing

Usage

Visit the wiki for a written tutorial.

Running from source

Packaging

To package the project, use the following PyInstaller commands: (they are platform specific)

MacOS:

pyinstaller main.py -F -w -n "CustomKnight Creator" -i resources/SheoIcon.icns --add-data resources:resources

Windows:

pyinstaller main.py -F -w -n "CustomKnight Creator" -i resources/SheoIcon.ico --add-data "resources;resources"

Linux:

pyinstaller main.py -F -n "CustomKnight Creator" --add-data "resources:resources"

Help

If you have any problems, feel free to open an issue on this GitHub.

Authors

cmot17

Version History

License

This project is licensed under the GNU GPLv3 License - see the LICENSE.md file for details

Acknowledgments