home *** CD-ROM | disk | FTP | other *** search
- Terragen command line syntax (v0.9.19)
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
- 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>
-
-