As some of you might know, on PC, you can hotkey each weapon slot to a keybinding. It's awesome being able to switch between all 4 of your weapons with the press of just 1, 2, 3, or 4.
.......Except weapon slot 4 does not work. No matter what key I bind, be it default or custom, the weapon slot 4 just cannot be activated.
I have googled this and I have only found responses that boil down to *"just don't use the 4th weapon slot".* That's crazy, right??
So my hope is that there are some modders who could share some light on why this is happening. I have checked ProfOpts_profile in my save folder in documents > Bioware > Mass Effect Andromeda. I have found the lines that have to do with the weapon slot hotkeys but I don't think I understand it well enough to fix the issue.
Another thing I have noticed is that pressing the hotkey for weapon slot 4 will activate weapon slot 3. It seems the hot keys for weapon slot 3 and 4 are bugged together.
Here is the relevant code:
*GstKeyBinding.Keybindings.Concept_WeaponSelect0.0.button 2
GstKeyBinding.Keybindings.Concept_WeaponSelect0.0.category 0
GstKeyBinding.Keybindings.Concept_WeaponSelect0.0.mapping 1
GstKeyBinding.Keybindings.Concept_WeaponSelect0.0.mod 255
GstKeyBinding.Keybindings.Concept_WeaponSelect0.0.negate 0
GstKeyBinding.Keybindings.Concept_WeaponSelect0.0.type 2
GstKeyBinding.Keybindings.Concept_WeaponSelect1.0.axis 0
GstKeyBinding.Keybindings.Concept_WeaponSelect1.0.button 3
GstKeyBinding.Keybindings.Concept_WeaponSelect1.0.category 0
GstKeyBinding.Keybindings.Concept_WeaponSelect1.0.mapping 1
GstKeyBinding.Keybindings.Concept_WeaponSelect1.0.mod 255
GstKeyBinding.Keybindings.Concept_WeaponSelect1.0.negate 0
GstKeyBinding.Keybindings.Concept_WeaponSelect1.0.type 2
GstKeyBinding.Keybindings.Concept_WeaponSelect2.0.axis 0
GstKeyBinding.Keybindings.Concept_WeaponSelect2.0.button 4
GstKeyBinding.Keybindings.Concept_WeaponSelect2.0.category 0
GstKeyBinding.Keybindings.Concept_WeaponSelect2.0.mapping 1
GstKeyBinding.Keybindings.Concept_WeaponSelect2.0.mod 255
GstKeyBinding.Keybindings.Concept_WeaponSelect2.0.negate 0
GstKeyBinding.Keybindings.Concept_WeaponSelect2.0.type 2
GstKeyBinding.Keybindings.Concept_WeaponSelect3.0.axis 0
GstKeyBinding.Keybindings.Concept_WeaponSelect3.0.button 255
GstKeyBinding.Keybindings.Concept_WeaponSelect3.0.category 0
GstKeyBinding.Keybindings.Concept_WeaponSelect3.0.mapping 2
GstKeyBinding.Keybindings.Concept_WeaponSelect3.0.mod 255
GstKeyBinding.Keybindings.Concept_WeaponSelect3.0.negate 0
GstKeyBinding.Keybindings.Concept_WeaponSelect3.0.type 2
GstKeyBinding.Keybindings.Concept_WeaponSelect3.1.axis 0
GstKeyBinding.Keybindings.Concept_WeaponSelect3.1.button 5
GstKeyBinding.Keybindings.Concept_WeaponSelect3.1.category 0
GstKeyBinding.Keybindings.Concept_WeaponSelect3.1.mapping 1
GstKeyBinding.Keybindings.Concept_WeaponSelect3.1.mod 255
GstKeyBinding.Keybindings.Concept_WeaponSelect3.1.negate 0
GstKeyBinding.Keybindings.Concept_WeaponSelect3.1.type 2*