GrimoireNoir Posted January 24, 2016 Share Posted January 24, 2016 Since I've been able to do this in other games where button remapping isn't allowed in-game, I wanted to try it here as well. I'm specifically interested in changing the Vehicle controls. After searching through the .lua files I've only found this: 00 > Tpp > Scripts > Ui > TppUiBootInit.lua SetButtonMap("UI_VEHICLE_FIRE",fox.PAD_L1,fox.MOUSE_CODE_LEFT)_. SetButtonMap("UI_VEHICLE_CALL",fox.GK_PAD_NO_BUTTON,fox.KEY_Q)_. SetButtonMap("UI_VEHICLE_DASH",fox.GK_PAD_NO_BUTTON,fox.KEY_W)_. SetButtonMap("UI_VEHICLE_CAMERA",fox.PAD_R1,fox.KEY_F)_. Which is definitely what I'm looking for, but those are the only Vehicle controls mentioned. Any ideas on where to find the rest? Link to comment Share on other sites More sharing options...
Recommended Posts