Skip to content

deadYokai/dmc1tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages