The first thing that came to my mind is to create an actor which is just a flat blood pool, so that i won't need to make a 3d model or make a really small 3d floor with a blood texture.
However, a few seconds after i load up a map with it, the game just crashes. If i can see it before it crashes, it will just freeze until it crashes...
Here's the decorate:
Code: Select all
ACTOR CucBloodPool 31000
{
Scale 0.5
Height 1
Radius 25
+FLATSPRITE
+NOBLOCKMAP
+DONTSPLASH
+NOGRAVITY
States
{
Spawn:
TNT1 A 0 A_SetPitch(90)
Goto Pool
Pool:
BSPL A 1
Loop
}
}
https://www.dropbox.com/s/qjaxdaqdgit5k ... e.wad?dl=0
Thanks in advance
