home *** CD-ROM | disk | FTP | other *** search
/ Perseus / PERSEUS.iso / spiele / caaral.exe / CAARAL.DAT < prev    next >
Text File  |  1992-09-17  |  7KB  |  198 lines

  1. '============
  2.  
  3. indir, c:\games\fs4\
  4. input, caaral.SC1
  5. outdir, c:\games\fs4\
  6. output, caaral$.SC1
  7. libdir, c:\games\fs4\see\lib\
  8. filesize, 61000
  9.  
  10. report,                       'analyse and create report
  11.  
  12. 'COM AND ATIS FREQUENICES----------------
  13. freq, 121.0                   'add atc/atis to RAL CNO POC & ONT
  14. north, 15288.9, east, 6137.7
  15. range, 160
  16. msg1, "Welcome to Riverside Municipal Airport, Please contact ATIS on 128.8,
  17.  Look out for Lear Jet on final approach to runway 9..."
  18. msg2, "ILS approach available, runway 9, freq. 110.9...Final approach course
  19.  088..."
  20. com
  21.  
  22. freq, 128.80
  23. range, 160
  24. msg1, "Riverside Municipal Airport "
  25. id, "ROMEO"
  26. msg3, "YOU HAVE ROMEO..."
  27. rwyne, 16, rwynw, 34
  28. rwyse, 9, rwysw, 27
  29. atis
  30.  
  31. freq, 118.5
  32. north, 15319.8, east, 6078.3
  33. range, 160
  34. msg1, "Welcome to Chino Airport, Home of the world famous Planes of Fame Air
  35.  Museum..."
  36. msg2, "Contact ATIS on 121.15, ILS approach is available, freq. 111.5, on
  37.  Runway 26..."
  38. msg3, "Final approach course 257 degrees..."
  39. com
  40.  
  41. freq, 121.15
  42. range, 160
  43. msg1, "Chino Airport "
  44. id, "CHARLIE"
  45. msg3, "YOU HAVE CHARLIE..."
  46. rwyne, 3, rwynw, 26
  47. rwyse, 8, rwysw, 21
  48. atis
  49.  
  50. freq, 118.2
  51. north, 15377.5, east, 6038.6
  52. range, 160
  53. msg1, "Welcome to Brackett Field, La Verne, California....Watch for Cessna
  54.  making a Touch n' Go approach to Runway 26L..."
  55. msg2, "ATIS available on 124.4,  ILS approach on Runway 26L, freq. 110.5..."
  56. msg3, "Final approach course 259..."
  57. com
  58.  
  59. freq, 124.4
  60. range, 160
  61. msg1, "Brackett Field "
  62. id, "BRAVO"
  63. msg3, "YOU HAVE BRAVO..."
  64. rwyne, 8, rwynw, 26
  65. rwyse, 8, rwysw, 26
  66. atis
  67.  
  68. freq, 120.6
  69. north, 15345.5, east, 6097.2
  70. range, 160
  71. msg1, "Welcome to Ontario International Airport, Tune 124.25 for ATIS
  72.  information...Look out for heavy departing on 8L..."
  73. msg2, "ILS approach available on runways 8L, 26L and 26R, Tune 109.5, 109.6
  74.  or 109.7, respectively...26L is a CAT II approach..."
  75. msg3,"Final approach course for 8L is 076, 26L and 26R, 256 degrees..."
  76. com
  77.  
  78. freq, 124.25
  79. range, 160
  80. msg1, "Ontario International "
  81. id, "OSCAR"
  82. msg3, "YOU HAVE OSCAR..."
  83. rwyne, 8, rwynw, 26
  84. rwyse, 8, rwysw, 26
  85. atis
  86.  
  87. 'POLYGON EFFECTS----------------------
  88.  
  89. FIND, NUMBER, 1                  'find this polygon
  90. COLOR, 1, 0, 0                   'green at day/black at dusk & night
  91. POLY
  92. FIND, NUMBER, 35                 'find this polygon
  93. COLOR, 1, 0, 0                   'green at day/black at dusk & night
  94. POLY
  95. FIND, NUMBER, 36                 'find this polygon
  96. COLOR, 1, 0, 0                   'green at day/black at dusk & night
  97. POLY
  98. FIND, NUMBER, 57                 'find this polygon
  99. COLOR, 1, 0, 0                   'green at day/black at dusk & night
  100. POLY
  101. FIND, NUMBER, 77                 'find this polygon
  102. COLOR, 1, 0, 0                   'green at day/black at dusk & night
  103. POLY
  104. FIND, NUMBER, 135                'find this polygon
  105. COLOR, 1, 0, 0                   'green at day/black at dusk & night
  106. POLY
  107. FIND, NUMBER, 136                'find this polygon
  108. COLOR, 1, 0, 0                   'green at day/black at dusk & night
  109. POLY
  110. FIND, NUMBER, 137                'find this polygon
  111. COLOR, 1, 0, 0                   'greem at day/black at dusk & night
  112. POLY
  113. FIND, NUMBER, 146                'find this polygon
  114. COLOR, 1, 0, 0                   'green at day/black at dusk & night
  115. POLY
  116.  
  117. 'MORE POLYGON EFFECTS-----------------
  118.  
  119. FIND, COLOR, 1      'find all dark green polys
  120. COLOR, 1, 0, 0      'green at day/black at dusk & night
  121. POLY
  122.  
  123. FIND, COLOR, 2      'find all dark blue polys & enhance them
  124. COLOR, 2, 10, 0
  125. POLY
  126. FIND, COLOR, 5      'find all light grey polys & enhance them
  127. POLY
  128. FIND, COLOR, 8      'find all khaki polys & enhance them
  129. POLY
  130. FIND, COLOR, 10     'find all dark grey polys & enhance them
  131. POLY
  132. FIND, COLOR, 11     'find all light green polys & enhance them
  133. POLY
  134.                                                                     
  135. 'RIVER EFFECTS------------------------
  136.  
  137. find, all                     'add dusk and night colors to all rivers
  138. rivers
  139.  
  140. 'ROAD EFFECTS-------------------------
  141.  
  142. FIND, ALL         'select all roads                           
  143. LIGHTS            'lights at night                                  
  144. LIGHTCOLOR, 4     'force orange lights
  145. DOTS, 600         'control light spacing                            
  146. ROAD                                                                
  147.  
  148. 'RUNWAY EFFECTS-----------------------
  149.  
  150. find, all                     'add dusk/night effects to all runways
  151. runways
  152.  
  153. FIND, COLOR, 9  'convert all yellow lines to lights                 
  154. COLOR, ?, 9, 9  'yellow @ dusk and night lights
  155. DAYOFF          'no lights @ daytime                                
  156. DOTS, 120       'adjust light spacing                               
  157. TAXI                                                                
  158.  
  159. color,10,0,0,                 'dark grey @ day, otherwise black
  160. find,color,7
  161. patch,                        'sky-blue runway patches
  162.  
  163. 'TAXIWAY EFFECTS----------------------
  164.  
  165. FIND, COLOR, 6                'all royal blue lines
  166. COLOR, 6, 6, 6                'blues for day dusk and night
  167. DAYOFF                        'nothing showing @ daytime (optional)
  168. DOTS, 120                     'adjust light spacing (optional)
  169. TAXI                          'create taxiways
  170.                                                                   
  171. 'MOUNTAIN EFFECTS---------------------
  172.  
  173. MACRO, DARKMAP                'set up color recommendations               
  174. FIND, ALL                     'find all mountains                         
  175. MOUNTAIN                      'and color them                       
  176.  
  177. 'BUILDING EFFECTS--------------------
  178.  
  179. FILTER,  0          'black                                          
  180. FILTER, 10          'dark gray                                      
  181. FILTER,  8          'kahki/brown                                    
  182. FILTER, 13          'gold                                           
  183. 'Only buildings having some color other than those                  
  184. 'listed above will be colored                                       
  185. FIND, ALL                                                           
  186. BUILDING                'tell SEE to color them all                 
  187.                                                                     
  188. 'TREE EFFECTS------------------------
  189.  
  190. MACRO, BLACKMAP               'all black at dusk and night                    
  191. FIND, ALL                     'find all trees                                      
  192. TREES                         'and color them                                      
  193.                                                                     
  194.  
  195.  
  196. save
  197. end
  198.