1
Tips & Tricks / Re: looking for a conversion tool nwc to nwctxt
Last post by Flurmy -Quote
The nwc-conv.exe command line tool is no longer included with the program.
The program now handles this task on its own.
-convert: This option can be used to convert a file from one format to another.
Usage: nwc2.exe -convert "[input-file]" "[output-file]"
Both files are required on the command line and the file extension determines the conversion.
Supported conversions include:
.nwc -> .nwctxt, .mid, or .info
.nwctxt -> .nwc, .mid, or .info
Conversions to .mid support a "-0" option for type 0 files.
You can invoke the NWC Lua interpreter by adding a -nwcut switch on the command line:
nwc2 -nwcut [YOURTOOL] < nwcfile.nwctxt > outfile.txt 2> errfile.txt
You must provide the redirects, as the program instance will not automatically attach to your current console session.
).