home *** CD-ROM | disk | FTP | other *** search
/ Game Killer / Game_Killer.bin / 803.USCLOUDS.DAT < prev    next >
Text File  |  1992-12-18  |  1KB  |  46 lines

  1. 'Name:  C:\SEE4\USCLOUD.DAT
  2. 'Desc: SEE enhancements to CLOUD.SC1
  3. '----------------------------------------------------------------------
  4. INPUT, CLOUD.SC1, OUTPUT, USCLOUD$.SC1
  5.  
  6. REM: "USCLOUD.DAT" shares the same "USCLOUD$.SC1" output name as
  7.      the "PUFFY.DAT" enhancement file. Process this file when you
  8.      want just multi-layers of SEE generated polygon clouds with
  9.      no AAF generated cumulus clouds.
  10.      
  11. REM: You may wish to enter new North/East coordinants if the area
  12.      to be flown is outside of the range of USCLOUD$.SC1. The default
  13.      coordinants are simply SubLOGIC's approximate center of the U.S.
  14.      
  15. NORTH, 16000
  16. EAST, 13000
  17.  
  18. REM: By changing the heading even a few degrees, you will rearrange
  19.      clouds in relatively new positions in the FS4 skies since your
  20.      previous FS4 flight session. You may enter any new heading from
  21.      0 to 360 degrees.
  22.      
  23. HEADING, 0
  24.  
  25. REM: You may reassign the approximate altitude of the cloud base.
  26.  
  27. ALTITUDE, 1000
  28.  
  29. REM: Do not alter the following line. This instruction calls up the
  30.      "USCLOUDS.MAC" file for processing with any changes you've
  31.      entered above.
  32.  
  33. MACRO, USCLOUDS.MAC
  34.  
  35. SAVE
  36.  
  37. END
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.