
[1.0.04] Missing HeXen weapon action functions
Moderator: Graf Zahl
- MartinHowe
- Posts: 154
- Joined: Tue Aug 30, 2005 22:07
- Location: East Suffolk (UK)
[1.0.04] Missing HeXen weapon action functions
I am recreating a variant of the Cleric Mace weapon from scratch and want it to work in full, including the "thud" if it hits a wall. However, DECORATE does not expose the A_CMaceAttack codepointer. Is this a bug, an unimplemented (yet) feature, or a "WTF would anybody want to do that"
?

- wildweasel
- DRD Team Admin (Inactive)
- Posts: 2132
- Joined: Wed Jun 29, 2005 22:00
- Location: the Admincave!
- Contact:
- Graf Zahl
- GZDoom Developer
- Posts: 7148
- Joined: Wed Jul 20, 2005 9:48
- Location: Germany
- Contact:
- MartinHowe
- Posts: 154
- Joined: Tue Aug 30, 2005 22:07
- Location: East Suffolk (UK)
I kinda wondered if it was something like that.Graf Zahl wrote:The Hexen weapon functions are too specialized and have side effects. That's why they are not accessible.
Thanks WW.wildweasel wrote:You can do this by using a special puff, making its DeathSound the "thud" sound, and then putting A_Scream on one of the frames.
Despite the above, it should surely be possible to recreate the weapons at least to a good approximation? However, this isn't the place for it; please refer to this thread; I could do with a bit more help on this.