Jump to content
Search In
  • More options...
Find results that contain...
Find results in...
Magnum Express

Mimicing Wolfenstein's hitscan damage

Recommended Posts

I'm working on a Wolfenstein/Spear of Destiny WAD, and I was wondering how I would be able to copy the hitscan weapon damage style of the the two games. For those of you who don't understand what I'm talking about, in Wolfenstein, the farther away you are from an enemy you shoot, the less damage the shot does to the enemy (or vice versa).

Share this post


Link to post

Well, since Gez's new codepointer needs to be patched into the source code and compiled, you won't be able to do anything with it unless you use a customized executable. Once it's available in-game, though, you'd call A_WolfAttack the same way that you would call other attack codepointers, like A_SPosAttack.

If that doesn't make sense, you should check out the DECORATE pages on the wiki.

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×