Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

nmlc(1) [debian man page]

NMLC(1) 						    BSD General Commands Manual 						   NMLC(1)

NAME
NMLC -- A compiler from NML code to NFO and/or GRF files. SYNOPSIS
nmlc [options] [file] OPTIONS
-c Crop extraneous transparent blue from real sprites. -u 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. --grf=file Write output in GRF format to <file>. --nfo=file Write output in NFO format to <file>. --nml=file Write output in NML format to <file>. --output=file | -o 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. --debug | -d Print a dump of the AST to stdout. --help | -h Print usage information. --stack | -s Dump stack when an error occurs --custom-tags=file | -t file Load custom tags from <file> [default: custom_tags.txt] --lang-dir=dir | -l dir Load language files from directory <dir> [default: lang] --default-lang=file The default language is stored in <file> [default: english.lng] --sprites-dir=dir | -a dir Store 32bpp sprites in directory <dir> [default: sprites] --start-sprite=file 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 | -p palette Force nml to use the palette <pal> [default: ANY]. Valid values are 'DOS', 'WIN', 'ANY'. SEE ALSO
The language reference at http://hg.openttdcoop.org/nml/raw-file/tip/docs/index.html AUTHOR
NML was written by Albert Hofkamp, Jasper Reichardt, Ingo von Borstel, Jose Soler and Thijs Marinussen. This manual page was written by Thijs Marinussen. June 18, 2011

Check Out this Related Man Page

ecppl(1)							Tntnet users guide							  ecppl(1)

NAME
ecppl - language-extractor for ecpp SYNOPSIS
ecppl [-I dir] [-ln] [-o output-filename] ecpp-filename DESCRIPTION
Ecppl is the language-extractor for ecpp. Ecpp - the template-language used with tntnet - supports internationalized applications. In ecpp-templates a tag <i18n> changes the meaning of curly braces. A phrase, which is enclosed in curly braces, can be translated. At run- time the phrase is looked up in a language-library. This mode can be quit with the tag </i18n>. Phrases must not have newlines or tabs. Every phrase, which is marked as translatable, is extracted with ecppl and written to standard output or to a specified output-filename line by line. OPTIONS
-I dir Search include-files in directory. This option can be passed multiple times. All specified directories are searched in turn for include-files. -l Extract language-phrases (the default) -n Extract non-language-phrases -o filename Specify output filename AUTHOR
This manual page was written by Tommi Makitalo <tommi@tntnet.org>. SEE ALSO
tntnet(1), ecpp(7), ecppll(1). Tntnet 2006-08-26 ecppl(1)
Man Page

3 More Discussions You Might Find Interesting

1. Windows & DOS: Issues & Discussions

DOS script to grab the first file in a dir and rename it

:confused: Hello, Is there any way to use the dir command / some DOS Script to select only first file of similar pattern of files in a direcotory and rename it for example, one directory has 5 files abc_1005.txt abc_5256.txt abc_2001.txt abc_2003.txt abc_3006.txt by use script I would... (2 Replies)
Discussion started by: raghav525
2 Replies

2. UNIX for Dummies Questions & Answers

Can anyone help? I have to Write a program in C that recognizes the following commands and translate

I have to Write a program in C that recognizes the following commands and translates them into much simpler ones Commands to recognize shorter command list L cd dir C - dir_length - dir get file_name G - file_name_length - file_name Long commands are read from the standard input and... (1 Reply)
Discussion started by: aintour
1 Replies

3. Homework & Coursework Questions

Can anyone help? I have to Write a program in C that recognizes the following commands and translate

I have to Write a program in C that recognizes the following commands and translates them into much simpler ones Commands to recognize shorter command list L cd dir C - dir_length - dir get file_name G - file_name_length - file_name Long commands are read from the standard input... (1 Reply)
Discussion started by: aintour
1 Replies