1 | - flight types: scheduler, VIP, charter, OT
|
---|
2 | Online flight checkbox
|
---|
3 |
|
---|
4 | - Flight Info
|
---|
5 | Comments, Flight defects
|
---|
6 | Delay codes:
|
---|
7 | - Loading problems
|
---|
8 | - Net problems
|
---|
9 | - System crash/freezing
|
---|
10 | - Traffic problems
|
---|
11 | - Weather problems
|
---|
12 | - VATSIM problem
|
---|
13 | - Controllers fault
|
---|
14 | - Navigation problem
|
---|
15 | - Apron navigation problem
|
---|
16 | - Personal reasons
|
---|
17 |
|
---|
18 | - Saved PIREP: can only be sent with a separate program
|
---|
19 |
|
---|
20 | -------------------------------------------------------------------------------
|
---|
21 |
|
---|
22 | - Alt combinations:
|
---|
23 | Fixed:
|
---|
24 |
|
---|
25 | English: D, F, G, H, I, L
|
---|
26 |
|
---|
27 | Alt+F: Flight Tab
|
---|
28 | Alt+I: Flight info
|
---|
29 | Alt+L: Log
|
---|
30 | Alt+D: Debug Log
|
---|
31 | Alt+H: Help
|
---|
32 | Alt+G: Gates
|
---|
33 |
|
---|
34 | Magyar: D, I, J, K, N, S
|
---|
35 |
|
---|
36 | Alt+J: Járat
|
---|
37 | Alt+I: Járat info
|
---|
38 | Alt+N: Napló
|
---|
39 | Alt+D: Debug Napló
|
---|
40 | Alt+S: Segítség
|
---|
41 | Alt+K: Kapuk
|
---|
42 |
|
---|
43 | -------------------------------------------------------------------------------
|
---|
44 |
|
---|
45 | Sounds
|
---|
46 | ------
|
---|
47 |
|
---|
48 | - sikoly.mp3: vs<-6000 | vs>6000, and is not playing
|
---|
49 |
|
---|
50 | - board.mp3: stage==BOARDING, not played yet, and pilot either pressed
|
---|
51 | hot key, or !pilotControlsSounds and 10s after the start of the boarding
|
---|
52 |
|
---|
53 | - malev.mp3: stage==PUSHANDTAXI, pilotControlsSounds && hotkey ||
|
---|
54 | !pilotControlsSounds && gs>5,
|
---|
55 | played only when board.mp3 was finished (if started at all),
|
---|
56 | followed by XXXtaxi.mp3, when finished
|
---|
57 |
|
---|
58 | - cpt_takeoff.mp3: stage==TAKEOFF && (langingLights on || gs>80)
|
---|
59 |
|
---|
60 | - TOC.mp3: stage==CRUISE && (pilotControlsSounds && hotkey ||
|
---|
61 | !pilotControlsSounds)
|
---|
62 |
|
---|
63 | - TOD.mp3: stage==DESCEND && (pilotControlsSounds && hotkey ||
|
---|
64 | !pilotControlsSounds && altitude<15000)
|
---|
65 |
|
---|
66 | - TaxiAfterLand.mp3: stage==TAXIAFTERLAND && (pilotControlsSounds && hotkey ||
|
---|
67 | !pilotControlsSounds && timeSinceStage>10)
|
---|
68 |
|
---|
69 | - (notnormal.mp3): approachCallouts && stage in [DESCEND, LANDING, TAXIAFTERLAND] &&
|
---|
70 | gs<40 && flown distance<0.404
|
---|
71 |
|
---|
72 | - (2500.mp3): approachCallouts && stage in [DESCEND, LANDING, TAXIAFTERLAND] &&
|
---|
73 | radioAltitude<2500
|
---|
74 |
|
---|
75 | - (700.mp3): approachCallouts && stage in [DESCEND, LANDING, TAXIAFTERLAND] &&
|
---|
76 | radioAltitude<700
|
---|
77 |
|
---|
78 | - (1200.mp3): approachCallouts && stage in [DESCEND, LANDING, TAXIAFTERLAND] &&
|
---|
79 | radioAltitude<1200
|
---|
80 |
|
---|
81 | - (1800.mp3): approachCallouts && stage in [DESCEND, LANDING, TAXIAFTERLAND] &&
|
---|
82 | radioAltitude<1800
|
---|
83 |
|
---|
84 | - (500.mp3): approachCallouts && stage in [DESCEND, LANDING, TAXIAFTERLAND] &&
|
---|
85 | radioAltitude<500
|
---|
86 |
|
---|
87 | - (200.mp3): approachCallouts && stage in [DESCEND, LANDING, TAXIAFTERLAND] &&
|
---|
88 | radioAltitude<200
|
---|
89 |
|
---|
90 | - (20.mp3): approachCallouts && stage in [DESCEND, LANDING, TAXIAFTERLAND] &&
|
---|
91 | radioAltitude<500
|
---|
92 |
|
---|
93 | - (atTD.mp3): approachCallouts && stage in [DESCEND, LANDING, TAXIAFTERLAND] &&
|
---|
94 | isOnTheGround
|
---|
95 |
|
---|
96 | - taps.mp3: 2 sec after touchdown, if T/D rate<150
|
---|
97 |
|
---|
98 | - cpt_landing.mp3: ????
|
---|
99 |
|
---|
100 | - notam.mp3: when the briefing window is displayed for the first time
|
---|
101 |
|
---|
102 | - notify.wav: for VISIBILITY message if sounds are enabled for that
|
---|
103 |
|
---|
104 | - speed.mp3: stage==LANDING, spoiler moves, speedbrake sound selected
|
---|
105 |
|
---|
106 | - Checklists:
|
---|
107 | - there are directories named checklist_<type>
|
---|
108 | - each directory contains a file named checklist.txt which is a list of
|
---|
109 | the sound files comprising the check list
|
---|
110 | - if a check list set is enabled and selected, its items are played
|
---|
111 | on-by-one as the second hot key is pressed
|
---|
112 |
|
---|
113 |
|
---|