Skip to content

Commit

Permalink
Initial upload
Browse files Browse the repository at this point in the history
Added all files
  • Loading branch information
TheBlueSavior committed Aug 19, 2022
1 parent d41f220 commit da4367a
Show file tree
Hide file tree
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.
Binary file added ACS/GetActorZDist.lmp
Binary file not shown.
47 changes: 47 additions & 0 deletions Actors/Decorations/BloodyHeads.txt
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
}
}
34 changes: 34 additions & 0 deletions Actors/Decorations/CorpsePile.txt
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
}
}
23 changes: 23 additions & 0 deletions Actors/Decorations/DeadGeneral.txt
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
}
}
Loading

0 comments on commit da4367a

Please sign in to comment.