[1.0.04] Missing HeXen weapon action functions

Bugs that have been resolved.

Moderator: Graf Zahl

Locked
User avatar
MartinHowe
Posts: 154
Joined: Tue Aug 30, 2005 22:07
Location: East Suffolk (UK)

[1.0.04] Missing HeXen weapon action functions

Post by MartinHowe »

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" :) ?
User avatar
wildweasel
DRD Team Admin (Inactive)
Posts: 2132
Joined: Wed Jun 29, 2005 22:00
Location: the Admincave!
Contact:

Post by wildweasel »

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.
User avatar
Graf Zahl
GZDoom Developer
GZDoom Developer
Posts: 7148
Joined: Wed Jul 20, 2005 9:48
Location: Germany
Contact:

Post by Graf Zahl »

The Hexen weapon functions are too specialized and have side effects. That's why they are not accessible.
User avatar
MartinHowe
Posts: 154
Joined: Tue Aug 30, 2005 22:07
Location: East Suffolk (UK)

Post by MartinHowe »

Graf Zahl wrote:The Hexen weapon functions are too specialized and have side effects. That's why they are not accessible.
I kinda wondered if it was something like that.
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.
Thanks WW.


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.
Locked

Return to “Closed Bugs”