Skip to content

A program that turns (u)msbt files into more readable txt files

License

Notifications You must be signed in to change notification settings

AlgebraManiacABC/msbt2txt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

msbt2txt

A program that turns (u)msbt files into more readable txt files

Usage: msbt2txt [input file] <options> ...

    -o [output file]    print the contents of the found MSBT(s) into the specified file

    -r [color F]        create a remake list (index - colorB - colorF)
                        assumes the input file is a Color_B file, and the file
                        immediately following the argument is Color_F.

    -v                  output extra information to stdout

    -s                  simplify the output (don't print functions)

Now comes with a script for easy mass-conversion! Also, for Windows reasons, it was easier to use python to delete files than rm. If you really don't want to use python with the Makefile, just replace the clean command, or don't use it at all.

Credits to Cuyler, Slattz, Aeon, and the many members of the Animal Crossing Spreadsheets Team!

Cuyler's work

Slattz's research on MSBT files

Aeon's MSBT Viewer