JKGDevs / JediKnightGalaxies

Jedi Knight Galaxies (JKG) is a multiplayer shooter with role playing elements, played out in the Star Wars universe. The project is a full conversion game modification for Jedi Knight: Jedi Academy.
https://www.jkgalaxies.net/
GNU General Public License v2.0
34 stars 12 forks source link

Grenades are melee mode by default #337

Closed DarthFutuza closed 2 years ago

DarthFutuza commented 2 years ago

When you equip a grenade to ACI, the binding for that ACI slot is auto set to melee instead of the grenade.

To replicate:

  1. Buy a grenade from a vendor
  2. Attempt to switch to that ACI slot

While there is a work around, this is annoying and should be fixed - especially as it doesn't behave better than it used to. Probably happened when the change for remembering aci settings for each individual aci slot happened.

DarthFutuza commented 2 years ago

Fixed by d700bca. I suspect the reason grenades were being set to be holstered vs other weapons was due to how they could stack - however this ensures all weapons will have a standard holstering behavior as it was not really defined before.