Advertisement
Guest User

Untitled

a guest
Dec 29th, 2020
234
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. ; added icao properties and isAirTraffic=1 to make it appear on real DAL A321 flights
  2.  
  3. atc_airline = "Delta" ; airline name
  4. atc_flight_number = "9991" ; flight number
  5. atc_heavy = 0 ; heavy?
  6. atc_parking_types = GATE,RAMP ; "ANY" / "RAMP" / "CARGO" / "MIL_CARGO" / "MIL_COMBAT" / "GATE" / "DOCK"
  7. atc_parking_codes = DAL ; Comma separated and may be as small as one character each
  8. icao_airline = "DAL" ; airline icao code
  9. atc_id_color = "" ; color for the tail number : i.e. "#ffff00ff"
  10. atc_id_font = "" ; font for the tail number
  11. isAirTraffic = 1 ; Is the plane usable for air traffic
  12. isUserSelectable = 1 ; Is the plane selectable by the user
  13.  
  14.  
  15. [GENERAL]
  16.  
  17. ; LEGACY
  18. atc_type = AIRBUS ;
  19. atc_model = A321 fsx ;
  20. icao_type_designator = "A321"
  21. icao_manufacturer = "AIRBUS"
  22. icao_model = "A-321"
  23. icao_engine_type = "Jet"
  24. icao_engine_count = 2
  25. icao_WTC = "M"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement