home *** CD-ROM | disk | FTP | other *** search
/ Game Killer / Game_Killer.bin / 792.PUFFY.DAT < prev    next >
Text File  |  1992-12-18  |  2KB  |  73 lines

  1. 'Name:  C:\SEE4\USCLOUD.DAT
  2. 'Desc: SEE enhancements to CLOUD.SC1
  3. '----------------------------------------------------------------------
  4. INPUT, CLOUD.SC1, OUTPUT, USCLOUD$.SC1
  5.  
  6.  
  7. REM: "PUFFY.DAT" Shares the same "USCLOUD$.SC1" output name as
  8.      the previous cloud files uploaded by Gene Lacy, DataWings.
  9.      For regular SEE polygon multi-layered clouds, you should
  10.      call up and process the "USCLOUDS.DAT" file.
  11.  
  12. REM: You may wish to assign new North/East center coordinants
  13.      if clouds do not reach areas you flying such as Hawaii or
  14.      Tahiti. Keep in mind this may shift the range away from
  15.      other areas such as the extreme corners of the US mainland;
  16.      Washington, Florida, San Diego or New York. The default
  17.      North/East 16000/13000 are simple SubLOGIC's approximate
  18.      center of the United States.
  19.      
  20. NORTH, 16000
  21. EAST, 13000
  22.  
  23. REM: By changing heading even a few degrees, clouds will appear
  24.      in entirely different relative positions in the FS4 skies from
  25.      your previous FS4 flight session. You may enter any new heading
  26.      from 0 to 360 degrees.
  27.      
  28. HEADING, 0
  29.  
  30. REM: You may assign a new altitude for the approximate cloud bases.
  31.      The cumulus clouds are not flat on the bottom. There will likely
  32.      be a certain amount of "under-hang" below the altitude you set.
  33.  
  34. ALTITUDE, 1000
  35.  
  36. REM: The next line should not be altered. It calls up the "PUFFY.MAC"
  37.      file to be processed with any changes you may have entered above.
  38.      
  39. MACRO, PUFFY.MAC
  40.  
  41. SAVE
  42.  
  43. END
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.