rtxa / agmodx

AG Mod X is an improved Mini AG alternative made as a plugin for AMX Mod X from the ground. It's easy to add new stuff, make improvements, do changes, etc.
GNU General Public License v3.0
22 stars 9 forks source link

Changing gauss damage behaviour for Instagib #17

Open gundogfan opened 2 years ago

gundogfan commented 2 years ago

Using Gauss at wrong angles deals self damage, and since Gauss damage is highly increased in this gamemode it ends up in self kill (even with mp_selfgauss 0 which doesn't affect in this case). Is it possible to change its behaviour so that this doesn't happen?

rtxa commented 2 years ago

This behaviour happens too in the original mod Adrenaline Gamer?

gundogfan commented 2 years ago

No idea, I don't play AG.

rtxa commented 2 years ago

All right, when I have some time I will check how this behaves in AG, and in any case a CVAR should be added to make it right.

Safety1st commented 1 year ago

I have connected idea coming from player Krai to improve instagib mode by blocking wallgauss completely. Only direct shot should kill a player.

rtxa commented 1 year ago

I checked and I can confirm the issue which I should fix from inside BugfixedHL. When I find some time I will.