[r878] Actors directly fading out again

Bugs that have been resolved.

Moderator: Graf Zahl

Locked
User avatar
Tormentor667
Stronghold Team
Posts: 3555
Joined: Sun Nov 13, 2005 23:15
Location: Germany
Contact:

[r878] Actors directly fading out again

Post by Tormentor667 »

For a strange reason I do not understand, the snow actors of ths SFX Snow from Realm667 directly disappear after being spawned by their main actor. The wad can be found here:
http://www.realm667.com/index.php?optio ... 98&Itemid=

The effect can be tested with Stronghold in STR16 by the way. It worked before but I can't tell since when this bug is introdueced.

It just seems as the spawned actor

Code: Select all

Actor SnowParticle
{
  +MISSILE +NoBlockMap 
  Radius 1
  Height 1
  Damage 0
  Projectile
  RenderStyle Translucent
  Alpha 0.0
  Scale 0.7
  States
  {
  Spawn:
    SNOW AAAAAAA 2 A_FadeIn(0.1)
    SNOW A 3
    goto Spawn+7
  Death:
    SNOW AAAAAA 1 A_FadeOut(0.2)
    stop
  }
}
Instantly dies again.
User avatar
Gez
Developer
Developer
Posts: 1399
Joined: Mon Oct 22, 2007 16:47

Re: [r878] Actors directly fading out again

Post by Gez »

Works for me.

By the way, not that it'd change anything, but you can use Wait instead of Goto Spawn+7.
User avatar
Gez
Developer
Developer
Posts: 1399
Joined: Mon Oct 22, 2007 16:47

Re: [r878] Actors directly fading out again

Post by Gez »

No additional feedback and since the original spawner works for me I'm just going to guess you broke it somehow in Stronghold.
User avatar
Tormentor667
Stronghold Team
Posts: 3555
Joined: Sun Nov 13, 2005 23:15
Location: Germany
Contact:

Re: [r878] Actors directly fading out again

Post by Tormentor667 »

Sorry for the late response, there seems indeed to be a problem with Stronghold
Locked

Return to “Closed Bugs”