Skip to content

SSXModding/makecbxs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Makecbxs

Tool to automatically uncompress & dump all of the files in BAM.[x]SB in SSX 3.

Usage:

path to makecbxs /path/to/data/worlds/bam.[x]sb output_path_name_here

Building

All you need is a decent C++17 compiler. Makecbxs should compile and run everywhere with a C++ standard library

mkdir build
cmake .. -DCMAKE_BUILD_TYPE=Release
make -j3 (or cmake --build .)

About

Tool to automatically uncompress & dump all of the files in BAM.[x]SB in SSX 3.

Resources

License

Stars

Watchers

Forks

Packages

No packages published