home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / gamefly / uklpool2.arj / UKLPOOL.DAT next >
Text File  |  1991-02-17  |  4KB  |  180 lines

  1. UKLPOOL.DAT
  2. ========
  3.  
  4.  
  5. first, set up all the directories and specify the input and output files:
  6. -------------------------------------------------------------------------
  7. indir, c:\flight\see
  8. input, uklpool1.sc1
  9. outdir, c:\flight\see
  10. output, uklpool2.sc1
  11. libdir, c:\flight\see
  12.  
  13. now must create a report before doing anything special:
  14. report
  15.  
  16. now we can start messing around:
  17.  
  18. let's change the poly colors at dusk and night:
  19. find, range, 0
  20. poly
  21.  
  22. and the river colors at night:
  23. map, 2,2,0
  24. find, range, 0
  25. river
  26.  
  27. ATC:
  28. north, 19487
  29. east, 13174
  30. range, 80
  31. freq, 121.00
  32. msg1, "LIVERPOOL AIRPORT . . .Special VFR rules apply"
  33. msg2, "Maximum altitude 1500 Liverpool QNH "
  34. msg3, "Tune 118.10 when in control area Runway in use is two seven"
  35. com
  36.  
  37. Circuit Joining Request
  38. north, 19583
  39. east, 13125
  40. range, 60
  41. freq, 118.10
  42. msg1, "<LIVERPOOL CONTROL> Yankee Oscar Special VFR Manchester Control zone"
  43. msg2, "....Landing permission request acknowledged"
  44. msg3, " Contact Approach control on 119.85 for circuit joining instructions"
  45. com
  46.  
  47. Take off:
  48. north, 19487
  49. east, 13174
  50. range, 2
  51. freq, 118.10
  52. msg1, "<LIVERPOOL CONTROL> Yankee Oscar Special VFR"
  53. msg2, "Taxi to holding point"
  54. msg3, " and report"
  55. com
  56.  
  57. north, 19486.1
  58. east, 13176
  59. range, 2
  60. freq, 118.10
  61. msg1, "<LIVERPOOL CONTROL> Yankee Oscar Special VFR"
  62. msg2, "You are cleared for take-off"
  63. msg3, " Report at 1000"
  64. com
  65.  
  66. north, 19486
  67. east, 13160
  68. range, 8
  69. freq, 118.10
  70. msg1, "<LIVERPOOL CONTROL> Roger, Yankee Oscar "
  71. msg2, "Turn bearing two niner zero"
  72. msg3, "To clear climb out path"
  73. com
  74.  
  75. Approach Control information:
  76. north, 19583
  77. east, 13125
  78. range, 32
  79. freq, 119.85
  80. msg1, "<APPROACH CONTROL> Yankee Oscar Special VFR   Follow eastern shore of
  81.  Mersey Estuary on downwind approach "
  82. msg2, "Turn bearing eight seven after passing Liver Building on your left
  83.  and report"
  84. msg3, "Tune ADF- LPL 349  Bearing is 180 on finals"
  85. com
  86.  
  87. Downwind Leg:
  88. north, 19509
  89. east, 13136.7
  90. range, 8
  91. freq, 119.85
  92. msg1, "<APPROACH CONTROL> Yankee Oscar we have you on radar."
  93. msg2, "Descend to 1000 and continue eight seven until end of Liverpool
  94.  Conurbation"
  95. msg3, "Report on sighting Runway two seven aproximately 2 miles to your right"
  96. com
  97.  
  98. north, 19511
  99. east, 13174
  100. range, 8
  101. freq, 119.85
  102. msg1, "<APPROACH CONTROL> Yankee Oscar -  You should have Widnes ahead and
  103.  to your right"
  104. msg2, "When the town is to your right, "
  105. msg3, " Turn bearing 177 onto base leg and report"
  106. com
  107.  
  108. Base Leg:
  109. north, 19511
  110. east, 13190
  111. range, 8
  112. freq, 119.85
  113. msg1, "<APPROACH CONTROL> Yankee Oscar we observe your turn."
  114. msg2, " QNH 1040  Descend to 700"
  115. msg3, "and report finals"
  116. com
  117.  
  118. Finals:
  119. north, 19486.5
  120. east, 13190
  121. range, 8
  122. freq, 119.85
  123. msg1, "<APPROACH CONTROL> Yankee Oscar You are cleared to land"
  124. msg2, "QFE 1027"
  125. msg3, "  Clear Active Runway As Soon as possible please"
  126. com
  127.  
  128. This sets the heading that the plane reads when pointing toward fs north:
  129. (do it once per area and all your headings will be precise)
  130. Doesn't seem to work to set magnetic variation (e.g. for Runways)
  131. *fsnorth, 5
  132.  
  133.  
  134. ADD Mersey Ferry Liverpool bound
  135. north, 19508
  136. east, 13134
  137. heading 55
  138. library, steamer.sc0
  139.  
  140. ADD Mersey Ferry Birkenhead bound
  141. north, 19506
  142. east, 13131
  143. heading 335
  144. library, steamer.sc0
  145.  
  146. ADD West Kirby Lighthouse
  147. north, 19583.0000
  148. east, 13124.9100
  149. custom, 1, 15
  150. custom, 2, 7
  151. custom, 3, 3
  152. custom, 4, 4
  153. library, lhouse.sc0
  154.  
  155. ADD Seaforth Lighthouse
  156. north, 19583.0000
  157. east, 13136.71
  158. custom, 1, 15
  159. custom, 2, 7
  160. custom, 3, 3
  161. custom, 4, 4
  162. library, lhouse.sc0
  163.  
  164. north, 19485.925
  165. east, 13178.508
  166. heading, 267
  167. range, 2
  168. library, skid_l.sc0
  169.  
  170. north, 19485.6976
  171. east, 13172.1232
  172. heading, 87
  173. range, 2
  174. library, skid_m.sc0
  175.  
  176.  
  177. save
  178. end
  179.  
  180.