home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 November / Chip_2002-11_cd1.bin / tema / terragen / download / _SETUP.1 / Cmdline.txt < prev    next >
Text File  |  2002-03-24  |  1KB  |  24 lines

  1. Terragen command line syntax (v0.8.44)
  2. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  3.  
  4. The following command line will run Terragen (hidden), load test.tgw and test.ter,
  5. execute the script test.tgs and then exit automatically:
  6.  
  7.   Terragen.exe /hide /exit /w test.tgw /t test.ter /s test.tgs <frames>
  8.  
  9. "/exit" instructs Terragen to automatically exit after executing the script.
  10.         It also prevents messageboxes from appearing.
  11.  
  12. "/hide" prevents the gui and image from appearing. Message boxes are only
  13.         suppressed if /exit is specified.
  14.  
  15. <frames> syntax:
  16.   a single integer, eg. 34 specifies the frame to be rendered.
  17.   "all" instructs Terragen to execute all FRend commands.
  18.  
  19. Following the script filename, <frames> specifies which frames are to be rendered.
  20. Note that the entire script is always executed, in case earlier parts of the
  21. script contain commands that affect the state of the specified frames (eg camera
  22. moves). Terragen simply ignores all FRend instructions that do not fall within
  23. <frames>
  24.