home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 2000 January / CD-Gamer_2000-01_04_cd.bin / games / slave.exe / InstData / GameData / COMMON / Scripts / audio.ini next >
INI File  |  1999-07-28  |  15KB  |  1,024 lines

  1. ; Audio.ini
  2. ;
  3. ; This file is used to set parameters of a particular audio file from outside
  4. ; the script code.  It enables sound designers to tune most of the audio
  5. ; with out having to recompile source code.  The only case where programmer
  6. ; intervention will be needed is if a script needs to play an audio resource
  7. ; with different settings than the ones in this file.  This case should be
  8. ; rare, if ever.
  9.  
  10. ; Here's an example of it's use
  11.  
  12. ;[resource name with no extension]
  13. ;MinDis = 300.0
  14. ;MaxDis = 1500.0
  15. ;Priority = 0
  16. ;Volume = 0
  17. ;Force Software = 0
  18. ;Allow Cut Off = 1
  19. ;Never Unload Audio = 0
  20. ;Streamed Audio = 0
  21. ;Music Stream = 0
  22. ;Ambient Stream = 0
  23. ;VO Stream = 0
  24. ;Field Valid = 0
  25.  
  26. ;For dreamcast only..
  27. ;loop=0
  28. ;set to 1 if asset is looping.
  29.  
  30. ;Enabled = 1
  31.  
  32. ; Notes : If resource is not a 3d audio resource, then the MinDis and MaxDis field
  33. ;         are not used.  If resource is a 3d audio resource, the MinDis and MaxDis 
  34. ;         fields are used along with the Volume field.  Scripts control the audio 
  35. ;         resouces 3d attribute, see design for which ones are which.
  36. ;
  37. ;         Volume is the number of decibles to LOWER the volume of an audio resource
  38. ;          by (MUST be a negative number).  There is currently no way to applify audio 
  39. ;         in engine.
  40. ;
  41. ;         If Enabled is set to 0, the audio resource will not play in the engine.
  42. ;
  43. ;         If a field for an audio resource is not present (or the entire entry is
  44. ;         missing, The settings shown in the above example are used.
  45. [Audio Manager]
  46. Base Volume        =    400
  47. Pan Skew        =    25.0
  48.  
  49. ; Added for voice managment setting on audio card. This setting should equal
  50. ; either AUTO or USER. If an unknown setting is used, the implimentation 
  51. ; defaults to the USER mode.
  52. VM Mode = AUTO
  53.  
  54.  
  55. [E_EXPLOSION_SMALL_01]
  56. Field Valid = 1
  57. Priority = 0
  58. MinDis=100
  59. MaxDis=1000
  60. Volume = -900
  61. Enabled = 1
  62. Never Unload Audio = 1
  63.  
  64. [I_SPLASHSCREEN_INTRO]
  65. Force Software = 1
  66. priority=0
  67. Volume=400
  68. Enabled=1
  69. Field Valid = 1
  70.  
  71. [E_CLAXON_LOOP]
  72. Priority = 0
  73. Volume = 0
  74. Enabled = 1
  75. Field Valid = 1
  76. Loop=1
  77.  
  78. [E_SDL_ALARM_LOOP]
  79. Priority = 0
  80. MinDis=900
  81. MaxDis=5000
  82. Volume = -100
  83. Enabled = 1
  84. Field Valid = 1
  85. loop=1
  86.  
  87. [E_SDL_MOVE_INTRO]
  88. Priority = 0
  89. Volume = 0
  90. Enabled = 1
  91. Field Valid = 1
  92.  
  93. [E_SDL_MOVE_LOOP]
  94. Priority = 0
  95. Volume = 0
  96. Enabled = 1
  97. Field Valid = 1
  98. loop=1
  99.  
  100. [E_SDL_MOVE_OUTRO]
  101. Priority = 0
  102. Volume = 100
  103. MinDis=300
  104. MaxDis=4000
  105. Enabled = 1
  106. Field Valid = 1
  107.  
  108. [V_CRUISER_ENGINE_LOOP]
  109. Priority = 0
  110. Volume = 0
  111. Enabled = 1
  112. Field Valid = 1
  113. loop=1
  114.  
  115. [V_CRUISER_HATCH_OPEN]
  116. Priority = 0
  117. Volume = 0
  118. Enabled = 1
  119. Field Valid = 1
  120.  
  121. [A_SLVERGUN_GUN_FIRE]
  122. Priority = 0
  123. Volume = 100
  124. Enabled = 1
  125. Field Valid = 1
  126. loop=1
  127.  
  128. [E_RICOCHET_01]
  129. MinDis=200
  130. MaxDis=2000
  131. Priority = 0
  132. Volume = -300
  133. Enabled = 1
  134. Never Unload Audio = 1
  135. Field Valid = 1
  136.  
  137. [E_RICOCHET_02]
  138. MinDis=200
  139. MaxDis=2000
  140. Priority = 0
  141. Volume = -300
  142. Enabled = 1
  143. Never Unload Audio = 1
  144. Field Valid = 1
  145.  
  146. [E_RICOCHET_03]
  147. MinDis=200
  148. MaxDis=2000
  149. Priority = 0
  150. Volume = -300
  151. Enabled = 1
  152. Never Unload Audio = 1
  153. Field Valid = 1
  154.  
  155. [W_SHRIEKER_BULLET_HIT]
  156. MinDis = 400
  157. MaxDis = 4500
  158. Priority = 0
  159. Volume = 350
  160. Enabled = 1
  161. Never Unload Audio = 1
  162. Field Valid = 1
  163.  
  164. [w_shrieker_bullet_loop]
  165. Priority = 0
  166. MinDis=100
  167. MaxDis=2500
  168. Volume = -300
  169. Enabled = 1
  170. Never Unload Audio = 1
  171. Field Valid = 1
  172. loop=1
  173.  
  174.  
  175. [W_PLASMA200_BULLET_HIT]
  176. MinDis = 500
  177. MaxDis = 8000
  178. Priority = 0
  179. Volume = -100
  180. Enabled = 1
  181. Never Unload Audio = 1
  182. Field Valid = 1
  183.  
  184.  
  185. [w_plasma200_bullet_loop]
  186. Priority = 0
  187. MinDis=100
  188. MaxDis=4000
  189. Volume = -200
  190. Enabled = 1
  191. Never Unload Audio = 1
  192. Field Valid = 1
  193. loop=1
  194.  
  195.  
  196. [W_P400_SIZZLE_LOOP]
  197. MinDis=100
  198. MaxDis=3000
  199. Priority=0
  200. Volume=-500
  201. Enabled=1
  202. Field Valid = 1
  203. loop=1
  204.  
  205. [W_PENETRATOR_GUN_FIRE]
  206. Priority = 0
  207. Volume = 0
  208. Enabled = 1
  209. Field Valid = 1
  210.  
  211.  
  212. [W_PENETRATOR_BULLET_HIT]
  213. Priority = 0
  214. Volume = 0
  215. Enabled = 1
  216. Field Valid = 1
  217.  
  218.  
  219. [W_FIRESTREAK_GUN_FIRE]
  220. Priority = 0
  221. MinDis=400
  222. MaxDis=5000
  223. Volume = 200
  224. Enabled = 1
  225. Field Valid = 1
  226.  
  227.  
  228. [W_FIRESTREAK_BULLET_HIT]
  229. MinDis=500
  230. MaxDis=8000
  231. Priority = 0
  232. Volume = -100
  233. Enabled = 1
  234. Never Unload Audio = 1
  235. Field Valid = 1
  236.  
  237. [W_FIRESTREAK_BULLET_HIT_D]
  238. Priority = 0
  239. Volume = 0
  240. Enabled = 0
  241. Field Valid = 1
  242.  
  243.  
  244. [m_m7_rotate_intro]
  245. Field Valid=1
  246. MinDis = 1000
  247. MaxDis = 4000
  248. Volume = -100
  249. Priority = 0
  250. Enabled = 1
  251. Force Software = 0
  252. Streamed Audio = 0
  253. Music Stream = 0
  254.  
  255. [m_m7_rotate_loop]
  256. Field Valid=1
  257. MinDis = 1000
  258. MaxDis = 4000
  259. Volume = -100
  260. Priority = 0
  261. Enabled = 1
  262. Force Software = 0
  263. Streamed Audio = 0
  264. Music Stream = 0
  265. loop=1
  266.  
  267. [m_m7_rotate_outro]
  268. Field Valid=1
  269. MinDis = 1000
  270. MaxDis = 4000
  271. Volume = -100
  272. Priority = 0
  273. Enabled = 1
  274. Force Software = 0
  275. Streamed Audio = 0
  276. Music Stream = 0
  277.  
  278.  
  279.  
  280. [W_COMMANDO_GUN_FIRE]
  281. Priority = 0
  282. Volume = -1100
  283. Enabled = 1
  284. Field Valid = 1
  285. loop=1
  286.  
  287. [A_SENTINEL_HIT_01]
  288. Priority = 0
  289. MinDis=200
  290. MaxDis=3000
  291. Volume = 0
  292. Enabled = 1
  293. Field Valid = 1
  294.  
  295. [A_SENTINEL_HIT_02]
  296. Priority = 0
  297. MinDis=200
  298. MaxDis=3000
  299. Volume = 0
  300. Enabled = 1
  301. Field Valid = 1
  302.  
  303. [A_SENTINEL_HIT_03]
  304. Priority = 0
  305. MinDis=200
  306. MaxDis=3000
  307. Volume = 0
  308. Enabled = 1
  309. Field Valid = 1
  310.  
  311. [A_SENTINEL_STEP]
  312. MinDis = 700
  313. MaxDis = 5000
  314. Priority = 0
  315. Volume = -800
  316. Enabled = 1
  317. Field Valid = 1
  318.  
  319. [A_SENTINEL_LAND_HEAVY]
  320. MinDis=500
  321. MaxDis=5000
  322. Priority=0
  323. Volume=-100
  324. Enabled=1
  325. Field Valid = 1
  326.  
  327. [A_PED_SCREAM_MALE_GENERIC]
  328. Field Valid = 1
  329. Priority = 0
  330. MinDis=50
  331. MaxDis=1000
  332. Volume = -1400
  333. Enabled = 1
  334.  
  335. [A_PED_SCREAM_FEMALE_GENERIC]
  336. Field Valid = 1
  337. Priority = 0
  338. MinDis=50
  339. MaxDis=1000
  340. Volume = -1400
  341. Enabled = 1
  342.  
  343. [A_PED_SCREAM_MALE_HELP]
  344. Field Valid = 1
  345. Priority = 0
  346. MinDis=50
  347. MaxDis=1000
  348. Volume = -1400
  349. Enabled = 1
  350.  
  351. [A_PED_SCREAM_MALE_NO_01]
  352. Field Valid = 1
  353. Priority = 0
  354. MinDis=50
  355. MaxDis=1000
  356. Volume = -1400
  357. Enabled = 1
  358.  
  359. [A_PED_SCREAM_MALE_NO_02]
  360. Field Valid = 1
  361. Priority = 0
  362. MinDis=50
  363. MaxDis=1000
  364. Volume = -1400
  365. Enabled = 1
  366.  
  367. [A_PED_SCREAM_MALE_OHGOD]
  368. Field Valid = 1
  369. Priority = 0
  370. MinDis=50
  371. MaxDis=1000
  372. Volume = -1400
  373. Enabled = 1
  374.  
  375. [A_PED_SCREAM_FEMALE_HELP]
  376. Field Valid = 1
  377. Priority = 0
  378. MinDis=50
  379. MaxDis=1000
  380. Volume = -1400
  381. Enabled = 1
  382.  
  383. [A_PED_SCREAM_FEMALE_NO_01]
  384. Field Valid = 1
  385. Priority = 0
  386. MinDis=50
  387. MaxDis=1000
  388. Volume = -1400
  389. Enabled = 1
  390.  
  391. [A_PED_SCREAM_FEMALE_NO_02]
  392. Field Valid = 1
  393. Priority = 0
  394. MinDis=50
  395. MaxDis=1000
  396. Volume = -1400
  397. Enabled = 1
  398.  
  399. [A_PED_SCREAM_FEMALE_OHGOD]
  400. Field Valid = 1
  401. Priority = 0
  402. MinDis=50
  403. MaxDis=1000
  404. Volume = -1400
  405. Enabled = 1
  406.  
  407. [A_PED_SQUISH]
  408. Field Valid = 1
  409. MinDis=50
  410. MaxDis=1000
  411. Priority = 0
  412. Volume = -900
  413. Enabled = 1
  414.  
  415. [A_REGULATOR_DEATH]
  416. Field Valid = 1
  417. Priority = 0
  418. MinDis=500
  419. MaxDis=8000
  420. Volume = 200
  421. Enabled = 1
  422.  
  423. [A_PIRANHA_DEATH]
  424. Field Valid = 1
  425. Priority = 0
  426. MinDis=500
  427. MaxDis=8000
  428. Volume = 250
  429. Enabled = 1
  430.  
  431. [A_SPOTLIGHT_DEATH]
  432. Field Valid = 1
  433. Priority = 0
  434. MinDis = 400
  435. MaxDis = 8000
  436. Volume = -700
  437. Enabled = 1
  438.  
  439. [A_TURRET_PLASMA200_TURN]
  440. Field Valid = 1
  441. Priority = 0
  442. MinDis = 100
  443. MaxDis = 2000
  444. Volume = -900
  445. Enabled = 1
  446. loop=1
  447.  
  448. [A_WOLF_STEP]
  449. Field Valid = 1
  450. MinDis = 500
  451. MaxDis = 5000
  452. Priority = 0
  453. Volume = -500
  454. Enabled = 1
  455.  
  456. [A_BLACKWIDOW_STEP]
  457. Field Valid = 1
  458. MinDis=300
  459. MaxDis=4000
  460. Priority = 0
  461. Volume = -900
  462. Enabled = 1
  463.  
  464. [A_BLACKWIDOW_RISE]
  465. Field Valid = 1
  466. MinDis = 300
  467. MaxDis = 4000
  468. Priority = 0
  469. Volume = -600
  470. Enabled = 1
  471.  
  472. [A_BLACKWIDOW_LOWER]
  473. Field Valid = 1
  474. MinDis = 300
  475. MaxDis = 4000
  476. Priority = 0
  477. Volume = -600
  478. Enabled = 1
  479.  
  480. [A_GHOST_STEP_LAND_LOOP]
  481. Field Valid = 1
  482. Priority = 0
  483. MinDis=200
  484. MaxDis=4000
  485. Volume = -400
  486. Enabled = 1
  487. loop=1
  488.  
  489. [A_GHOST_STEP_WATER_LOOP]
  490. Field Valid = 1
  491. MinDis=200
  492. MaxDis=4000
  493. Priority = 0
  494. Volume = -400
  495. Enabled = 1
  496. loop=1
  497.  
  498. [A_GHOST_BEEP]
  499. Field Valid = 1
  500. MinDis=200
  501. MaxDis=4000
  502. Priority = 0
  503. Volume = -400
  504. Enabled = 1
  505. loop=1
  506.  
  507. [A_GHOST_ATTACK]
  508. Field Valid = 1
  509. MinDis=300
  510. MaxDis=6000
  511. Priority = 0
  512. Volume = -100
  513. Enabled = 1
  514. loop=1
  515.  
  516.  
  517. [A_ARBITER_BUDDY_LOOP]
  518. Field Valid = 1
  519. Priority=0
  520. MinDis=100
  521. MaxDis=1200
  522. Volume=-1400
  523. Enabled=1
  524. loop=1
  525.  
  526. [a_arbiter_shield_hit]
  527. Field Valid=1
  528. Priority =0
  529. MinDis=200
  530. MaxDis=4000
  531. Volume=-300
  532. Enabled = 1
  533.  
  534. [A_TITAN_GUN_ARM_CHARGE]
  535. Field Valid = 1
  536. Priority = 0
  537. MinDis=500
  538. MaxDis=5000
  539. Volume = -300
  540. Enabled = 1
  541.  
  542. [A_TITAN_GUN_ARM_FIRE]
  543. Field Valid = 1
  544. Priority = 0
  545. MinDis=500
  546. MaxDis=8000
  547. Volume = -200
  548. Enabled = 1
  549.  
  550. [A_TITAN_ARM_SWIPE]
  551. Field Valid = 1
  552. Priority = 0
  553. MinDis=200
  554. MaxDis=2000
  555. Volume = 100
  556. Enabled = 1
  557.  
  558. [A_TITAN_GUN_MISSILE_FIRE]
  559. Field Valid = 1
  560. Priority = 0
  561. MinDis=500
  562. MaxDis=8000
  563. Volume = 0
  564. Enabled = 1
  565.  
  566. [A_TITAN_STEP]
  567. Field Valid = 1
  568. Priority = 0
  569. MinDis=400
  570. MaxDis=5000
  571. Volume = -400
  572. Enabled = 1
  573.  
  574. [a_shiva_fire_loop]
  575. Field Valid = 1
  576. MinDis = 300
  577. MaxDis = 5000
  578. Volume = -500
  579. Priority = 0
  580. Enabled = 1
  581. Force Software = 0
  582. loop=1
  583.  
  584. [A_TITAN_HIT_03]
  585. Field Valid = 1
  586. Priority = 0
  587. MinDis=200
  588. MaxDis=4000
  589. Volume=-400
  590. Enabled=1
  591.  
  592. [a_umberknight_shield_plant]
  593. Field Valid = 1
  594. Priority=0
  595. MinDis=200
  596. MaxDis=4000
  597. Volume=-300
  598. Enabled=1
  599.  
  600. [a_raider_fly_loop]
  601. Field Valid = 1
  602. Priority = 0
  603. MinDis=100
  604. MaxDis=4000
  605. Volume = -1500
  606. Enabled = 1
  607. loop=1
  608.  
  609. [a_raider_fire_loop]
  610. Field Valid = 1
  611. Priority = 0
  612. MinDis=300
  613. MaxDis=5000
  614. Volume = 0
  615. Enabled = 1
  616. loop=1
  617.  
  618. [a_raider_fire_outro]
  619. Field Valid = 1
  620. Priority = 0
  621. MinDis=300
  622. MaxDis=5000
  623. Volume = 0
  624. Enabled = 1
  625.  
  626.  
  627. [V_CAR_CRASH]
  628. Field Valid = 1
  629. Priority = 0
  630. MinDis=100
  631. MaxDis=1000
  632. Volume = -400
  633. Enabled = 1
  634.  
  635. [V_CAR_CRUSHED]
  636. Field Valid = 1
  637. Priority = 0
  638. MinDis=100
  639. MaxDis=2000
  640. Volume = -600
  641. Enabled = 1
  642.  
  643. ;[V_CAR_A_LOOP]
  644. ;Field Valid = 1
  645. ;Priority = 0
  646. ;MinDis=100
  647. ;MaxDis=400
  648. ;Volume = -500
  649. ;Enabled = 0
  650.  
  651. [V_CAR_A_HONK]
  652. Field Valid = 1
  653. Priority = 0
  654. MinDis=100
  655. MaxDis=2000
  656. Volume = -2000
  657. Enabled = 1
  658.  
  659. ;[V_CAR_B_LOOP]
  660. ;Field Valid = 1
  661. ;Priority = 0
  662. ;MinDis=10
  663. ;MaxDis=1000
  664. ;Volume = -500
  665. ;Enabled = 0
  666.  
  667. [V_CAR_B_HONK]
  668. Field Valid = 1
  669. Priority = 0
  670. MinDis=100
  671. MaxDis=2000
  672. Volume = -2000
  673. Enabled = 1
  674.  
  675. [V_HOVERCAR_A_DOPPLER]
  676. Field Valid = 1
  677. Priority = 0
  678. MinDis=100
  679. MaxDis=500
  680. Volume = -2600
  681. Enabled = 1
  682. loop=1
  683.  
  684. [V_M99_DEATH]
  685. Field Valid = 1
  686. Priority = 0
  687. Volume = 0
  688. Enabled = 1
  689.  
  690. [V_M99_ENGINE_LOOP]
  691. Field Valid = 1
  692. MinDis=100
  693. MaxDis=5000
  694. Priority = 0
  695. Volume = -800
  696. Enabled = 1
  697. loop=1
  698.  
  699. [V_M99_TURRET_ROTATE]
  700. Field Valid = 1
  701. Priority = 0
  702. MinDis=500
  703. MaxDis=8000
  704. Volume = -600
  705. Enabled = 1
  706. loop=1
  707.  
  708. [V_ZEPPELIN_MUSIC_LOOP]
  709. Field Valid = 1
  710. Priority = 0
  711. MinDis=200
  712. MaxDis=2000
  713. Volume = -800
  714. Enabled = 1
  715. loop=1
  716.  
  717. [V_TRAIN_DEATH]
  718. Field Valid = 1
  719. Priority = 0
  720. Volume = 0
  721. Enabled = 1
  722.  
  723. [V_TRAIN_ENGINE_LOOP]
  724. Field Valid = 1
  725. Priority = 0
  726. Volume = -300
  727. Enabled = 1
  728. loop=1
  729.  
  730. [v_train_stop]
  731. Field Valid=1
  732. Priority = 0
  733. Volume = 100
  734. Enabled = 1
  735. MinDis = 400
  736. MaxDis = 5000
  737.  
  738. [V_APC_DOORS_CLOSE]
  739. Field Valid = 1
  740. Priority = 0
  741. MinDis=300
  742. MaxDis=4000
  743. Volume = -900
  744. Enabled = 1
  745.  
  746. [V_APC_DOORS_OPEN]
  747. Field Valid = 1
  748. Priority = 0
  749. MinDis=300
  750. MaxDis=4000
  751. Volume = -900
  752. Enabled = 1
  753.  
  754. [V_APC_UNLOAD]
  755. Field Valid = 1
  756. MinDis=400
  757. MaxDis=5000
  758. Priority = 0
  759. Volume = -700
  760. Enabled = 1
  761.  
  762. [V_HYENA_ENGINE_LOOP]
  763. Field Valid = 1
  764. Priority = 0
  765. MinDis=200
  766. MaxDis=2000
  767. Volume = -1200
  768. Enabled = 1
  769. loop=1
  770.  
  771. [V_HYENA_DEATH]
  772. Field Valid = 1
  773. Priority = 0
  774. MinDis=1200
  775. MaxDis=9000
  776. Volume = -400
  777. Enabled = 1
  778.  
  779. ;[V_TRUCK_FLATBED_A_DOPPLER]
  780. ;Field Valid = 1
  781. ;Priority = 0
  782. ;Volume = 0
  783. ;Enabled = 1
  784.  
  785. ;[V_TRUCK_FLATBED_B_DOPPLER]
  786. ;Field Valid = 1
  787. ;Priority = 0
  788. ;Volume = 0
  789. ;Enabled = 1
  790.  
  791. ;[V_TRUCK_DUMP_DOPPLER]
  792. ;Field Valid = 1
  793. ;Priority = 0
  794. ;Volume = 0
  795. ;Enabled = 1
  796.  
  797. [V_BOAT_TRANS_ENGINE_LOOP]
  798. Field Valid = 1
  799. Priority = 0
  800. MinDis=100
  801. MaxDis=3000
  802. Volume = -1000
  803. Enabled = 1
  804. loop=1
  805.  
  806. [V_BOAT_ESCORT_ENGINE_LOOP]
  807. Field Valid = 1
  808. Priority = 0
  809. MinDis=100
  810. MaxDis=1000
  811. Volume = -3000
  812. Enabled = 1
  813. loop=1
  814.  
  815. [V_BOAT_JETSKI_ENGINE_LOOP]
  816. Field Valid = 1
  817. Priority = 0
  818. MinDis=100
  819. MaxDis=1000
  820. Volume = -300
  821. Enabled = 1
  822. loop=1
  823.  
  824. [V_BOAT_DEATH]
  825. Field Valid = 1
  826. Priority = 0
  827. Volume = -300
  828. MinDis=200
  829. MaxDis=1200
  830. Enabled = 1
  831.  
  832. [V_NEMESIS_MOVE_IDLE]
  833. Field Valid = 1
  834. Priority=0
  835. Volume=100
  836. MinDis=400
  837. MaxDis=3000
  838. Enabled=1
  839. loop=1
  840.  
  841. [V_NEMESIS_MOVE_LOOP]
  842. Field Valid = 1
  843. Priority=0
  844. Volume=100
  845. MinDis=400
  846. MaxDis=3000
  847. Enabled=1
  848. loop=1
  849.  
  850. [V_NEMESIS_DIE]
  851. Field Valid = 1
  852. Priority=0
  853. Volume=400
  854. MinDis=2000
  855. MaxDis=8000
  856. Enabled=1
  857.  
  858. [w_laser_tank_fire]
  859. Field Valid=1
  860. MinDis = 200
  861. MaxDis = 4000
  862. Volume = -500
  863. Priority = 0
  864. Enabled = 1
  865. Force Software = 0
  866. Streamed Audio = 0
  867. Music Stream = 0
  868.  
  869. [v_helicopter_fly]
  870. Field Valid=1
  871. MinDis = 200
  872. MaxDis = 4000
  873. Volume = -800
  874. Priority = 0
  875. Enabled = 1
  876. Force Software = 0
  877. Streamed Audio = 0
  878. Music Stream = 0
  879. loop=1
  880.  
  881. [e_sdl_destruct]
  882. Field Valid = 1
  883. MinDis = 800
  884. MaxDis = 4000
  885. Volume = 0
  886. Priority = 0
  887. Enabled = 1
  888. Force Software = 0
  889. Streamed Audio = 0
  890. Music Stream = 0
  891.  
  892. [b_boss3_merge]
  893. Field Valid = 1
  894. Force Software = 0
  895. MinDis=4000
  896. MaxDis=10000
  897. Volume = 300
  898. Enabled = 1
  899.  
  900. [b_boss3_plasma_fire]
  901. Field Valid = 1
  902. Force Software = 0
  903. MinDis=2000
  904. MaxDis=8000
  905. Volume = 300
  906. Enabled = 1
  907.  
  908. [b_boss3_plasma_hit]
  909. Field Valid = 1
  910. Force Software = 0
  911. MinDis=2000
  912. MaxDis=8000
  913. Volume = 100
  914. Enabled = 1
  915.  
  916. [b_boss3_death]
  917. Field Valid=1
  918. Force Software =1 
  919. MinDis=500
  920. MaxDis=4000
  921. Volume = 200
  922. Enabled = 1
  923.  
  924. [b_boss4_mouth_loop]
  925. Field Valid = 1
  926. MinDis = 400
  927. MaxDis = 5000
  928. Volume = 100
  929. Enabled = 1
  930. loop=1
  931.  
  932. [b_boss4_mouth_outro]
  933. Field Valid = 1
  934. MinDis = 400
  935. MaxDis = 5000
  936. Volume = 0
  937. Enabled = 1
  938.  
  939. [b_boss4_step]
  940. Field Valid = 1
  941. MinDis = 200
  942. MaxDis = 3000
  943. Volume = -100
  944. Enabled = 1
  945.  
  946. [b_boss4_phase]
  947. Field Valid = 1
  948. MinDis=300
  949. MaxDis=5000
  950. Volume = 0
  951. Enabled = 1
  952.  
  953. [b_boss4_birth (2D)]
  954. Force Software = 1
  955. Streamed Audio = 1
  956. VO stream = 1
  957. Field Valid = 1
  958. MinDis=300
  959. MaxDis=5000
  960. Volume = 0
  961. Enabled = 1
  962.  
  963. ;Streamed Audio = 0
  964. ;Music Stream = 0
  965. ;Ambient Stream = 0
  966. ;VO Stream = 0
  967.  
  968.  
  969. [b_boss4_die (2D)]
  970. Force Software = 1
  971. Streamed Audio = 1
  972. VO stream = 1
  973. Field Valid = 1
  974. MinDis=300
  975. MaxDis=5000
  976. Volume = 0
  977. Enabled = 1
  978.  
  979. [b_boss4_scream (2D)]
  980. Force Software = 1
  981. Streamed Audio = 1
  982. VO stream = 1
  983. Field Valid = 1
  984. MinDis=300
  985. MaxDis=5000
  986. Volume = 0
  987. Enabled = 1
  988.  
  989. [vo_m13c_fma_slave1 (2D)]
  990. Field Valid = 1
  991. Volume = 200
  992. Enabled = 1
  993. Force Software = 1
  994. Streamed Audio = 1
  995.  
  996. [vo_m15_cruiser (2D)]
  997. Field Valid = 1
  998. Volume = 200
  999. Enabled = 1
  1000. Force Software = 1
  1001. Streamed Audio = 1
  1002.  
  1003. [vo_m15_swarm_01 (2D)]
  1004. Field Valid = 1
  1005. Volume = 200
  1006. Enabled = 1
  1007. Force Software = 1
  1008. Streamed Audio = 1
  1009.  
  1010. [vo_mx_bloodknight_1 (2D)]
  1011. Field Valid = 1
  1012. Volume = 200
  1013. Enabled = 1
  1014. Force Software = 1
  1015. Streamed Audio = 1
  1016.  
  1017. [vo_mx_bloodknight_2 (2D)]
  1018. Field Valid = 1
  1019. Volume = 200
  1020. Enabled = 1
  1021. Force Software = 1
  1022. Streamed Audio = 1
  1023.  
  1024.