Skip to content

Commit

Permalink
update TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
xan1242 committed Nov 16, 2022
1 parent 13fe2bb commit 6563721
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
1 change: 0 additions & 1 deletion MPFmaster/MPFmaster.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
// highly based on tool by Nicknine (mpf2txt.py / mpftotext.py)

// TODO: big endian
// TODO: EALayer3 duration detection!

#if defined (_WIN32) || defined (_WIN64)
#define path_separator "\\"
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,22 +58,22 @@ Example: you want to edit something in the existing track files...

This tool isn't perfect. It doesn't generate quite identical files to the originals, but they do work.

- EA Layer 3 duration detection! This is key for updating the samples for Pro Street and Undercover!

- Big endian support for consoles

- Try out compiling with gcc/clang
- Try out compiling with gcc/clang -- currently works in macOS, still need make a CMakeLists

- Figure out where and why trackID -1 is used in actions
- Figure out why some variable types don't get updates for certain actions (mostly fixed)

- Figure out why some variable types don't get updates for certain actions
- Multi track support? Currently it assumes each event action is track 1

- Improve the parser - it's currently a hackjob working on a line-per-line basis

- Clean up the code - everything is jammed in the main cpp file!

- Documentation about the syntax and available commands!

- Test with other games!

# Credits

- Nicknine - the initial mpftotext script from which this tool was based on and specific code from VGMStream
Expand Down

0 comments on commit 6563721

Please sign in to comment.