Code: Select all
Patch File for DeHackEd v3.0
# Note: Use the pound sign ('#') to start comment lines.
Doom version = 19
Patch format = 6
Thing 40 (Teleport Flash)
Render Style = STYLE_Add
Alpha = 0.5
Moderator: Graf Zahl
Code: Select all
Patch File for DeHackEd v3.0
# Note: Use the pound sign ('#') to start comment lines.
Doom version = 19
Patch format = 6
Thing 40 (Teleport Flash)
Render Style = STYLE_Add
Alpha = 0.5
Code: Select all
actor NJTeleportFog : TeleportFog replaces TeleportFog
{
RENDERSTYLE ADD
ALPHA 0.5
+DONTSPLASH
}
actor NJZombieman : Zombieman replaces Zombieman
{
RENDERSTYLE ADD
ALPHA 0.5
+DONTSPLASH
}
actor NJBaronBall : BaronBall replaces BaronBall
{
RENDERSTYLE ADD
ALPHA 0.5
+DONTSPLASH
}