home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2002 November
/
Chip_2002-11_cd1.bin
/
tema
/
terragen
/
download
/
_SETUP.1
/
Cmdline.txt
< prev
next >
Wrap
Text File
|
2002-03-24
|
1KB
|
24 lines
Terragen command line syntax (v0.8.44)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The following command line will run Terragen (hidden), load test.tgw and test.ter,
execute the script test.tgs and then exit automatically:
Terragen.exe /hide /exit /w test.tgw /t test.ter /s test.tgs <frames>
"/exit" instructs Terragen to automatically exit after executing the script.
It also prevents messageboxes from appearing.
"/hide" prevents the gui and image from appearing. Message boxes are only
suppressed if /exit is specified.
<frames> syntax:
a single integer, eg. 34 specifies the frame to be rendered.
"all" instructs Terragen to execute all FRend commands.
Following the script filename, <frames> specifies which frames are to be rendered.
Note that the entire script is always executed, in case earlier parts of the
script contain commands that affect the state of the specified frames (eg camera
moves). Terragen simply ignores all FRend instructions that do not fall within
<frames>