forked from BLOODWOLF333/Brutal-Doom-Community-Expansion
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBFG10k.txt
340 lines (316 loc) · 10.9 KB
/
BFG10k.txt
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
Actor BFG10k : BrutalWeapon
{
Radius 20
Height 20
Weapon.AmmoUse 10
Weapon.AmmoGive 0
Weapon.AmmoType "AmmoCell"
Weapon.Kickback 100
Weapon.SelectionOrder 3000
Inventory.Pickupmessage "$GOTBFG10K"
Inventory.PickupSound "BFGREADY"
Obituary "%o was blasted by %k's BFG10K"
Decal BFGLightning
+WEAPON.BFG
+WEAPON.NOAUTOAIM
+WEAPON.NOAUTOFIRE
+WEAPON.EXPLOSIVE
YScale 0.7
XScale 0.9
DropItem "BFG10KSpawner"
States
{
Spawn:
BFG2 A -1
Stop
Ready:
Ready3:
SteadY:
BG2G A 0
BG2G A 0 A_PlaySound ("10KIDLE", 1)
BG2G A 3 BRIGHT A_WeaponReady
BG2G A 0 A_JumpIfInventory("FiredPrimary",1,"Fire")
BG2G A 0 A_JumpIfInventory("Kicking",1,"DoKick")
BG2G A 0 A_JumpIfInventory("Taunting",1,"Taunt")
BG2G A 0 A_JumpIfInventory("Salute1", 1, "Salute")
BG2G A 0 A_JumpIfInventory("Salute2", 1, "Salute")
BG2G A 0 A_JumpIfInventory("TossGrenade",1,"TossGrenade")
TNT1 A 0 A_JumpIfInventory("ExecuteDownedEnemy", 1, "DoExecution")
BG2G A 0 A_JumpIfInventory("IsRunning",1,"CheckSprint")
BG2G B 3 BRIGHT A_WeaponReady
BG2G A 0 A_JumpIfInventory("FiredPrimary",1,"Fire")
BG2G A 0 A_JumpIfInventory("Kicking",1,"DoKick")
BG2G A 0 A_JumpIfInventory("Taunting",1,"Taunt")
BG2G A 0 A_JumpIfInventory("Salute1", 1, "Salute")
BG2G A 0 A_JumpIfInventory("Salute2", 1, "Salute")
BG2G A 0 A_JumpIfInventory("TossGrenade",1,"TossGrenade")
TNT1 A 0 A_JumpIfInventory("ExecuteDownedEnemy", 1, "DoExecution")
BG2G A 0 A_JumpIfInventory("IsRunning",1,"CheckSprint")
BG2G C 3 BRIGHT A_WeaponReady
BG2G A 0 A_JumpIfInventory("FiredPrimary",1,"Fire")
BG2G A 0 A_JumpIfInventory("Kicking",1,"DoKick")
BG2G A 0 A_JumpIfInventory("Taunting",1,"Taunt")
BG2G A 0 A_JumpIfInventory("Salute1", 1, "Salute")
BG2G A 0 A_JumpIfInventory("Salute2", 1, "Salute")
BG2G A 0 A_JumpIfInventory("TossGrenade",1,"TossGrenade")
TNT1 A 0 A_JumpIfInventory("ExecuteDownedEnemy", 1, "DoExecution")
BG2G A 0 A_JumpIfInventory("IsRunning",1,"CheckSprint")
BG2G D 3 BRIGHT A_WeaponReady
BG2G A 0 A_JumpIfInventory("FiredPrimary",1,"Fire")
BG2G A 0 A_JumpIfInventory("Kicking",1,"DoKick")
BG2G A 0 A_JumpIfInventory("Taunting",1,"Taunt")
BG2G A 0 A_JumpIfInventory("Salute1", 1, "Salute")
BG2G A 0 A_JumpIfInventory("Salute2", 1, "Salute")
BG2G A 0 A_JumpIfInventory("TossGrenade",1,"TossGrenade")
TNT1 A 0 A_JumpIfInventory("ExecuteDownedEnemy", 1, "DoExecution")
BG2G A 0 A_JumpIfInventory("IsRunning",1,"CheckSprint")
Loop
Deselect:
BG2G A 0 A_TakeInventory("TossGrenade", 1)
TNT1 A 0 A_TakeInventory("Unloading", 1)
TNT1 A 0 A_TakeInventory("Reloading", 1)
TNT1 A 0 A_TakeInventory("StartDualWield",1)
BG2G EEEEEEE 1 BRIGHT A_Lower
Loop
Select:
BG2G A 0 A_Giveinventory("GoSpecial",1)
TNT1 A 0 A_TakeInventory("FistsSelected", 1)
TNT1 A 0 A_TakeInventory("ShotgunSelected", 1)
TNT1 A 0 A_TakeInventory("MinigunSelected", 1)
TNT1 A 0 A_TakeInventory("SSGSelected", 1)
TNT1 A 0 A_TakeInventory("RocketLauncherSelected", 1)
TNT1 A 0 A_TakeInventory("GrenadeLauncherSelected", 1)
TNT1 A 0 A_TakeInventory("PlasmaGunSelected", 1)
TNT1 A 0 A_TakeInventory("RailGunSelected", 1)
TNT1 A 0 A_TakeInventory("RevenantLauncherSelected", 1)
TNT1 A 0 A_TakeInventory("SubMachineGunSelected", 1)
TNT1 A 0 A_GiveInventory("BFG10KSelected", 1)
TNT1 A 0 A_TakeInventory("BFGSelected", 1)
TNT1 A 0 A_TakeInventory("FlameCannonSelected", 1)
TNT1 A 0 A_TakeInventory("SawSelected", 1)
BG2G A 0 A_Takeinventory("HasBarrel",1)
SelectAnimation:
BG2G EEEEEE 1 BRIGHT A_Raise
BG2G A 0 A_GunFlash
BG2G A 0 A_PlaySound("BFGREADY", 3)
BG2G E 1 BRIGHT
Goto Ready
Fire:
BG2G A 0 A_JumpIfInventory("AmmoCell",10,1)
Goto Ready
BG2G E 20 BRIGHT A_PlaySound("10KSTART", 4)
BG2G FGHIJ 2 BRIGHT
Goto Hold
Hold:
BG2G A 0 A_JumpIfInventory("AmmoCell",10,1)
Goto Ready
BG2G K 1 BRIGHT A_SpawnItemEx("GreenFlareSpawn",32,0,28)
BG2G A 0 A_PlaySound("10KFIRE", 1)
TNT1 A 0 A_FireCustomMissile("Alerter",0,0)
BG2G A 0 A_JumpIfInventory("DMgame", 1, "DMHold")
BG2G L 1 BRIGHT A_FireCustomMissile("BFG10K_Ball",frandom(-1.2,1.2),1,0,0,0,frandom(-1.4,1.4))
TNT1 A 0 A_Recoil(4)
TNT1 A 0 A_ZoomFactor(0.97)
BG2G M 1 BRIGHT A_SpawnItemEx("GreenFlareSpawn",32,0,28)
TNT1 A 0 A_ZoomFactor(1.0)
RIFG A 0 A_JumpIfInventory("IsNOTTacticalClass", 1, 2)//tactical mode has muzzle climb
RIFG A 0 A_SetPitch(pitch-6.0)
RIFG A 0 A_SetPitch(pitch-6.0)
BG2G FGHIJ 1 BRIGHT A_SetPitch(pitch+1.2)
BG2G N 0 A_ReFire
BG2G O 30 A_PlaySound("10KSTOP", 4)
Goto Ready
DMHold:
BG2G L 1 BRIGHT A_FireCustomMissile("BFG10K_BallDM",frandom(-1.2,1.2),1,0,0,0,frandom(-1.4,1.4))
TNT1 A 0 A_Recoil(4)
TNT1 A 0 A_ZoomFactor(0.97)
BG2G M 1 BRIGHT A_SpawnItemEx("GreenFlareSpawn",32,0,28)
TNT1 A 0 A_ZoomFactor(1.0)
RIFG A 0 A_JumpIfInventory("IsNOTTacticalClass", 1, 2)//tactical mode has muzzle climb
RIFG A 0 A_SetPitch(pitch-6.0)
RIFG A 0 A_SetPitch(pitch-6.0)
BG2G FGHIJ 1 BRIGHT A_SetPitch(pitch+1.2)
BG2G N 0 A_ReFire
BG2G O 30 A_PlaySound("10KSTOP", 4)
Goto Ready
CheckSprint:
BG2G ABCD 3 BRIGHT A_WeaponReady(WRF_NOFIRE)
BG2G A 0 A_JumpIfInventory("IsStandingStill", 1, "Ready3")
BG2G A 0 A_JumpIfInventory("IsTacticalClass", 1, "StartSprint")
Goto Ready3
StartSprint:
BG2G A 1 BRIGHT A_WeaponReady(WRF_NOFIRE)
TNT1 A 0 A_JumpIfInventory("PowerStrength", 1, 2)
BG2G A 0 A_JumpIfInventory("UsedStamina", 90, "StopSprintTired")
Sprinting:
BG2G A 0
BG2G A 0 A_PlaySound ("10KIDLE", 1)
BG2G A 0 A_JumpIfInventory("IsStandingStill", 1, "Ready3")
TNT1 A 0 A_JumpIfInventory("PowerStrength", 1, 2)
BG2G A 0 A_JumpIfInventory("UsedStamina", 100, "StopSprintTired")
PLAY A 0 ACS_NamedExecuteAlways("BDSprint", 0, 0, 0, 0)//Makes player faster.
BG2G A 1 offset(-9,34) A_SetPitch(pitch -0.5)
BG2G A 1 offset(-6,36) A_SetPitch(pitch -0.5)
TNT1 A 0 A_GiveInventory("UsedStamina", 2)
BG2G A 1 offset(-3,38) A_SetPitch(pitch -0.5)
BG2G A 1 offset(0,38) A_SetPitch(pitch -0.5)
TNT1 A 0 A_GiveInventory("UsedStamina", 2)
BG2G B 1 offset(3,36) A_SetPitch(pitch -0.5)
BG2G B 1 offset(6,34) A_SetPitch(pitch -0.5)
TNT1 A 0 A_GiveInventory("UsedStamina", 2)
BG2G B 1 offset(9,32) A_SetPitch(pitch -0.5)
BG2G B 1 offset(9,32) A_WeaponReady(WRF_NOBOB)
BG2G A 0 A_JumpIfInventory("Kicking",1,"DoKick")
BG2G A 0 A_JumpIfInventory("Taunting",1,"Taunt")
BG2G C 1 offset(9,33) A_SpawnItemEx("FootStep", 0, 0, 2, 0, 0, -4)
BG2G C 1 offset(9,34) A_SetPitch(pitch +0.5)
TNT1 A 0 A_GiveInventory("UsedStamina", 2)
BG2G C 1 offset(6,36) A_SetPitch(pitch +0.5)
BG2G C 1 offset(3,38) A_SetPitch(pitch +0.5)
TNT1 A 0 A_GiveInventory("UsedStamina", 2)
BG2G D 1 offset(0,38) A_SetPitch(pitch +0.5)
BG2G D 1 offset(-3,36) A_SetPitch(pitch +0.5)
TNT1 A 0 A_GiveInventory("UsedStamina", 2)
BG2G D 1 offset(-6,34) A_SetPitch(pitch +0.5)
BG2G D 1 offset(-9,32) A_SetPitch(pitch +0.5)
TNT1 A 0 A_GiveInventory("UsedStamina", 2)
BG2G A 0 A_WeaponReady(WRF_NOBOB)
BG2G A 0 A_JumpIfInventory("IsRunning", 1, "Sprinting")
Goto StopSprint
StopSprintTired:
BG2G A 0
PLAY A 0 ACS_NamedExecuteAlways("BDTacticalSpeed", 0, 0, 0, 0)//Makes player slower.
BG2G A 0 A_PlaySound("Tired", 2)
BG2G A 0 A_PlaySound ("10KIDLE", 1)
BG2G A 4 BRIGHT A_WeaponReady
BG2G A 0 A_TakeInventory("UsedStamina", 1)
BG2G B 4 BRIGHT A_WeaponReady
BG2G A 0 A_TakeInventory("UsedStamina", 1)
BG2G C 4 BRIGHT A_WeaponReady
BG2G A 0 A_PlaySound ("10KIDLE", 1)
BG2G A 0 A_TakeInventory("UsedStamina", 1)
BG2G D 4 BRIGHT A_WeaponReady
BG2G A 0 A_TakeInventory("UsedStamina", 1)
BG2G A 4 BRIGHT A_WeaponReady
BG2G A 0 A_TakeInventory("UsedStamina", 1)
BG2G B 4 BRIGHT A_WeaponReady
BG2G A 0 A_PlaySound ("10KIDLE", 1)
BG2G A 0 A_TakeInventory("UsedStamina", 1)
Goto Ready
StopSprint:
BG2G A 1 BRIGHT
TNT1 A 0 A_JumpIfInventory("PowerStrength", 1, 2)
BG2G A 0 A_JumpIfInventory("UsedStamina", 90, "StopSprintTired")
PLAY A 0 ACS_NamedExecuteAlways("BDTacticalSpeed", 0, 0, 0, 0)//Makes player slower.
Goto Ready
}
}
ACTOR BFG10K_Ball: FastProjectile
{
Radius 10
Height 2
Speed 200
Damage (random(160, 160))
DamageType Desintegrate
Decal "SmallerScorch"
Projectile
+RANDOMIZE
+SPECTRAL
//+SHOOTABLE
-NOBLOCKMAP
+NOBLOOD
+NORADIUSDMG
+THRUSPECIES
+MTHRUSPECIES
+FORCEXYBILLBOARD
Species "Marines"
Scale 1.0
renderstyle ADD
alpha 0.99
Scale 0.4
DeathSound "weapons/plasmax"
SeeSound "None"
Obituary "$OB_MPPLASMARIFLE"
States
{
Spawn:
BFS1 AB 1 BRIGHT A_CustomMissile ("BFGDeathParticleFast", 0, 0, random (0, 360), 2, random (0, 360))
Loop
Death:
BFE1 A 0 Bright
BFE1 A 3 Bright A_Explode(140,70,0)
BG2G A 0 A_BFGSpray("SuperBFGExtra", 10)
BG2G A 0 Radius_Quake(3, 2, 0, 12, 0)
BG2G A 0 Bright A_SpawnItem("GreenShockWave",0,0,0)
EXPL AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA 0 A_CustomMissile ("BFGDeathParticleSuperFast", 0, 0, random (0, 360), 2, random (0, 360))
EXPL AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA 0 A_CustomMissile ("BFGDeathParticleFast", 0, 0, random (0, 360), 2, random (0, 360))
EXPL AAAA 0 A_CustomMissile ("BFGBIGFOG", 0, 0, random (0, 360), 2, random (0, 360))
TNT1 AAAAAAA 0 A_CustomMissile ("GreenExplosionFire", 2, 0, random (0, 360), 2, random (0, 360))
EXPL AA 0 A_CustomMissile ("BigNeoSmoke", 0, 0, random (0, 360), 2, random (0, 360))
BFE1 BCDEF 2 Bright
BG2G A 0 A_PlaySound("FAREXPL")
TNT1 AAAA 2 A_CustomMissile ("BigNeoSmoke", 2, 0, random (0, 360), 2, random (0, 360))
Stop
}
}
ACTOR MarineBFG10K_Ball : BFG10K_Ball
{
DamageType "Friendbullet"
States
{
Spawn:
BFS1 AB 1 BRIGHT A_CustomMissile ("BFGDeathParticleFast", 0, 0, random (0, 360), 2, random (0, 360))
Loop
Death:
BFE1 A 0 Bright
BFE1 A 3 Bright A_Explode(140,70,0)
BG2G A 0 A_BFGSpray("MarineBFGExtra", 10)
BG2G A 0 Radius_Quake(3, 2, 0, 12, 0)
BG2G A 0 Bright A_SpawnItem("GreenShockWave",0,0,0)
EXPL AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA 0 A_CustomMissile ("BFGDeathParticleSuperFast", 0, 0, random (0, 360), 2, random (0, 360))
EXPL AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA 0 A_CustomMissile ("BFGDeathParticleFast", 0, 0, random (0, 360), 2, random (0, 360))
EXPL AAAA 0 A_CustomMissile ("BFGBIGFOG", 0, 0, random (0, 360), 2, random (0, 360))
TNT1 AAAAAAA 0 A_CustomMissile ("GreenExplosionFire", 2, 0, random (0, 360), 2, random (0, 360))
EXPL AA 0 A_CustomMissile ("BigNeoSmoke", 0, 0, random (0, 360), 2, random (0, 360))
BFE1 BCDEF 2 Bright
BG2G A 0 A_PlaySound("FAREXPL")
TNT1 AAAA 2 A_CustomMissile ("BigNeoSmoke", 2, 0, random (0, 360), 2, random (0, 360))
Stop
}
}
Actor BFG10K_BallDM : BFG10K_Ball
{
Species "None"
-THRUSPECIES
-MTHRUSPECIES
}
ACTOR GreenExplosionFire
{
Game Doom
Radius 1
Height 1
Speed 3
+NOBLOCKMAP
+NOTELEPORT
+DONTSPLASH
+MISSILE
+FORCEXYBILLBOARD
+CLIENTSIDEONLY
+NOINTERACTION
+NOCLIP
RenderStyle Add
Scale 2.0
Alpha 1
Gravity 0
States
{
Spawn:
TNT1 A 1
EXPG ABCDEFG 3 BRIGHT
Stop
}
}
ACTOR GreenExplosionFireSmall: GreenExplosionFire
{
Scale 0.6
}