Scroll to navigation

NMLC(1) General Commands Manual NMLC(1)

NAME

NMLCA compiler from NML code to NFO and/or GRF files.

SYNOPSIS

nmlc [options] [file]

OPTIONS

Crop extraneous transparent blue from real sprites.
Save real sprites uncompressed to GRF files. This saves a lot of time during encoding but it's not recommended when creating a file for distribution since it makes the output file substantially bigger.
=file
Write output in GRF format to <file>.
=file
Write output in NFO format to <file>.
=file
Write output in NML format to <file>.
=file | file
Write output to <file>. The output type is detected from the extension of the filename. It must be one of nfo, nml or grf.
=file
Write an md5sum of the resulting grf to <file>.
|
Print a dump of the AST to stdout.
Print programme's version number and exit.
|
Print usage information.
|
Dump stack when an error occurs.
Output a rule suitable for make describing the graphics dependencies of the main grf file (requires input file or --grf)
=file
When used with -M, specifies a file to write the dependencies to
=file
Target of the rule emitted by dependency generation (requires -M)
=file | file
Load custom tags from <file> [default: custom_tags.txt].
=dir | dir
Load language files from directory <dir> [default: lang].
=file
The default language is stored in <file> [default: english.lng].
=dir | dir
Store 32bpp sprites in directory <dir> [default: sprites].
=num
Set the first sprite number to write (do not use except when you output nfo that you want to include in other files).
=palette | palette
Force nml to use the palette <pal> [default: ANY]. Valid values are 'DOS', 'WIN', 'ANY'.
Disable all warnings. Errors will be printed normally.
=dir
Cache files are stored in directory <dir> [default: .nmlcache].
Remove unused / orphaned items from cache files.
=level
Set the verbosity level for informational output [default: 3, max: 4].

SEE ALSO

The language reference at http://newgrf-specs.tt-wiki.net/wiki/NML:Main

AUTHOR

NML was written by Albert Hofkamp, Christoph Elsenhans, Jasper Reichardt, Ingo von Borstel, José Soler and Thijs Marinussen.

This manual page was originally written by Thijs Marinussen.

January 7, 2016