Skip to content

deadYokai/dmc2tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 

Repository files navigation

Unpacker tool for DMC2

Only PC version of game (PS2 textures not supported)


Usage:

  • Extract asset:

    repack[.exe] <filename>
  • Pack asset:

    repack[.exe] <dirpath> -p

Supported assets:

Supported assets for now:

tm2
ptx
bin
ipu

Also compressed supported (like: .biz, .ptz)


Build:

Build is simple:

  • Using GCC
    g++ -o repack repack.cpp
  • Using Clang
    clang++ -o repack repack.cpp