Set of command line tools to convert PMP and KCL files into a JSON format. Specifically for usage in my PMP Editor
./WiiUtils [options] <input_file>
Options:
-kd Decode a kcl file
-pd Decode a pmp file
-pe Encode a pmp file
Decodes a kcl file into a JSON array of triangles containing normal data and collision flag
Decodes a pmp file into a JSON containing arrays for object data, route data, and point data
Encodes a file back into a pmp file. Input file is a dump of the data line by line, primarily useful for PMP Editor.