Changeset 166:e4ba22b7a13b for notes.txt


Ignore:
Timestamp:
05/10/12 18:17:18 (12 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
hg-Phase:
(<MercurialRepository 1 'hg:/home/ivaradi/mlx/hg' '/'>, 'public')
Message:

The configuration loading/saving and the basic GUI for the sound preferences work

File:
1 edited

Legend:

Unmodified
Added
Removed
  • notes.txt

    r107 r166  
    4141        Alt+K: Kapuk
    4242       
     43-------------------------------------------------------------------------------
     44
     45Sounds
     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 
Note: See TracChangeset for help on using the changeset viewer.