DEFS.CON 35 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240
  1. // -------------------------------------------------------------------------
  2. /*
  3. Copyright (C) 1996, 2003 - 3D Realms Entertainment
  4. This file is part of Duke Nukem 3D version 1.5 - Atomic Edition
  5. Duke Nukem 3D is free software; you can redistribute it and/or
  6. modify it under the terms of the GNU General Public License
  7. as published by the Free Software Foundation; either version 2
  8. of the License, or (at your option) any later version.
  9. This program is distributed in the hope that it will be useful,
  10. but WITHOUT ANY WARRANTY; without even the implied warranty of
  11. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  12. See the GNU General Public License for more details.
  13. You should have received a copy of the GNU General Public License
  14. along with this program; if not, write to the Free Software
  15. Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  16. Original Source: 1996 - Todd Replogle
  17. Prepared for public release: 03/21/2003 - Charlie Wiederhold, 3D Realms
  18. */
  19. // -------------------------------------------------------------------------
  20. define SECTOREFFECTOR 1
  21. define ACTIVATOR 2
  22. define TOUCHPLATE 3
  23. define ACTIVATORLOCKED 4
  24. define MUSICANDSFX 5
  25. define LOCATORS 6
  26. define CYCLER 7
  27. define MASTERSWITCH 8
  28. define RESPAWN 9
  29. define GPSPEED 10
  30. define ARROW 20
  31. define FIRSTGUNSPRITE 21
  32. define CHAINGUNSPRITE 22
  33. define RPGSPRITE 23
  34. define FREEZESPRITE 24
  35. define SHRINKERSPRITE 25
  36. define HEAVYHBOMB 26
  37. define TRIPBOMBSPRITE 27
  38. define SHOTGUNSPRITE 28
  39. define DEVISTATORSPRITE 29
  40. define HEALTHBOX 30
  41. define AMMOBOX 31
  42. define GROWSPRITEICON 32
  43. define INVENTORYBOX 33
  44. define FREEZEAMMO 37
  45. define AMMO 40
  46. define BATTERYAMMO 41
  47. define DEVISTATORAMMO 42
  48. define RPGAMMO 44
  49. define GROWAMMO 45
  50. define CRYSTALAMMO 46
  51. define HBOMBAMMO 47
  52. define AMMOLOTS 48
  53. define SHOTGUNAMMO 49
  54. define COLA 51
  55. define SIXPAK 52
  56. define FIRSTAID 53
  57. define SHIELD 54
  58. define STEROIDS 55
  59. define AIRTANK 56
  60. define JETPACK 57
  61. define HEATSENSOR 59
  62. define ACCESSCARD 60
  63. define BOOTS 61
  64. define MIRRORBROKE 70
  65. define CLOUDYOCEAN 78
  66. define CLOUDYSKIES 79
  67. define MOONSKY1 80
  68. define MOONSKY2 81
  69. define MOONSKY3 82
  70. define MOONSKY4 83
  71. define BIGORBIT1 84
  72. define BIGORBIT2 85
  73. define BIGORBIT3 86
  74. define BIGORBIT4 87
  75. define BIGORBIT5 88
  76. define LA 89
  77. define REDSKY1 98
  78. define REDSKY2 99
  79. define ATOMICHEALTH 100
  80. define TECHLIGHT2 120
  81. define TECHLIGHTBUST2 121
  82. define TECHLIGHT4 122
  83. define TECHLIGHTBUST4 123
  84. define WALLLIGHT4 124
  85. define WALLLIGHTBUST4 125
  86. define ACCESSSWITCH 130
  87. define SLOTDOOR 132
  88. define LIGHTSWITCH 134
  89. define SPACEDOORSWITCH 136
  90. define SPACELIGHTSWITCH 138
  91. define FRANKENSTINESWITCH 140
  92. define NUKEBUTTON 142
  93. define MULTISWITCH 146
  94. define DOORTILE5 150
  95. define DOORTILE6 151
  96. define DOORTILE1 152
  97. define DOORTILE2 153
  98. define DOORTILE3 154
  99. define DOORTILE4 155
  100. define DOORTILE7 156
  101. define DOORTILE8 157
  102. define DOORTILE9 158
  103. define DOORTILE10 159
  104. define DOORSHOCK 160
  105. define DIPSWITCH 162
  106. define DIPSWITCH2 164
  107. define TECHSWITCH 166
  108. define DIPSWITCH3 168
  109. define ACCESSSWITCH2 170
  110. define REFLECTWATERTILE 180
  111. define FLOORSLIME 200
  112. define BIGFORCE 230
  113. define EPISODE 247
  114. define MASKWALL9 255
  115. define W_LIGHT 260
  116. define SCREENBREAK1 263
  117. define SCREENBREAK2 264
  118. define SCREENBREAK3 265
  119. define SCREENBREAK4 266
  120. define SCREENBREAK5 267
  121. define SCREENBREAK6 268
  122. define SCREENBREAK7 269
  123. define SCREENBREAK8 270
  124. define SCREENBREAK9 271
  125. define SCREENBREAK10 272
  126. define SCREENBREAK11 273
  127. define SCREENBREAK12 274
  128. define SCREENBREAK13 275
  129. define MASKWALL1 285
  130. define W_TECHWALL1 293
  131. define W_TECHWALL2 297
  132. define W_TECHWALL15 299
  133. define W_TECHWALL3 301
  134. define W_TECHWALL4 305
  135. define W_TECHWALL10 306
  136. define W_TECHWALL16 307
  137. define WATERTILE2 336
  138. define BPANNEL1 341
  139. define PANNEL1 342
  140. define PANNEL2 343
  141. define WATERTILE 344
  142. define STATIC 351
  143. define W_SCREENBREAK 357
  144. define W_HITTECHWALL3 360
  145. define W_HITTECHWALL4 361
  146. define W_HITTECHWALL2 362
  147. define W_HITTECHWALL1 363
  148. define MASKWALL10 387
  149. define MASKWALL11 391
  150. define DOORTILE22 395
  151. define FANSPRITE 407
  152. define FANSPRITEBROKE 411
  153. define FANSHADOW 412
  154. define FANSHADOWBROKE 416
  155. define DOORTILE18 447
  156. define DOORTILE19 448
  157. define DOORTILE20 449
  158. // define SPACESHUTTLE 487
  159. define SATELLITE 489
  160. define VIEWSCREEN2 499
  161. define VIEWSCREENBROKE 501
  162. define VIEWSCREEN 502
  163. define GLASS 503
  164. define GLASS2 504
  165. define STAINGLASS1 510
  166. define MASKWALL5 514
  167. define SATELITE 516
  168. define FUELPOD 517
  169. define SLIMEPIPE 538
  170. define CRACK1 546
  171. define CRACK2 547
  172. define CRACK3 548
  173. define CRACK4 549
  174. define FOOTPRINTS 550
  175. define DOMELITE 551
  176. define CAMERAPOLE 554
  177. define CHAIR1 556
  178. define CHAIR2 557
  179. define BROKENCHAIR 559
  180. define MIRROR 560
  181. define WATERFOUNTAIN 563
  182. define WATERFOUNTAINBROKE 567
  183. define FEMMAG1 568
  184. define TOILET 569
  185. define STALL 571
  186. define STALLBROKE 573
  187. define FEMMAG2 577
  188. define REACTOR2 578
  189. define REACTOR2BURNT 579
  190. define REACTOR2SPARK 580
  191. define GRATE1 595
  192. define BGRATE1 596
  193. define SOLARPANNEL 602
  194. define NAKED1 603
  195. define ANTENNA 607
  196. define MASKWALL12 609
  197. define TOILETBROKE 615
  198. define PIPE2 616
  199. define PIPE1B 617
  200. define PIPE3 618
  201. define PIPE1 619
  202. define CAMERA1 621
  203. define BRICK 626
  204. define SPLINTERWOOD 630
  205. define PIPE2B 633
  206. define BOLT1 634
  207. define W_NUMBERS 640
  208. define WATERDRIP 660
  209. define WATERBUBBLE 661
  210. define WATERBUBBLEMAKER 662
  211. define W_FORCEFIELD 663
  212. define VACUUM 669
  213. define FOOTPRINTS2 672
  214. define FOOTPRINTS3 673
  215. define FOOTPRINTS4 674
  216. define EGG 675
  217. define SCALE 678
  218. define CHAIR3 680
  219. define CAMERALIGHT 685
  220. define MOVIECAMERA 686
  221. define IVUNIT 689
  222. define POT1 694
  223. define POT2 695
  224. define POT3 697
  225. define PIPE3B 700
  226. define WALLLIGHT3 701
  227. define WALLLIGHTBUST3 702
  228. define WALLLIGHT1 703
  229. define WALLLIGHTBUST1 704
  230. define WALLLIGHT2 705
  231. define WALLLIGHTBUST2 706
  232. define LIGHTSWITCH2 712
  233. define WAITTOBESEATED 716
  234. define DOORTILE14 717
  235. define STATUE 753
  236. define MIKE 762
  237. define VASE 765
  238. define SUSHIPLATE1 768
  239. define SUSHIPLATE2 769
  240. define SUSHIPLATE3 774
  241. define SUSHIPLATE4 779
  242. define DOORTILE16 781
  243. define SUSHIPLATE5 792
  244. define OJ 806
  245. define MASKWALL13 830
  246. define HURTRAIL 859
  247. define POWERSWITCH1 860
  248. define LOCKSWITCH1 862
  249. define POWERSWITCH2 864
  250. define ATM 867
  251. define STATUEFLASH 869
  252. define ATMBROKE 888
  253. define BIGHOLE2 893
  254. define STRIPEBALL 901
  255. define QUEBALL 902
  256. define POCKET 903
  257. define WOODENHORSE 904
  258. define TREE1 908
  259. define TREE2 910
  260. define CACTUS 911
  261. define MASKWALL2 913
  262. define MASKWALL3 914
  263. define MASKWALL4 915
  264. define FIREEXT 916
  265. define TOILETWATER 921
  266. define NEON1 925
  267. define NEON2 926
  268. define CACTUSBROKE 939
  269. define BOUNCEMINE 940
  270. define BROKEFIREHYDRENT 950
  271. define BOX 951
  272. define BULLETHOLE 952
  273. define BOTTLE1 954
  274. define BOTTLE2 955
  275. define BOTTLE3 956
  276. define BOTTLE4 957
  277. define FEMPIC5 963
  278. define FEMPIC6 964
  279. define FEMPIC7 965
  280. define HYDROPLANT 969
  281. define OCEANSPRITE1 971
  282. define OCEANSPRITE2 972
  283. define OCEANSPRITE3 973
  284. define OCEANSPRITE4 974
  285. define OCEANSPRITE5 975
  286. define GENERICPOLE 977
  287. define CONE 978
  288. define HANGLIGHT 979
  289. define HYDRENT 981
  290. define MASKWALL14 988
  291. define TIRE 990
  292. define PIPE5 994
  293. define PIPE6 995
  294. define PIPE4 996
  295. define PIPE4B 997
  296. define BROKEHYDROPLANT 1003
  297. define PIPE5B 1005
  298. define NEON3 1007
  299. define NEON4 1008
  300. define NEON5 1009
  301. define BOTTLE5 1012
  302. define BOTTLE6 1013
  303. define BOTTLE8 1014
  304. define SPOTLITE 1020
  305. define HANGOOZ 1022
  306. define MASKWALL15 1024
  307. define BOTTLE7 1025
  308. define HORSEONSIDE 1026
  309. define GLASSPIECES 1031
  310. define HORSELITE 1034
  311. define DONUTS 1045
  312. define NEON6 1046
  313. define MASKWALL6 1059
  314. define CLOCK 1060
  315. define RUBBERCAN 1062
  316. define BROKENCLOCK 1067
  317. define PLUG 1069
  318. define OOZFILTER 1079
  319. define FLOORPLASMA 1082
  320. define REACTOR 1088
  321. define REACTORSPARK 1092
  322. define REACTORBURNT 1096
  323. define DOORTILE15 1102
  324. define HANDSWITCH 1111
  325. define CIRCLEPANNEL 1113
  326. define CIRCLEPANNELBROKE 1114
  327. define PULLSWITCH 1122
  328. define MASKWALL8 1124
  329. define BIGHOLE 1141
  330. define ALIENSWITCH 1142
  331. define DOORTILE21 1144
  332. define HANDPRINTSWITCH 1155
  333. define BOTTLE10 1157
  334. define BOTTLE11 1158
  335. define BOTTLE12 1159
  336. define BOTTLE13 1160
  337. define BOTTLE14 1161
  338. define BOTTLE15 1162
  339. define BOTTLE16 1163
  340. define BOTTLE17 1164
  341. define BOTTLE18 1165
  342. define BOTTLE19 1166
  343. define DOORTILE17 1169
  344. define MASKWALL7 1174
  345. define JAILBARBREAK 1175
  346. define DOORTILE11 1178
  347. define DOORTILE12 1179
  348. define VENDMACHINE 1212
  349. define VENDMACHINEBROKE 1214
  350. define COLAMACHINE 1215
  351. define COLAMACHINEBROKE 1217
  352. define CRANEPOLE 1221
  353. define CRANE 1222
  354. define BARBROKE 1225
  355. define BLOODPOOL 1226
  356. define NUKEBARREL 1227
  357. define NUKEBARRELDENTED 1228
  358. define NUKEBARRELLEAKED 1229
  359. define CANWITHSOMETHING 1232
  360. define MONEY 1233
  361. define BANNER 1236
  362. define EXPLODINGBARREL 1238
  363. define EXPLODINGBARREL2 1239
  364. define FIREBARREL 1240
  365. define SEENINE 1247
  366. define SEENINEDEAD 1248
  367. define STEAM 1250
  368. define CEILINGSTEAM 1255
  369. define PIPE6B 1260
  370. define TRANSPORTERBEAM 1261
  371. define RAT 1267
  372. define TRASH 1272
  373. define FEMPIC1 1280
  374. define FEMPIC2 1289
  375. define BLANKSCREEN 1293
  376. define PODFEM1 1294
  377. define FEMPIC3 1298
  378. define FEMPIC4 1306
  379. define FEM1 1312
  380. define FEM2 1317
  381. define FEM3 1321
  382. define FEM5 1323
  383. define BLOODYPOLE 1324
  384. define FEM4 1325
  385. define FEM6 1334
  386. define FEM6PAD 1335
  387. define FEM8 1336
  388. define HELECOPT 1346
  389. define FETUSJIB 1347
  390. define HOLODUKE 1348
  391. define SPACEMARINE 1353
  392. define INDY 1355
  393. define FETUS 1358
  394. define FETUSBROKE 1359
  395. define MONK 1352
  396. define LUKE 1354
  397. define COOLEXPLOSION1 1360
  398. define WATERSPLASH2 1380
  399. define FIREVASE 1390
  400. define SCRATCH 1393
  401. define FEM7 1395
  402. define APLAYERTOP 1400
  403. define APLAYER 1405
  404. define PLAYERONWATER 1420
  405. define DUKELYINGDEAD 1518
  406. define DUKETORSO 1520
  407. define DUKEGUN 1528
  408. define DUKELEG 1536
  409. define SHARK 1550
  410. define BLOOD 1620
  411. define FIRELASER 1625
  412. define TRANSPORTERSTAR 1630
  413. define SPIT 1636
  414. define LOOGIE 1637
  415. define FIST 1640
  416. define FREEZEBLAST 1641
  417. define DEVISTATORBLAST 1642
  418. define SHRINKSPARK 1646
  419. define TONGUE 1647
  420. define MORTER 1650
  421. define SHRINKEREXPLOSION 1656
  422. define RADIUSEXPLOSION 1670
  423. define FORCERIPPLE 1671
  424. define LIZTROOP 1680
  425. define LIZTROOPRUNNING 1681
  426. define LIZTROOPSTAYPUT 1682
  427. define LIZTOP 1705
  428. define LIZTROOPSHOOT 1715
  429. define LIZTROOPJETPACK 1725
  430. define LIZTROOPDSPRITE 1734
  431. define LIZTROOPONTOILET 1741
  432. define LIZTROOPJUSTSIT 1742
  433. define LIZTROOPDUCKING 1744
  434. define HEADJIB1 1768
  435. define ARMJIB1 1772
  436. define LEGJIB1 1776
  437. define CANNONBALL 1817
  438. define OCTABRAIN 1820
  439. define OCTABRAINSTAYPUT 1821
  440. define OCTATOP 1845
  441. define OCTADEADSPRITE 1855
  442. define INNERJAW 1860
  443. define DRONE 1880
  444. define EXPLOSION2 1890
  445. define COMMANDER 1920
  446. define COMMANDERSTAYPUT 1921
  447. define RECON 1960
  448. define TANK 1975
  449. define PIGCOP 2000
  450. define PIGCOPSTAYPUT 2001
  451. define PIGCOPDIVE 2045
  452. define PIGCOPDEADSPRITE 2060
  453. define PIGTOP 2061
  454. define LIZMAN 2120
  455. define LIZMANSTAYPUT 2121
  456. define LIZMANSPITTING 2150
  457. define LIZMANFEEDING 2160
  458. define LIZMANJUMP 2165
  459. define LIZMANDEADSPRITE 2185
  460. define FECES 2200
  461. define LIZMANHEAD1 2201
  462. define LIZMANARM1 2205
  463. define LIZMANLEG1 2209
  464. define EXPLOSION2BOT 2219
  465. define USERWEAPON 2235
  466. define HEADERBAR 2242
  467. define JIBS1 2245
  468. define JIBS2 2250
  469. define JIBS3 2255
  470. define JIBS4 2260
  471. define JIBS5 2265
  472. define BURNING 2270
  473. define FIRE 2271
  474. define JIBS6 2286
  475. define BLOODSPLAT1 2296
  476. define BLOODSPLAT3 2297
  477. define BLOODSPLAT2 2298
  478. define BLOODSPLAT4 2299
  479. define OOZ 2300
  480. define OOZ2 2309
  481. define WALLBLOOD1 2301
  482. define WALLBLOOD2 2302
  483. define WALLBLOOD3 2303
  484. define WALLBLOOD4 2304
  485. define WALLBLOOD5 2305
  486. define WALLBLOOD6 2306
  487. define WALLBLOOD7 2307
  488. define WALLBLOOD8 2308
  489. define BURNING2 2310
  490. define FIRE2 2311
  491. define CRACKKNUCKLES 2324
  492. define SMALLSMOKE 2329
  493. define SMALLSMOKEMAKER 2330
  494. define FLOORFLAME 2333
  495. define ROTATEGUN 2360
  496. define GREENSLIME 2370
  497. define WATERDRIPSPLASH 2380
  498. define SCRAP6 2390
  499. define SCRAP1 2400
  500. define SCRAP2 2404
  501. define SCRAP3 2408
  502. define SCRAP4 2412
  503. define SCRAP5 2416
  504. define ORGANTIC 2420
  505. define BETAVERSION 2440
  506. define PLAYERISHERE 2442
  507. define PLAYERWASHERE 2443
  508. define SELECTDIR 2444
  509. define F1HELP 2445
  510. define NOTCHON 2446
  511. define NOTCHOFF 2447
  512. define GROWSPARK 2448
  513. define DUKEICON 2452
  514. define BADGUYICON 2453
  515. define FOODICON 2454
  516. define GETICON 2455
  517. define MENUSCREEN 2456
  518. define MENUBAR 2457
  519. define KILLSICON 2458
  520. define FIRSTAID_ICON 2460
  521. define HEAT_ICON 2461
  522. define BOTTOMSTATUSBAR 2462
  523. define BOOT_ICON 2463
  524. define FRAGBAR 2465
  525. define JETPACK_ICON 2467
  526. define AIRTANK_ICON 2468
  527. define STEROIDS_ICON 2469
  528. define HOLODUKE_ICON 2470
  529. define ACCESS_ICON 2471
  530. define DIGITALNUM 2472
  531. define DUKECAR 2491
  532. define CAMCORNER 2482
  533. define CAMLIGHT 2484
  534. define LOGO 2485
  535. define TITLE 2486
  536. define NUKEWARNINGICON 2487
  537. define MOUSECURSOR 2488
  538. define SLIDEBAR 2489
  539. define DREALMS 2492
  540. define BETASCREEN 2493
  541. define WINDOWBORDER1 2494
  542. define TEXTBOX 2495
  543. define WINDOWBORDER2 2496
  544. define DUKENUKEM 2497
  545. define THREEDEE 2498
  546. define INGAMEDUKETHREEDEE 2499
  547. define TENSCREEN 2500
  548. define PLUTOPAKSPRITE 2501
  549. define DEVISTATOR 2510
  550. define KNEE 2521
  551. define CROSSHAIR 2523
  552. define FIRSTGUN 2524
  553. define FIRSTGUNRELOAD 2528
  554. define FALLINGCLIP 2530
  555. define CLIPINHAND 2531
  556. define HAND 2532
  557. define SHELL 2533
  558. define SHOTGUNSHELL 2535
  559. define CHAINGUN 2536
  560. define RPGGUN 2544
  561. define RPGMUZZLEFLASH 2545
  562. define FREEZE 2548
  563. define CATLITE 2552
  564. define SHRINKER 2556
  565. define HANDHOLDINGLASER 2563
  566. define TRIPBOMB 2566
  567. define LASERLINE 2567
  568. define HANDHOLDINGACCESS 2568
  569. define HANDREMOTE 2570
  570. define HANDTHROW 2573
  571. define TIP 2576
  572. define GLAIR 2578
  573. define SCUBAMASK 2581
  574. define SPACEMASK 2584
  575. define FORCESPHERE 2590
  576. define SHOTSPARK1 2595
  577. define RPG 2605
  578. define LASERSITE 2612
  579. define SHOTGUN 2613
  580. define BOSS1 2630
  581. define BOSS1STAYPUT 2631
  582. define BOSS1SHOOT 2660
  583. define BOSS1LOB 2670
  584. define BOSSTOP 2696
  585. define BOSS2 2710
  586. define BOSS3 2760
  587. define SPINNINGNUKEICON 2813
  588. define BIGFNTCURSOR 2820
  589. define SMALLFNTCURSOR 2821
  590. define STARTALPHANUM 2822
  591. define ENDALPHANUM 2915
  592. define BIGALPHANUM 2940
  593. define BIGPERIOD 3002
  594. define BIGCOMMA 3003
  595. define BIGX 3004
  596. define BIGQ 3005
  597. define BIGSEMI 3006
  598. define BIGCOLIN 3007
  599. define THREEBYFIVE 3010
  600. define BIGAPPOS 3022
  601. define BLANK 3026
  602. define MINIFONT 3072
  603. define BUTTON1 3164
  604. define GLASS3 3187
  605. define RESPAWNMARKERRED 3190
  606. define RESPAWNMARKERYELLOW 3200
  607. define RESPAWNMARKERGREEN 3210
  608. define BONUSSCREEN 3240
  609. define VIEWBORDER 3250
  610. define VICTORY1 3260
  611. define ORDERING 3270
  612. define TEXTSTORY 3280
  613. define LOADSCREEN 3281
  614. define BORNTOBEWILDSCREEN 3370
  615. define BLIMP 3400
  616. define FEM9 3450
  617. define FOOTPRINT 3701
  618. define POOP 4094
  619. define FRAMEEFFECT1 4095
  620. define PANNEL3 4099
  621. define SCREENBREAK14 4120
  622. define SCREENBREAK15 4123
  623. define SCREENBREAK19 4125
  624. define SCREENBREAK16 4127
  625. define SCREENBREAK17 4128
  626. define SCREENBREAK18 4129
  627. define W_TECHWALL11 4130
  628. define W_TECHWALL12 4131
  629. define W_TECHWALL13 4132
  630. define W_TECHWALL14 4133
  631. define W_TECHWALL5 4134
  632. define W_TECHWALL6 4136
  633. define W_TECHWALL7 4138
  634. define W_TECHWALL8 4140
  635. define W_TECHWALL9 4142
  636. define BPANNEL3 4100
  637. define W_HITTECHWALL16 4144
  638. define W_HITTECHWALL10 4145
  639. define W_HITTECHWALL15 4147
  640. define W_MILKSHELF 4181
  641. define W_MILKSHELFBROKE 4203
  642. define PURPLELAVA 4240
  643. define LAVABUBBLE 4340
  644. define DUKECUTOUT 4352
  645. define TARGET 4359
  646. define GUNPOWDERBARREL 4360
  647. define DUCK 4361
  648. define HATRACK 4367
  649. define DESKLAMP 4370
  650. define COFFEEMACHINE 4372
  651. define CUPS 4373
  652. define GAVALS 4374
  653. define GAVALS2 4375
  654. define POLICELIGHTPOLE 4377
  655. define FLOORBASKET 4388
  656. define PUKE 4389
  657. define DOORTILE23 4391
  658. define TOPSECRET 4396
  659. define SPEAKER 4397
  660. define TEDDYBEAR 4400
  661. define ROBOTDOG 4402
  662. define ROBOTPIRATE 4404
  663. define ROBOTMOUSE 4407
  664. define MAIL 4410
  665. define MAILBAG 4413
  666. define HOTMEAT 4427
  667. define COFFEEMUG 4438
  668. define DONUTS2 4440
  669. define TRIPODCAMERA 4444
  670. define METER 4453
  671. define DESKPHONE 4454
  672. define GUMBALLMACHINE 4458
  673. define GUMBALLMACHINEBROKE 4459
  674. define PAPER 4460
  675. define MACE 4464
  676. define GENERICPOLE2 4465
  677. define XXXSTACY 4470
  678. define WETFLOOR 4495
  679. define BROOM 4496
  680. define MOP 4497
  681. define LETTER 4502
  682. define PIRATE1A 4510
  683. define PIRATE4A 4511
  684. define PIRATE2A 4512
  685. define PIRATE5A 4513
  686. define PIRATE3A 4514
  687. define PIRATE6A 4515
  688. define PIRATEHALF 4516
  689. define CHESTOFGOLD 4520
  690. define SIDEBOLT1 4525
  691. define FOODOBJECT1 4530
  692. define FOODOBJECT2 4531
  693. define FOODOBJECT3 4532
  694. define FOODOBJECT4 4533
  695. define FOODOBJECT5 4534
  696. define FOODOBJECT6 4535
  697. define FOODOBJECT7 4536
  698. define FOODOBJECT8 4537
  699. define FOODOBJECT9 4538
  700. define FOODOBJECT10 4539
  701. define FOODOBJECT11 4540
  702. define FOODOBJECT12 4541
  703. define FOODOBJECT13 4542
  704. define FOODOBJECT14 4543
  705. define FOODOBJECT15 4544
  706. define FOODOBJECT16 4545
  707. define FOODOBJECT17 4546
  708. define FOODOBJECT18 4547
  709. define FOODOBJECT19 4548
  710. define FOODOBJECT20 4549
  711. define HEADLAMP 4550
  712. define TAMPON 4557
  713. define SKINNEDCHICKEN 4554
  714. define FEATHEREDCHICKEN 4555
  715. define ROBOTDOG2 4560
  716. define JOLLYMEAL 4569
  717. define DUKEBURGER 4570
  718. define SHOPPINGCART 4576
  719. define CANWITHSOMETHING2 4580
  720. define CANWITHSOMETHING3 4581
  721. define CANWITHSOMETHING4 4582
  722. define SNAKEP 4590
  723. define DOLPHIN1 4591
  724. define DOLPHIN2 4592
  725. define NEWBEAST 4610
  726. define NEWBEASTSTAYPUT 4611
  727. define NEWBEASTJUMP 4690
  728. define NEWBEASTHANG 4670
  729. define NEWBEASTHANGDEAD 4671
  730. define BOSS4 4740
  731. define BOSS4STAYPUT 4741
  732. define FEM10 4864
  733. define TOUGHGAL 4866
  734. define MAN 4871
  735. define MAN2 4872
  736. define WOMAN 4874
  737. define PLEASEWAIT 4887
  738. define NATURALLIGHTNING 4890
  739. define WEATHERWARN 4893
  740. define DUKETAG 4900
  741. define SIGN1 4909
  742. define SIGN2 4912
  743. define JURYGUY 4943
  744. // These tile positions are reserved!
  745. define RESERVEDSLOT1 6132
  746. define RESERVEDSLOT2 6133
  747. define RESERVEDSLOT3 6134
  748. define RESERVEDSLOT4 6135
  749. define RESERVEDSLOT5 6136
  750. define RESERVEDSLOT6 6132
  751. define RESERVEDSLOT7 6133
  752. define RESERVEDSLOT8 6134
  753. define RESERVEDSLOT9 6135
  754. define RESERVEDSLOT10 6136
  755. define RESERVEDSLOT11 6137
  756. define RESERVEDSLOT12 6138
  757. define RESERVEDSLOT13 6139
  758. define RESERVEDSLOT14 6140
  759. define RESERVEDSLOT15 6141
  760. define RESERVEDSLOT16 6142
  761. define RESERVEDSLOT17 6143
  762. // Defines weapon, not to be used with the 'shoot' keyword.
  763. define KNEE_WEAPON 0
  764. define PISTOL_WEAPON 1
  765. define SHOTGUN_WEAPON 2
  766. define CHAINGUN_WEAPON 3
  767. define RPG_WEAPON 4
  768. define HANDBOMB_WEAPON 5
  769. define SHRINKER_WEAPON 6
  770. define DEVISTATOR_WEAPON 7
  771. define TRIPBOMB_WEAPON 8
  772. define FREEZE_WEAPON 9
  773. define HANDREMOTE_WEAPON 10
  774. define GROW_WEAPON 11
  775. // Defines the motion characteristics of an actor
  776. define faceplayer 1
  777. define geth 2
  778. define getv 4
  779. define randomangle 8
  780. define faceplayerslow 16
  781. define spin 32
  782. define faceplayersmart 64
  783. define fleeenemy 128
  784. define jumptoplayer 257
  785. define seekplayer 512
  786. define furthestdir 1024
  787. define dodgebullet 4096
  788. // Some misc defines
  789. define NO 0
  790. define YES 1
  791. // Defines for 'useractor' keyword
  792. define notenemy 0
  793. define enemy 1
  794. define enemystayput 2
  795. // Player Actions.
  796. define pstanding 1
  797. define pwalking 2
  798. define prunning 4
  799. define pducking 8
  800. define pfalling 16
  801. define pjumping 32
  802. define phigher 64
  803. define pwalkingback 128
  804. define prunningback 256
  805. define pkicking 512
  806. define pshrunk 1024
  807. define pjetpack 2048
  808. define ponsteroids 4096
  809. define ponground 8192
  810. define palive 16384
  811. define pdead 32768
  812. define pfacing 65536
  813. define GET_STEROIDS 0
  814. define GET_SHIELD 1
  815. define GET_SCUBA 2
  816. define GET_HOLODUKE 3
  817. define GET_JETPACK 4
  818. define GET_ACCESS 6
  819. define GET_HEATS 7
  820. define GET_FIRSTAID 9
  821. define GET_BOOTS 10
  822. define KICK_HIT 0
  823. define PISTOL_RICOCHET 1
  824. define PISTOL_BODYHIT 2
  825. define PISTOL_FIRE 3
  826. define EJECT_CLIP 4
  827. define INSERT_CLIP 5
  828. define CHAINGUN_FIRE 6
  829. define RPG_SHOOT 7
  830. define POOLBALLHIT 8
  831. define RPG_EXPLODE 9
  832. define CAT_FIRE 10
  833. define SHRINKER_FIRE 11
  834. define ACTOR_SHRINKING 12
  835. define PIPEBOMB_BOUNCE 13
  836. define PIPEBOMB_EXPLODE 14
  837. define LASERTRIP_ONWALL 15
  838. define LASERTRIP_ARMING 16
  839. define LASERTRIP_EXPLODE 17
  840. define VENT_BUST 18
  841. define GLASS_BREAKING 19
  842. define GLASS_HEAVYBREAK 20
  843. define SHORT_CIRCUIT 21
  844. define ITEM_SPLASH 22
  845. define DUKE_BREATHING 23
  846. define DUKE_EXHALING 24
  847. define DUKE_GASP 25
  848. define SLIM_RECOG 26
  849. // define ENDSEQVOL3SND1 27
  850. define DUKE_URINATE 28
  851. define ENDSEQVOL3SND2 29
  852. define ENDSEQVOL3SND3 30
  853. define DUKE_PASSWIND 32
  854. define DUKE_CRACK 33
  855. define SLIM_ATTACK 34
  856. define SOMETHINGHITFORCE 35
  857. define DUKE_DRINKING 36
  858. define DUKE_KILLED1 37
  859. define DUKE_GRUNT 38
  860. define DUKE_HARTBEAT 39
  861. define DUKE_ONWATER 40
  862. define DUKE_DEAD 41
  863. define DUKE_LAND 42
  864. define DUKE_WALKINDUCTS 43
  865. define DUKE_GLAD 44
  866. define DUKE_YES 45
  867. define DUKE_HEHE 46
  868. define DUKE_SHUCKS 47
  869. define DUKE_UNDERWATER 48
  870. define DUKE_JETPACK_ON 49
  871. define DUKE_JETPACK_IDLE 50
  872. define DUKE_JETPACK_OFF 51
  873. define LIZTROOP_GROWL 52
  874. define LIZTROOP_TALK1 53
  875. define LIZTROOP_TALK2 54
  876. define LIZTROOP_TALK3 55
  877. define DUKETALKTOBOSS 56
  878. define LIZCAPT_GROWL 57
  879. define LIZCAPT_TALK1 58
  880. define LIZCAPT_TALK2 59
  881. define LIZCAPT_TALK3 60
  882. define LIZARD_BEG 61
  883. define LIZARD_PAIN 62
  884. define LIZARD_DEATH 63
  885. define LIZARD_SPIT 64
  886. define DRONE1_HISSRATTLE 65
  887. define DRONE1_HISSSCREECH 66
  888. define DUKE_TIP2 67
  889. define FLESH_BURNING 68
  890. define SQUISHED 69
  891. define TELEPORTER 70
  892. define ELEVATOR_ON 71
  893. define DUKE_KILLED3 72
  894. define ELEVATOR_OFF 73
  895. define DOOR_OPERATE1 74
  896. define SUBWAY 75
  897. define SWITCH_ON 76
  898. define FAN 77
  899. define DUKE_GETWEAPON3 78
  900. define FLUSH_TOILET 79
  901. define HOVER_CRAFT 80
  902. define EARTHQUAKE 81
  903. define INTRUDER_ALERT 82
  904. define END_OF_LEVEL_WARN 83
  905. define ENGINE_OPERATING 84
  906. define REACTOR_ON 85
  907. define COMPUTER_AMBIENCE 86
  908. define GEARS_GRINDING 87
  909. define BUBBLE_AMBIENCE 88
  910. define MACHINE_AMBIENCE 89
  911. define SEWER_AMBIENCE 90
  912. define WIND_AMBIENCE 91
  913. define SOMETHING_DRIPPING 92
  914. define STEAM_HISSING 93
  915. define THEATER_BREATH 94
  916. define BAR_MUSIC 95
  917. define BOS1_ROAM 96
  918. define BOS1_RECOG 97
  919. define BOS1_ATTACK1 98
  920. define BOS1_PAIN 99
  921. define BOS1_DYING 100
  922. define BOS2_ROAM 101
  923. define BOS2_RECOG 102
  924. define BOS2_ATTACK 103
  925. define BOS2_PAIN 104
  926. define BOS2_DYING 105
  927. define GETATOMICHEALTH 106
  928. define DUKE_GETWEAPON2 107
  929. define BOS3_DYING 108
  930. define SHOTGUN_FIRE 109
  931. define PRED_ROAM 110
  932. define PRED_RECOG 111
  933. define PRED_ATTACK 112
  934. define PRED_PAIN 113
  935. define PRED_DYING 114
  936. define CAPT_ROAM 115
  937. define CAPT_ATTACK 116
  938. define CAPT_RECOG 117
  939. define CAPT_PAIN 118
  940. define CAPT_DYING 119
  941. define PIG_ROAM 120
  942. define PIG_RECOG 121
  943. define PIG_ATTACK 122
  944. define PIG_PAIN 123
  945. define PIG_DYING 124
  946. define RECO_ROAM 125
  947. define RECO_RECOG 126
  948. define RECO_ATTACK 127
  949. define RECO_PAIN 128
  950. define RECO_DYING 129
  951. define DRON_ROAM 130
  952. define DRON_RECOG 131
  953. define DRON_ATTACK1 132
  954. define DRON_PAIN 133
  955. define DRON_DYING 134
  956. define COMM_ROAM 135
  957. define COMM_RECOG 136
  958. define COMM_ATTACK 137
  959. define COMM_PAIN 138
  960. define COMM_DYING 139
  961. define OCTA_ROAM 140
  962. define OCTA_RECOG 141
  963. define OCTA_ATTACK1 142
  964. define OCTA_PAIN 143
  965. define OCTA_DYING 144
  966. define TURR_ROAM 145
  967. define TURR_RECOG 146
  968. define TURR_ATTACK 147
  969. define DUMPSTER_MOVE 148
  970. define SLIM_DYING 149
  971. define BOS3_ROAM 150
  972. define BOS3_RECOG 151
  973. define BOS3_ATTACK1 152
  974. define BOS3_PAIN 153
  975. define BOS1_ATTACK2 154
  976. define COMM_SPIN 155
  977. define BOS1_WALK 156
  978. define DRON_ATTACK2 157
  979. define THUD 158
  980. define OCTA_ATTACK2 159
  981. define WIERDSHOT_FLY 160
  982. define TURR_PAIN 161
  983. define TURR_DYING 162
  984. define SLIM_ROAM 163
  985. define LADY_SCREAM 164
  986. define DOOR_OPERATE2 165
  987. define DOOR_OPERATE3 166
  988. define DOOR_OPERATE4 167
  989. define BORNTOBEWILDSND 168
  990. define SHOTGUN_COCK 169
  991. define GENERIC_AMBIENCE1 170
  992. define GENERIC_AMBIENCE2 171
  993. define GENERIC_AMBIENCE3 172
  994. define GENERIC_AMBIENCE4 173
  995. define GENERIC_AMBIENCE5 174
  996. define GENERIC_AMBIENCE6 175
  997. define BOS3_ATTACK2 176
  998. define GENERIC_AMBIENCE17 177
  999. define GENERIC_AMBIENCE18 178
  1000. define GENERIC_AMBIENCE19 179
  1001. define GENERIC_AMBIENCE20 180
  1002. define GENERIC_AMBIENCE21 181
  1003. define GENERIC_AMBIENCE22 182
  1004. define SECRETLEVELSND 183
  1005. define GENERIC_AMBIENCE8 184
  1006. define GENERIC_AMBIENCE9 185
  1007. define GENERIC_AMBIENCE10 186
  1008. define GENERIC_AMBIENCE11 187
  1009. define GENERIC_AMBIENCE12 188
  1010. define GENERIC_AMBIENCE13 189
  1011. define GENERIC_AMBIENCE14 190
  1012. define GENERIC_AMBIENCE15 192
  1013. define GENERIC_AMBIENCE16 193
  1014. define FIRE_CRACKLE 194
  1015. define BONUS_SPEECH1 195
  1016. define BONUS_SPEECH2 196
  1017. define BONUS_SPEECH3 197
  1018. define PIG_CAPTURE_DUKE 198
  1019. define BONUS_SPEECH4 199
  1020. define DUKE_LAND_HURT 200
  1021. define DUKE_HIT_STRIPPER1 201
  1022. define DUKE_TIP1 202
  1023. define DUKE_KILLED2 203
  1024. define PRED_ROAM2 204
  1025. define PIG_ROAM2 205
  1026. define DUKE_GETWEAPON1 206
  1027. define DUKE_SEARCH2 207
  1028. define DUKE_CRACK2 208
  1029. define DUKE_SEARCH 209
  1030. define DUKE_GET 210
  1031. define DUKE_LONGTERM_PAIN 211
  1032. define MONITOR_ACTIVE 212
  1033. define NITEVISION_ONOFF 213
  1034. define DUKE_HIT_STRIPPER2 214
  1035. define DUKE_CRACK_FIRST 215
  1036. define DUKE_USEMEDKIT 216
  1037. define DUKE_TAKEPILLS 217
  1038. define DUKE_PISSRELIEF 218
  1039. define SELECT_WEAPON 219
  1040. define WATER_GURGLE 220
  1041. define DUKE_GETWEAPON4 221
  1042. define JIBBED_ACTOR1 222
  1043. define JIBBED_ACTOR2 223
  1044. define JIBBED_ACTOR3 224
  1045. define JIBBED_ACTOR4 225
  1046. define JIBBED_ACTOR5 226
  1047. define JIBBED_ACTOR6 227
  1048. define JIBBED_ACTOR7 228
  1049. define DUKE_GOTHEALTHATLOW 229
  1050. define BOSSTALKTODUKE 230
  1051. define WAR_AMBIENCE1 231
  1052. define WAR_AMBIENCE2 232
  1053. define WAR_AMBIENCE3 233
  1054. define WAR_AMBIENCE4 234
  1055. define WAR_AMBIENCE5 235
  1056. define WAR_AMBIENCE6 236
  1057. define WAR_AMBIENCE7 237
  1058. define WAR_AMBIENCE8 238
  1059. define WAR_AMBIENCE9 239
  1060. define WAR_AMBIENCE10 240
  1061. define ALIEN_TALK1 241
  1062. define ALIEN_TALK2 242
  1063. define EXITMENUSOUND 243
  1064. define FLY_BY 244
  1065. define DUKE_SCREAM 245
  1066. define SHRINKER_HIT 246
  1067. define RATTY 247
  1068. define INTO_MENU 248
  1069. define BONUSMUSIC 249
  1070. define DUKE_BOOBY 250
  1071. define DUKE_TALKTOBOSSFALL 251
  1072. define DUKE_LOOKINTOMIRROR 252
  1073. define PIG_ROAM3 253
  1074. define KILLME 254
  1075. define DRON_JETSND 255
  1076. define SPACE_DOOR1 256
  1077. define SPACE_DOOR2 257
  1078. define SPACE_DOOR3 258
  1079. define SPACE_DOOR4 259
  1080. define SPACE_DOOR5 260
  1081. define ALIEN_ELEVATOR1 261
  1082. define VAULT_DOOR 262
  1083. define JIBBED_ACTOR13 263
  1084. define DUKE_GETWEAPON6 264
  1085. define JIBBED_ACTOR8 265
  1086. define JIBBED_ACTOR9 266
  1087. define JIBBED_ACTOR10 267
  1088. define JIBBED_ACTOR11 268
  1089. define JIBBED_ACTOR12 269
  1090. define DUKE_KILLED4 270
  1091. define DUKE_KILLED5 271
  1092. define ALIEN_SWITCH1 272
  1093. define DUKE_STEPONFECES 273
  1094. define DUKE_LONGTERM_PAIN2 274
  1095. define DUKE_LONGTERM_PAIN3 275
  1096. define DUKE_LONGTERM_PAIN4 276
  1097. define COMPANB2 277
  1098. define KTIT 278
  1099. define HELICOP_IDLE 279
  1100. define STEPNIT 280
  1101. define SPACE_AMBIENCE1 281
  1102. define SPACE_AMBIENCE2 282
  1103. define SLIM_HATCH 283
  1104. define RIPHEADNECK 284
  1105. define FOUNDJONES 285
  1106. define ALIEN_DOOR1 286
  1107. define ALIEN_DOOR2 287
  1108. define ENDSEQVOL3SND4 288
  1109. define ENDSEQVOL3SND5 289
  1110. define ENDSEQVOL3SND6 290
  1111. define ENDSEQVOL3SND7 291
  1112. define ENDSEQVOL3SND8 292
  1113. define ENDSEQVOL3SND9 293
  1114. define WHIPYOURASS 294
  1115. define ENDSEQVOL2SND1 295
  1116. define ENDSEQVOL2SND2 296
  1117. define ENDSEQVOL2SND3 297
  1118. define ENDSEQVOL2SND4 298
  1119. define ENDSEQVOL2SND5 299
  1120. define ENDSEQVOL2SND6 300
  1121. define ENDSEQVOL2SND7 301
  1122. define GENERIC_AMBIENCE23 302
  1123. define SOMETHINGFROZE 303
  1124. define DUKE_LONGTERM_PAIN5 304
  1125. define DUKE_LONGTERM_PAIN6 305
  1126. define DUKE_LONGTERM_PAIN7 306
  1127. define DUKE_LONGTERM_PAIN8 307
  1128. define WIND_REPEAT 308
  1129. define MYENEMY_ROAM 309
  1130. define MYENEMY_HURT 310
  1131. define MYENEMY_DEAD 311
  1132. define MYENEMY_SHOOT 312
  1133. define STORE_MUSIC 313
  1134. define STORE_MUSIC_BROKE 314
  1135. define ACTOR_GROWING 315
  1136. define NEWBEAST_ROAM 316
  1137. define NEWBEAST_RECOG 317
  1138. define NEWBEAST_ATTACK 318
  1139. define NEWBEAST_PAIN 319
  1140. define NEWBEAST_DYING 320
  1141. define NEWBEAST_SPIT 321
  1142. define VOL4_1 322
  1143. define SUPERMARKET 323
  1144. define MOUSEANNOY 324
  1145. define BOOKEM 325
  1146. define SUPERMARKETCRY 326
  1147. define DESTRUCT 327
  1148. define EATFOOD 328
  1149. define MAKEMYDAY 329
  1150. define WITNESSSTAND 330
  1151. define VACATIONSPEECH 331
  1152. define YIPPEE1 332
  1153. define YOHOO1 333
  1154. define YOHOO2 334
  1155. define DOLPHINSND 335
  1156. define TOUGHGALSND1 336
  1157. define TOUGHGALSND2 337
  1158. define TOUGHGALSND3 338
  1159. define TOUGHGALSND4 339
  1160. define TANK_ROAM 340
  1161. define BOS4_ROAM 341
  1162. define BOS4_RECOG 342
  1163. define BOS4_ATTACK 343
  1164. define BOS4_PAIN 344
  1165. define BOS4_DYING 345
  1166. define NEWBEAST_ATTACKMISS 346
  1167. define VOL4_2 347
  1168. define COOKINGDEEPFRIER 348
  1169. define WHINING_DOG 349
  1170. define DEAD_DOG 350
  1171. define LIGHTNING_SLAP 351
  1172. define THUNDER 352
  1173. define HAPPYMOUSESND1 353
  1174. define HAPPYMOUSESND2 354
  1175. define HAPPYMOUSESND3 355
  1176. define HAPPYMOUSESND4 356
  1177. define ALARM 357
  1178. define RAIN 358
  1179. define DTAG_GREENRUN 359
  1180. define DTAG_BROWNRUN 360
  1181. define DTAG_GREENSCORE 361
  1182. define DTAG_BROWNSCORE 362
  1183. define INTRO4_1 363
  1184. define INTRO4_2 364
  1185. define INTRO4_3 365
  1186. define INTRO4_4 366
  1187. define INTRO4_5 367
  1188. define INTRO4_6 368
  1189. define SCREECH 369
  1190. define BOSS4_DEADSPEECH 370
  1191. define BOSS4_FIRSTSEE 371
  1192. define PARTY_SPEECH 372
  1193. define POSTAL_SPEECH 373
  1194. define TGSPEECH 374
  1195. define DOGROOMSPEECH 375
  1196. define SMACKED 376
  1197. define MDEVSPEECH 377
  1198. define AREA51SPEECH 378
  1199. define JEEPSOUND 379
  1200. define BIGDOORSLAM 380
  1201. define BOS4_LAY 381
  1202. define WAVESOUND 382
  1203. define ILLBEBACK 383
  1204. define VOL4ENDSND1 384
  1205. define VOL4ENDSND2 385
  1206. define EXPANDERHIT 386
  1207. define SNAKESPEECH 387
  1208. define EXPANDERSHOOT 388
  1209. define GETBACKTOWORK 389
  1210. define JIBBED_ACTOR14 390
  1211. define JIBBED_ACTOR15 391
  1212. define INTRO4_B 392
  1213. define BIGBANG 393
  1214. define HORNSND 394
  1215. define BELLSND 395
  1216. define GOAWAY 396
  1217. define JOKE 397
  1218. // MAXIMUM NUMBER OF SOUNDS: 450 ( 0-449 )