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

SSG gib dehacked mod?

Recommended Posts

Is it possible to make the SSG sometimes gib enemies via DEH? does a wad like that exists?

Share this post


Link to post

No. The SSG, as you can observe, fires 20 hitscans for each attack. Doom deals this damage as it happens (it's not cumulative) so an enemy will die from a single hit of 5-15 damage, well below the threshold of any enemy to reach gib death. As the enemy is already dead by the time the next hitscan is processed, no further damage is dealt and death has already happened.

Dehacked only modifies the frame table, the change here that would be needed would be rather invasive to Doom's hitscan behavior.

Edited by Edward850

Share this post


Link to post

You can do it in DECORATE with the +EXTREMEDEATH flag, but as you probably know, that would limit you to ZDoom-based ports, but it would also open up such a world of possibilities.

Share this post


Link to post
1 hour ago, Empyre said:

You can do it in DECORATE with the +EXTREMEDEATH flag, but as you probably know, that would limit you to ZDoom-based ports, but it would also open up such a world of possibilities.

It would also mean that every SSG kill would gib, regardless of context.

Share this post


Link to post
9 hours ago, Edward850 said:

No. The SSG, as you can observe, fires 20 hitscans for each attack. Doom deals this damage as it happens (it's not cumulative) so an enemy will die from a single hit of 5-15 damage, well below the threshold of any enemy to reach gib death. As the enemy is already dead by the time the next hitscan is processed, no further damage is dealt and death has already happened.

Dehacked only modifies the frame table, the change here that would be needed would be rather invasive to Doom's hitscan behavior.

 

My knowledge is limited on this matter but couldn't it work if the damage of the each pellet is increased. As far as I know gibbing requires a monster to take such a damage so its health is less than the negative of its original hit points. For example a zombieman has 20 hp then his health would have to reach below -20 to gib.

 

Assume if the damage of each pellet is increased from 5-15 to 15-30. Now if we shoot a zombieman with SSG and the first pellet does 15 damage, his health would drop to 5 and then if the next pellet does 30 damage, his health would drop to -25, thus gibbing him.

 

Of course it would be a rare occurence and it would also make the SSG imbalanced (unless the number of pellets are also adjusted). But its a way nonetheless.

Share this post


Link to post

That'd work, at least for the zombie guy. However I'm not 100% sure that you can modify the damage of the SSG attack from dehacked.

Share this post


Link to post

To up the damage on player hitscan weapons requires editing the source code as its hard coded.

 

1 possible option is to lower enemy health and rebalance every thing else around that.

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

×