Jump to content

GrimoireNoir

Members
  • Posts

    1
  • Joined

  • Last visited

Posts posted by GrimoireNoir

  1. 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?

×
×
  • Create New...