-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added all files
- Loading branch information
TheBlueSavior
committed
Aug 19, 2022
1 parent
d41f220
commit da4367a
Showing
12,221 changed files
with
35,218 additions
and
0 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
Actor Head1 | ||
{ | ||
Radius 20 | ||
Height 4 | ||
States | ||
{ | ||
Spawn: | ||
HED1 A -1 | ||
Loop | ||
} | ||
} | ||
|
||
Actor Head2 | ||
{ | ||
Radius 20 | ||
Height 4 | ||
States | ||
{ | ||
Spawn: | ||
HED2 A -1 | ||
Loop | ||
} | ||
} | ||
|
||
Actor Head3 | ||
{ | ||
Radius 20 | ||
Height 4 | ||
States | ||
{ | ||
Spawn: | ||
HED3 A -1 | ||
Loop | ||
} | ||
} | ||
|
||
Actor Head4 | ||
{ | ||
Radius 20 | ||
Height 4 | ||
States | ||
{ | ||
Spawn: | ||
HED4 A -1 | ||
Loop | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
Actor CorpsePile | ||
{ | ||
Radius 24 | ||
Height 60 | ||
-SOLID | ||
+FLOORCLIP | ||
States | ||
{ | ||
Spawn: | ||
TNT1 A 0 A_Spawnitemex("DecalMaster",0,0,0,0,0,0,0,0,200) | ||
TNT1 AAAAAAAAAA 0 A_SpawnItemEx("Fly") | ||
TNT1 AAAAAAAAAA 0 A_SpawnItemEx("LargeWhiteMaggot") | ||
TNT1 A 0 A_SpawnItemEx("MaliceBodiless_Swarm") | ||
PILE A -1 | ||
Stop | ||
} | ||
} | ||
|
||
Actor UncleanOne | ||
{ | ||
Radius 24 | ||
Height 60 | ||
-SOLID | ||
+FLOORCLIP | ||
States | ||
{ | ||
Spawn: | ||
TNT1 A 0 A_Spawnitemex("DecalMaster") | ||
TNT1 AAAAAAAAAAAAAAAAAA 0 A_SpawnItemEx("Fly") | ||
TNT1 AAAAAAAAAAAAAAAAA 0 A_SpawnItemEx("LargeWhiteMaggot") | ||
UNCO A -1 | ||
Stop | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
//////////////////////////////////////// | ||
//////////DEAD GENERAL////////////////// | ||
//////////////////////////////////////// | ||
|
||
ACTOR DeadGeneral | ||
{ | ||
Game Doom | ||
Radius 20 | ||
Height 1 | ||
+NOBLOCKMAP | ||
+MOVEWITHSECTOR | ||
States | ||
{ | ||
Spawn: | ||
TNT1 AA 1 A_SpawnItem("CorpseMaggotSpawner") | ||
TNT1 AAAA 1 A_SpawnItemEx("Fly",0,0,0,0,0,0,0,SXF_NOCHECKPOSITION,155) | ||
TNT1 AAAA 1 A_SpawnItemEx("LargeWhiteMaggot",0,0,0,0,0,0,0,SXF_NOCHECKPOSITION,100) | ||
TNT1 AAA 0 A_SpawnItemEx("MaliceGoreFlies",random(-10,10),random(-10,10),random(0,15)) | ||
TNT1 A 1 A_Spawnitemex("DecalMaster",0,0,0,0,0,0,0,SXF_NOCHECKPOSITION,230) | ||
TNT1 A 1 A_SpawnItemEx("PM_CorpseCritterRandoms",0,0,0,0,0,0,0,SXF_NOCHECKPOSITION,245) | ||
Stop | ||
} | ||
} |
Oops, something went wrong.