Skip to content

littlepiggeon/CustomKnight-Creator-Fixed

 
 

Repository files navigation

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

  • Go to the releases to find the latest version.

Usage

Visit the wiki for a written tutorial.

Running from source

  • This project is built using Python 3.12.
  • To run the project, just download the source code, install the dependencies UV and run main.py.
  • uv sync

Packaging

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

Windows:

.\.venv\Scripts\python.exe -m nuitka --standalone --output-dir=../output --main=./main.py --output-filename="CustomKnight Creator" --windows-icon-from-ico=./resources/SheoIcon.ico --include-data-dir=./resources=resources --enable-plugin=pyside6 --windows-console-mode=disable

Help

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

Authors

littlepiggeon(cmot17)

License

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

At Last...

THANKS TO cmot17!!!

About

I Fixed it,and improved it.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Python 99.5%
  • Batchfile 0.5%