IW5 Controller Command Binds.
-
Does anyone know how to bind commands to the gamepad? I'm trying to create a bind to toggle the fps counter (strafing/bouncing) EX: bind DPAD_UP "toggle com_maxfps 250". I've used the bindgamepad command as well and I just can't seem to get it to work... Anyone have any ideas?
-
Idk if that's possible for controllers. One thing that is possible for sure is having a GSC script monitor aim + knife or whatever to then run GSC code
Are you sure DPAD_UP is the correct and full name for it? Also did you try something more simple like
bind DPAD_UP "map_restart"
-
binding simple commands works like "+reload" binding DPAD_UP to keys on the keyboard does not work (at least bind DPAD_UP ) nor does the fps command itself. DPAD_UP is what is used in the game files. I've looked into external softwares like DS4Windows but it doesnt work for Xbox Controllers. Any suggestions?