deadYokai / dmc1tools

Extract/Pack DMC1 resources

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DMC1 Resource Repacker

Depency:

  • Python 3

Usage:

  • Fsd/Dat/Itm Files:

    Unpack:

    $ python3 dataRepack.py <file>

    Repack:

    $ python3 dataRepack.py -p <file>
  • Texture Files:

    Unpack:

    $ python3 textureRepack.py <texturefile>

    Repack:

    $ python3 textureRepack.py -p <texturefile>

    Supported texture files:

    • .tm2
    • .ip2
    • .t32
  • MSG Files:

    ---- MSG Repacker (DMC 1) ----
    ---- by deadYokai         ----
    
    ---- Usage: python3 msg.py [options] <filename>
    
    ---- Options:
         -e      Extract msg to txt (default option)
         -p      Pack txt to msg
         -c      Charset file (default: charindex.txt)
    

About

Extract/Pack DMC1 resources


Languages

Language:Python 100.0%