Skip to content

arookas/jmpman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jmpman

jmpman (or jumpman) is a command-line tool useful for editing jmp files found in Luigi's Mansion. It works by converting to and fro binary and XML formats.

This program is licensed under the MIT license (see here for more information).

Usage

As jmpman is simply a converter between binary jmp files and XML jmp files, the only command-line options are to specify the input and output file names and formats:

jmpman.exe <xml|jmp> "<input file>" ["<output file>"]

The first argument sets the input file format (the output file format is then assumed to be the opposite choice). The following argument specifies the path (relative or absolute) to the input file. You can also optionally specify your own output file name. (By default, the output file name is the input file name with the output format appended as an extension.)

Compiling

Like all of my tools, you'll need arookas library to compile and use this program. To make building jmpman easier, a premake5 script is provided that generates a solution. Just run the script through premake5 and you it should be ready to go.

About

A simple converter for jmp files.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published