Jump to content
Search In
  • More options...
Find results that contain...
Find results in...
  • 0
Mengo

Melee and Hitscan with different damagetypes?

Question

For a wad I'm making I'm giving a strong melee attack to the shotgun. I'm trying to see if there's any way I can make the melee attack have the ShotgunMelee damagetype while the hitscans have a normal damagetype.

Share this post


Link to post

2 answers to this question

Recommended Posts

  • 1

You'll probably be using A_CustomPunch to implement your melee attack, so add a new bullet puff, give that puff the ShotgunMelee damage type, and change the A_CustomPunch call to use that new puff. Use the normal bullet puff or a new bullet puff with the Normal damagetype for the normal shotgun attack.

Share this post


Link to post
  • 0

Thanks! I actually was using Custompunch at first but I didn't think of using custom bullet puffs with a new damagetype.

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
×