forked from EmeraldCoasttt/BrutalDoomPlatinum
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DECORATE.dec
459 lines (397 loc) · 11.4 KB
/
DECORATE.dec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
Actor DebrisGeneral
{
+MISSILE
+NOBLOCKMAP
+NOGRAVITY
+DROPOFF
+NOTELEPORT
+FORCEXYBILLBOARD
+NOTDMATCH
+GHOST
radius 1
height 1
mass 1
damage 0
}
#include DECORATE/TOKENS.txt
//Gore N' Blood
#include DECORATE/GORE/GOREGROUPS.txt
#include DECORATE/GORE/BLOOD.txt
#include DECORATE/GORE/MEAT.txt
#include DECORATE/GORE/LIMBS.txt
#include DECORATE/GORE/GREENGORE.txt
#include DECORATE/GORE/BLUEGORE.txt
#Include DECORATE/GORE/nukageblood.txt
#include DECORATE/GORE/BLOODSPLASH.txt
#include DECORATE/GORE/BURN.txt
#include DECORATE/GORE/DEAD.txt
#include DECORATE/Junk.txt
#include DECORATE/GORE/Leg.txt
#include DECORATE/GORE/Frozen.txt
#include DECORATE/EXECUTIONS.txt
//MISC
#include DECORATE/GORE/HEAD_SYS.txt
#include DECORATE/EFFECTS/PARTICLES.txt
#include DECORATE/EFFECTS/SMOKE.txt
#include DECORATE/EFFECTS/CASING.txt
#include DECORATE/EFFECTS/FIRE.txt
#include DECORATE/EFFECTS/SPARKS.txt
#include DECORATE/EFFECTS/FLARES.txt
#include DECORATE/EFFECTS/PUFF.txt
//ITEMS
#include DECORATE/ITEMS/AMMO.txt
#include DECORATE/ITEMS/ARTIFACT.txt
#include DECORATE/ITEMS/HEALTH2.txt
#include DECORATE/ITEMS/DROPABLES.txt
#include DECORATE/ITEMS/KEYS.txt
//i have to load these first otherwise it spits out errors lol
#include DECORATE/MONSTERS/MANCUBUS.txt
#include DECORATE/MONSTERS/REVENANT.txt
//Guns Guns Guns
#include DECORATE/EFFECTS/TRACERS.txt
#include DECORATE/WEAPONS/DEFAULTWEAPON.txt
#include DECORATE/WEAPONS/Grenades.txt
#include DECORATE/WEAPONS/AmmoDroper.txt
#include DECORATE/WEAPONS/EXPLOSIVES.txt
//1
#include DECORATE/WEAPONS/Slot1/MELEE.txt
#include DECORATE/WEAPONS/Slot1/SAW.txt
#include DECORATE/WEAPONS/Slot1/AXE.txt
//2
#include DECORATE/WEAPONS/Slot2/PISTOL.txt
#include DECORATE/WEAPONS/Slot2/DUALPISTOL.txt
#include DECORATE/WEAPONS/Slot2/SUBMACHINEGUN.txt
#include DECORATE/WEAPONS/Slot2/DUALSMG.txt
#include DECORATE/WEAPONS/Slot2/MP40.txt
#include DECORATE/WEAPONS/Slot2/DUALMP40.txt
#include DECORATE/WEAPONS/Slot2/DoxsRevolver.txt
#include DECORATE/WEAPONS/Slot2/DualRevolver.txt
//3
#include DECORATE/WEAPONS/Slot3/SHOTGUN.txt
#include DECORATE/WEAPONS/Slot3/SSG.txt
#include DECORATE/WEAPONS/Slot3/ASSAULTSHOTGUN.txt
//4
#include DECORATE/WEAPONS/Slot4/RIFLE.txt
#include DECORATE/WEAPONS/Slot4/DUALRIFLE.txt
#include DECORATE/WEAPONS/Slot4/MINIGUN.txt
#Include DECORATE/WEAPONS/Slot4/Nailgun.txt
#include DECORATE/WEAPONS/Slot4/MACHINEGUN.txt
//5
#include DECORATE/WEAPONS/Slot5/ROCKETLAUNCHER.txt
#include DECORATE/WEAPONS/Slot5/GRENADELAUNCH.txt
//6
#include DECORATE/WEAPONS/Slot6/PLASMA.txt
#include DECORATE/WEAPONS/Slot6/DUALPLASMA.txt
#include DECORATE/WEAPONS/Slot6/RAILGUN.txt
#include DECORATE/WEAPONS/Slot6/FREEZER.txt
//7
#include DECORATE/WEAPONS/Slot7/BFG.txt
#include DECORATE/WEAPONS/Slot7/BFG10k.txt
#include DECORATE/WEAPONS/Slot7/UNMAKER.txt
//8
#include DECORATE/WEAPONS/Slot8/FlameCannon.txt
#Include DECORATE/WEAPONS/Slot8/DualFlameCannon.txt
#include DECORATE/WEAPONS/Slot8/HellishMissile.txt
#include DECORATE/WEAPONS/Slot8/CyberdemonsMissileLauncher.txt
#include DECORATE/WEAPONS/Slot8/MastermindChaingun.txt
//Unused
#include DECORATE/WEAPONS/Unused/DRAGONSLAYER.txt
#include DECORATE/WEAPONS/Unused/REVOLVER.txt
#include DECORATE/WEAPONS/Unused/REVOLVER2.txt
#include DECORATE/WEAPONS/Unused/Flamethrower.txt
#include DECORATE/WEAPONS/Unused/NukeLauncher.txt
//
#include DECORATE/ITEMS/WeaponSpawners.txt
//Enemies
#include DECORATE/MONSTERS/ZOMBIEMEN.txt
#include DECORATE/MONSTERS/ZOMBIEMENVARIATIONS.txt
#include DECORATE/MONSTERS/ZOMBIEMANVARIATION2.txt
#include DECORATE/MONSTERS/PistolHelmetZombie.txt
#Include DECORATE/MONSTERS/HelmetRifleZombie.txt
#include DECORATE/MONSTERS/DualPistolZombie.txt
#Include DECORATE/MONSTERS/DualPistolHelmetZombie.txt
#include DECORATE/MONSTERS/MUMMY.txt
#include DECORATE/MONSTERS/SERGEANTS.txt
#include DECORATE/MONSTERS/ShotgunGuyHelmet.txt
#include DECORATE/MONSTERS/RiotSergeant.txt
#include DECORATE/MONSTERS/COMANDO.txt
#include DECORATE/MONSTERS/LABGUY.txt
#include DECORATE/MONSTERS/IMPS.txt
#include DECORATE/MONSTERS/DEMONS.txt
#include DECORATE/MONSTERS/SPECTRE.txt
#include DECORATE/MONSTERS/NIGHTMAREDEMONS.txt
#include DECORATE/MONSTERS/KNIGHT.txt
#include DECORATE/MONSTERS/BARON.txt
#include DECORATE/MONSTERS/LOSTSOUL.txt
#include DECORATE/MONSTERS/SPIDERS.txt
#include DECORATE/MONSTERS/SPIDERS2.txt
//#include DECORATE/MONSTERS/REVENANT.txt
//#include DECORATE/MONSTERS/MANCUBUS.txt
#include DECORATE/MONSTERS/VOLCABUS.txt
#include DECORATE/MONSTERS/CACODEMO.txt
#include DECORATE/MONSTERS/PAINELEMENTAL.txt
#include DECORATE/MONSTERS/ARCHVILE.txt
#include DECORATE/MONSTERS/CYBERDEMON.txt
#include DECORATE/MONSTERS/MASTERMIND.txt
#include DECORATE/MONSTERS/ICONOFSIN.txt
//ST Monsters
#include DECORATE/MONSTERS/BELPHEGOR.txt
#include DECORATE/MONSTERS/JUGGERNAUT.txt
//Bosses
#include DECORATE/MONSTERS/MOTHERDEMON.txt
#include DECORATE/MONSTERS/NAZIS.txt
#include DECORATE/MONSTERS/UBERSOLDAT.txt
#include DECORATE/MONSTERS/EEEVILLL.txt
//MISC
#include DECORATE/MONSTERS/UnderwaterMonsters.txt
#include DECORATE/MONSTERS/StealthMonsters.txt
#include DECORATE/MONSTERS/BossBrain.txt
#include DECORATE/MONSTERS/VanillaMonsters.txt
#include DECORATE/MONSTERS/DyingGuys.txt
#include DECORATE/MONSTERS/LastStandMonsters.txt
//DECORATIONS
#include DECORATE/DECORATIONS/FURNITURE.txt
#include DECORATE/DECORATIONS/LAMPS.txt
#include DECORATE/DECORATIONS/NATURAL.txt
#include DECORATE/DECORATIONS/FIREWORKS.txt
#include DECORATE/DECORATIONS/TORCHES.txt
#include DECORATE/DECORATIONS/SPLASHES.txt
//MeatShields
#include DECORATE/MeatShields/ZMANSHIELD.txt
#include DECORATE/MeatShields/IMPSHIELD.txt
#include DECORATE/MeatShields/SGUYSHIELD.txt
#include DECORATE/MeatShields/CGUYSHIELD.txt
#include DECORATE/MeatShields/NAZISHIELD.txt
#include DECORATE/MeatShields/EvilMarineSHIELD.txt
#include DECORATE/MeatShields/ZombieCivilianSHIELD.txt
//Friendly Marines
#include DECORATE/Marines/MARINES.txt
#include DECORATE/Marines/CapturedMarine.txt
#include DECORATE/Marines/FistMarine.txt
#include DECORATE/Marines/SawMarine.txt
#include DECORATE/Marines/SMGMarine.txt
#include DECORATE/Marines/ShotgunMarine.txt
#include DECORATE/Marines/SSGMarine.txt
#include DECORATE/Marines/ChaingunMarine.txt
#include DECORATE/Marines/RocketLauncherMarine.txt
#include DECORATE/Marines/GrenadeMarine.txt
#include DECORATE/Marines/PlasmagunMarine.txt
#include DECORATE/Marines/RailgunMarine.txt
#include DECORATE/Marines/BFGMarine.txt
#include DECORATE/Marines/BFG10KMarine.txt
#include DECORATE/Marines/FlameMarine.txt
#include DECORATE/Marines/HMLMarine.txt
//Player Classes
#include DECORATE/PLAYER.txt
#include DECORATE/Footsteps.txt
#include DECORATE/WEAPONS/ClassicWeapons.txt
//COOL EFFECTS
#include DECORATE/EFFECTS/Teleports.txt
#include DECORATE/EFFECTS/Water.txt
#include DECORATE/EFFECTS/FlatDecals.txt
#include DECORATE/EFFECTS/CryoProjectiles.txt
#include DECORATE/GORE/NailStuff.txt
//#include BrutalChexQuest.txt
//MAP ENHANCEMENT SYSTEM
#include DECORATE/MES/MapSpecificDec.txt
#include DECORATE/MES/MapDetection.txt
#include DECORATE/MES/Doom1Remap.txt
#include DECORATE/MES/Doom2Remap.txt
#include DECORATE/MES/PlutoniaRemap.txt
#include DECORATE/MES/TNTRemap.txt
#include DECORATE/MES/OthermapsRemap.txt
#include DECORATE/MES/SpecialDoom1Bosses.txt
#include DECORATE/MES/Epic2Stuff.txt
//VEHICLES
#include DECORATE/VEHICLES/Tank.txt
#include DECORATE/VEHICLES/ArtilleryTank.txt
#include DECORATE/VEHICLES/Mech.txt
#include DECORATE/VEHICLES/Helicopter.txt
#include DECORATE/VEHICLES/HeavyMachinegun.txt
#include DECORATE/VEHICLES/VehicleCrashes.txt
#include DECORATE/VEHICLES/Repairs.txt
#include DECORATE/VEHICLES/EnemyTanks.txt
#include DECORATE/VEHICLES/Critters.txt
#include DECORATE/VEHICLES/BIKE.txt
Actor DoStrengthRuneAnim : Inventory
{
inventory.maxamount 1
}
Actor Jetpack_Active : Inventory
{
inventory.maxamount 1
}
Actor ZombiemanAmmoDual : Inventory { inventory.maxamount 40 }
//Mechanical's stuffs uwu
Actor Fire2Activate : Inventory
{
inventory.maxamount 1
}
Actor PressedOnce : Inventory
{
inventory.maxamount 1
}
Actor PressedTwice : Inventory
{
inventory.maxamount 1
}
Actor Aiming0 : Inventory
{
inventory.maxamount 1
}
Actor Aiming1 : Inventory
{
inventory.maxamount 1
}
Actor Aiming2 : Inventory
{
inventory.maxamount 1
}
Actor ScreenFX : Inventory
{
inventory.maxamount 1
}
Actor BloodTrail: Inventory
{
inventory.maxamount 1
}
Actor CheckFrame : Inventory
{
inventory.maxamount 37
}
Actor FPSLegChecker : Inventory
{
inventory.maxamount 1
}
Actor NoPitch : Inventory
{
inventory.maxamount 1
}
Actor SelectAnim : Inventory
{
inventory.maxamount 1
}
Actor Grabbing_A_Ledge : Inventory
{
inventory.maxamount 1
}
Actor Climbed_Ledge : Inventory
{
inventory.maxamount 1
}
////////////////////////////////////
//My stuff uwu
ACTOR HasFrozenRailgun: Inventory {Inventory.MaxAmount 1}
Actor HasFreezerWeapon: Inventory {inventory.maxamount 1}
Actor NoFancyShooting: Inventory
{
inventory.maxamount 1
}
Actor NoShotgunStrap: Inventory
{
inventory.maxamount 1
}
Actor NoSmartDualWield: Inventory
{
inventory.maxamount 1
}
Actor RememberDualPistol : Inventory {inventory.maxamount 1}
Actor RememberDualSMG : Inventory {inventory.maxamount 1}
Actor RememberDualMP40 : Inventory {inventory.maxamount 1}
Actor RememberDualRifle : Inventory {inventory.maxamount 1}
Actor RememberDualPlasma : Inventory {inventory.maxamount 1}
ACTOR XDeathMarineLeg: XDeathArm1
{
States
{
Spawn:
TNT1 A 0 A_SpawnItem ("Brutal_BloodSpot", 0, 1)
TNT1 A 0 A_JumpIf(waterlevel > 1, "Death")
XDMG FGHIJKLM 5 A_CustomMissile ("Brutal_FlyingBloodTrail", 0, 0, random (0, 360), 2, random (0, 360))
Loop
Death:
XDMG M 1
XDT5 I 0 A_SpawnItem("Gib_MarineLeg")
Stop
}
}
actor Gib_MarineLeg: LimbBase
{
States
{
Spawn:
TNT1 A 0
TNT1 A 0 A_QueueCorpse
XDMG M 1 A_SpawnItem ("Brutal_BloodSpot", 0, 1)
XDMG J -1
Stop
Death:
TNT1 A 0
Stop
}
}
ACTOR Soap: CustomInventory
{
scale 0.8
radius 12
height 14
+INVENTORY.ALWAYSPICKUP
+INVENTORY.NEVERRESPAWN
Inventory.Amount 1
Inventory.MaxAmount 1
-THRUACTORS
Inventory.PickupMessage "You got some UAC soap for your boots!"
Mass 1
States
{
Spawn:
SOAP A 2 BRIGHT
Loop
Pickup:
TNT1 A 0
NULL A 0 A_TakeInventory("GreenBloodOnBoots",1)
NULL A 0 A_TakeInventory("BlueBloodOnBoots",1)
NULL A 0 A_TakeInventory("RedBloodOnBoots",1)
NULL A 0 A_TakeInventory("PowerGreenBloodOnVisor",1)
NULL A 0 A_TakeInventory("PowerBlueBloodOnVisor",1)
NULL A 0 A_TakeInventory("PowerBloodOnVisor",1)
TNT1 A 0 A_TakeInventory("Soap", 1)
Stop
}
}
//SLUG SHOTGUN PUFF
actor ShotgunPuffSlug : HitPuff
{
DamageType Shotgun
Scale 0.8
Decal "ShotgunSlugDecal"
}
// Testmap - Demon Core
ACTOR DemonCoreSpawner : RandomSpawner
{
DropItem "Zombieman", 255, 500
DropItem "ShotgunGuy", 255, 500
DropItem "ChaingunGuy", 255, 350
DropItem "DoomImp", 255, 350
DropItem "LostSoul", 255, 300
DropItem "Demon", 255, 120
DropItem "Spectre", 255, 120
DropItem "NightmarePinky", 255, 80
DropItem "Cacodemon", 255, 80
DropItem "PainElemental", 255, 80
DropItem "HellKnight", 255, 70
Dropitem "Fatso", 255, 60
DropItem "Arachnotron", 255, 60
DropItem "ArchVile", 255, 40
// DropItem "ZombieHelicopter", 255, 30
DropItem "BaronofHell", 255, 30
DropItem "Arachnotron2", 255, 20
DropItem "Belphegor2", 255, 20
DropItem "Volcabus", 255, 10
// DropItem "ZombieMech", 255, 4
DropItem "SpiderMastermind", 255, 3
// DropItem "ZombieArtilleryTank", 255, 3
DropItem "Cyberdemon", 255, 2
DropItem "ZombieTank", 255, 2
// DropItem "Juggernaut", 255, 1
}