How to change a binding on controller?
BO2 Modding Support & Discussion
2
Posts
1
Posters
66
Views
1
Watching
-
I use the Bumper Jumper Tactical layout: BUMPER JUMPER TACTICAL NON FLIPPED- bind BUTTON_A "+smoke"; bind BUTTON_LSHLDR "+gostand"; bind BUTTON_B "+melee"; bind BUTTON_RSTICK "+stance"
The problem is that there is no way to use tactical equipment. The button I use for it is binded to 'jump', which I don't need since I already have a button dedicated to jump. The button I want to use my tactical on is 'X' on my PS4 controller. How can I change it?
-
Okay, so all I did was add ";" to the beginning of 'bind BUTTON_A'. I did not have it properly typed lol. These are the proper bindings
BUMPER JUMPER TACTICAL NON FLIPPED-; bind BUTTON_A "+smoke"; bind BUTTON_LSHLDR "+gostand"; bind BUTTON_B "+melee"; bind BUTTON_RSTICK "+stance"