Title.gif (17509 bytes)

    Purpose    Processing Flow    Operation Method     Converter    Default Settings    Precautions


Converter


MMV64 can convert a file to a format readable by the N64 by using the converter associated with the file's extension.

1. Creating a Converter

When developing a converter for MMV64, please allow input files and output files to be specified.

Example: In the case of texmmv.exe (converter for texture viewer for MMV64)

    texmmv INFILE1 INFILE2 -o OUTFILE
        INFILE1 , INFILE2    ... Specify the input file
       
OUTFILE                 ... Specify the output file

Multiple input files can be specified, but they must be contiguous as in the above example. Only one output file may be specified.

Specify the input file and output file in double-quotes and use the full pathname.

In addition, design the converter so that it returns a 0 (zero) when it terminates normally.

2. Converter File Association

Once you have finished creating your converter, you must associate file types with it.
Click the FileSetting.bmp (630 bytes) button to open the "File Setting window" shown below.
Converter.bmp (682134 bytes)