Mengo Posted June 26, 2019 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. 0 Quote Share this post Link to post
1 SaladBadger Posted June 27, 2019 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. 1 Quote Share this post Link to post
0 Mengo Posted June 27, 2019 Thanks! I actually was using Custompunch at first but I didn't think of using custom bullet puffs with a new damagetype. 0 Quote Share this post Link to post
Question
Mengo
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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.