home *** CD-ROM | disk | FTP | other *** search
/ 100 Pусских Uгр / 980121_2306.iso / SUPER3D / RAMPAGER.ZIP / REDNECK.GRP / USER.CON < prev    next >
Text File  |  1997-07-16  |  38KB  |  860 lines

  1. /*
  2. --------------------------------------------------------------------------------
  3. USER.CON file.
  4. --------------------------------------------------------------------------------
  5.  
  6. IMPORTANT NOTICE IF YOU USE MODIFIED .CON FILES
  7.  
  8. If you are playing a MULTIPLAY game and you are using
  9. *modified* .CON files then each multiplayer must be
  10. using the EXACT SAME .CON files, or the game will
  11. get out of sync and/or develop interesting problems.
  12.  
  13. Xatrix encourages you to experiment freely with the parameters
  14. contained in this file, and to share your discoveries with the rest
  15. of the world.  However, BE ADVISED that Xatrix does NOT offer
  16. any technical support on how to use this file or other user-modifiable
  17. features of this game.  Do NOT call Xatrix or Interplay
  18. for advice or help with this subject.
  19.  
  20. You make modifications to this and other files at your own risk.
  21. It is recommended that you first make a backup copy of this, or
  22. any .CON files before making any changes.
  23. --------------------------------------------------------------------------------
  24. */
  25.  
  26. // ******************
  27. // MISC GAME SETTINGS
  28. // ******************
  29.  
  30. define CAMERASDESTRUCTABLE      NO               // YES
  31. define FREEZERHURTOWNER         YES
  32.  
  33. define MAXPLAYERHEALTH          100
  34. define MAXWATERFOUNTAINHEALTH    50
  35.  
  36. define YELLHURTSOUNDSTRENGTH     40
  37. define YELLHURTSOUNDSTRENGTHMP   50
  38.  
  39. define MAXXSTRETCH 70
  40. define MAXYSTRETCH 70
  41.  
  42. define MINXSTRETCH 9
  43. define MINYSTRETCH 8
  44.  
  45. define MAXPLAYERECLAIRHEALTH    200     // doubles as maxarmor.
  46. define DOUBLEMAXPLAYERHEALTH    MAXPLAYERECLAIRHEALTH
  47. define STARTARMORHEALTH         0
  48. define RETRIEVEDISTANCE         844
  49. define SQUISHABLEDISTANCE       1024 // For actors only!
  50. define DEFAULTVISIBILITY        512
  51. define FROZENQUICKKICKDIST      980
  52.  
  53. define GENERICIMPACTDAMAGE      10
  54. define SWEARFREQUENCY           255
  55.  
  56. define MAXCASULAMMO             198
  57. define MAXSHOTGUNAMMO           50
  58. define MAXRIFLEAMMO             200
  59. define MAXCROSSBOWAMMO          30
  60. define MAXDYNAMITEAMMO          30
  61. define MAXTHROWSAWAMMO          30
  62. define MAXBUZSAWAMMO             1
  63. define MAXALIENBLASTERAMMO      99
  64. define MAXTITAMMO               200
  65. define MAXPOWDERKEGAMMO         1
  66. define MAXBOWLINGBALLAMMO       1
  67. define DILDOBLASERMODE          0     // 0 = always visible
  68.                                       // 1 = vibrating
  69.                                       // 2 = with whip
  70.                                       // 3 = totally invisible
  71.  
  72.  
  73.  
  74. define RESPAWNACTORTIME         768
  75. define RESPAWNITEMTIME          768
  76.  
  77. define QSIZE                    128   // total number of active
  78.                                       // bullet holes, blood,
  79.                                       // footprints, money, ect...
  80.                                       // (max 1024)
  81.  
  82. define NUMFREEZEBOUNCES          3    // 0 - 255
  83.  
  84.  
  85. define RUNNINGSPEED 53200
  86. define GRAVITATIONALCONSTANT 176
  87.  
  88. define PLAYDEADTIME 120
  89.  
  90. define SHRUNKCOUNT 270
  91. define SHRUNKDONECOUNT 304
  92.  
  93. define FROZENDRIPTIME 90
  94. define THAWTIME 138
  95.  
  96.  
  97. // Various blast radius distances
  98.  
  99. define CROSSBOWBLASTRADIUS      1780
  100. define TNTRADIUS                2500
  101. define SHRINKERBLASTRADIUS      650
  102. define POWDERKEGBLASTRADIUS     3880
  103. define MORTERBLASTRADIUS        2500
  104. define BOUNCEMINEBLASTRADIUS    2500
  105. define SEENINEBLASTRADIUS       2048
  106.  
  107. gamestartup     DEFAULTVISIBILITY GENERICIMPACTDAMAGE MAXPLAYERHEALTH
  108.         STARTARMORHEALTH  RESPAWNACTORTIME RESPAWNITEMTIME
  109.         RUNNINGSPEED GRAVITATIONALCONSTANT CROSSBOWBLASTRADIUS
  110.         TNTRADIUS SHRINKERBLASTRADIUS POWDERKEGBLASTRADIUS
  111.         MORTERBLASTRADIUS BOUNCEMINEBLASTRADIUS SEENINEBLASTRADIUS
  112.         MAXCASULAMMO MAXSHOTGUNAMMO MAXRIFLEAMMO
  113.         MAXCROSSBOWAMMO MAXDYNAMITEAMMO MAXTHROWSAWAMMO
  114.         MAXALIENBLASTERAMMO MAXPOWDERKEGAMMO MAXTITAMMO
  115.         MAXBUZSAWAMMO MAXBOWLINGBALLAMMO CAMERASDESTRUCTABLE
  116.         NUMFREEZEBOUNCES FREEZERHURTOWNER QSIZE DILDOBLASERMODE
  117.  
  118.  
  119. // Weapon Strengths
  120. define CROWBAR_WEAPON_STRENGTH          10
  121. define CASUL_WEAPON_STRENGTH            20
  122. define DYNAMITE_WEAPON_STRENGTH        140
  123.  
  124. // For direct hits with the rocket launcher,
  125. // this amount is actually doubled.  Otherwise,
  126. // damage values depend on distance. The
  127. // further, the weaker.
  128.  
  129. define CROSSBOW_WEAPON_STRENGTH         140
  130.  
  131. define THROWSAW_WEAPON_STRENGTH         100
  132. define BUZSAW_WEAPON_STRENGTH           20
  133.  
  134. define ALIENGISMO_WEAPON_STRENGTH       15
  135. define SHOTGUN_WEAPON_STRENGTH          10
  136. define RIFLE_WEAPON_STRENGTH            20
  137. define PLASMATHROWER_WEAPON_STRENGTH    10
  138. define COOL_EXPLOSION_STRENGTH          38
  139. define POWDERKEG_STRENGTH              100
  140. define FIRELASER_WEAPON_STRENGTH        25
  141. define MORTER_WEAPON_STRENGTH           50
  142. define BOUNCEMINE_WEAPON_STRENGTH      150
  143. define SHITBALL_WEAPON_STRENGTH          8
  144. define BULLET_WEAPON_STRENGTH           30
  145. define BOWLINGBALL_WEAPON_STRENGTH       5
  146.  
  147. // Enemy strengths (hit points) and Damage inflicted
  148.  
  149. define BILLYRAYSTRENGTH       100
  150. define VIXEN_STRENGTH         800
  151. define COOTSTRENGTH           50
  152. define MINIONSTRENGTH         50
  153. define MINIONFREAK            -10   // Damage to player when Minion blows up
  154. define COWSTRENGTH            50
  155. define PIGSTRENGTH            75    // Pigs are strong
  156. define PIG_GNAW_AMOUNT        -1    // Damage inflicted
  157. define LTHSTRENGTH            500
  158. define MOSQUITOSTRENGTH       1
  159. define HULKSTRENGTH           1200
  160. define HULKRESPAWNEDSTRENGTH  600
  161. define HULKWHACKAMOUNT        -22
  162. define VIXENWACKAMOUNT        -10
  163. define MEGASTRENGTH           10000
  164.  
  165. define CASULAMMOAMOUNT        6
  166. define SHOTGUNAMMOAMOUNT      10
  167. define RIFLEAMMOAMOUNT        30
  168. define CROSSBOWAMMOBOX        5
  169. define CRYSTALAMMOAMOUNT      5
  170. define GROWCRYSTALAMMOAMOUNT  20
  171. define ALIENBLASTERAMMOAMOUNT 33
  172. define PLASMAAMMOAMOUNT       25
  173. define DYNAMITEBOX            5
  174.  
  175. // Miscellaneous strengths.
  176.  
  177. define WEAKEST           1
  178. define WEAK              5
  179. define MEDIUMSTRENGTH    10
  180. define TOUGH             20
  181. define REALLYTOUGH       30
  182. define JETHROSTRONG      45
  183. define GOTTASMART        90
  184. define HILLBILLYSTRENGTH 200
  185.  
  186. define BEERDRINKERSTRENGTH  100
  187.  
  188.  
  189. // Players' inventory amounts.
  190.  
  191. define MOONSHINE_AMOUNT        400
  192. define SHIELD_AMOUNT           100
  193. define SCUBA_AMOUNT            6400
  194. define HEAT_AMOUNT             1200
  195. define COWPIE_AMOUNT           600
  196. define BEER_AMOUNT             2400
  197. define WHISKEY_AMOUNT          MAXPLAYERHEALTH
  198. define BOOT_AMOUNT             2000
  199.  
  200. define SPAWNAMMOODDS             96
  201.  
  202.  
  203. // Maximum quote size is 64 characters.
  204. // Maximum quotes is 192 slots.
  205.  
  206.  
  207. definequote  0        ABTO HABEDEHNE...
  208. definequote  1        VOKA3 KAPT:: B:KLQ4EH
  209. definequote  2        BKLQ4EH!
  210. definequote  3        DEWEBOE BOHQ4EE BNCKN...
  211. definequote  4        3AKP:TO!
  212. definequote  5        6EPN BCE!
  213. definequote  6        XNV:...
  214. definequote  7        VOTEPJH!
  215. definequote  8        OTKP:TO
  216. definequote  9        CEKPET, ODHAKO!
  217. definequote 10        PA3MA3AH KAK GOBHO VO VOLY!
  218. definequote 11        BCE DBEPN OTKP:T:
  219. definequote 12        T: B JPOCTN!!!
  220. definequote 13        HAZMN HA AKTNBATOP 4TO6 VPOCHYT;CJ!
  221. definequote 14        CHAPJD: DLJ VYWKN VPNWEL;UEB!!!
  222. definequote 15        B:KLQ4EHO...
  223. definequote 16        TOL;KO VO TYM6LEPY!
  224. definequote 17        /LBNC ZNB!
  225. definequote 18        KOPOL; MEPTB!
  226. definequote 19        BKYCHEIWNI OCKOLOK!
  227. definequote 20        HABEDEHNE, MAT; EGO: BK
  228. definequote 21        HABEDEHNE, MAT; EGO: B:K
  229. definequote 22        4EPT, J DYMAL T: TEPMNHATOP!
  230. definequote 23        HAVNCAHNE: BK
  231. definequote 24        HAVNCAHNE: B:K
  232. definequote 25        HA6EPN KOD O6MAHA:
  233. definequote 26        DETALN: MALO
  234. definequote 27        DETALN: MHOGO
  235. definequote 28        < EMPTY >
  236. definequote 29        YPOBEH; JPKOCTN:ODNH 
  237. definequote 30        YPOBEH; JPKOCTN:DBA 
  238. definequote 31        YPOBEH; JPKOCTN:TPN 
  239. definequote 32        YPOBEH; JPKOCTN:4ET:PE 
  240. definequote 33        YPOBEH; JPKOCTN:VJT; 
  241. definequote 34        TOT EWE 3BYK: BK
  242. definequote 35        TOT EWE 3BYK: B:K
  243. definequote 36        TOT EWE /KPAH CXBA4EH N CNDNT 3A PEWETKOI!
  244. definequote 37        XXX LYHH:I CBET!
  245. definequote 38        < EMPTY >
  246. definequote 39        BAKYYMH:I TPY6H:I V:LECOCNHA
  247. definequote 40        VLQH; HA F1 DLJ VOMOWN
  248. definequote 41        A GDE TBOI KLQ4NK!
  249. definequote 42        < EMPTY >
  250. definequote 43        KLQ4 CKELET!
  251. definequote 44        HABODKA KP:C: B:K
  252. definequote 45        HABODKA KP:C: BK
  253. definequote 46        KOD O6MAHA:  HE VOHJL
  254. definequote 47        CHAPJD: !
  255. definequote 48        DNCKN DLJ VNL: !
  256. definequote 49        O6MAHWNK! T: NCVOL;3OBAL
  257. definequote 50        KOD DLJ OZNBLEHNJ
  258. definequote 51        < EMPTY >
  259. definequote 52        < EMPTY >
  260. definequote 53        HE 3AVNWY N HE 3AGPYZY
  261. definequote 54        OXOTHN4;J BNHTOBKA!
  262. definequote 55        DNH-A-MNT!
  263. definequote 56        AP6ALET!
  264. definequote 57        TOT EWE BNH4ECTEP!
  265. definequote 58        6O4KA C VOPOXOM!
  266. definequote 59        VYWKA VPNWEL;UEB!
  267. definequote 60        WAP DLJ KEGEL;6AH!!
  268. definequote 61        VNLKA DLJ HOGTEI(TNTAHOB:X)!!
  269. definequote 62        6OL;WAJ XPEHOBNHA!
  270. definequote 63        VATPOH: DLJ BNHTOBKN!
  271. definequote 64        VATPOH: DLJ AP6ALETA!
  272. definequote 65        6APA6AH4NK!
  273. definequote 66        < EMPTY >
  274. definequote 67        XNV B:K
  275. definequote 68        XNV BK
  276. definequote 69        TE EWE VATPOH: K BNHTY!
  277. definequote 70        WO TO TNVA KLQ4A HADA
  278. definequote 71        EWE WO TO TNVA KLQ4A HADA
  279. definequote 72        DAZE EWE WO TO TNVA KLQ4A HADA
  280. definequote 73        TO EWE OPYZNE OVYWEHO
  281. definequote 74        TO EWE OPYZNE VODHJTO
  282. definequote 75        XNV B:K
  283. definequote 76        COCYWAJ V:LECOCNHA BKLQ4EHA!
  284. definequote 77        < EMPTY >
  285. definequote 78        < EMPTY >
  286. definequote 79        < EMPTY >
  287. definequote 80        < EMPTY >
  288. definequote 81        BPEMJ OPYZNJ BK
  289. definequote 82        BPEMJ OPYZNJ B:K
  290. definequote 83        CLEDJWNI PEZNM BK
  291. definequote 84        CLEDJWNI PEZNM B:K
  292. definequote 85        YCKOPNTEL; - WNLO B Z... B:K
  293. definequote 86        YCKOPNTEL; - WNLO B Z... BK
  294. definequote 87        VYWKA VPNWEL;UA
  295. definequote 88        KOPOB;E DEP;MO!
  296. definequote 89        V:LECOCNHA
  297. definequote 90        XXX LYHH:I CBET
  298. definequote 91        VNBO
  299. definequote 92        MY3:KA: BK
  300. definequote 93        MY3:KA: B:K
  301. definequote 94        PEZNM CKOL;ZEHNJ: BK
  302. definequote 95        PEZNM CKOL;ZEHNJ: B:K
  303. definequote 96        YPOBEH; JPKOCTN:WECT; 
  304. definequote 97        YPOBEH; JPKOCTN:CEM; 
  305. definequote 98        YPOBEH; JPKOCTN:BOCEM; 
  306. definequote 99        3A TE6J DEDA!
  307. definequote 100       BCE 3AMKN VEPEKLQ4EH:
  308. definequote 101       < EMPTY >
  309. definequote 102       4TO 3A!
  310. definequote 103       /KPAH CVACEH
  311. definequote 104       < EMPTY >
  312. definequote 105       B: BCE OWN6ALNC;!
  313. definequote 106       GOCVODN!
  314. definequote 107       KAKAJ XEPHJ...
  315. definequote 108       T: GOPNW;!
  316. definequote 109       PEZNM O63OPA B:K
  317. definequote 110       PEZNM O63OPA BK
  318. definequote 111       VOKA3 KAPT:: BK
  319. definequote 112       HEBNDNMOCT;': B:K
  320. definequote 113       HEBNDNMOCT;': BK
  321. definequote 114       !!! HE TA BEPCNJ !!!
  322. definequote 115       <Please Leave Blank>
  323. definequote 116       <Please Leave Blank>
  324. definequote 117       <Please Leave Blank>
  325. definequote 118       T: HE MOZEW; "6:CTPO COXPAHNT;CJ" KOGDA MEPTB
  326. definequote 119       B3JL BCE OPYZNE/VATPOH:
  327. definequote 120       B3JL BEC; NHBEHTAP;
  328. definequote 121       B3JL BCE KLQ4N
  329. definequote 122       <Please Leave Blank>
  330. definequote 123       < EMPTY >
  331. definequote 124       Y KAPT: HE TO KOLN4ECTBO NGPOKOB
  332. definequote 125       T: BCEX TYT Y6NL!
  333.  
  334.  
  335.  
  336. // Volume titles cannot excede 32 characters.
  337.  
  338. definevolumename 0 OKPECTHOCTN
  339. definevolumename 1 HNZHNI GOPOD
  340. definevolumename 2 3ADBOPKN
  341.  
  342. // Skill titles cannot excede 32 characters.
  343.  
  344. defineskillname 0 COCYH
  345. defineskillname 1 KOE KAK
  346. defineskillname 2 CNKOCN HAKOCN
  347. defineskillname 3 6:4OK
  348. defineskillname 4 VCNX-GOPMOHNCT
  349.  
  350. // Level file names cannot excede 128 characters.
  351. // Level par cannot excede 5 characters (min:sec)
  352. // Level titles cannot excede 32 characters.
  353.  
  354. definelevelname 0 0 E1L1.map 03:50 01:49 GOPOD TEILOPA
  355. definelevelname 0 1 E1L2.map 06:15 04:13 DEPEBO3AGOTOBWNK
  356. definelevelname 0 2 E1L3.map 04:10 02:11 CBALKA
  357. definelevelname 0 3 E1L4.map 05:00 03:02 BBEDEHNE
  358. definelevelname 0 4 E1L5.map 05:15 03:15 FEPM:
  359. definelevelname 0 5 E1L6.map 03:10 01:03 KAHALN3AUNJ
  360. definelevelname 0 6 E1L7.map 06:50 04:49 3ABOD
  361.  
  362. definelevelname 1 0 E2L1.map 06:15 04:12 HNZHNI GOPOD
  363. definelevelname 1 1 E2L2.map 05:00 03:01 DOMNHA
  364. definelevelname 1 2 E2L3.map 04:45 02:32 KLYKC!
  365. definelevelname 1 3 E2L4.map 07:50 05:53 PYNH:
  366. definelevelname 1 4 E2L5.map 04:00 02:02 VOGPE6AL;HJ APTYPA
  367. definelevelname 1 5 E2L6.map 10:00 08:13 MNPGOPOD
  368. definelevelname 1 6 E2L7.map 07:10 04:55 DETCKNI CAD
  369.  
  370. definelevelname 2 0 E3L1.map 00:00 00:00 CTPAHA DYPAKOB
  371. definelevelname 2 1 E3L2.map 00:00 00:00 DBOPNK
  372. definelevelname 2 2 E3L3.map 00:00 00:00 VPOKLJT:E
  373. definelevelname 2 3 E3L4.map 00:00 00:00 CBALKA ABTO
  374. definelevelname 2 4 E3L5.map 00:00 00:00 HAIDN VOE3D
  375. definelevelname 2 5 E3L6.map 00:00 00:00 ALLEJ GPJ3N!
  376. definelevelname 2 6 E3L7.map 00:00 00:00 FA6PNKA
  377.  
  378. /*
  379. --------------------------------------------------------------------------------
  380. ABOUT CHANGING SOUND FX
  381.  
  382. The sound fx section follows this explanation.
  383.  
  384. 1. The program expects to find any sound file that is in a
  385.    .VOC or .WAV file format.
  386. 2. You can either change the VOC name listed below to match your new
  387.    sound, or you can rename your file to match the name here.
  388. 3. New sound files should be added to the game directory.  Though
  389.    all sound files shipped with the game are included inside the
  390.    .GRP file, the program will know if there are sound files outside
  391.    the .GRP file, and will use them instead.
  392. 4. The numbers that are to the right of the sound file name are technical
  393.    parameters which will not be explained here, except as follows...
  394.    - The first 2 numbers define a random pitch variation range.  They
  395.      can be positive or negative numbers.
  396.    - The 3rd number is a priority flag.
  397.    - The 4th number is a bit parsed set of technical variables that identify
  398.      the type of sound it is in the game.
  399.    - The 5th number is volume adjustment.
  400. 5. Rampage may have up to 410 total sound definitions.
  401. --------------------------------------------------------------------------------
  402. */
  403.  
  404. // *****************************************
  405. //      ACTOR SOUNDS
  406. // *****************************************
  407.  
  408. // BIT 0 (1) Repeat
  409. // BIT 1 (2) MUSICANDSFX (used for)
  410. // BIT 2 (4) A Leonard Voice
  411. // BIT 3 (8) Par. Lockout
  412. // BIT 4 (16) Glob. Heard (sndist = 0)
  413.  
  414. // COOT
  415. definesound CT_LAF2      ct_laf.voc   0     0    3    0    0
  416. definesound CT_LAND      ct_land.voc  0     0    3    0    0
  417. definesound CT_GET       ct_get.voc   0     0    3    0    0
  418. definesound CT_LAF       ct_laf.voc   0     0    3    0    0
  419. definesound CT_PAIN      ct_pain.voc  0     0    3    0    0
  420. definesound CT_DIE       ct_die.voc   0     0    3    0    0
  421.  
  422. // HULK
  423. definesound HULK_ROAM    hulkroam.voc -128  128  3    0    0
  424. definesound HULK_RECOG   hulkrecg.voc 1400  0    3    0    0
  425. definesound HULK_ATTACK  hulkattk.voc -150  150  3    0    0
  426. definesound HULK_PAIN    hulkpain.voc -256  256  3    0    0
  427. definesound HULK_DYING   hulkdie.voc  1200  100  3    0    0
  428. definesound HULK_SPIT    hulkspit.voc -128  128  0    0    0
  429. definesound LASERH       lasera.voc   0     0    0    0    0
  430.  
  431. // BILLY RAY
  432. definesound BR_ROAM1     br_roam1.voc 0     0    3    0    0
  433. definesound BR_ROAM2     br_roam2.voc 0     0    3    0    0
  434. definesound BR_ROAM3     br_roam3.voc 0     0    3    0    0
  435. definesound BR_RECOG     br_recog.voc 0     0    3    0    0
  436. definesound BR_PAIN      br_pain.voc  0     0    3    0    0
  437. definesound BR_DTH       br_dth.voc   0     0    3    0    0
  438.  
  439. definesound BR_ITCH      br_itch.voc  0     0    3    0    0
  440. definesound BR_SCRTH     br_scrth.voc 0     0    3    0    0
  441. definesound BR_SNIFF     br_sniff.voc 0     0    3    0    0
  442.  
  443. // TURD MINION
  444. definesound MN_FREAK     mn_freak.voc 0     0    0    0    0
  445. definesound MN_PN        mn_pn.voc    0     0    0    0    0
  446. definesound MN_REC       mn_rec.voc   0     0    0    0    0
  447. definesound MN_AMB       mn_amb.voc   0     0    0    0    0
  448.  
  449. // COW
  450. definesound COW1         cow1.voc     0     0    0    0    0
  451. definesound COW2         cow2.voc     0     0    0    0    0
  452. definesound COW3         cow3.voc     0     0    0    0    0
  453. definesound COW4         cow4.voc     0     0    0    0    0
  454. definesound COW5         cow5.voc     0     0    0    0    0
  455.  
  456. // PIG
  457. definesound PIGSOUND1    pg_pain2.voc 0     0    0    0    -3000
  458. definesound PIGSOUND2    pg_pain1.voc 0     0    0    0    -3000
  459. definesound PIGSOUND3    pg_grnt1.voc 0     0    0    0    -3000
  460. definesound PIGSOUND4    pg_eat.voc   0     0    0    0    -3000
  461. definesound PIGSOUND5    pg_die.voc   0     0    0    0    -3000
  462. definesound PIGSOUND6    pg_atck2.voc 0     0    0    0    0
  463. definesound PIGSOUND7    pg_atck1.voc 0     0    0    0    0
  464.  
  465. // VIXEN
  466. definesound VX_DIE1      vx_die1.voc  0     0    0    0    0
  467. definesound VX_DIE4      vx_die4.voc  0     0    0    0    0
  468. definesound VX_DIE5      vx_die5.voc  0     0    0    0    0
  469. definesound VX_DIE6      vx_die6.voc  0     0    0    0    0
  470. definesound VX_DIE7      vx_die7.voc  0     0    0    0    0
  471. definesound VX_OOH       vx_ooh.voc   0     0    0    0    0
  472. definesound VX_PAIN1     vx_pain1.voc 0     0    0    0    0
  473. definesound VX_SEX1      vx_sex1.voc  0     0    0    0    0
  474. definesound VX_SEX2      vx_sex2.voc  0     0    0    0    0
  475. definesound VX_SEX3      vx_sex3.voc  0     0    0    0    0
  476. definesound VX_GRNT      vx_grnt.voc  0     0    0    0    0
  477. definesound VX_ISTHT     vx_istht.voc 0     0    0    0    0
  478. definesound VX_TAKIT     vx_takit.voc 0     0    0    0    0
  479.  
  480. definesound VX_BRNG3     vx_brng3.voc 0     0    0    0    0
  481. definesound VX_CLSR1     vx_clsr1.voc 0     0    0    0    0
  482. definesound VX_CLSR2     vx_clsr2.voc 0     0    0    0    0
  483. definesound VX_2FAR      vx_2far.voc  0     0    0    0    0
  484. definesound VX_BRING     vx_bring.voc 0     0    0    0    0
  485. definesound VX_BITE      vx_bite.voc  0     0    0    0    0
  486. definesound VX_LAFF2     vx_laff2.voc 0     0    0    0    0
  487. definesound VX_LAFF3     vx_laff3.voc 0     0    0    0    0
  488. definesound VX_HMMM2     vx_hmmm2.voc 0     0    0    0    0
  489. definesound VX_HURT2     vx_hurt2.voc 0     0    0    0    0
  490. definesound VX_BABY2     vx_baby2.voc 0     0    0    0    0
  491. definesound VX_MHMM      vx_mhmm.voc  0     0    0    0    0
  492. definesound VX_ITSOK     vx_itsok.voc 0     0    0    0    0
  493. definesound VX_TPOT4     vx_tpot4.voc 0     0    0    0    0
  494. definesound VX_TPIN2     vx_tpin2.voc 0     0    0    0    0
  495. definesound VX_TPIN4     vx_tpin4.voc 0     0    0    0    0
  496. definesound VX_HLPME     vx_hlpme.voc 0     0    0    0    0
  497. definesound VX_KICK2     vx_kick2.voc 0     0    0    0    0
  498. definesound VX_KICK3     vx_kick3.voc 0     0    0    0    0
  499. definesound VX_HIYA      vx_hiya.voc  0     0    0    0    0
  500. definesound VX_HIYA2     vx_hiya2.voc 0     0    0    0    0
  501. definesound VX_FINAL     vx_final.voc 0     0  255    0    0
  502.  
  503. // SHERIFF
  504. definesound SF_ATTN      sf_attn.voc  0     0    0    0    0
  505. definesound SF_DETH1     sf_deth1.voc 0     0    0    0    0
  506. definesound SF_DETH2     sf_deth2.voc 0     0    0    0    0
  507. definesound SF_DETH3     sf_deth3.voc 0     0    0    0    0
  508. definesound SF_FREZ2     sf_frez2.voc 0     0    0    0    0
  509. definesound SF_GETYA     sf_getya.voc 0     0    0    0    0
  510. definesound SF_HANDS     sf_hands.voc 0     0    0    0    0
  511. definesound SF_HEY       sf_hey.voc   0     0    0    0    0
  512. definesound SF_HOLD      sf_hold.voc  0     0    0    0    0
  513. definesound SF_LAFF1     sf_laff1.voc 0     0    0    0    0
  514. definesound SF_NAME      sf_name.voc  0     0    0    0    0
  515. definesound SF_OVER      sf_over.voc  0     0    0    0    0
  516. definesound SF_PAIN1     sf_pain1.voc 0     0    0    0    0
  517. definesound SF_PAIN2     sf_pain2.voc 0     0    0    0    0
  518. definesound SF_PAIN3     sf_pain3.voc 0     0    0    0    0
  519. definesound SF_RLOAD     sf_rload.voc 0     0    0    0    0
  520. definesound SF_RLOD2     sf_rlod2.voc 0     0    0    0    0
  521. definesound SF_SHOOT     sf_shoot.voc 0     0    0    0    0
  522. definesound SF_THLAW     sf_thlaw.voc 0     0    0    0    0
  523. definesound SF_TLAW2     sf_tlaw2.voc 0     0    0    0    0
  524.  
  525. // ********
  526. // WEAPON SOUNDS
  527. // ********
  528. definesound KICK_HIT     hit-u.voc    0     0    4    0    0
  529. definesound RICOCHET     ricochet.voc 0     0    0    0    4096
  530. definesound BULITHIT     bulithit.voc 0     0    0    0    0
  531. definesound CASUL_FIRE   pistola.voc  -64   0    254  0    0
  532. definesound PISCOCK      piscock.voc  0     0    3    0    0
  533. definesound PISLOAD      pisload.voc  512   512  3    0    0
  534. definesound AK3          ak3.voc      0     0    254  0    512
  535. definesound SHOT6        shot6.voc    0     0    254  0    0
  536. definesound GUNCHANG     gunchang.voc 96    192  3    0    0
  537. definesound XBOWFIRE     xbowfire.voc -32   0    4    0    0
  538. definesound XBOWEXPL     xbowexpl.voc -500  500  128  0    0
  539. definesound XBOWCOCK     xbowcock.voc -500  500  128  0    0
  540. definesound LASERA       lasera.voc   512   768  4    0    0
  541. definesound SHRINKER     shrinker.voc -512  0    5    0    0
  542.  
  543. definesound DYNOCLMP     dynoclmp.voc 0     0    2    0    0
  544. definesound KILLME       ln_pain1.voc -128  0    0    0    0
  545.  
  546.  
  547. definesound DYNEW        dynew.voc    0     0    128  0    0
  548. definesound BOMBEXPL     bombexpl.voc -512  0    4    0    0
  549.  
  550. // Affect Environment Sounds
  551. definesound VENTBUST     ventbust.voc -32   32   2    0    0
  552. definesound GLASSSND     glass.voc    -412  0    3    0    8192
  553. definesound GLASSHVY     glass.voc    -412  0    3    0    8192
  554.  
  555. definesound SPLASH       splash.voc   0     0    2    0    0
  556.  
  557.  
  558. // LNRD's Body Sounds
  559. definesound GASP         gasp.voc     0     0    255  4    0
  560.  
  561. definesound LN_SLOW      ln_slow.voc  0     0    255  4    0
  562. definesound LN_WAIT      ln_wait.voc  0     0    255  4    0
  563. definesound JUG          jug.voc      0     0    255  0    0
  564. definesound LN_HUSH      ln_hush.voc  0     0    255  4    0
  565. definesound LN_HOLD      ln_hold.voc  0     0    255  4    0
  566. definesound LN_HOTDM     ln_hotdm.voc 0     0    255  4    0
  567. definesound LN_STINK     ln_stink.voc 0     0    255 12    0
  568. definesound LN_BBQ       ln_bbq.voc   0     0    255  4    0
  569. definesound LN_BACON     ln_bacon.voc 0     0    255  4    0
  570.  
  571. definesound LN_PAIN4A    ln_pain4.VOC 0     0    2    4    0
  572. definesound LN_PAIN2     ln_pain2.voc 0     0    255  4    0
  573. definesound LN_PAIN3     ln_pain3.voc 0     0    255  4    0
  574. definesound LN_PAIN4     ln_pain4.voc 0     0    255  4    0
  575. definesound LN_PAIN5     ln_pain5.voc 0     0    255  4    0
  576. definesound LN_PAIN6     ln_pain6.voc 0     0    255  4    0
  577. definesound LN_PAIN7     ln_pain7.voc 0     0    255  4    0
  578. definesound LN_PAIN8     ln_pain8.voc 0     0    255  4    0
  579. definesound LN_FINAL     ln_final.voc 0     0    255  4    0
  580. definesound LN_CRAP      ln_crap.voc  0     0    255  4    0
  581.  
  582.  
  583. // LNRD Health Sounds
  584. definesound LN_STANK     ln_stank.voc 0     0    255  12   0
  585. definesound LN_BITCH     ln_bitch.voc 0     0    255  12   0
  586.  
  587. definesound LN_BNCH      ln_bnch.voc  0     0    255  4    0
  588. definesound LNRD_KILLED4 ln_jesus.voc 0     0    255  12   0
  589. definesound LNRD_KILLED5 ln_stank.voc 0     0    255  12   0
  590.  
  591. definesound LNRD_GRUNT   ln_pain4.voc 0     0    2    4    0
  592. definesound LNRD_DEAD    ln_pain1.VOC 0     0    255  4    0
  593.  
  594. // all of Leonard's Killing comments
  595. definesound JIBBED1      ln_jesus.voc 0     0    255  12   0
  596. definesound JIBBED2      ln_shit.voc  0     0    255  12   0
  597. definesound JIBBED3      ln_fried.voc 0     0    255  4    0
  598. definesound JIBBED4      ln_sob.voc   0     0    255  12   0
  599. definesound JIBBED5      ln_blow.voc  0     0    255  12   0
  600. definesound JIBBED6      yeehaa2.voc  0     0    255  4    0
  601. definesound JIBBED7      ln_grass.voc 0     0    255  4    0
  602. definesound JIBBED8      ln_bust.voc  0     0    255  12   0
  603. definesound JIBBED9      ln_lktht.voc 0     0    255  12   0
  604. definesound JIBBED10     ln_bust.voc  0     0    255  12   0
  605. definesound JIBBED11     ln_busy.voc  0     0    255  12   0
  606. definesound JIBBED12     ln_blow.voc  0     0    255  4    0
  607. definesound JIBBED13     ln_fkyou.voc 0     0    255  4    0
  608. definesound LN_FLYOP     ln_flyop.voc 0     0    255  12   0
  609. definesound LN_SHTHD     ln_shthd.voc 0     0    255  12   0
  610. definesound LN_RODE      ln_rode.voc  0     0    255  4    0
  611.  
  612. definesound WHIPYOU      yeehaa2.voc  0     0    255  4    0
  613.  
  614. // LNRD Movement Sounds
  615. definesound WETFEET      wetfeet.voc  0     0    4    0    0
  616. definesound LAND         land.voc     0     0    2    0    0
  617. definesound LN_LNDHT     ln_pain4.voc 0     0    255  4    0
  618.  
  619.  
  620. definesound BNS_SPCH1    ln_shit.voc  0     0    255  12   0
  621. definesound BNS_SPCH2    ln_jesus.voc 0     0    255  12   0
  622. definesound BNS_SPCH3    ln_hotdm.voc 0     0    255  4    0
  623. definesound BNS_SPCH4    yeehaa2.voc  0     0    255  4    0
  624.  
  625. definesound JUGALUG7     jugalug7.voc 0     0    255  4    0
  626. definesound DIDDLP       diddlp.voc   0     0    255  4    0
  627. definesound SHRNK_HIT    thud.voc     0     0    3    0    0
  628. definesound LN_SCREW     ln_screw.voc 0     0    3    0    0
  629.  
  630. // LNRD Equipment Sounds
  631. definesound SCUBA        scuba.voc    0     0    2    0    0
  632. definesound TRUCK_LP     truck_lp.voc 0     0    4    0    0
  633. definesound TRUCK_LP2    truck_lp.voc 0     0    4    0    0
  634.  
  635. // Common Death Sounds
  636. definesound FIRE09       fire09.voc   -256  0    0    2    6100
  637. definesound THUD         thud.voc     0     0    0    0    0
  638. definesound SQUISHED     jib.voc      -128  0    3    0    0
  639.  
  640. // Equipment Sounds
  641. definesound TELEPORT     teleport.voc 0     0    0    0    0
  642. definesound GBELEV01     gbelev01.voc 0     0    0    0    0
  643. definesound GBELEV02     gbelev02.voc 0     0    0    0    0
  644. definesound SWITCH1      switch1.voc  0     0    0    0    0
  645.  
  646. definesound FAN          fan.voc      0     0    0    0    0
  647. definesound FLUSH        flush.voc    0     0    3    0    0
  648.  
  649. definesound QUAKE        quake.voc    0     0    0    0    0
  650.  
  651.  
  652. // Ambience SOUNDS
  653.  
  654. definesound DRIP3        drip3.voc    0     0    0    2    0
  655. definesound JUKEBOX      jukebox.voc  0     0    254  3    0
  656. definesound DSCREM04     DSCREM04.voc 0     0    0    0    0
  657.  
  658.  
  659. // Miscellaneous Sounds
  660.  
  661. definesound DR_CRK8      dr_crk8.voc  -256  0    0    0    0
  662. definesound DR_ROLL      dr_roll.voc  -256  0    0    0    0
  663. definesound MONITOR      monitor.voc  0     0    0    0    0
  664. definesound MONITORA     monitor.voc  0     0    0    0    0
  665. definesound EXITMENU     jug.voc      0     0    0    0    0
  666.  
  667. definesound INTOMENU     bulithit.voc -1024 1024 0    0    0
  668. definesound RESIZE       jug.voc      0     0    0    0    0
  669. definesound SCREAM_F     scream_f.voc 0     0    0    0    0
  670. definesound SCREAM_M     scream_m.voc 0     0    0    0    0
  671. definesound WHISPER      whisper.voc  0     0    0    0    0
  672. definesound OVEN         oven.voc     0     0    0    2    0
  673. definesound CREMATOR     cremator.voc 0     0    0    2    0
  674. definesound TBLSAW       tblsaw.voc   0     0    0    2    0
  675. definesound TBLSAW_X     tblsaw_x.voc 0     0    0    2    0
  676. definesound FORKLIFT     forklift.voc 0     0    0    2    0
  677. definesound PROJECTR     projectr.voc 0     0    0    2    0
  678. definesound SIGNROT      signrot.voc  0     0    0    2    0
  679. definesound PWDERKEG     pwderkeg.voc 0     0    0    0    0
  680. definesound DG_BARK1     dg_bark1.voc -200  200  0    0    0
  681. definesound DG_BARK2     dg_bark2.voc -200  200  0    0    0
  682. definesound DG_GRWL1     dg_grwl1.voc -100  100  0    0    -4000
  683. definesound DG_GRWL2     dg_grwl2.voc -100  100  0    0    -4000
  684. definesound DG_YELP      dg_yelp.voc  0     0    0    0    0
  685. definesound DG_DIE       dg_die.voc   0     0    0    0    0
  686. definesound DG_LUNGE     dg_lunge.voc -200  200  0    0    -1800
  687.  
  688. definesound UFO          ufo.voc      0     0    0    2    0
  689. definesound UFOLET       ufolet.voc   0     0    0    2    0
  690. definesound EGG          egg.voc      0     0    0    0    0
  691. definesound HAMCAN       hamcan.voc   0     0    0    0    0
  692. definesound DROPPIE      droppie.voc  0     0    0    0    0
  693. definesound BIGDRILL     bigdrill.voc 0     0    0    0    0
  694. definesound MINECART     minecart.voc 0     0    0    2    0
  695. definesound ONECART      onecart.voc  0     0    0    2    0
  696. definesound MINEWIND     minewind.voc 0     0    0    2    0
  697. definesound WTRFALL      wtrfall.voc  0     0    0    2    0
  698. definesound SHAFT        shaft.voc    0     0    0    2    0
  699. definesound FRIDGEOP     fridgeop.voc 0     0    0    0    0
  700. definesound FRIDGECL     fridgecl.voc 0     0    0    0    0
  701. definesound SCRAPE_1     scrape_1.voc 0     0    0    0    0
  702. definesound URANUS       uranus.voc   0     0    0    0    0
  703. definesound CRAPFLOW     crapflow.voc 0     0    0    2    0
  704. definesound CRAPSTIR     crapstir.voc 0     0    0    2    0
  705. definesound BRICDOOR     bricdoor.voc 0     0    0    0    0
  706. definesound BUBBLES      bubbles.voc  0     0    0    2    0
  707. definesound COMPUTER     computer.voc 0     0    0    2    0
  708. definesound NEON         neon.voc     0     0    0    2    0
  709. definesound CLOCKTK      clocktk.voc  0     0    0    2    0
  710. definesound CLOCKCHM     clockchm.voc 0     0    0    0    0
  711. definesound END_PIPE     end_pipe.voc 0     0    0    2    0
  712. definesound ICARUMBA     icarumba.voc 0     0    0    2    0
  713. definesound ASYAMB       asyamb.voc   0     0    0    2    0
  714. definesound HARPSIC      harpsic.voc  0     0    0    2    0
  715. definesound UFOINSID     ufoinsid.voc 0     0    0    2    0
  716.  
  717.  
  718. // Six miscambience Sounds
  719.  
  720. definesound FLIES        flies.voc    0     0    0    2    0
  721. definesound AMB_1        amb_1.voc    0     0    0    2    0
  722. definesound GRAVAMB      gravamb.voc  0     0    0    2    0
  723. definesound HOOTOWL      hootowl.voc  0     0    0    2    0
  724. definesound WOODS2       woods2.voc   0     0    0    2    0
  725. definesound CATAMB       catamb.voc   0     0    0    2    0
  726. definesound CNTAMB       cntamb.voc   0     0    0    2    0
  727. definesound JUNKAMB2     junkamb2.voc 0     0    0    2    0
  728. definesound AMB_ROOM     amb_room.voc 0     0    0    2    0
  729. definesound GRIND        grind.voc    0     0    0    0    0
  730.  
  731. definesound CRICKET1     cricket1.voc 0     10   0    0    -1800
  732. definesound CRICKET2     cricket2.voc 0     10   0    0    -1800
  733. definesound PIGRUNT      pigrunt.voc  0     0    0    0    0
  734.  
  735. definesound THUNDER1     thunder1.voc 0     0    0    0    0
  736. definesound THUNDER2     thunder2.voc 0     0    0    0    0
  737. definesound THUNDER3     thunder3.voc 0     0    0    0    0
  738.  
  739. definesound DR_CLS       dr_cls.voc   0     0    0    0    0
  740. definesound LN_TIGHT     ln_tight.voc 0     0    0    0    0
  741.  
  742. definesound YEHAA16      yeehaa2.voc  0     0    255  4    0
  743. definesound LN_WHUP      ln_whup.voc  0     0    3    0    0
  744.  
  745. definesound CHKNFLAP     chknflap.voc -200  400  3    0    0
  746. definesound CHKN_1       chkn_1.voc   -200  400  3    0    0
  747. definesound CHKN_2       chkn_2.voc   -200  400  3    0    0
  748. definesound CHIKDETH     chikdeth.voc -200  400  3    0    0
  749.  
  750. definesound TRUKDIE      trukdie.voc  0     0    0    0    0
  751. definesound ZIPOPEN      zipopen.voc  0     0    0    0    0
  752. definesound ZIPPSTRK     zippstrk.voc 0     0    0    0    0
  753.  
  754. definesound MOSQUI4      mosqui4.voc  0     0    0    2    0
  755. definesound FART1        fart1.voc    0     0    0    0    0
  756. definesound SQUEAKY      squeaky.voc  0     0    0    0    0
  757. definesound CATDOOR      catdoor.voc  0     0    0    0    0
  758. definesound JUNKSWCH     junkswch.voc 0     0    0    0    0
  759. definesound CONVEYR      conveyr.voc  0     0    0    2    0
  760. definesound LOKDOOR      lokdoor.voc  0     0    0    0    0
  761.  
  762. definesound VOMIT        vomit.voc    0     0    0    0    0
  763. definesound TOSS         toss.voc     0     0    0    0    0
  764. definesound FART2        fart2.voc    0     0    0    0    0
  765. definesound FART3        fart3.voc    0     0    0    0    0
  766. definesound FART4        fart4.voc    0     0    0    0    0
  767. definesound CHUG         chug.voc     0     0    0    0    0
  768. definesound CROWUSH      crowush.voc  0     0    0    0    0
  769. definesound WUSSLAF      wusslaf.voc  0     0    0    0    0
  770. definesound LN_CITY      ln_city.voc  0     0    0    0    0
  771. definesound MUNCH2       munch2.voc   0     0    0    0    0
  772. definesound TESLARC      teslarc.voc  0     0    0    2    0
  773.  
  774. definesound AS_DROPN     as_dropn.voc 0     0    0    0    0
  775. definesound AS_CRYPT     as_crypt.voc 0     0    0    0    0
  776. definesound AS_DRCLS     as_drcls.voc 0     0    0    0    0
  777. definesound LOKGATE      lokgate.voc  0     0    0    0    0
  778. definesound METLGAT2     metlgat2.voc 0     0    0    0    0
  779. definesound METLGAT1     metlgat1.voc 0     0    0    0    0
  780. definesound AS_AMB2      as_amb2.voc  0     0    0    2    0
  781. definesound AS_AMB1      as_amb1.voc  0     0    0    2    0
  782.  
  783. definesound BUZSAWSND    buzsaw.voc   -512  0    5    0    0
  784. definesound TORNADOSND   tornado.voc  -512  0    0    2    0
  785.  
  786. definesound BOWLSTRT     bowlstrt.voc -512  0    0    0    0
  787. definesound BOWLPIN      bowlpin.voc  -512  0    0    0    0
  788. definesound BOWLLOOP     bowlloop.voc -512  0    0    0    0
  789.  
  790. definesound PISSEND      pissend.voc  0     0    0    0    0
  791. definesound PISSLOOP     pissloop.voc 0     0    0    0    0
  792. definesound PISSSTRT     pissstrt.voc 0     0    0    0    0
  793. definesound CRAP         crap.voc     0     0    0    0    0
  794. definesound PEE          pee.voc      0     0    0    0    0
  795. definesound ELEVLOOP     elevloop.voc 0     0    0    2    0
  796.  
  797.  
  798. definesound CRUSHER      crusher.voc  0     0    0    2    0
  799. definesound PLUCKER      plucker.voc  0     0    0    2    0
  800. definesound SAWHEAD      sawhead.voc  0     0    0    2    0
  801. definesound STAMPER      stamper.voc  0     0    0    2    0
  802. definesound TBLSAW_D     tblsaw_d.voc 0     0    0    0    0
  803. definesound MORNING      morning.voc  0     0    0    2    0
  804.  
  805.  
  806.  
  807. definesound SB_ATK1      sb_atk1.voc  0     0    0    0    0
  808. definesound SB_ATK2      sb_atk2.voc  0     0    0    0    0
  809. definesound SB_CORN      sb_corn.voc  0     0    0    0    0
  810. definesound SB_HRT1      sb_hrt1.voc  0     0    0    0    0
  811. definesound SB_HRT2      sb_hrt2.voc  0     0    0    0    0
  812. definesound SB_HRT3      sb_hrt3.voc  0     0    0    0    0
  813. definesound SB_LAF1      sb_laf1.voc  0     0    0    0    0
  814. definesound SB_LAF2      sb_laf2.voc  0     0    0    0    0
  815. definesound SB_LORD      sb_lord.voc  0     0    0    0    0
  816. definesound SB_MIN1      sb_min1.voc  0     0    0    0    0
  817. definesound SB_MIN2      sb_min2.voc  0     0    0    0    0
  818. definesound SB_MIN3      sb_min3.voc  0     0    0    0    0
  819. definesound SB_SCK1      sb_sck1.voc  0     0    0    0    0
  820. definesound SB_SPT1      sb_spt1.voc  0     0    0    0    0
  821. definesound SB_SPT2      sb_spt2.voc  0     0    0    0    0
  822. definesound SB_DIE       sb_die.voc   0     0    0    0    0
  823. definesound SB_IAM       sb_iam.voc   0     0    0    0    0
  824. definesound SB_POO       sb_poo.voc   0     0    0    0    0
  825. definesound BUB_HEY1     bub_hey1.voc 0     0    0    0    0
  826. definesound BUB_HEY2     bub_hey2.voc 0     0    0    0    0
  827. definesound BUB_HRT1     bub_hrt1.voc 0     0    0    0    0
  828. definesound BUB_HRT2     bub_hrt2.voc 0     0    0    0    0
  829. definesound BUB_HRT3     bub_hrt3.voc 0     0    0    0    0
  830. definesound BUB_HRT4     bub_hrt4.voc 0     0    0    0    0
  831. definesound BUB_LN1      bub_ln1.voc  0     0    0    0    0
  832. definesound BUB_LN2      bub_ln2.voc  0     0    0    0    0
  833. definesound BUB_LN3      bub_ln3.voc  0     0    0    0    0
  834. definesound BUB_LN5      bub_ln5.voc  0     0    0    0    0
  835. definesound BUB_LN6      bub_ln6.voc  0     0    0    0    0
  836. definesound BUB_LN7      bub_ln7.voc  0     0    0    0    0
  837. definesound BUB_PIK1     bub_pik1.voc 0     0    0    0    0
  838. definesound BUB_PIK2     bub_pik2.voc 0     0    0    0    0
  839. definesound BUB_PISS     bub_piss.voc 0     0    0    0    0
  840.  
  841. definesound REDNECK2     redneck2.voc 0     0    0    0    0
  842. definesound XATRIX       xatrix.voc   0     0    0    0    0
  843. definesound SBFINAL      sb_final.voc 0     0    0    0    0
  844.  
  845. definesound E1L1         e1l1.voc     0     0    0    0    0
  846. definesound E1L2         e1l2.voc     0     0    0    0    0
  847. definesound E1L3         e1l3.voc     0     0    0    0    0
  848. definesound E1L4         e1l4.voc     0     0    0    0    0
  849. definesound E1L5         e1l5.voc     0     0    0    0    0
  850. definesound E1L6         e1l6.voc     0     0    0    0    0
  851. definesound E1L7         e1l7.voc     0     0    0    0    0
  852. definesound E2L1         e2l1.voc     0     0    0    0    0
  853. definesound E2L2         e2l2.voc     0     0    0    0    0
  854. definesound E2L3         e2l3.voc     0     0    0    0    0
  855. definesound E2L4         e2l4.voc     0     0    0    0    0
  856. definesound E2L5         e2l5.voc     0     0    0    0    0
  857. definesound E2L6         e2l6.voc     0     0    0    0    0
  858. definesound E2L7         e2l7.voc     0     0    0    0    0
  859.  
  860.