Tool to unpack & repack textures for the South Park N64 game.
- Unpack textures (without labelling/tagging)
- Unpack textures (with sensible labelling/tagging for repacking functionality)
- Repack textures into .tex file
To unpack:
./sp64-tt win32.tex
- Grab prebuilt .zip from the Releases section
cmake -B build -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=OFF
cmake --build build