Page 1 of 1

Hexen Serpent Staff?

Posted: Sun May 07, 2006 22:53
by Eriance
In Hexen, the serapent staff fires two projectiles that wiggle around. Although there is the A_CstaffSlither (or something like that in decorate, it doesn't emulate the effect correctly. It only causes the projectile to wiggle in one direction, whereas the real Serpent staff's projectile wiggle in the opposite direction from one another. How is that done? Or is that more hard coded crap that can't be done?

Posted: Mon May 08, 2006 1:03
by Graf Zahl
That requires setting an internal variable that isn't accessible through DECORATE.

Posted: Mon May 08, 2006 1:14
by Eriance
Graf Zahl wrote:That requires setting an internal variable that isn't accessible through DECORATE.


So it's basically unchangable hardcoded stuff?

Posted: Mon May 08, 2006 8:33
by Graf Zahl
Right now, yes.