stuntkit / stunt_gp_tools

Stunt GP file formats tools

Home Page:https://sgp.halamix2.pl/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stunt GP tools

a

DeepSource

These tools will help you understand, unpack and edit Stunt GP files

Original thread: https://forum.xentax.com/viewtopic.php?f=16&t=16944&p=160266#p160266

Check out the wiki for more information about the game and its file formats.

Compilation:

go build cmd/pc_pack/pc_pack.go
go build cmd/pc_unpack/pc_unpack.go

Or grab compiled .exe here

Usage:

You can also drag and drop multiple files on pc_pack or pc_unpack

./pc_pack mini.png

./pc_pack mini.png -o output.pc

# pack Dreamcast texture
./pc_pack mini.png --dc
./pc_pack mini.png -o output.dc --dc

# unpack texture (including Dreamcast)
./pc_unpack mini.pc

./pc_unpack mini.pc -o output.png

About

Stunt GP file formats tools

https://sgp.halamix2.pl/

License:Apache License 2.0


Languages

Language:Go 78.2%Language:Python 20.3%Language:Makefile 1.5%