Only PC version of game (PS2 textures not supported)
-
repack[.exe] <filename>
-
repack[.exe] <dirpath> -p
Supported assets for now:
tm2
ptx
bin
ipu
Also compressed supported (like: .biz, .ptz)
Build is simple:
- Using GCC
g++ -o repack repack.cpp
- Using Clang
clang++ -o repack repack.cpp