mirror of
https://github.com/ZDoom/Raze.git
synced 2024-11-14 16:40:52 +00:00
renamed $conreserve to $resourceid.
This better matches its use, especially since it is not exclusive to CON supporting games.
This commit is contained in:
parent
c12b94cf48
commit
8aa34eea7b
9 changed files with 2584 additions and 2584 deletions
|
@ -56,7 +56,7 @@ enum SICommands
|
|||
SI_MusicVolume,
|
||||
SI_MidiDevice,
|
||||
SI_MusicAlias,
|
||||
SI_ConReserve,
|
||||
SI_ResourceID,
|
||||
SI_Alias,
|
||||
SI_Limit,
|
||||
SI_Singular,
|
||||
|
@ -96,7 +96,7 @@ static const char *SICommandStrings[] =
|
|||
"$musicvolume",
|
||||
"$mididevice",
|
||||
"$musicalias",
|
||||
"$conreserve",
|
||||
"$resourceid",
|
||||
"$alias",
|
||||
"$limit",
|
||||
"$singular",
|
||||
|
@ -456,8 +456,8 @@ static void S_AddSNDINFO (int lump)
|
|||
break;
|
||||
}
|
||||
|
||||
case SI_ConReserve: {
|
||||
// $conreserve <logical name> <resource id>
|
||||
case SI_ResourceID: {
|
||||
// $resourceid <logical name> <resource id>
|
||||
// Assigns a resource ID to the given sound.
|
||||
sc.MustGetString();
|
||||
FSoundID sfx = soundEngine->FindSoundTentative(sc.String, DEFAULT_LIMIT);
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -1,31 +1,31 @@
|
|||
$conreserve DAMNUGLY 398
|
||||
$conreserve WASTED 399
|
||||
$conreserve LUCKYSOB 400
|
||||
$conreserve ITHURTS 401
|
||||
$conreserve YOUSUCK 402
|
||||
$conreserve DIEFOR 403
|
||||
$conreserve SCREAM 404
|
||||
$conreserve PAYBACK 405
|
||||
$conreserve SANTA_TRASH1 410
|
||||
$conreserve SANTA_GOTHIT 411
|
||||
$conreserve SANTA_TRASH2 412
|
||||
$conreserve SANTA_FOUNDPLANS 413
|
||||
$conreserve SANTA_TRASH3 414
|
||||
$conreserve SANTA_DEAD 415
|
||||
$conreserve SANTA_TRASH4 416
|
||||
$conreserve SANTA_TRASH5 417
|
||||
$conreserve SANTA_TRASH6 418
|
||||
$conreserve SANTA_TRASH7 419
|
||||
$conreserve SANTA_TRASH8 421
|
||||
$conreserve SANTA_TRASH9 422
|
||||
$conreserve PHONE_RING 423
|
||||
$conreserve RIP_PAPER 424
|
||||
$conreserve SQUISH2 425
|
||||
$conreserve WIND2 426
|
||||
$conreserve MOVIE2 427
|
||||
$conreserve MOVIE3 428
|
||||
$conreserve MALECAROL 429
|
||||
$conreserve MALECAROL_DEAD 430
|
||||
$conreserve SQUEEK 431
|
||||
$conreserve FEMALECAROL 432
|
||||
$conreserve FEMALECAROL_DEAD 433
|
||||
$resourceid DAMNUGLY 398
|
||||
$resourceid WASTED 399
|
||||
$resourceid LUCKYSOB 400
|
||||
$resourceid ITHURTS 401
|
||||
$resourceid YOUSUCK 402
|
||||
$resourceid DIEFOR 403
|
||||
$resourceid SCREAM 404
|
||||
$resourceid PAYBACK 405
|
||||
$resourceid SANTA_TRASH1 410
|
||||
$resourceid SANTA_GOTHIT 411
|
||||
$resourceid SANTA_TRASH2 412
|
||||
$resourceid SANTA_FOUNDPLANS 413
|
||||
$resourceid SANTA_TRASH3 414
|
||||
$resourceid SANTA_DEAD 415
|
||||
$resourceid SANTA_TRASH4 416
|
||||
$resourceid SANTA_TRASH5 417
|
||||
$resourceid SANTA_TRASH6 418
|
||||
$resourceid SANTA_TRASH7 419
|
||||
$resourceid SANTA_TRASH8 421
|
||||
$resourceid SANTA_TRASH9 422
|
||||
$resourceid PHONE_RING 423
|
||||
$resourceid RIP_PAPER 424
|
||||
$resourceid SQUISH2 425
|
||||
$resourceid WIND2 426
|
||||
$resourceid MOVIE2 427
|
||||
$resourceid MOVIE3 428
|
||||
$resourceid MALECAROL 429
|
||||
$resourceid MALECAROL_DEAD 430
|
||||
$resourceid SQUEEK 431
|
||||
$resourceid FEMALECAROL 432
|
||||
$resourceid FEMALECAROL_DEAD 433
|
||||
|
|
|
@ -1,44 +1,44 @@
|
|||
$conreserve SUNSTORM_SOUND01 309
|
||||
$conreserve SUNSTORM_SOUND02 310
|
||||
$conreserve SUNSTORM_SOUND03 311
|
||||
$conreserve SUNSTORM_SOUND04 312
|
||||
$conreserve SUNSTORM_SOUND05 313
|
||||
$conreserve SUNSTORM_SOUND06 314
|
||||
$conreserve SUNSTORM_SOUND07 315
|
||||
$conreserve SUNSTORM_SOUND08 316
|
||||
$conreserve SUNSTORM_SOUND09 317
|
||||
$conreserve SUNSTORM_SOUND10 318
|
||||
$conreserve SUNSTORM_SOUND11 319
|
||||
$conreserve SUNSTORM_SOUND12 320
|
||||
$conreserve SUNSTORM_SOUND13 321
|
||||
$conreserve SUNSTORM_SOUND14 322
|
||||
$conreserve SUNSTORM_SOUND15 323
|
||||
$conreserve SUNSTORM_SOUND16 324
|
||||
$conreserve SUNSTORM_SOUND17 325
|
||||
$conreserve SUNSTORM_SOUND18 326
|
||||
$conreserve SUNSTORM_SOUND19 327
|
||||
$conreserve SUNSTORM_AMBIENCE1 343
|
||||
$conreserve SUNSTORM_AMBIENCE2 344
|
||||
$conreserve SUNSTORM_AMBIENCE3 347
|
||||
$conreserve BABESCREAM1 417
|
||||
$conreserve BABESCREAM2 418
|
||||
$conreserve BABESCREAM3 419
|
||||
$conreserve BABESCREAM4 420
|
||||
$conreserve BABECOMM1 421
|
||||
$conreserve BABECOMM2 422
|
||||
$conreserve BABECOMM3 423
|
||||
$conreserve BABECOMM4 424
|
||||
$conreserve BABECOMM5 425
|
||||
$conreserve SEAGULLROAM 432
|
||||
$conreserve SEAGULLDIE 433
|
||||
$conreserve SEAGULLHURT 434
|
||||
$conreserve SEAGULLSHITSOUND 435
|
||||
$conreserve BATHCOMM1 426
|
||||
$conreserve BATHCOMM2 427
|
||||
$conreserve BATHCOMM3 428
|
||||
$conreserve BATHCOMM4 429
|
||||
$conreserve BOUNCESOUND 430
|
||||
$conreserve BALLEXPLODE 431
|
||||
$conreserve DRAGONROAM 436
|
||||
$conreserve DRAGONPAIN 437
|
||||
$conreserve DRAGONSHOOTING 438
|
||||
$resourceid SUNSTORM_SOUND01 309
|
||||
$resourceid SUNSTORM_SOUND02 310
|
||||
$resourceid SUNSTORM_SOUND03 311
|
||||
$resourceid SUNSTORM_SOUND04 312
|
||||
$resourceid SUNSTORM_SOUND05 313
|
||||
$resourceid SUNSTORM_SOUND06 314
|
||||
$resourceid SUNSTORM_SOUND07 315
|
||||
$resourceid SUNSTORM_SOUND08 316
|
||||
$resourceid SUNSTORM_SOUND09 317
|
||||
$resourceid SUNSTORM_SOUND10 318
|
||||
$resourceid SUNSTORM_SOUND11 319
|
||||
$resourceid SUNSTORM_SOUND12 320
|
||||
$resourceid SUNSTORM_SOUND13 321
|
||||
$resourceid SUNSTORM_SOUND14 322
|
||||
$resourceid SUNSTORM_SOUND15 323
|
||||
$resourceid SUNSTORM_SOUND16 324
|
||||
$resourceid SUNSTORM_SOUND17 325
|
||||
$resourceid SUNSTORM_SOUND18 326
|
||||
$resourceid SUNSTORM_SOUND19 327
|
||||
$resourceid SUNSTORM_AMBIENCE1 343
|
||||
$resourceid SUNSTORM_AMBIENCE2 344
|
||||
$resourceid SUNSTORM_AMBIENCE3 347
|
||||
$resourceid BABESCREAM1 417
|
||||
$resourceid BABESCREAM2 418
|
||||
$resourceid BABESCREAM3 419
|
||||
$resourceid BABESCREAM4 420
|
||||
$resourceid BABECOMM1 421
|
||||
$resourceid BABECOMM2 422
|
||||
$resourceid BABECOMM3 423
|
||||
$resourceid BABECOMM4 424
|
||||
$resourceid BABECOMM5 425
|
||||
$resourceid SEAGULLROAM 432
|
||||
$resourceid SEAGULLDIE 433
|
||||
$resourceid SEAGULLHURT 434
|
||||
$resourceid SEAGULLSHITSOUND 435
|
||||
$resourceid BATHCOMM1 426
|
||||
$resourceid BATHCOMM2 427
|
||||
$resourceid BATHCOMM3 428
|
||||
$resourceid BATHCOMM4 429
|
||||
$resourceid BOUNCESOUND 430
|
||||
$resourceid BALLEXPLODE 431
|
||||
$resourceid DRAGONROAM 436
|
||||
$resourceid DRAGONPAIN 437
|
||||
$resourceid DRAGONSHOOTING 438
|
||||
|
|
|
@ -1,59 +1,59 @@
|
|||
$conreserve FLAMETHROWER_INTRO 398
|
||||
$conreserve FLAMETHROWER_LOOP 399
|
||||
$conreserve FLAMETHROWER_END 400
|
||||
$conreserve E5L7_DUKE_QUIT_YOU 401
|
||||
$conreserve E5L4_DUKE_WHY_SERIOUS 402
|
||||
$conreserve E5L1_DUKE_CREAMANDSUGAR 403
|
||||
$conreserve E5L1_DUKE_CURIOUSER 404
|
||||
$conreserve E5L1_DUKE_DEJAVU 405
|
||||
$conreserve E5L1_DUKE_GETTINGOLD 406
|
||||
$conreserve E5L1_DUKE_GOODCOFFEE 407
|
||||
$conreserve E5L1_DUKE_NOTPOSSIBLE 408
|
||||
$conreserve E5L2_DUKE_BEHERE 409
|
||||
$conreserve E5L2_DUKE_MEATCANDY 410
|
||||
$conreserve E5L2_DUKE_SISKOVA 411
|
||||
$conreserve E5L2_DUKE_USSR 412
|
||||
$conreserve E5L4_DUKE_CRYINGMUMMY 413
|
||||
$conreserve E5L4_DUKE_CRYSTALSKULL 414
|
||||
$conreserve E5L4_DUKE_FIFTHELEMENT 415
|
||||
$conreserve E5L4_DUKE_HASSANCHOP 416
|
||||
$conreserve E5L4_DUKE_HELLOMUMMY 417
|
||||
$conreserve E5L5_DUKE_FROMAGE 418
|
||||
$conreserve E5L5_DUKE_ICU 419
|
||||
$conreserve E5L5_DUKE_SOUFFLE 420
|
||||
$conreserve E5L6_DUKE_ALCATRAZ 421
|
||||
$conreserve E5L6_DUKE_ILLEGALALIENS 422
|
||||
$conreserve E5L7_DUKE_DREAMS 423
|
||||
$conreserve E5L7_DUKE_FLAMINGALIENBITCH 424
|
||||
$conreserve E5L7_DUKE_ROSEBUD 425
|
||||
$conreserve E5L8_DUKE_ETERNITY 426
|
||||
$conreserve MQ_DUKE_BIGBANG 427
|
||||
$conreserve MQ_DUKE_COBRA 428
|
||||
$conreserve MQ_DUKE_GRANTORINO 429
|
||||
$conreserve MQ_DUKE_JOSEYWALES 430
|
||||
$conreserve MQ_DUKE_LITTLECHINA 431
|
||||
$conreserve MQ_DUKE_ONDEADLYGROUND 432
|
||||
$conreserve MQ_DUKE_PREDATOR 433
|
||||
$conreserve MQ_DUKE_RAMBO 434
|
||||
$conreserve MQ_DUKE_REDHEAT 435
|
||||
$conreserve MQ_DUKE_RIDDICK 436
|
||||
$conreserve MQ_DUKE_THEGOODTHEBAD 437
|
||||
$conreserve MQ_DUKE_TOMBSTONE 438
|
||||
$conreserve MQ_DUKE_TRUEGRIT 439
|
||||
$conreserve MQ_DUKE_WALKINGDEAD 440
|
||||
$conreserve MQ_DUKE_YOUNGGUNS 441
|
||||
$conreserve CHESHIREALIEN_01 442
|
||||
$conreserve CHESHIREALIEN_02 443
|
||||
$conreserve CHESHIREALIEN_03 444
|
||||
$conreserve CHESHIREALIEN_04 445
|
||||
$conreserve FLAMETHROWER_ENEMY 446
|
||||
$conreserve REMOTERIDICULE_0 447
|
||||
$conreserve REMOTERIDICULE_1 448
|
||||
$conreserve REMOTERIDICULE_2 449
|
||||
$conreserve REMOTERIDICULE_3 450
|
||||
$conreserve REMOTERIDICULE_4 451
|
||||
$conreserve REMOTERIDICULE_5 452
|
||||
$conreserve REMOTERIDICULE_6 453
|
||||
$conreserve REMOTERIDICULE_7 454
|
||||
$conreserve REMOTERIDICULE_8 455
|
||||
$conreserve REMOTERIDICULE_9 456
|
||||
$resourceid FLAMETHROWER_INTRO 398
|
||||
$resourceid FLAMETHROWER_LOOP 399
|
||||
$resourceid FLAMETHROWER_END 400
|
||||
$resourceid E5L7_DUKE_QUIT_YOU 401
|
||||
$resourceid E5L4_DUKE_WHY_SERIOUS 402
|
||||
$resourceid E5L1_DUKE_CREAMANDSUGAR 403
|
||||
$resourceid E5L1_DUKE_CURIOUSER 404
|
||||
$resourceid E5L1_DUKE_DEJAVU 405
|
||||
$resourceid E5L1_DUKE_GETTINGOLD 406
|
||||
$resourceid E5L1_DUKE_GOODCOFFEE 407
|
||||
$resourceid E5L1_DUKE_NOTPOSSIBLE 408
|
||||
$resourceid E5L2_DUKE_BEHERE 409
|
||||
$resourceid E5L2_DUKE_MEATCANDY 410
|
||||
$resourceid E5L2_DUKE_SISKOVA 411
|
||||
$resourceid E5L2_DUKE_USSR 412
|
||||
$resourceid E5L4_DUKE_CRYINGMUMMY 413
|
||||
$resourceid E5L4_DUKE_CRYSTALSKULL 414
|
||||
$resourceid E5L4_DUKE_FIFTHELEMENT 415
|
||||
$resourceid E5L4_DUKE_HASSANCHOP 416
|
||||
$resourceid E5L4_DUKE_HELLOMUMMY 417
|
||||
$resourceid E5L5_DUKE_FROMAGE 418
|
||||
$resourceid E5L5_DUKE_ICU 419
|
||||
$resourceid E5L5_DUKE_SOUFFLE 420
|
||||
$resourceid E5L6_DUKE_ALCATRAZ 421
|
||||
$resourceid E5L6_DUKE_ILLEGALALIENS 422
|
||||
$resourceid E5L7_DUKE_DREAMS 423
|
||||
$resourceid E5L7_DUKE_FLAMINGALIENBITCH 424
|
||||
$resourceid E5L7_DUKE_ROSEBUD 425
|
||||
$resourceid E5L8_DUKE_ETERNITY 426
|
||||
$resourceid MQ_DUKE_BIGBANG 427
|
||||
$resourceid MQ_DUKE_COBRA 428
|
||||
$resourceid MQ_DUKE_GRANTORINO 429
|
||||
$resourceid MQ_DUKE_JOSEYWALES 430
|
||||
$resourceid MQ_DUKE_LITTLECHINA 431
|
||||
$resourceid MQ_DUKE_ONDEADLYGROUND 432
|
||||
$resourceid MQ_DUKE_PREDATOR 433
|
||||
$resourceid MQ_DUKE_RAMBO 434
|
||||
$resourceid MQ_DUKE_REDHEAT 435
|
||||
$resourceid MQ_DUKE_RIDDICK 436
|
||||
$resourceid MQ_DUKE_THEGOODTHEBAD 437
|
||||
$resourceid MQ_DUKE_TOMBSTONE 438
|
||||
$resourceid MQ_DUKE_TRUEGRIT 439
|
||||
$resourceid MQ_DUKE_WALKINGDEAD 440
|
||||
$resourceid MQ_DUKE_YOUNGGUNS 441
|
||||
$resourceid CHESHIREALIEN_01 442
|
||||
$resourceid CHESHIREALIEN_02 443
|
||||
$resourceid CHESHIREALIEN_03 444
|
||||
$resourceid CHESHIREALIEN_04 445
|
||||
$resourceid FLAMETHROWER_ENEMY 446
|
||||
$resourceid REMOTERIDICULE_0 447
|
||||
$resourceid REMOTERIDICULE_1 448
|
||||
$resourceid REMOTERIDICULE_2 449
|
||||
$resourceid REMOTERIDICULE_3 450
|
||||
$resourceid REMOTERIDICULE_4 451
|
||||
$resourceid REMOTERIDICULE_5 452
|
||||
$resourceid REMOTERIDICULE_6 453
|
||||
$resourceid REMOTERIDICULE_7 454
|
||||
$resourceid REMOTERIDICULE_8 455
|
||||
$resourceid REMOTERIDICULE_9 456
|
||||
|
|
|
@ -1,400 +1,400 @@
|
|||
$conreserve KICK_HIT 0
|
||||
$conreserve PISTOL_RICOCHET 1
|
||||
$conreserve PISTOL_BODYHIT 2
|
||||
$conreserve PISTOL_FIRE 3
|
||||
$conreserve EJECT_CLIP 4
|
||||
$conreserve INSERT_CLIP 5
|
||||
$conreserve CHAINGUN_FIRE 6
|
||||
$conreserve RPG_SHOOT 7
|
||||
$conreserve POOLBALLHIT 8
|
||||
$resourceid KICK_HIT 0
|
||||
$resourceid PISTOL_RICOCHET 1
|
||||
$resourceid PISTOL_BODYHIT 2
|
||||
$resourceid PISTOL_FIRE 3
|
||||
$resourceid EJECT_CLIP 4
|
||||
$resourceid INSERT_CLIP 5
|
||||
$resourceid CHAINGUN_FIRE 6
|
||||
$resourceid RPG_SHOOT 7
|
||||
$resourceid POOLBALLHIT 8
|
||||
$limit POOLBALLHIT 2
|
||||
$conreserve RPG_EXPLODE 9
|
||||
$conreserve CAT_FIRE 10
|
||||
$conreserve SHRINKER_FIRE 11
|
||||
$conreserve ACTOR_SHRINKING 12
|
||||
$conreserve PIPEBOMB_BOUNCE 13
|
||||
$conreserve PIPEBOMB_EXPLODE 14
|
||||
$conreserve LASERTRIP_ONWALL 15
|
||||
$conreserve LASERTRIP_ARMING 16
|
||||
$conreserve LASERTRIP_EXPLODE 17
|
||||
$conreserve VENT_BUST 18
|
||||
$conreserve GLASS_BREAKING 19
|
||||
$conreserve GLASS_HEAVYBREAK 20
|
||||
$conreserve SHORT_CIRCUIT 21
|
||||
$conreserve ITEM_SPLASH 22
|
||||
$conreserve PLAYER_BREATHING 23
|
||||
$conreserve PLAYER_EXHALING 24
|
||||
$conreserve PLAYER_GASP 25
|
||||
$conreserve SLIM_RECOG 26
|
||||
$conreserve SOUND_27 27
|
||||
$conreserve PLAYER_URINATE 28
|
||||
$conreserve ENDSEQVOL3SND2 29
|
||||
$conreserve ENDSEQVOL3SND3 30
|
||||
$conreserve PLAYER_PASSWIND 32
|
||||
$conreserve PLAYER_CRACK 33
|
||||
$conreserve SLIM_ATTACK 34
|
||||
$conreserve SOMETHINGHITFORCE 35
|
||||
$conreserve PLAYER_DRINKING 36
|
||||
$conreserve PLAYER_KILLED1 37
|
||||
$conreserve PLAYER_GRUNT 38
|
||||
$conreserve PLAYER_HARTBEAT 39
|
||||
$conreserve PLAYER_ONWATER 40
|
||||
$conreserve PLAYER_DEAD 41
|
||||
$conreserve PLAYER_LAND 42
|
||||
$conreserve PLAYER_WALKINDUCTS 43
|
||||
$conreserve PLAYER_GLAD 44
|
||||
$conreserve PLAYER_YES 45
|
||||
$conreserve PLAYER_HEHE 46
|
||||
$conreserve PLAYER_SHUCKS 47
|
||||
$conreserve PLAYER_UNDERWATER 48
|
||||
$conreserve PLAYER_JETPACK_ON 49
|
||||
$conreserve PLAYER_JETPACK_IDLE 50
|
||||
$conreserve PLAYER_JETPACK_OFF 51
|
||||
$conreserve LIZTROOP_GROWL 52
|
||||
$conreserve LIZTROOP_TALK1 53
|
||||
$conreserve LIZTROOP_TALK2 54
|
||||
$conreserve LIZTROOP_TALK3 55
|
||||
$conreserve DUKETALKTOBOSS 56
|
||||
$conreserve LIZCAPT_GROWL 57
|
||||
$conreserve LIZCAPT_TALK1 58
|
||||
$conreserve LIZCAPT_TALK2 59
|
||||
$conreserve LIZCAPT_TALK3 60
|
||||
$conreserve LIZARD_BEG 61
|
||||
$conreserve LIZARD_PAIN 62
|
||||
$conreserve LIZARD_DEATH 63
|
||||
$conreserve LIZARD_SPIT 64
|
||||
$conreserve DRONE1_HISSRATTLE 65
|
||||
$conreserve DRONE1_HISSSCREECH 66
|
||||
$conreserve PLAYER_TIP2 67
|
||||
$conreserve FLESH_BURNING 68
|
||||
$conreserve SQUISHED 69
|
||||
$conreserve TELEPORTER 70
|
||||
$resourceid RPG_EXPLODE 9
|
||||
$resourceid CAT_FIRE 10
|
||||
$resourceid SHRINKER_FIRE 11
|
||||
$resourceid ACTOR_SHRINKING 12
|
||||
$resourceid PIPEBOMB_BOUNCE 13
|
||||
$resourceid PIPEBOMB_EXPLODE 14
|
||||
$resourceid LASERTRIP_ONWALL 15
|
||||
$resourceid LASERTRIP_ARMING 16
|
||||
$resourceid LASERTRIP_EXPLODE 17
|
||||
$resourceid VENT_BUST 18
|
||||
$resourceid GLASS_BREAKING 19
|
||||
$resourceid GLASS_HEAVYBREAK 20
|
||||
$resourceid SHORT_CIRCUIT 21
|
||||
$resourceid ITEM_SPLASH 22
|
||||
$resourceid PLAYER_BREATHING 23
|
||||
$resourceid PLAYER_EXHALING 24
|
||||
$resourceid PLAYER_GASP 25
|
||||
$resourceid SLIM_RECOG 26
|
||||
$resourceid SOUND_27 27
|
||||
$resourceid PLAYER_URINATE 28
|
||||
$resourceid ENDSEQVOL3SND2 29
|
||||
$resourceid ENDSEQVOL3SND3 30
|
||||
$resourceid PLAYER_PASSWIND 32
|
||||
$resourceid PLAYER_CRACK 33
|
||||
$resourceid SLIM_ATTACK 34
|
||||
$resourceid SOMETHINGHITFORCE 35
|
||||
$resourceid PLAYER_DRINKING 36
|
||||
$resourceid PLAYER_KILLED1 37
|
||||
$resourceid PLAYER_GRUNT 38
|
||||
$resourceid PLAYER_HARTBEAT 39
|
||||
$resourceid PLAYER_ONWATER 40
|
||||
$resourceid PLAYER_DEAD 41
|
||||
$resourceid PLAYER_LAND 42
|
||||
$resourceid PLAYER_WALKINDUCTS 43
|
||||
$resourceid PLAYER_GLAD 44
|
||||
$resourceid PLAYER_YES 45
|
||||
$resourceid PLAYER_HEHE 46
|
||||
$resourceid PLAYER_SHUCKS 47
|
||||
$resourceid PLAYER_UNDERWATER 48
|
||||
$resourceid PLAYER_JETPACK_ON 49
|
||||
$resourceid PLAYER_JETPACK_IDLE 50
|
||||
$resourceid PLAYER_JETPACK_OFF 51
|
||||
$resourceid LIZTROOP_GROWL 52
|
||||
$resourceid LIZTROOP_TALK1 53
|
||||
$resourceid LIZTROOP_TALK2 54
|
||||
$resourceid LIZTROOP_TALK3 55
|
||||
$resourceid DUKETALKTOBOSS 56
|
||||
$resourceid LIZCAPT_GROWL 57
|
||||
$resourceid LIZCAPT_TALK1 58
|
||||
$resourceid LIZCAPT_TALK2 59
|
||||
$resourceid LIZCAPT_TALK3 60
|
||||
$resourceid LIZARD_BEG 61
|
||||
$resourceid LIZARD_PAIN 62
|
||||
$resourceid LIZARD_DEATH 63
|
||||
$resourceid LIZARD_SPIT 64
|
||||
$resourceid DRONE1_HISSRATTLE 65
|
||||
$resourceid DRONE1_HISSSCREECH 66
|
||||
$resourceid PLAYER_TIP2 67
|
||||
$resourceid FLESH_BURNING 68
|
||||
$resourceid SQUISHED 69
|
||||
$resourceid TELEPORTER 70
|
||||
$limit teleporter 0
|
||||
$conreserve ELEVATOR_ON 71
|
||||
$conreserve PLAYER_KILLED3 72
|
||||
$conreserve ELEVATOR_OFF 73
|
||||
$conreserve DOOR_OPERATE1 74
|
||||
$conreserve SUBWAY 75
|
||||
$conreserve SWITCH_ON 76
|
||||
$conreserve FAN 77
|
||||
$conreserve PLAYER_GETWEAPON3 78
|
||||
$conreserve FLUSH_TOILET 79
|
||||
$conreserve HOVER_CRAFT 80
|
||||
$conreserve EARTHQUAKE 81
|
||||
$conreserve INTRUDER_ALERT 82
|
||||
$conreserve END_OF_LEVEL_WARN 83
|
||||
$conreserve ENGINE_OPERATING 84
|
||||
$conreserve REACTOR_ON 85
|
||||
$conreserve COMPUTER_AMBIENCE 86
|
||||
$conreserve GEARS_GRINDING 87
|
||||
$conreserve BUBBLE_AMBIENCE 88
|
||||
$conreserve MACHINE_AMBIENCE 89
|
||||
$conreserve SEWER_AMBIENCE 90
|
||||
$conreserve WIND_AMBIENCE 91
|
||||
$conreserve SOMETHING_DRIPPING 92
|
||||
$conreserve STEAM_HISSING 93
|
||||
$conreserve THEATER_BREATH 94
|
||||
$conreserve BAR_MUSIC 95
|
||||
$conreserve BOS1_ROAM 96
|
||||
$conreserve BOS1_RECOG 97
|
||||
$conreserve BOS1_ATTACK1 98
|
||||
$conreserve BOS1_PAIN 99
|
||||
$conreserve BOS1_DYING 100
|
||||
$conreserve BOS2_ROAM 101
|
||||
$conreserve BOS2_RECOG 102
|
||||
$conreserve BOS2_ATTACK 103
|
||||
$conreserve BOS2_PAIN 104
|
||||
$conreserve BOS2_DYING 105
|
||||
$conreserve GETATOMICHEALTH 106
|
||||
$conreserve PLAYER_GETWEAPON2 107
|
||||
$conreserve BOS3_DYING 108
|
||||
$conreserve SHOTGUN_FIRE 109
|
||||
$conreserve PRED_ROAM 110
|
||||
$conreserve PRED_RECOG 111
|
||||
$conreserve PRED_ATTACK 112
|
||||
$conreserve PRED_PAIN 113
|
||||
$conreserve PRED_DYING 114
|
||||
$conreserve CAPT_ROAM 115
|
||||
$conreserve CAPT_ATTACK 116
|
||||
$conreserve CAPT_RECOG 117
|
||||
$conreserve CAPT_PAIN 118
|
||||
$conreserve CAPT_DYING 119
|
||||
$conreserve PIG_ROAM 120
|
||||
$conreserve PIG_RECOG 121
|
||||
$conreserve PIG_ATTACK 122
|
||||
$conreserve PIG_PAIN 123
|
||||
$conreserve PIG_DYING 124
|
||||
$conreserve RECO_ROAM 125
|
||||
$conreserve RECO_RECOG 126
|
||||
$conreserve RECO_ATTACK 127
|
||||
$conreserve RECO_PAIN 128
|
||||
$conreserve RECO_DYING 129
|
||||
$conreserve DRON_ROAM 130
|
||||
$conreserve DRON_RECOG 131
|
||||
$conreserve DRON_ATTACK1 132
|
||||
$conreserve DRON_PAIN 133
|
||||
$conreserve DRON_DYING 134
|
||||
$conreserve COMM_ROAM 135
|
||||
$conreserve COMM_RECOG 136
|
||||
$conreserve COMM_ATTACK 137
|
||||
$conreserve COMM_PAIN 138
|
||||
$conreserve COMM_DYING 139
|
||||
$conreserve OCTA_ROAM 140
|
||||
$conreserve OCTA_RECOG 141
|
||||
$conreserve OCTA_ATTACK1 142
|
||||
$conreserve OCTA_PAIN 143
|
||||
$conreserve OCTA_DYING 144
|
||||
$conreserve TURR_ROAM 145
|
||||
$conreserve TURR_RECOG 146
|
||||
$conreserve TURR_ATTACK 147
|
||||
$conreserve DUMPSTER_MOVE 148
|
||||
$conreserve SLIM_DYING 149
|
||||
$conreserve BOS3_ROAM 150
|
||||
$conreserve BOS3_RECOG 151
|
||||
$conreserve BOS3_ATTACK1 152
|
||||
$conreserve BOS3_PAIN 153
|
||||
$conreserve BOS1_ATTACK2 154
|
||||
$conreserve COMM_SPIN 155
|
||||
$conreserve BOS1_WALK 156
|
||||
$conreserve DRON_ATTACK2 157
|
||||
$conreserve THUD 158
|
||||
$conreserve OCTA_ATTACK2 159
|
||||
$conreserve WIERDSHOT_FLY 160
|
||||
$conreserve TURR_PAIN 161
|
||||
$conreserve TURR_DYING 162
|
||||
$conreserve SLIM_ROAM 163
|
||||
$conreserve LADY_SCREAM 164
|
||||
$conreserve DOOR_OPERATE2 165
|
||||
$conreserve DOOR_OPERATE3 166
|
||||
$conreserve DOOR_OPERATE4 167
|
||||
$conreserve BORNTOBEWILDSND 168
|
||||
$conreserve SHOTGUN_COCK 169
|
||||
$conreserve GENERIC_AMBIENCE1 170
|
||||
$conreserve GENERIC_AMBIENCE2 171
|
||||
$conreserve GENERIC_AMBIENCE3 172
|
||||
$conreserve GENERIC_AMBIENCE4 173
|
||||
$conreserve GENERIC_AMBIENCE5 174
|
||||
$conreserve GENERIC_AMBIENCE6 175
|
||||
$conreserve BOS3_ATTACK2 176
|
||||
$conreserve GENERIC_AMBIENCE17 177
|
||||
$conreserve GENERIC_AMBIENCE18 178
|
||||
$conreserve GENERIC_AMBIENCE19 179
|
||||
$conreserve GENERIC_AMBIENCE20 180
|
||||
$conreserve GENERIC_AMBIENCE21 181
|
||||
$conreserve GENERIC_AMBIENCE22 182
|
||||
$conreserve SECRETLEVELSND 183
|
||||
$conreserve GENERIC_AMBIENCE8 184
|
||||
$conreserve GENERIC_AMBIENCE9 185
|
||||
$conreserve GENERIC_AMBIENCE10 186
|
||||
$conreserve GENERIC_AMBIENCE11 187
|
||||
$conreserve GENERIC_AMBIENCE12 188
|
||||
$conreserve GENERIC_AMBIENCE13 189
|
||||
$conreserve GENERIC_AMBIENCE14 190
|
||||
$conreserve GENERIC_AMBIENCE15 192
|
||||
$conreserve GENERIC_AMBIENCE16 193
|
||||
$conreserve FIRE_CRACKLE 194
|
||||
$conreserve BONUS_SPEECH1 195
|
||||
$conreserve BONUS_SPEECH2 196
|
||||
$conreserve BONUS_SPEECH3 197
|
||||
$conreserve PIG_CAPTURE_DUKE 198
|
||||
$conreserve BONUS_SPEECH4 199
|
||||
$conreserve PLAYER_LAND_HURT 200
|
||||
$conreserve PLAYER_HIT_STRIPPER1 201
|
||||
$conreserve PLAYER_TIP1 202
|
||||
$conreserve PLAYER_KILLED2 203
|
||||
$conreserve PRED_ROAM2 204
|
||||
$conreserve PIG_ROAM2 205
|
||||
$conreserve PLAYER_GETWEAPON1 206
|
||||
$conreserve PLAYER_SEARCH2 207
|
||||
$conreserve PLAYER_CRACK2 208
|
||||
$conreserve PLAYER_SEARCH 209
|
||||
$conreserve PLAYER_GET 210
|
||||
$conreserve PLAYER_LONGTERM_PAIN 211
|
||||
$conreserve MONITOR_ACTIVE 212
|
||||
$conreserve NITEVISION_ONOFF 213
|
||||
$conreserve PLAYER_HIT_STRIPPER2 214
|
||||
$conreserve PLAYER_CRACK_FIRST 215
|
||||
$conreserve PLAYER_USEMEDKIT 216
|
||||
$conreserve PLAYER_TAKEPILLS 217
|
||||
$conreserve PLAYER_PISSRELIEF 218
|
||||
$conreserve SELECT_WEAPON 219
|
||||
$conreserve WATER_GURGLE 220
|
||||
$conreserve PLAYER_GETWEAPON4 221
|
||||
$conreserve JIBBED_ACTOR1 222
|
||||
$conreserve JIBBED_ACTOR2 223
|
||||
$conreserve JIBBED_ACTOR3 224
|
||||
$conreserve JIBBED_ACTOR4 225
|
||||
$conreserve JIBBED_ACTOR5 226
|
||||
$conreserve JIBBED_ACTOR6 227
|
||||
$conreserve JIBBED_ACTOR7 228
|
||||
$conreserve PLAYER_GOTHEALTHATLOW 229
|
||||
$conreserve BOSSTALKTODUKE 230
|
||||
$conreserve WAR_AMBIENCE1 231
|
||||
$conreserve WAR_AMBIENCE2 232
|
||||
$conreserve WAR_AMBIENCE3 233
|
||||
$conreserve WAR_AMBIENCE4 234
|
||||
$conreserve WAR_AMBIENCE5 235
|
||||
$conreserve WAR_AMBIENCE6 236
|
||||
$conreserve WAR_AMBIENCE7 237
|
||||
$conreserve WAR_AMBIENCE8 238
|
||||
$conreserve WAR_AMBIENCE9 239
|
||||
$conreserve WAR_AMBIENCE10 240
|
||||
$conreserve ALIEN_TALK1 241
|
||||
$conreserve ALIEN_TALK2 242
|
||||
$conreserve EXITMENUSOUND 243
|
||||
$conreserve FLY_BY 244
|
||||
$conreserve PLAYER_SCREAM 245
|
||||
$conreserve SHRINKER_HIT 246
|
||||
$conreserve RATTY 247
|
||||
$conreserve INTO_MENU 248
|
||||
$conreserve BONUSMUSIC 249
|
||||
$conreserve PLAYER_BOOBY 250
|
||||
$conreserve PLAYER_TALKTOBOSSFALL 251
|
||||
$conreserve PLAYER_LOOKINTOMIRROR 252
|
||||
$conreserve PIG_ROAM3 253
|
||||
$conreserve KILLME 254
|
||||
$conreserve DRON_JETSND 255
|
||||
$conreserve SPACE_DOOR1 256
|
||||
$conreserve SPACE_DOOR2 257
|
||||
$conreserve SPACE_DOOR3 258
|
||||
$conreserve SPACE_DOOR4 259
|
||||
$conreserve SPACE_DOOR5 260
|
||||
$conreserve ALIEN_ELEVATOR1 261
|
||||
$conreserve VAULT_DOOR 262
|
||||
$conreserve JIBBED_ACTOR13 263
|
||||
$conreserve PLAYER_GETWEAPON6 264
|
||||
$conreserve JIBBED_ACTOR8 265
|
||||
$conreserve JIBBED_ACTOR9 266
|
||||
$conreserve JIBBED_ACTOR10 267
|
||||
$conreserve JIBBED_ACTOR11 268
|
||||
$conreserve JIBBED_ACTOR12 269
|
||||
$conreserve PLAYER_KILLED4 270
|
||||
$conreserve PLAYER_KILLED5 271
|
||||
$conreserve ALIEN_SWITCH1 272
|
||||
$conreserve PLAYER_STEPONFECES 273
|
||||
$conreserve PLAYER_LONGTERM_PAIN2 274
|
||||
$conreserve PLAYER_LONGTERM_PAIN3 275
|
||||
$conreserve PLAYER_LONGTERM_PAIN4 276
|
||||
$conreserve COMPANB2 277
|
||||
$conreserve KTIT 278
|
||||
$conreserve HELICOP_IDLE 279
|
||||
$conreserve STEPNIT 280
|
||||
$conreserve SPACE_AMBIENCE1 281
|
||||
$conreserve SPACE_AMBIENCE2 282
|
||||
$conreserve SLIM_HATCH 283
|
||||
$conreserve RIPHEADNECK 284
|
||||
$conreserve FOUNDJONES 285
|
||||
$conreserve ALIEN_DOOR1 286
|
||||
$conreserve ALIEN_DOOR2 287
|
||||
$conreserve ENDSEQVOL3SND4 288
|
||||
$conreserve ENDSEQVOL3SND5 289
|
||||
$conreserve ENDSEQVOL3SND6 290
|
||||
$conreserve ENDSEQVOL3SND7 291
|
||||
$conreserve ENDSEQVOL3SND8 292
|
||||
$conreserve ENDSEQVOL3SND9 293
|
||||
$conreserve WHIPYOURASS 294
|
||||
$conreserve ENDSEQVOL2SND1 295
|
||||
$conreserve ENDSEQVOL2SND2 296
|
||||
$conreserve ENDSEQVOL2SND3 297
|
||||
$conreserve ENDSEQVOL2SND4 298
|
||||
$conreserve ENDSEQVOL2SND5 299
|
||||
$conreserve ENDSEQVOL2SND6 300
|
||||
$conreserve ENDSEQVOL2SND7 301
|
||||
$conreserve GENERIC_AMBIENCE23 302
|
||||
$conreserve SOMETHINGFROZE 303
|
||||
$conreserve PLAYER_LONGTERM_PAIN5 304
|
||||
$conreserve PLAYER_LONGTERM_PAIN6 305
|
||||
$conreserve PLAYER_LONGTERM_PAIN7 306
|
||||
$conreserve PLAYER_LONGTERM_PAIN8 307
|
||||
$conreserve WIND_REPEAT 308
|
||||
$conreserve MYENEMY_ROAM 309
|
||||
$conreserve MYENEMY_HURT 310
|
||||
$conreserve MYENEMY_DEAD 311
|
||||
$conreserve MYENEMY_SHOOT 312
|
||||
$conreserve STORE_MUSIC 313
|
||||
$conreserve STORE_MUSIC_BROKE 314
|
||||
$conreserve ACTOR_GROWING 315
|
||||
$conreserve NEWBEAST_ROAM 316
|
||||
$conreserve NEWBEAST_RECOG 317
|
||||
$conreserve NEWBEAST_ATTACK 318
|
||||
$conreserve NEWBEAST_PAIN 319
|
||||
$conreserve NEWBEAST_DYING 320
|
||||
$conreserve NEWBEAST_SPIT 321
|
||||
$conreserve VOL4_1 322
|
||||
$conreserve SUPERMARKET 323
|
||||
$conreserve MOUSEANNOY 324
|
||||
$conreserve BOOKEM 325
|
||||
$conreserve SUPERMARKETCRY 326
|
||||
$conreserve DESTRUCT 327
|
||||
$conreserve EATFOOD 328
|
||||
$conreserve MAKEMYDAY 329
|
||||
$conreserve WITNESSSTAND 330
|
||||
$conreserve VACATIONSPEECH 331
|
||||
$conreserve YIPPEE1 332
|
||||
$conreserve YOHOO1 333
|
||||
$conreserve YOHOO2 334
|
||||
$conreserve DOLPHINSND 335
|
||||
$conreserve TOUGHGALSND1 336
|
||||
$conreserve TOUGHGALSND2 337
|
||||
$conreserve TOUGHGALSND3 338
|
||||
$conreserve TOUGHGALSND4 339
|
||||
$conreserve TANK_ROAM 340
|
||||
$conreserve BOS4_ROAM 341
|
||||
$conreserve BOS4_RECOG 342
|
||||
$conreserve BOS4_ATTACK 343
|
||||
$conreserve BOS4_PAIN 344
|
||||
$conreserve BOS4_DYING 345
|
||||
$conreserve NEWBEAST_ATTACKMISS 346
|
||||
$conreserve VOL4_2 347
|
||||
$conreserve COOKINGDEEPFRIER 348
|
||||
$conreserve WHINING_DOG 349
|
||||
$conreserve DEAD_DOG 350
|
||||
$conreserve LIGHTNING_SLAP 351
|
||||
$conreserve THUNDER 352
|
||||
$conreserve HAPPYMOUSESND1 353
|
||||
$conreserve HAPPYMOUSESND2 354
|
||||
$conreserve HAPPYMOUSESND3 355
|
||||
$conreserve HAPPYMOUSESND4 356
|
||||
$conreserve ALARM 357
|
||||
$conreserve RAIN 358
|
||||
$conreserve DTAG_GREENRUN 359
|
||||
$conreserve DTAG_BROWNRUN 360
|
||||
$conreserve DTAG_GREENSCORE 361
|
||||
$conreserve DTAG_BROWNSCORE 362
|
||||
$conreserve INTRO4_1 363
|
||||
$conreserve INTRO4_2 364
|
||||
$conreserve INTRO4_3 365
|
||||
$conreserve INTRO4_4 366
|
||||
$conreserve INTRO4_5 367
|
||||
$conreserve INTRO4_6 368
|
||||
$conreserve SCREECH 369
|
||||
$conreserve BOSS4_DEADSPEECH 370
|
||||
$conreserve BOSS4_FIRSTSEE 371
|
||||
$conreserve PARTY_SPEECH 372
|
||||
$conreserve POSTAL_SPEECH 373
|
||||
$conreserve TGSPEECH 374
|
||||
$conreserve DOGROOMSPEECH 375
|
||||
$conreserve SMACKED 376
|
||||
$conreserve MDEVSPEECH 377
|
||||
$conreserve AREA51SPEECH 378
|
||||
$conreserve JEEPSOUND 379
|
||||
$conreserve BIGDOORSLAM 380
|
||||
$conreserve BOS4_LAY 381
|
||||
$conreserve WAVESOUND 382
|
||||
$conreserve ILLBEBACK 383
|
||||
$conreserve VOL4ENDSND1 384
|
||||
$conreserve VOL4ENDSND2 385
|
||||
$conreserve EXPANDERHIT 386
|
||||
$conreserve SNAKESPEECH 387
|
||||
$conreserve EXPANDERSHOOT 388
|
||||
$conreserve GETBACKTOWORK 389
|
||||
$conreserve JIBBED_ACTOR14 390
|
||||
$conreserve JIBBED_ACTOR15 391
|
||||
$conreserve INTRO4_B 392
|
||||
$conreserve BIGBANG 393
|
||||
$conreserve SMACKIT 394
|
||||
$conreserve BELLSND 395
|
||||
$conreserve GOAWAY 396
|
||||
$conreserve JOKE 397
|
||||
$resourceid ELEVATOR_ON 71
|
||||
$resourceid PLAYER_KILLED3 72
|
||||
$resourceid ELEVATOR_OFF 73
|
||||
$resourceid DOOR_OPERATE1 74
|
||||
$resourceid SUBWAY 75
|
||||
$resourceid SWITCH_ON 76
|
||||
$resourceid FAN 77
|
||||
$resourceid PLAYER_GETWEAPON3 78
|
||||
$resourceid FLUSH_TOILET 79
|
||||
$resourceid HOVER_CRAFT 80
|
||||
$resourceid EARTHQUAKE 81
|
||||
$resourceid INTRUDER_ALERT 82
|
||||
$resourceid END_OF_LEVEL_WARN 83
|
||||
$resourceid ENGINE_OPERATING 84
|
||||
$resourceid REACTOR_ON 85
|
||||
$resourceid COMPUTER_AMBIENCE 86
|
||||
$resourceid GEARS_GRINDING 87
|
||||
$resourceid BUBBLE_AMBIENCE 88
|
||||
$resourceid MACHINE_AMBIENCE 89
|
||||
$resourceid SEWER_AMBIENCE 90
|
||||
$resourceid WIND_AMBIENCE 91
|
||||
$resourceid SOMETHING_DRIPPING 92
|
||||
$resourceid STEAM_HISSING 93
|
||||
$resourceid THEATER_BREATH 94
|
||||
$resourceid BAR_MUSIC 95
|
||||
$resourceid BOS1_ROAM 96
|
||||
$resourceid BOS1_RECOG 97
|
||||
$resourceid BOS1_ATTACK1 98
|
||||
$resourceid BOS1_PAIN 99
|
||||
$resourceid BOS1_DYING 100
|
||||
$resourceid BOS2_ROAM 101
|
||||
$resourceid BOS2_RECOG 102
|
||||
$resourceid BOS2_ATTACK 103
|
||||
$resourceid BOS2_PAIN 104
|
||||
$resourceid BOS2_DYING 105
|
||||
$resourceid GETATOMICHEALTH 106
|
||||
$resourceid PLAYER_GETWEAPON2 107
|
||||
$resourceid BOS3_DYING 108
|
||||
$resourceid SHOTGUN_FIRE 109
|
||||
$resourceid PRED_ROAM 110
|
||||
$resourceid PRED_RECOG 111
|
||||
$resourceid PRED_ATTACK 112
|
||||
$resourceid PRED_PAIN 113
|
||||
$resourceid PRED_DYING 114
|
||||
$resourceid CAPT_ROAM 115
|
||||
$resourceid CAPT_ATTACK 116
|
||||
$resourceid CAPT_RECOG 117
|
||||
$resourceid CAPT_PAIN 118
|
||||
$resourceid CAPT_DYING 119
|
||||
$resourceid PIG_ROAM 120
|
||||
$resourceid PIG_RECOG 121
|
||||
$resourceid PIG_ATTACK 122
|
||||
$resourceid PIG_PAIN 123
|
||||
$resourceid PIG_DYING 124
|
||||
$resourceid RECO_ROAM 125
|
||||
$resourceid RECO_RECOG 126
|
||||
$resourceid RECO_ATTACK 127
|
||||
$resourceid RECO_PAIN 128
|
||||
$resourceid RECO_DYING 129
|
||||
$resourceid DRON_ROAM 130
|
||||
$resourceid DRON_RECOG 131
|
||||
$resourceid DRON_ATTACK1 132
|
||||
$resourceid DRON_PAIN 133
|
||||
$resourceid DRON_DYING 134
|
||||
$resourceid COMM_ROAM 135
|
||||
$resourceid COMM_RECOG 136
|
||||
$resourceid COMM_ATTACK 137
|
||||
$resourceid COMM_PAIN 138
|
||||
$resourceid COMM_DYING 139
|
||||
$resourceid OCTA_ROAM 140
|
||||
$resourceid OCTA_RECOG 141
|
||||
$resourceid OCTA_ATTACK1 142
|
||||
$resourceid OCTA_PAIN 143
|
||||
$resourceid OCTA_DYING 144
|
||||
$resourceid TURR_ROAM 145
|
||||
$resourceid TURR_RECOG 146
|
||||
$resourceid TURR_ATTACK 147
|
||||
$resourceid DUMPSTER_MOVE 148
|
||||
$resourceid SLIM_DYING 149
|
||||
$resourceid BOS3_ROAM 150
|
||||
$resourceid BOS3_RECOG 151
|
||||
$resourceid BOS3_ATTACK1 152
|
||||
$resourceid BOS3_PAIN 153
|
||||
$resourceid BOS1_ATTACK2 154
|
||||
$resourceid COMM_SPIN 155
|
||||
$resourceid BOS1_WALK 156
|
||||
$resourceid DRON_ATTACK2 157
|
||||
$resourceid THUD 158
|
||||
$resourceid OCTA_ATTACK2 159
|
||||
$resourceid WIERDSHOT_FLY 160
|
||||
$resourceid TURR_PAIN 161
|
||||
$resourceid TURR_DYING 162
|
||||
$resourceid SLIM_ROAM 163
|
||||
$resourceid LADY_SCREAM 164
|
||||
$resourceid DOOR_OPERATE2 165
|
||||
$resourceid DOOR_OPERATE3 166
|
||||
$resourceid DOOR_OPERATE4 167
|
||||
$resourceid BORNTOBEWILDSND 168
|
||||
$resourceid SHOTGUN_COCK 169
|
||||
$resourceid GENERIC_AMBIENCE1 170
|
||||
$resourceid GENERIC_AMBIENCE2 171
|
||||
$resourceid GENERIC_AMBIENCE3 172
|
||||
$resourceid GENERIC_AMBIENCE4 173
|
||||
$resourceid GENERIC_AMBIENCE5 174
|
||||
$resourceid GENERIC_AMBIENCE6 175
|
||||
$resourceid BOS3_ATTACK2 176
|
||||
$resourceid GENERIC_AMBIENCE17 177
|
||||
$resourceid GENERIC_AMBIENCE18 178
|
||||
$resourceid GENERIC_AMBIENCE19 179
|
||||
$resourceid GENERIC_AMBIENCE20 180
|
||||
$resourceid GENERIC_AMBIENCE21 181
|
||||
$resourceid GENERIC_AMBIENCE22 182
|
||||
$resourceid SECRETLEVELSND 183
|
||||
$resourceid GENERIC_AMBIENCE8 184
|
||||
$resourceid GENERIC_AMBIENCE9 185
|
||||
$resourceid GENERIC_AMBIENCE10 186
|
||||
$resourceid GENERIC_AMBIENCE11 187
|
||||
$resourceid GENERIC_AMBIENCE12 188
|
||||
$resourceid GENERIC_AMBIENCE13 189
|
||||
$resourceid GENERIC_AMBIENCE14 190
|
||||
$resourceid GENERIC_AMBIENCE15 192
|
||||
$resourceid GENERIC_AMBIENCE16 193
|
||||
$resourceid FIRE_CRACKLE 194
|
||||
$resourceid BONUS_SPEECH1 195
|
||||
$resourceid BONUS_SPEECH2 196
|
||||
$resourceid BONUS_SPEECH3 197
|
||||
$resourceid PIG_CAPTURE_DUKE 198
|
||||
$resourceid BONUS_SPEECH4 199
|
||||
$resourceid PLAYER_LAND_HURT 200
|
||||
$resourceid PLAYER_HIT_STRIPPER1 201
|
||||
$resourceid PLAYER_TIP1 202
|
||||
$resourceid PLAYER_KILLED2 203
|
||||
$resourceid PRED_ROAM2 204
|
||||
$resourceid PIG_ROAM2 205
|
||||
$resourceid PLAYER_GETWEAPON1 206
|
||||
$resourceid PLAYER_SEARCH2 207
|
||||
$resourceid PLAYER_CRACK2 208
|
||||
$resourceid PLAYER_SEARCH 209
|
||||
$resourceid PLAYER_GET 210
|
||||
$resourceid PLAYER_LONGTERM_PAIN 211
|
||||
$resourceid MONITOR_ACTIVE 212
|
||||
$resourceid NITEVISION_ONOFF 213
|
||||
$resourceid PLAYER_HIT_STRIPPER2 214
|
||||
$resourceid PLAYER_CRACK_FIRST 215
|
||||
$resourceid PLAYER_USEMEDKIT 216
|
||||
$resourceid PLAYER_TAKEPILLS 217
|
||||
$resourceid PLAYER_PISSRELIEF 218
|
||||
$resourceid SELECT_WEAPON 219
|
||||
$resourceid WATER_GURGLE 220
|
||||
$resourceid PLAYER_GETWEAPON4 221
|
||||
$resourceid JIBBED_ACTOR1 222
|
||||
$resourceid JIBBED_ACTOR2 223
|
||||
$resourceid JIBBED_ACTOR3 224
|
||||
$resourceid JIBBED_ACTOR4 225
|
||||
$resourceid JIBBED_ACTOR5 226
|
||||
$resourceid JIBBED_ACTOR6 227
|
||||
$resourceid JIBBED_ACTOR7 228
|
||||
$resourceid PLAYER_GOTHEALTHATLOW 229
|
||||
$resourceid BOSSTALKTODUKE 230
|
||||
$resourceid WAR_AMBIENCE1 231
|
||||
$resourceid WAR_AMBIENCE2 232
|
||||
$resourceid WAR_AMBIENCE3 233
|
||||
$resourceid WAR_AMBIENCE4 234
|
||||
$resourceid WAR_AMBIENCE5 235
|
||||
$resourceid WAR_AMBIENCE6 236
|
||||
$resourceid WAR_AMBIENCE7 237
|
||||
$resourceid WAR_AMBIENCE8 238
|
||||
$resourceid WAR_AMBIENCE9 239
|
||||
$resourceid WAR_AMBIENCE10 240
|
||||
$resourceid ALIEN_TALK1 241
|
||||
$resourceid ALIEN_TALK2 242
|
||||
$resourceid EXITMENUSOUND 243
|
||||
$resourceid FLY_BY 244
|
||||
$resourceid PLAYER_SCREAM 245
|
||||
$resourceid SHRINKER_HIT 246
|
||||
$resourceid RATTY 247
|
||||
$resourceid INTO_MENU 248
|
||||
$resourceid BONUSMUSIC 249
|
||||
$resourceid PLAYER_BOOBY 250
|
||||
$resourceid PLAYER_TALKTOBOSSFALL 251
|
||||
$resourceid PLAYER_LOOKINTOMIRROR 252
|
||||
$resourceid PIG_ROAM3 253
|
||||
$resourceid KILLME 254
|
||||
$resourceid DRON_JETSND 255
|
||||
$resourceid SPACE_DOOR1 256
|
||||
$resourceid SPACE_DOOR2 257
|
||||
$resourceid SPACE_DOOR3 258
|
||||
$resourceid SPACE_DOOR4 259
|
||||
$resourceid SPACE_DOOR5 260
|
||||
$resourceid ALIEN_ELEVATOR1 261
|
||||
$resourceid VAULT_DOOR 262
|
||||
$resourceid JIBBED_ACTOR13 263
|
||||
$resourceid PLAYER_GETWEAPON6 264
|
||||
$resourceid JIBBED_ACTOR8 265
|
||||
$resourceid JIBBED_ACTOR9 266
|
||||
$resourceid JIBBED_ACTOR10 267
|
||||
$resourceid JIBBED_ACTOR11 268
|
||||
$resourceid JIBBED_ACTOR12 269
|
||||
$resourceid PLAYER_KILLED4 270
|
||||
$resourceid PLAYER_KILLED5 271
|
||||
$resourceid ALIEN_SWITCH1 272
|
||||
$resourceid PLAYER_STEPONFECES 273
|
||||
$resourceid PLAYER_LONGTERM_PAIN2 274
|
||||
$resourceid PLAYER_LONGTERM_PAIN3 275
|
||||
$resourceid PLAYER_LONGTERM_PAIN4 276
|
||||
$resourceid COMPANB2 277
|
||||
$resourceid KTIT 278
|
||||
$resourceid HELICOP_IDLE 279
|
||||
$resourceid STEPNIT 280
|
||||
$resourceid SPACE_AMBIENCE1 281
|
||||
$resourceid SPACE_AMBIENCE2 282
|
||||
$resourceid SLIM_HATCH 283
|
||||
$resourceid RIPHEADNECK 284
|
||||
$resourceid FOUNDJONES 285
|
||||
$resourceid ALIEN_DOOR1 286
|
||||
$resourceid ALIEN_DOOR2 287
|
||||
$resourceid ENDSEQVOL3SND4 288
|
||||
$resourceid ENDSEQVOL3SND5 289
|
||||
$resourceid ENDSEQVOL3SND6 290
|
||||
$resourceid ENDSEQVOL3SND7 291
|
||||
$resourceid ENDSEQVOL3SND8 292
|
||||
$resourceid ENDSEQVOL3SND9 293
|
||||
$resourceid WHIPYOURASS 294
|
||||
$resourceid ENDSEQVOL2SND1 295
|
||||
$resourceid ENDSEQVOL2SND2 296
|
||||
$resourceid ENDSEQVOL2SND3 297
|
||||
$resourceid ENDSEQVOL2SND4 298
|
||||
$resourceid ENDSEQVOL2SND5 299
|
||||
$resourceid ENDSEQVOL2SND6 300
|
||||
$resourceid ENDSEQVOL2SND7 301
|
||||
$resourceid GENERIC_AMBIENCE23 302
|
||||
$resourceid SOMETHINGFROZE 303
|
||||
$resourceid PLAYER_LONGTERM_PAIN5 304
|
||||
$resourceid PLAYER_LONGTERM_PAIN6 305
|
||||
$resourceid PLAYER_LONGTERM_PAIN7 306
|
||||
$resourceid PLAYER_LONGTERM_PAIN8 307
|
||||
$resourceid WIND_REPEAT 308
|
||||
$resourceid MYENEMY_ROAM 309
|
||||
$resourceid MYENEMY_HURT 310
|
||||
$resourceid MYENEMY_DEAD 311
|
||||
$resourceid MYENEMY_SHOOT 312
|
||||
$resourceid STORE_MUSIC 313
|
||||
$resourceid STORE_MUSIC_BROKE 314
|
||||
$resourceid ACTOR_GROWING 315
|
||||
$resourceid NEWBEAST_ROAM 316
|
||||
$resourceid NEWBEAST_RECOG 317
|
||||
$resourceid NEWBEAST_ATTACK 318
|
||||
$resourceid NEWBEAST_PAIN 319
|
||||
$resourceid NEWBEAST_DYING 320
|
||||
$resourceid NEWBEAST_SPIT 321
|
||||
$resourceid VOL4_1 322
|
||||
$resourceid SUPERMARKET 323
|
||||
$resourceid MOUSEANNOY 324
|
||||
$resourceid BOOKEM 325
|
||||
$resourceid SUPERMARKETCRY 326
|
||||
$resourceid DESTRUCT 327
|
||||
$resourceid EATFOOD 328
|
||||
$resourceid MAKEMYDAY 329
|
||||
$resourceid WITNESSSTAND 330
|
||||
$resourceid VACATIONSPEECH 331
|
||||
$resourceid YIPPEE1 332
|
||||
$resourceid YOHOO1 333
|
||||
$resourceid YOHOO2 334
|
||||
$resourceid DOLPHINSND 335
|
||||
$resourceid TOUGHGALSND1 336
|
||||
$resourceid TOUGHGALSND2 337
|
||||
$resourceid TOUGHGALSND3 338
|
||||
$resourceid TOUGHGALSND4 339
|
||||
$resourceid TANK_ROAM 340
|
||||
$resourceid BOS4_ROAM 341
|
||||
$resourceid BOS4_RECOG 342
|
||||
$resourceid BOS4_ATTACK 343
|
||||
$resourceid BOS4_PAIN 344
|
||||
$resourceid BOS4_DYING 345
|
||||
$resourceid NEWBEAST_ATTACKMISS 346
|
||||
$resourceid VOL4_2 347
|
||||
$resourceid COOKINGDEEPFRIER 348
|
||||
$resourceid WHINING_DOG 349
|
||||
$resourceid DEAD_DOG 350
|
||||
$resourceid LIGHTNING_SLAP 351
|
||||
$resourceid THUNDER 352
|
||||
$resourceid HAPPYMOUSESND1 353
|
||||
$resourceid HAPPYMOUSESND2 354
|
||||
$resourceid HAPPYMOUSESND3 355
|
||||
$resourceid HAPPYMOUSESND4 356
|
||||
$resourceid ALARM 357
|
||||
$resourceid RAIN 358
|
||||
$resourceid DTAG_GREENRUN 359
|
||||
$resourceid DTAG_BROWNRUN 360
|
||||
$resourceid DTAG_GREENSCORE 361
|
||||
$resourceid DTAG_BROWNSCORE 362
|
||||
$resourceid INTRO4_1 363
|
||||
$resourceid INTRO4_2 364
|
||||
$resourceid INTRO4_3 365
|
||||
$resourceid INTRO4_4 366
|
||||
$resourceid INTRO4_5 367
|
||||
$resourceid INTRO4_6 368
|
||||
$resourceid SCREECH 369
|
||||
$resourceid BOSS4_DEADSPEECH 370
|
||||
$resourceid BOSS4_FIRSTSEE 371
|
||||
$resourceid PARTY_SPEECH 372
|
||||
$resourceid POSTAL_SPEECH 373
|
||||
$resourceid TGSPEECH 374
|
||||
$resourceid DOGROOMSPEECH 375
|
||||
$resourceid SMACKED 376
|
||||
$resourceid MDEVSPEECH 377
|
||||
$resourceid AREA51SPEECH 378
|
||||
$resourceid JEEPSOUND 379
|
||||
$resourceid BIGDOORSLAM 380
|
||||
$resourceid BOS4_LAY 381
|
||||
$resourceid WAVESOUND 382
|
||||
$resourceid ILLBEBACK 383
|
||||
$resourceid VOL4ENDSND1 384
|
||||
$resourceid VOL4ENDSND2 385
|
||||
$resourceid EXPANDERHIT 386
|
||||
$resourceid SNAKESPEECH 387
|
||||
$resourceid EXPANDERSHOOT 388
|
||||
$resourceid GETBACKTOWORK 389
|
||||
$resourceid JIBBED_ACTOR14 390
|
||||
$resourceid JIBBED_ACTOR15 391
|
||||
$resourceid INTRO4_B 392
|
||||
$resourceid BIGBANG 393
|
||||
$resourceid SMACKIT 394
|
||||
$resourceid BELLSND 395
|
||||
$resourceid GOAWAY 396
|
||||
$resourceid JOKE 397
|
||||
|
||||
$alias CRANEGRAB PLAYER_GRUNT
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
$conreserve GATORIDLE 438
|
||||
$conreserve GATORBITE 439
|
||||
$resourceid GATORIDLE 438
|
||||
$resourceid GATORBITE 439
|
||||
|
|
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue