home *** CD-ROM | disk | FTP | other *** search
INI File | 2003-05-28 | 30.4 KB | 1,319 lines |
- ; ***********************************************************************************
- ;
- ; SOUND DATABASE DESCRIPTION
- ;
- ; ***********************************************************************************
- ;
- ; You can use [#INCLUDE] section name to have recursive INI includes
- ;
- ; Key description, '*' indicate default value:
- ; FILENAME : Wave file to load
- ; USE_VOLUME : Sound volume can be changed [0*..1]
- ; USE_FREQUENCY : Sound frequency can be changed [0*..1]
- ; USE_STEREO : Sound pan(stero) can be changed [0*..1]
- ; USE_ALL_FX : Sound can use Hardware effects [0*..1]
- ; USE_STREAMING : Sound is played using streaming [0*..1]
- ; USE_3D : Sound use 3D positionning [0*..1]
- ; LOOP : Sound loop when finished [0*..1]
- ; KEEP_IN_MEMORY : Sound kept in memory after its end [0*..1]
- ; NOTIFY : Sound use notification [0*..1] (NOT USED)
- ; GET_POS2 : Sound use get position [0*..1] (NOT USED)
- ; LOCK_HARD : Sound buffer locked in hardware [0*..1] (NOT USED)
- ; LOCK_SOFT : Sound buffer locked in software [0*..1] (NOT USED)
- ;
- ; ***********************************************************************************
-
- [MENU_SELECT]
- FILENAME = "Sounds/Interface/INT_bouton.wav"
- USE_VOLUME = 1
-
- [MENU_CLICK]
- FILENAME = "Sounds/Interface/INT_valid.wav"
- USE_VOLUME = 1
-
- [MENU_MUSIQUE]
- FILENAME = "Sounds/Musique/musique_menu.wav"
- ;USE_STREAMING = 1
- USE_VOLUME = 1
- LOOP = 1
-
- [MENU_MUSIQUE_PRESENTATION]
- FILENAME = "Sounds/Musique/musique_presentation.wav"
- ;USE_STREAMING = 1
- USE_VOLUME = 1
- LOOP = 1
- VOLUME = 79
-
-
- [MUSIQUE_STATION_SERVICE]
- FILENAME = "Sounds\Missions\Commun\amb_level_STA.wav"
- ;USE_STREAMING = 1
- USE_VOLUME = 1
- LOOP = 1
- VOLUME = 90
-
- [MUSIQUE_QUARTIER]
- FILENAME = "Sounds\Missions\Commun\amb_level_QUA.wav"
- ;USE_STREAMING = 1
- USE_VOLUME = 1
- LOOP = 1
- VOLUME = 90
-
- [MUSIQUE_BANQUE]
- FILENAME = "Sounds\Missions\Commun\amb_level_STA.wav"
- ;USE_STREAMING = 1
- USE_VOLUME = 1
- LOOP = 1
- VOLUME = 90
-
- [MUSIQUE_VILLA]
- FILENAME = "Sounds\Missions\Commun\amb_level_VIL.wav"
- ;USE_STREAMING = 1
- USE_VOLUME = 1
- LOOP = 1
- VOLUME = 95
-
- [MUSIQUE_ECOLE]
- FILENAME = "Sounds\Missions\Commun\amb_level_STA.wav"
- ;USE_STREAMING = 1
- USE_VOLUME = 1
- LOOP = 1
- VOLUME = 90
-
- [MUSIQUE_ENTREPOT]
- FILENAME = "Sounds\Missions\Commun\amb_level_ENT.wav"
- ;USE_STREAMING = 1
- USE_VOLUME = 1
- LOOP = 1
- VOLUME = 90
-
- [MUSIQUE_TRAIN]
- FILENAME = "Sounds\Missions\Commun\amb_level_TRA.wav"
- ;USE_STREAMING = 1
- USE_VOLUME = 1
- LOOP = 1
- VOLUME = 90
-
- [MUSIQUE_TUTORIAL01]
- FILENAME = "Sounds\Missions\Commun\amb_level_STA.wav"
- ;USE_STREAMING = 1
- USE_VOLUME = 1
- LOOP = 1
- VOLUME = 90
-
- [MUSIQUE_FORET]
- FILENAME = "Sounds\Missions\Commun\amb_level_FOR.wav"
- ;USE_STREAMING = 1
- USE_VOLUME = 1
- LOOP = 1
- VOLUME = 90
-
- [MUSIQUE_CENTRALE]
- FILENAME = "Sounds\Missions\Commun\amb_level_ENT.wav"
- ;USE_STREAMING = 1
- USE_VOLUME = 1
- LOOP = 1
- VOLUME = 90
-
-
-
-
-
-
-
-
- [STA_INTRO_PART1]
- FILENAME = "Sounds\Localisation\FRA\Intro\STA_intro1.wav"
- USE_VOLUME = 1
- ;VOLUME = 95
-
- [STA_INTRO_PART2]
- FILENAME = "Sounds\Localisation\FRA\Intro\STA_intro2.wav"
- USE_VOLUME = 1
- ;VOLUME = 95
-
- [STA_INTRO_PART3]
- FILENAME = "Sounds\Localisation\FRA\Intro\STA_intro3.wav"
- USE_VOLUME = 1
- ;VOLUME = 95
-
- [STA_INTRO_PART4]
- FILENAME = "Sounds\Localisation\FRA\Intro\STA_intro4.wav"
- USE_VOLUME = 1
- ;VOLUME = 95
-
-
-
-
- [CEN_INTRO_PART1]
- FILENAME = "Sounds\Localisation\FRA\Intro\CEN_intro1.wav"
- USE_VOLUME = 1
- ;VOLUME = 95
-
- [CEN_INTRO_PART2]
- FILENAME = "Sounds\Localisation\FRA\Intro\CEN_intro2.wav"
- USE_VOLUME = 1
- ;VOLUME = 95
-
- [CEN_INTRO_PART3]
- FILENAME = "Sounds\Localisation\FRA\Intro\CEN_intro3.wav"
- USE_VOLUME = 1
- ;VOLUME = 95
-
- [CEN_INTRO_PART4]
- FILENAME = "Sounds\Localisation\FRA\Intro\CEN_intro4.wav"
- USE_VOLUME = 1
- ;VOLUME = 95
-
-
-
-
-
- [FOR_INTRO_PART1]
- FILENAME = "Sounds\Localisation\FRA\Intro\FOR_intro1.wav"
- USE_VOLUME = 1
- ;VOLUME = 95
-
- [FOR_INTRO_PART2]
- FILENAME = "Sounds\Localisation\FRA\Intro\FOR_intro2.wav"
- USE_VOLUME = 1
- ;VOLUME = 95
-
- [FOR_INTRO_PART3]
- FILENAME = "Sounds\Localisation\FRA\Intro\FOR_intro3.wav"
- USE_VOLUME = 1
- ;VOLUME = 95
-
- [FOR_INTRO_PART4]
- FILENAME = "Sounds\Localisation\FRA\Intro\FOR_intro4.wav"
- USE_VOLUME = 1
- ;VOLUME = 95
-
-
-
- [VIL_INTRO_PART1]
- FILENAME = "Sounds\Localisation\FRA\Intro\VIL_intro1.wav"
- USE_VOLUME = 1
- ;VOLUME = 95
-
- [VIL_INTRO_PART2]
- FILENAME = "Sounds\Localisation\FRA\Intro\VIL_intro2.wav"
- USE_VOLUME = 1
- ;VOLUME = 95
-
- [VIL_INTRO_PART3]
- FILENAME = "Sounds\Localisation\FRA\Intro\VIL_intro3.wav"
- USE_VOLUME = 1
- ;VOLUME = 95
-
- [VIL_INTRO_PART4]
- FILENAME = "Sounds\Localisation\FRA\Intro\VIL_intro4.wav"
- USE_VOLUME = 1
- ;VOLUME = 95
-
-
-
-
- [TRA_INTRO_PART1]
- FILENAME = "Sounds\Localisation\FRA\Intro\TRA_intro1.wav"
- USE_VOLUME = 1
- ;VOLUME = 95
-
- [TRA_INTRO_PART2]
- FILENAME = "Sounds\Localisation\FRA\Intro\TRA_intro2.wav"
- USE_VOLUME = 1
- ;VOLUME = 95
-
- [TRA_INTRO_PART3]
- FILENAME = "Sounds\Localisation\FRA\Intro\TRA_intro3.wav"
- USE_VOLUME = 1
- ;VOLUME = 95
-
- [TRA_INTRO_PART4]
- FILENAME = "Sounds\Localisation\FRA\Intro\TRA_intro4.wav"
- USE_VOLUME = 1
- ;VOLUME = 95
-
- [ECO_INTRO_PART1]
- FILENAME = "Sounds\Localisation\FRA\Intro\ECO_intro1.wav"
- USE_VOLUME = 1
- ;VOLUME = 95
-
- [ECO_INTRO_PART2]
- FILENAME = "Sounds\Localisation\FRA\Intro\ECO_intro2.wav"
- USE_VOLUME = 1
- ;VOLUME = 95
-
- [ECO_INTRO_PART3]
- FILENAME = "Sounds\Localisation\FRA\Intro\ECO_intro3.wav"
- USE_VOLUME = 1
- ;VOLUME = 95
-
- [ECO_INTRO_PART4]
- FILENAME = "Sounds\Localisation\FRA\Intro\ECO_intro4.wav"
- USE_VOLUME = 1
- ;VOLUME = 95
-
- [ENT_INTRO_PART1]
- FILENAME = "Sounds\Localisation\FRA\Intro\ENT_intro1.wav"
- USE_VOLUME = 1
- ;VOLUME = 95
-
- [ENT_INTRO_PART2]
- FILENAME = "Sounds\Localisation\FRA\Intro\ENT_intro2.wav"
- USE_VOLUME = 1
- ;VOLUME = 95
-
- [ENT_INTRO_PART3]
- FILENAME = "Sounds\Localisation\FRA\Intro\ENT_intro3.wav"
- USE_VOLUME = 1
- ;VOLUME = 95
-
- [ENT_INTRO_PART4]
- FILENAME = "Sounds\Localisation\FRA\Intro\ENT_intro4.wav"
- USE_VOLUME = 1
- ;VOLUME = 95
-
- [BAN_INTRO_PART1]
- FILENAME = "Sounds\Localisation\FRA\Intro\BAN_intro1.wav"
- USE_VOLUME = 1
- ;VOLUME = 95
-
- [BAN_INTRO_PART2]
- FILENAME = "Sounds\Localisation\FRA\Intro\BAN_intro2.wav"
- USE_VOLUME = 1
- ;VOLUME = 95
-
- [BAN_INTRO_PART3]
- FILENAME = "Sounds\Localisation\FRA\Intro\BAN_intro3.wav"
- USE_VOLUME = 1
- ;VOLUME = 95
-
- [BAN_INTRO_PART4]
- FILENAME = "Sounds\Localisation\FRA\Intro\BAN_intro4.wav"
- USE_VOLUME = 1
- ;VOLUME = 95
-
- [QUA_INTRO_PART1]
- FILENAME = "Sounds\Localisation\FRA\Intro\QUA_intro1.wav"
- USE_VOLUME = 1
- ;VOLUME = 95
-
- [QUA_INTRO_PART2]
- FILENAME = "Sounds\Localisation\FRA\Intro\QUA_intro2.wav"
- USE_VOLUME = 1
- ;VOLUME = 95
-
- [QUA_INTRO_PART3]
- FILENAME = "Sounds\Localisation\FRA\Intro\QUA_intro3.wav"
- USE_VOLUME = 1
- ;VOLUME = 95
-
- [QUA_INTRO_PART4]
- FILENAME = "Sounds\Localisation\FRA\Intro\QUA_intro4.wav"
- USE_VOLUME = 1
- ;VOLUME = 95
-
- [SELECTION_pomp_selection1]
- FILENAME = "Sounds\Localisation\FRA\Selection\FRA_COM_pomp_selection1.wav"
- USE_VOLUME = 1
-
- [SELECTION_pomp_selection2]
- FILENAME = "Sounds\Localisation\FRA\Selection\FRA_COM_pomp_selection2.wav"
- USE_VOLUME = 1
-
- [SELECTION_pomp_selection3]
- FILENAME = "Sounds\Localisation\FRA\Selection\FRA_COM_pomp_selection3.wav"
- USE_VOLUME = 1
-
- [SELECTION_pomp_selection4]
- FILENAME = "Sounds\Localisation\FRA\Selection\FRA_COM_pomp_selection4.wav"
- USE_VOLUME = 1
-
- [SELECTION_pomp_selection5]
- FILENAME = "Sounds\Localisation\FRA\Selection\FRA_COM_pomp_selection5.wav"
- USE_VOLUME = 1
-
- [SELECTION_pomp_selection6]
- FILENAME = "Sounds\Localisation\FRA\Selection\FRA_COM_pomp_selection6.wav"
- USE_VOLUME = 1
-
- [SELECTION_pomp_acquittement1]
- FILENAME = "Sounds\Localisation\FRA\Selection\FRA_COM_pomp_acquittement1.wav"
- USE_VOLUME = 1
-
- [SELECTION_pomp_acquittement2]
- FILENAME = "Sounds\Localisation\FRA\Selection\FRA_COM_pomp_acquittement2.wav"
- USE_VOLUME = 1
-
- [SELECTION_pomp_acquittement3]
- FILENAME = "Sounds\Localisation\FRA\Selection\FRA_COM_pomp_acquittement3.wav"
- USE_VOLUME = 1
-
- [SELECTION_pomp_acquittement4]
- FILENAME = "Sounds\Localisation\FRA\Selection\FRA_COM_pomp_acquittement4.wav"
- USE_VOLUME = 1
-
- [SELECTION_pomp_acquittement5]
- FILENAME = "Sounds\Localisation\FRA\Selection\FRA_COM_pomp_acquittement5.wav"
- USE_VOLUME = 1
-
- [SELECTION_pomp_acquittement6]
- FILENAME = "Sounds\Localisation\FRA\Selection\FRA_COM_pomp_acquittement6.wav"
- USE_VOLUME = 1
-
- [SELECTION_pomp_refus1]
- FILENAME = "Sounds\Localisation\FRA\Selection\FRA_COM_NoPath.wav"
- USE_VOLUME = 1
-
- [SELECTION_pomp_refus2]
- FILENAME = "Sounds\Localisation\FRA\Selection\FRA_COM_NoPath.wav"
- USE_VOLUME = 1
-
- [SELECTION_pomp_refus3]
- FILENAME = "Sounds\Localisation\FRA\Selection\FRA_COM_NoPath.wav"
- USE_VOLUME = 1
-
- [SELECTION_pomp_refus4]
- FILENAME = "Sounds\Localisation\FRA\Selection\FRA_COM_NoPath.wav"
- USE_VOLUME = 1
-
- [SELECTION_pomp_refus5]
- FILENAME = "Sounds\Localisation\FRA\Selection\FRA_COM_NoPath.wav"
- USE_VOLUME = 1
-
- [SELECTION_pomp_refus6]
- FILENAME = "Sounds\Localisation\FRA\Selection\FRA_COM_NoPath.wav"
- USE_VOLUME = 1
-
-
- [WARNING_pomp_sptest1]
- FILENAME = "Sounds\Localisation\FRA\Warnings\FRA_COM_pomp_sptest1.wav"
- USE_VOLUME = 1
-
- ;[WARNING_pomp_sptest2]
- ;FILENAME = "Sounds\Localisation\FRA\Warnings\FRA_COM_pomp_sptest2.wav"
- ;USE_VOLUME = 1
-
- [WARNING_pomp_spfaint]
- FILENAME = "Sounds\Localisation\FRA\Warnings\FRA_COM_pomp_spfaint.wav"
- USE_VOLUME = 1
-
- ;[WARNING_pomp_spfaint2]
- ;FILENAME = "Sounds\Localisation\FRA\Warnings\FRA_COM_pomp_spfaint2.wav"
- ;USE_VOLUME = 1
-
- [WARNING_pomp_hptest30]
- FILENAME = "Sounds\Localisation\FRA\Warnings\FRA_COM_pomp_hptest30.wav"
- USE_VOLUME = 1
-
- ;[WARNING_pomp_hptest2]
- ;FILENAME = "Sounds\Localisation\FRA\Warnings\FRA_COM_pomp_hptest2.wav"
- ;USE_VOLUME = 1
-
- [WARNING_pomp_spdead]
- FILENAME = "Sounds\Localisation\FRA\Warnings\FRA_COM_pomp_spdead.wav"
- USE_VOLUME = 1
-
- [WARNING_pomp_nowater]
- FILENAME = "Sounds\Localisation\FRA\Warnings\FRA_COM_pomp_nowater.wav"
- USE_VOLUME = 1
-
- [WARNING_pomp_nowatertoext]
- FILENAME = "Sounds\Localisation\FRA\Warnings\FRA_COM_pomp_nowatertoext.wav"
- USE_VOLUME = 1
-
- [WARNING_pomp_civilrecomp]
- FILENAME = "Sounds\Localisation\FRA\Warnings\FRA_COM_pomp_civilrecomp.wav"
- USE_VOLUME = 1
-
- [WARNING_pomp_butsapeuronly]
- FILENAME = "Sounds\Localisation\FRA\Warnings\FRA_COM_pomp_butsapeuronly.wav"
- USE_VOLUME = 1
-
- [WARNING_pomp_IgniOverheated]
- FILENAME = "Sounds\Localisation\FRA\Warnings\FRA_COM_pomp_IgniOverheated.wav"
- USE_VOLUME = 1
-
- [WARNING_pomp_butwdonly]
- FILENAME = "Sounds\Localisation\FRA\Warnings\FRA_COM_pomp_butwdonly.wav"
- USE_VOLUME = 1
-
- [WARNING_ingeonly]
- FILENAME = "Sounds\Localisation\FRA\Warnings\FRA_COM_ingeonly.wav"
- USE_VOLUME = 1
-
- [WARNING_pomp_hurtnotransport]
- FILENAME = "Sounds\Localisation\FRA\Warnings\FRA_COM_pomp_hurtnotransport.wav"
- USE_VOLUME = 1
-
- [WARNING_pomp_vecimpossible]
- FILENAME = "Sounds\Localisation\FRA\Warnings\FRA_COM_pomp_vecimpossible.wav"
- USE_VOLUME = 1
-
- [WARNING_pomp_vecimpossiblerep]
- FILENAME = "Sounds\Localisation\FRA\Warnings\FRA_COM_pomp_vecimpossiblerep.wav"
- USE_VOLUME = 1
-
- [WARNING_pomp_civilnomdmaster]
- FILENAME = "Sounds\Localisation\FRA\Warnings\FRA_COM_pomp_civilnomdmaster.wav"
- USE_VOLUME = 1
-
- ;[WARNING_pomp_pompprisofeux]
- ;FILENAME = "Sounds\Localisation\FRA\Warnings\FRA_COM_pomp_pompprisofeux.wav"
- ;USE_VOLUME = 1
-
- [WARNING_pomp_engnowaytovec]
- FILENAME = "Sounds\Localisation\FRA\Warnings\FRA_COM_pomp_engnowaytovec.wav"
- USE_VOLUME = 1
-
- [WARNING_pomp_engnowaytoexit]
- FILENAME = "Sounds\Localisation\FRA\Warnings\FRA_COM_pomp_engnowaytoexit.wav"
- USE_VOLUME = 1
-
- [WARNING_pomp_outgame]
- FILENAME = "Sounds\Localisation\FRA\Warnings\FRA_COM_pomp_outgame.wav"
- USE_VOLUME = 1
-
-
-
-
- [WARNING_civil_civilprisofeux]
- FILENAME = "Sounds\Localisation\FRA\Warnings\FRA_COM_civil_civilprisofeux.wav"
- USE_VOLUME = 1
-
- [WARNING_civil_sptest1]
- FILENAME = "Sounds\Localisation\FRA\Warnings\FRA_COM_civil_sptest1.wav"
- USE_VOLUME = 1
-
- [WARNING_civil_sptest2]
- FILENAME = "Sounds\Localisation\FRA\Warnings\FRA_COM_civil_sptest2.wav"
- USE_VOLUME = 1
-
- [WARNING_civil_spfaint1]
- FILENAME = "Sounds\Localisation\FRA\Warnings\FRA_COM_civil_spfaint1.wav"
- USE_VOLUME = 1
-
- [WARNING_civil_spfaint2]
- FILENAME = "Sounds\Localisation\FRA\Warnings\FRA_COM_civil_spfaint2.wav"
- USE_VOLUME = 1
-
- [WARNING_civil_hptest1]
- FILENAME = "Sounds\Localisation\FRA\Warnings\FRA_COM_civil_hptest1.wav"
- USE_VOLUME = 1
-
- [WARNING_civil_hptest2]
- FILENAME = "Sounds\Localisation\FRA\Warnings\FRA_COM_civil_hptest2.wav"
- USE_VOLUME = 1
-
- [WARNING_civil_spdead]
- FILENAME = "Sounds\Localisation\FRA\Warnings\FRA_COM_civil_spdead.wav"
- USE_VOLUME = 1
-
- [WARNING_civil_nomdmaster]
- FILENAME = "Sounds\Localisation\FRA\Warnings\FRA_COM_civil_nomdmaster.wav"
- USE_VOLUME = 1
-
- [WARNING_civil_outgame]
- FILENAME = "Sounds\Localisation\FRA\Warnings\FRA_COM_civil_outgame.wav"
- USE_VOLUME = 1
-
- [WARNING_civil_panick]
- FILENAME = "Sounds\Localisation\FRA\Warnings\FRA_COM_civil_Panick.wav"
- USE_VOLUME = 1
-
-
-
-
- [WARNING_veh_hptest50]
- FILENAME = "Sounds\Localisation\FRA\Warnings\FRA_COM_veh_hptest50.wav"
- USE_VOLUME = 1
-
- [WARNING_veh_hptest30]
- FILENAME = "Sounds\Localisation\FRA\Warnings\FRA_COM_veh_hptest30.wav"
- USE_VOLUME = 1
-
- [WARNING_veh_spdead]
- FILENAME = "Sounds\Localisation\FRA\Warnings\FRA_COM_veh_spdead.wav"
- USE_VOLUME = 1
-
- [WARNING_veh_Fire]
- FILENAME = "Sounds\Localisation\FRA\Warnings\FRA_COM_veh_Fire.wav"
- USE_VOLUME = 1
-
- [WARNING_veh_nowater]
- FILENAME = "Sounds\Localisation\FRA\Warnings\FRA_COM_veh_nowater.wav"
- USE_VOLUME = 1
-
- [WARNING_veh_nowatertoext]
- FILENAME = "Sounds\Localisation\FRA\Warnings\FRA_COM_veh_nowatertoext.wav"
- USE_VOLUME = 1
-
- [WARNING_veh_toonear]
- FILENAME = "Sounds\Localisation\FRA\Warnings\FRA_COM_veh_toonear.wav"
- USE_VOLUME = 1
-
- [WARNING_veh_toofar]
- FILENAME = "Sounds\Localisation\FRA\Warnings\FRA_COM_veh_toofar.wav"
- USE_VOLUME = 1
-
- [WARNING_veh_WATERRECHARGE]
- FILENAME = "Sounds\Localisation\FRA\Warnings\FRA_COM_veh_refill.wav"
- USE_VOLUME = 1
-
- [WARNING_aerial_toofar]
- FILENAME = "Sounds\Localisation\FRA\Warnings\FRA_COM_aerial_toofar.wav"
- USE_VOLUME = 1
-
- [WARNING_wdextrem_hptest50]
- FILENAME = "Sounds\Localisation\FRA\Warnings\FRA_COM_wdextrem_hptest50.wav"
- USE_VOLUME = 1
-
- [WARNING_wdextrem_spdead]
- FILENAME = "Sounds\Localisation\FRA\Warnings\FRA_COM_wdextrem_spdead.wav"
- USE_VOLUME = 1
-
- [WARNING_wdextrem_Fire]
- FILENAME = "Sounds\Localisation\FRA\Warnings\FRA_COM_wdextrem_Fire.wav"
- USE_VOLUME = 1
-
- [WARNING_tanker_hptest50]
- FILENAME = "Sounds\Localisation\FRA\Warnings\FRA_COM_tanker_hptest50.wav"
- USE_VOLUME = 1
-
- [WARNING_tanker_spdead]
- FILENAME = "Sounds\Localisation\FRA\Warnings\FRA_COM_tanker_spdead.wav"
- USE_VOLUME = 1
-
- [WARNING_tanker_Fire]
- FILENAME = "Sounds\Localisation\FRA\Warnings\FRA_COM_tanker_Fire.wav"
- USE_VOLUME = 1
-
- [WARNING_mdmaster_hptest50]
- FILENAME = "Sounds\Localisation\FRA\Warnings\FRA_COM_mdmaster_hptest50.wav"
- USE_VOLUME = 1
-
- [WARNING_mdmaster_spdead]
- FILENAME = "Sounds\Localisation\FRA\Warnings\FRA_COM_mdmaster_spdead.wav"
- USE_VOLUME = 1
-
- [WARNING_mdmaster_Fire]
- FILENAME = "Sounds\Localisation\FRA\Warnings\FRA_COM_mdmaster_Fire.wav"
- USE_VOLUME = 1
-
- [WARNING_aerial_hptest50]
- FILENAME = "Sounds\Localisation\FRA\Warnings\FRA_COM_aerial_hptest50.wav"
- USE_VOLUME = 1
-
- [WARNING_aerial_spdead]
- FILENAME = "Sounds\Localisation\FRA\Warnings\FRA_COM_aerial_spdead.wav"
- USE_VOLUME = 1
-
- [WARNING_aerial_Fire]
- FILENAME = "Sounds\Localisation\FRA\Warnings\FRA_COM_aerial_Fire.wav"
- USE_VOLUME = 1
-
- [WARNING_watertower_hptest50]
- FILENAME = "Sounds\Localisation\FRA\Warnings\FRA_COM_watertower_hptest50.wav"
- USE_VOLUME = 1
-
- [WARNING_watertower_spdead]
- FILENAME = "Sounds\Localisation\FRA\Warnings\FRA_COM_watertower_spdead.wav"
- USE_VOLUME = 1
-
- [WARNING_watertower_Fire]
- FILENAME = "Sounds\Localisation\FRA\Warnings\FRA_COM_watertower_Fire.wav"
- USE_VOLUME = 1
-
- [WARNING_wdextrem_sapeuronly]
- FILENAME = "Sounds\Localisation\FRA\Warnings\FRA_COM_wdextrem_sapeuronly.wav"
- USE_VOLUME = 1
-
-
- [WARNING_mdmaster_rescue]
- FILENAME = "Sounds\Localisation\FRA\Warnings\FRA_COM_mdmaster_rescue.wav"
- USE_VOLUME = 1
-
-
- [WARNING_mdmaster_pompheal]
- FILENAME = "Sounds\Localisation\FRA\Warnings\FRA_COM_mdmaster_pompheal.wav"
- USE_VOLUME = 1
-
-
-
- [FRA_TUT_infirmerie]
- FILENAME = "Sounds\Localisation\FRA\Warnings\FRA_TUT_infirmerie.wav"
- USE_VOLUME = 1
- VOLUME = 90
-
- [FRA_TUT_evanouie]
- FILENAME = "Sounds\Localisation\FRA\Warnings\FRA_TUT_evanouie.wav"
- USE_VOLUME = 1
- VOLUME = 90
-
- [FRA_TUT_panique]
- FILENAME = "Sounds\Localisation\FRA\Warnings\FRA_TUT_panique.wav"
- USE_VOLUME = 1
- VOLUME = 90
-
-
-
-
- [VIL_BANDESON]
- FILENAME = "Sounds\Localisation\FRA\Warnings\FRA_VIL_bandeson.wav"
- USE_VOLUME = 1
-
- [VIL_EXCALIBUR]
- FILENAME = "Sounds\Localisation\FRA\Warnings\FRA_VIL_excalibur.wav"
- USE_VOLUME = 1
-
- [VIL_MILLIARDAIRE]
- FILENAME = "Sounds\Localisation\FRA\Warnings\FRA_VIL_milliardaire.wav"
- USE_VOLUME = 1
-
- [VIL_SAMANTHA_LOVE]
- FILENAME = "Sounds\Localisation\FRA\Warnings\FRA_VIL_samantha.wav"
- USE_VOLUME = 1
-
- [VIL_PLANTE_TROPICALE]
- FILENAME = "Sounds\Localisation\FRA\Warnings\FRA_VIL_samantha.wav"
- USE_VOLUME = 1
-
- [VIL_VOITURE]
- FILENAME = "Sounds\Localisation\FRA\Warnings\FRA_VIL_samantha.wav"
- USE_VOLUME = 1
-
-
-
-
- [ENT_VIDEO]
- FILENAME = "Sounds\Localisation\FRA\Warnings\FRA_ENT_video1.wav"
- USE_VOLUME = 1
-
- [ENT_VIDEO2]
- FILENAME = "Sounds\Localisation\FRA\Warnings\FRA_ENT_video2.wav"
- USE_VOLUME = 1
-
- [ENT_BOMBE]
- FILENAME = "Sounds\Localisation\FRA\Warnings\FRA_ENT_bombe1.wav"
- USE_VOLUME = 1
-
- [ENT_BOMBE2]
- FILENAME = "Sounds\Localisation\FRA\Warnings\FRA_ENT_bombe2.wav"
- USE_VOLUME = 1
-
- [ENT_SECRETAIRE]
- FILENAME = "Sounds\Localisation\FRA\Warnings\FRA_ENT_secretaire.wav"
- USE_VOLUME = 1
-
- [ENT_FLAQUE]
- FILENAME = "Sounds\Localisation\FRA\Warnings\FRA_ENT_alimelec.wav"
- USE_VOLUME = 1
-
- [ENT_DESAMORCE]
- FILENAME = "Sounds\Localisation\FRA\Warnings\FRA_ENT_desamorc.wav"
- USE_VOLUME = 1
-
- [ENT_DOCUMENT]
- FILENAME = "Sounds\Localisation\FRA\Warnings\FRA_ENT_documents1.wav"
- USE_VOLUME = 1
-
- [ENT_DOCUMENT2]
- FILENAME = "Sounds\Localisation\FRA\Warnings\FRA_ENT_documents2.wav"
- USE_VOLUME = 1
-
-
-
-
- [FOR_HELIPORT_OQP]
- FILENAME = "Sounds\Localisation\FRA\Warnings\FRA_FOR_heliportoqp.wav"
- USE_VOLUME = 1
-
- [FOR_HELIPORT_FEU]
- FILENAME = "Sounds\Localisation\FRA\Warnings\FRA_FOR_heliportfeu.wav"
- USE_VOLUME = 1
-
- [FOR_LOCVICTIME]
- FILENAME = "Sounds\Localisation\FRA\Warnings\FRA_FOR_Locvictime.wav"
- USE_VOLUME = 1
-
- [FOR_CANADAIR1MN]
- FILENAME = "Sounds\Localisation\FRA\Warnings\FRA_FOR_canadair1mn.wav"
- USE_VOLUME = 1
-
- [FOR_CANADAIR_30SEC]
- FILENAME = "Sounds\Localisation\FRA\Warnings\FRA_FOR_canadair_30sec.wav"
- USE_VOLUME = 1
-
- [FOR_CANADAIR_10SEC]
- FILENAME = "Sounds\Localisation\FRA\Warnings\FRA_FOR_canadair_10sec.wav"
- USE_VOLUME = 1
-
-
-
-
- [CEN_RESPOSECUR]
- FILENAME = "Sounds\Localisation\FRA\Warnings\FRA_CEN_resposecur.wav"
- USE_VOLUME = 1
-
- [CEN_COURANT]
- FILENAME = "Sounds\Localisation\FRA\Warnings\FRA_CEN_courant.wav"
- USE_VOLUME = 1
-
- [CEN_GENEEXPLO]
- FILENAME = "Sounds\Localisation\FRA\Warnings\FRA_CEN_geneexplo.wav"
- USE_VOLUME = 1
-
- [CEN_TEMPCOEUR1]
- FILENAME = "Sounds\Localisation\FRA\Warnings\FRA_CEN_tempcoeur1.wav"
- USE_VOLUME = 1
-
- [CEN_TEMPCOEUR2]
- FILENAME = "Sounds\Localisation\FRA\Warnings\FRA_CEN_tempcoeur2.wav"
- USE_VOLUME = 1
-
- [CEN_TEMPCOEUR3]
- FILENAME = "Sounds\Localisation\FRA\Warnings\FRA_CEN_tempcoeur3.wav"
- USE_VOLUME = 1
-
-
-
-
- [TRA_POLLUTION1]
- FILENAME = "Sounds\Localisation\FRA\Warnings\FRA_TRA_pollution1.wav"
- USE_VOLUME = 1
-
- [TRA_POLLUTION2]
- FILENAME = "Sounds\Localisation\FRA\Warnings\FRA_TRA_pollution2.wav"
- USE_VOLUME = 1
-
- [TRA_POLLUTION3]
- FILENAME = "Sounds\Localisation\FRA\Warnings\FRA_TRA_pollution3.wav"
- USE_VOLUME = 1
-
- [TRA_MAISON]
- FILENAME = "Sounds\Localisation\FRA\Warnings\FRA_TRA_maison.wav"
- USE_VOLUME = 1
-
- [TRA_TROPMAISONS]
- FILENAME = "Sounds\Localisation\FRA\Warnings\FRA_TRA_tropmaisons.wav"
- USE_VOLUME = 1
-
-
-
-
- [FRA_QUA_escalier]
- FILENAME = "Sounds\Localisation\FRA\Warnings\FRA_QUA_escalier.wav"
- USE_VOLUME = 1
-
- [FRA_QUA_gaz]
- FILENAME = "Sounds\Localisation\FRA\Warnings\FRA_QUA_gaz.wav"
- USE_VOLUME = 1
-
- [FRA_QUA_art]
- FILENAME = "Sounds\Localisation\FRA\Warnings\FRA_QUA_art.wav"
- USE_VOLUME = 1
-
- [FRA_QUA_ambassadeur]
- FILENAME = "Sounds\Localisation\FRA\Warnings\FRA_QUA_ambassadeur.wav"
- USE_VOLUME = 1
-
-
-
-
- [ECO_EVACUE_FUMEE]
- FILENAME = "Sounds\Localisation\FRA\Warnings\FRA_ECO_evacuefumee.wav"
- USE_VOLUME = 1
-
- [ECO_COUPER_CABLE]
- FILENAME = "Sounds\Localisation\FRA\Warnings\FRA_ECO_coupercable.wav"
- USE_VOLUME = 1
-
- [ECO_COUPER_GROUPE]
- FILENAME = "Sounds\Localisation\FRA\Warnings\FRA_ECO_coupergroupe.wav"
- USE_VOLUME = 1
-
- [ECO_PIECE_INTOXIQUEE]
- FILENAME = "Sounds\Localisation\FRA\Warnings\FRA_ECO_pieceintoxiquee.wav"
- USE_VOLUME = 1
-
-
-
-
- [BAN_SOUND_BOBINE]
- FILENAME = "Sounds\Localisation\FRA\Warnings\FRA_BAN_bobine.wav"
- USE_VOLUME = 1
-
- [BAN_SOUND_COFFRE]
- FILENAME = "Sounds\Localisation\FRA\Warnings\FRA_BAN_coffre.wav"
- USE_VOLUME = 1
-
- [BAN_SOUND_CODE]
- FILENAME = "Sounds\Localisation\FRA\Warnings\FRA_BAN_code.wav"
- USE_VOLUME = 1
-
- [BAN_SOUND_SPRINKLER]
- FILENAME = "Sounds\Localisation\FRA\Warnings\FRA_BAN_sprinklers.wav"
- USE_VOLUME = 1
-
- [BAN_SOUND_PERTE_BOBINE]
- FILENAME = "Sounds\Localisation\FRA\Warnings\FRA_BAN_bobinedestr.wav"
- USE_VOLUME = 1
-
- [BAN_SOUND_BANQUIER]
- FILENAME = "Sounds\Localisation\FRA\Warnings\FRA_BAN_directeur.wav"
- USE_VOLUME = 1
-
- [BAN_SOUND_CODE2]
- FILENAME = "Sounds\Localisation\FRA\Warnings\FRA_BAN_code2.wav"
- USE_VOLUME = 1
-
-
-
-
- [FRA_STA_butin]
- FILENAME = "Sounds\Localisation\FRA\Warnings\FRA_STA_butin.wav"
- USE_VOLUME = 1
-
- [FRA_STA_gangster]
- FILENAME = "Sounds\Localisation\FRA\Warnings\FRA_STA_gangster.wav"
- USE_VOLUME = 1
-
-
-
-
-
-
-
-
- [TUT_explosion]
- FILENAME = "Sounds\Missions\Tutorial 1\TUT_explosion_porte.wav"
- USE_VOLUME = 1
- VOLUME = 85
-
- [TUT_jet_essence]
- FILENAME = "Sounds\Missions\Tutorial 1\TUT_jet_essence.wav"
- USE_VOLUME = 1
- VOLUME = 75
-
-
-
-
-
- [ENT_Electrocution]
- FILENAME = "Sounds\Missions\Entrepot\ENT_electrocution.wav"
- USE_VOLUME = 1
-
-
-
-
-
-
- [BAN_flashover]
- FILENAME = "Sounds\Missions\Banque\BAN_flashover.wav"
- USE_VOLUME = 1
-
- [BAN_helico_land]
- FILENAME = "Sounds\Missions\Banque\BAN_helico_land.wav"
- USE_VOLUME = 1
-
- [BAN_helico_takeoff]
- FILENAME = "Sounds\Missions\Banque\BAN_helico_takeoff.wav"
- USE_VOLUME = 1
-
-
- ;[CEN_alarme1]
- ;FILENAME = "Sounds\Missions\Centrale\CEN_alarme1.wav"
- ;USE_VOLUME = 1
-
-
-
- [FOR_accident_voiture]
- FILENAME = "Sounds\Missions\Foret\FOR_accident_voiture.wav"
- USE_VOLUME = 1
- VOLUME = 85
-
- [FOR_accident_helico]
- FILENAME = "Sounds\Missions\Foret\FOR_accident_helico.wav"
- USE_VOLUME = 1
-
-
-
- [MESS_DIVERS_MORT3]
- FILENAME = "Sounds\Localisation\FRA\Warnings\FRA_COM_TotDead3.wav"
- USE_VOLUME = 1
-
- [MESS_DIVERS_MORT4]
- FILENAME = "Sounds\Localisation\FRA\Warnings\FRA_COM_TotDead4.wav"
- USE_VOLUME = 1
-
-
-
-
-
-
-
-
-
-
-
-
- ;*****************
- ;
- ;ARRIVEES POMPIERS
- ;
- ;*****************
-
-
-
- ;Station Service
-
- [FRA_STA_arrivee1]
- FILENAME = "Sounds\Arrivee\FRA_STA_arrivee1.wav"
- USE_VOLUME = 1
- VOLUME = 95
-
- [USA_STA_arrivee1]
- FILENAME = "Sounds\Arrivee\USA_STA_arrivee1.wav"
- USE_VOLUME = 1
- VOLUME = 95
-
- [GER_STA_arrivee1]
- FILENAME = "Sounds\Arrivee\GER_STA_arrivee1.wav"
- USE_VOLUME = 1
- VOLUME = 95
-
- [UK_STA_arrivee1]
- FILENAME = "Sounds\Arrivee\UK_STA_arrivee1.wav"
- USE_VOLUME = 1
- VOLUME = 95
-
-
- [FRA_STA_arrivee2]
- FILENAME = "Sounds\Arrivee\FRA_STA_arrivee2.wav"
- USE_VOLUME = 1
- VOLUME = 95
-
- [USA_STA_arrivee2]
- FILENAME = "Sounds\Arrivee\USA_STA_arrivee2.wav"
- USE_VOLUME = 1
- VOLUME = 95
-
- [GER_STA_arrivee2]
- FILENAME = "Sounds\Arrivee\GER_STA_arrivee2.wav"
- USE_VOLUME = 1
- VOLUME = 95
-
- [UK_STA_arrivee2]
- FILENAME = "Sounds\Arrivee\UK_STA_arrivee2.wav"
- USE_VOLUME = 1
- VOLUME = 95
-
-
-
- ;Quartier
-
- [FRA_QUA_arrivee1]
- FILENAME = "Sounds\Arrivee\FRA_QUA_arrivee1.wav"
- USE_VOLUME = 1
- VOLUME = 95
-
- [USA_QUA_arrivee1]
- FILENAME = "Sounds\Arrivee\USA_QUA_arrivee1.wav"
- USE_VOLUME = 1
- VOLUME = 95
-
- [GER_QUA_arrivee1]
- FILENAME = "Sounds\Arrivee\GER_QUA_arrivee1.wav"
- USE_VOLUME = 1
- VOLUME = 95
-
- [UK_QUA_arrivee1]
- FILENAME = "Sounds\Arrivee\UK_QUA_arrivee1.wav"
- USE_VOLUME = 1
- VOLUME = 95
-
-
- [FRA_QUA_arrivee2]
- FILENAME = "Sounds\Arrivee\FRA_QUA_arrivee2.wav"
- USE_VOLUME = 1
- VOLUME = 95
-
- [USA_QUA_arrivee2]
- FILENAME = "Sounds\Arrivee\USA_QUA_arrivee2.wav"
- USE_VOLUME = 1
- VOLUME = 95
-
- [GER_QUA_arrivee2]
- FILENAME = "Sounds\Arrivee\GER_QUA_arrivee2.wav"
- USE_VOLUME = 1
- VOLUME = 95
-
- [UK_QUA_arrivee2]
- FILENAME = "Sounds\Arrivee\UK_QUA_arrivee2.wav"
- USE_VOLUME = 1
- VOLUME = 95
-
-
-
- ;Banque
-
- [FRA_BAN_arrivee1]
- FILENAME = "Sounds\Arrivee\FRA_BAN_arrivee1.wav"
- USE_VOLUME = 1
- VOLUME = 95
-
- [USA_BAN_arrivee1]
- FILENAME = "Sounds\Arrivee\USA_BAN_arrivee1.wav"
- USE_VOLUME = 1
- VOLUME = 95
-
- [GER_BAN_arrivee1]
- FILENAME = "Sounds\Arrivee\GER_BAN_arrivee1.wav"
- USE_VOLUME = 1
- VOLUME = 95
-
- [UK_BAN_arrivee1]
- FILENAME = "Sounds\Arrivee\UK_BAN_arrivee1.wav"
- USE_VOLUME = 1
- VOLUME = 95
-
-
- [FRA_BAN_arrivee2]
- FILENAME = "Sounds\Arrivee\FRA_BAN_arrivee2.wav"
- USE_VOLUME = 1
- VOLUME = 95
-
- [USA_BAN_arrivee2]
- FILENAME = "Sounds\Arrivee\USA_BAN_arrivee2.wav"
- USE_VOLUME = 1
- VOLUME = 95
-
- [GER_BAN_arrivee2]
- FILENAME = "Sounds\Arrivee\GER_BAN_arrivee2.wav"
- USE_VOLUME = 1
- VOLUME = 95
-
- [UK_BAN_arrivee2]
- FILENAME = "Sounds\Arrivee\UK_BAN_arrivee2.wav"
- USE_VOLUME = 1
- VOLUME = 95
-
-
-
- ;Centrale
-
- [FRA_CEN_arrivee1]
- FILENAME = "Sounds\Arrivee\FRA_CEN_arrivee1.wav"
- USE_VOLUME = 1
- VOLUME = 95
-
- [USA_CEN_arrivee1]
- FILENAME = "Sounds\Arrivee\USA_CEN_arrivee1.wav"
- USE_VOLUME = 1
- VOLUME = 95
-
- [GER_CEN_arrivee1]
- FILENAME = "Sounds\Arrivee\GER_CEN_arrivee1.wav"
- USE_VOLUME = 1
- VOLUME = 95
-
- [UK_CEN_arrivee1]
- FILENAME = "Sounds\Arrivee\UK_CEN_arrivee1.wav"
- USE_VOLUME = 1
- VOLUME = 95
-
-
-
- ;Ecole
-
- [FRA_ECO_arrivee1]
- FILENAME = "Sounds\Arrivee\FRA_ECO_arrivee1.wav"
- USE_VOLUME = 1
- VOLUME = 95
-
- [USA_ECO_arrivee1]
- FILENAME = "Sounds\Arrivee\USA_ECO_arrivee1.wav"
- USE_VOLUME = 1
- VOLUME = 95
-
- [GER_ECO_arrivee1]
- FILENAME = "Sounds\Arrivee\GER_ECO_arrivee1.wav"
- USE_VOLUME = 1
- VOLUME = 95
-
- [UK_ECO_arrivee1]
- FILENAME = "Sounds\Arrivee\UK_ECO_arrivee1.wav"
- USE_VOLUME = 1
- VOLUME = 95
-
-
- [FRA_ECO_arrivee2]
- FILENAME = "Sounds\Arrivee\FRA_ECO_arrivee2.wav"
- USE_VOLUME = 1
- VOLUME = 95
-
- [USA_ECO_arrivee2]
- FILENAME = "Sounds\Arrivee\USA_ECO_arrivee2.wav"
- USE_VOLUME = 1
- VOLUME = 95
-
- [GER_ECO_arrivee2]
- FILENAME = "Sounds\Arrivee\GER_ECO_arrivee2.wav"
- USE_VOLUME = 1
- VOLUME = 95
-
- [UK_ECO_arrivee2]
- FILENAME = "Sounds\Arrivee\UK_ECO_arrivee2.wav"
- USE_VOLUME = 1
- VOLUME = 95
-
-
-
- ;Entrepot
-
- [FRA_ENT_arrivee1]
- FILENAME = "Sounds\Arrivee\FRA_ENT_arrivee1.wav"
- USE_VOLUME = 1
- VOLUME = 95
-
- [USA_ENT_arrivee1]
- FILENAME = "Sounds\Arrivee\USA_ENT_arrivee1.wav"
- USE_VOLUME = 1
- VOLUME = 95
-
- [GER_ENT_arrivee1]
- FILENAME = "Sounds\Arrivee\GER_ENT_arrivee1.wav"
- USE_VOLUME = 1
- VOLUME = 95
-
- [UK_ENT_arrivee1]
- FILENAME = "Sounds\Arrivee\UK_ENT_arrivee1.wav"
- USE_VOLUME = 1
- VOLUME = 95
-
-
- ;Foret
-
- [FRA_FOR_arrivee1]
- FILENAME = "Sounds\Arrivee\FRA_FOR_arrivee1.wav"
- USE_VOLUME = 1
- VOLUME = 95
-
- [USA_FOR_arrivee1]
- FILENAME = "Sounds\Arrivee\USA_FOR_arrivee1.wav"
- USE_VOLUME = 1
- VOLUME = 95
-
- [GER_FOR_arrivee1]
- FILENAME = "Sounds\Arrivee\GER_FOR_arrivee1.wav"
- USE_VOLUME = 1
- VOLUME = 95
-
- [UK_FOR_arrivee1]
- FILENAME = "Sounds\Arrivee\UK_FOR_arrivee1.wav"
- USE_VOLUME = 1
- VOLUME = 95
-
-
- [FRA_FOR_arrivee2]
- FILENAME = "Sounds\Arrivee\FRA_FOR_arrivee2.wav"
- USE_VOLUME = 1
- VOLUME = 95
-
- [USA_FOR_arrivee2]
- FILENAME = "Sounds\Arrivee\USA_FOR_arrivee2.wav"
- USE_VOLUME = 1
- VOLUME = 95
-
- [GER_FOR_arrivee2]
- FILENAME = "Sounds\Arrivee\GER_FOR_arrivee2.wav"
- USE_VOLUME = 1
- VOLUME = 95
-
- [UK_FOR_arrivee2]
- FILENAME = "Sounds\Arrivee\UK_FOR_arrivee2.wav"
- USE_VOLUME = 1
- VOLUME = 95
-
-
-
-
- ;Train
-
- [FRA_TRA_arrivee1]
- FILENAME = "Sounds\Arrivee\FRA_TRA_arrivee1.wav"
- USE_VOLUME = 1
- VOLUME = 95
-
- [USA_TRA_arrivee1]
- FILENAME = "Sounds\Arrivee\USA_TRA_arrivee1.wav"
- USE_VOLUME = 1
- VOLUME = 95
-
- [GER_TRA_arrivee1]
- FILENAME = "Sounds\Arrivee\GER_TRA_arrivee1.wav"
- USE_VOLUME = 1
- VOLUME = 95
-
- [UK_TRA_arrivee1]
- FILENAME = "Sounds\Arrivee\UK_TRA_arrivee1.wav"
- USE_VOLUME = 1
- VOLUME = 95
-
-
-
- ;Villa
-
- [FRA_VIL_arrivee1]
- FILENAME = "Sounds\Arrivee\FRA_VIL_arrivee1.wav"
- USE_VOLUME = 1
- VOLUME = 95
-
- [USA_VIL_arrivee1]
- FILENAME = "Sounds\Arrivee\USA_VIL_arrivee1.wav"
- USE_VOLUME = 1
- VOLUME = 95
-
- [GER_VIL_arrivee1]
- FILENAME = "Sounds\Arrivee\GER_VIL_arrivee1.wav"
- USE_VOLUME = 1
- VOLUME = 95
-
- [UK_VIL_arrivee1]
- FILENAME = "Sounds\Arrivee\UK_VIL_arrivee1.wav"
- USE_VOLUME = 1
- VOLUME = 95
-
-
-
-
- ;***************
- ;Anciennes Clefs
- ;***************
-
-
- [STA_arrivee1]
- FILENAME = "Sounds\Arrivee\USA_STA_arrivee1.wav"
- USE_VOLUME = 1
-
- [STA_arrivee2]
- FILENAME = "Sounds\Arrivee\USA_STA_arrivee2.wav"
- USE_VOLUME = 1
-
-
- [QUA_arrivee1]
- FILENAME = "Sounds\Arrivee\USA_QUA_arrivee1.wav"
- USE_VOLUME = 1
-
- [QUA_arrivee2]
- FILENAME = "Sounds\Arrivee\USA_QUA_arrivee2.wav"
- USE_VOLUME = 1
-
- [BAN_Arrivee]
- FILENAME = "Sounds\Missions\banque\USA_STA_arrivee1.wav"
- USE_VOLUME = 1
-
- [ENT_Arrivee]
- FILENAME = "Sounds\Missions\Entrepot\USA_STA_arrivee1.wav"
- USE_VOLUME = 1