Jump to content
LaunchBox Community Forums

BigBox controls too sensitive: SOLVED!


LukeBord1

Recommended Posts

I read several posts where many people complained about the same problem, that is, in BigBox the joystick was so sensitive that it skipped two or three steps.
The problem was always associated with external programs that ran in the background, such as Steam or JoyToKey, even when there was no profile directly associated with BigBox...

I propose a solution that, at least in my case, has definitively solved the issue (note - I got a cab with double Xinmotek controls and JoyToKey running in background, associated to mame.exe and daphne.exe) :

- open the "InputBindings.xml" file placed in the "LaunchBox/Data" path;

- in the BigBox sections relating to movements there're two entries: "ControllerHoldBinding" and "ControllerBinding";

- both must have the same value, so the result will be like this:

<InputBinding>
   <InputAction>BigBoxNavigateLeft</InputAction>
   <ControllerHoldBinding>LeftStickLeft</ControllerHoldBinding>
   <ControllerBinding>LeftStickLeft</ControllerBinding>
</InputBinding>
<InputBinding>
   <InputAction>BigBoxNavigateRight</InputAction>
   <ControllerHoldBinding>LeftStickRight</ControllerHoldBinding>
   <ControllerBinding>LeftStickRight</ControllerBinding>
</InputBinding>
<InputBinding>
   <InputAction>BigBoxNavigateUp</InputAction>
   <ControllerHoldBinding>LeftStickUp</ControllerHoldBinding>
   <ControllerBinding>LeftStickUp</ControllerBinding>
</InputBinding>
<InputBinding>
   <InputAction>BigBoxNavigateDown</InputAction>
   <ControllerHoldBinding>LeftStickDown</ControllerHoldBinding>
   <ControllerBinding>LeftStickDown</ControllerBinding>
</InputBinding>

It's done! I hope this helps.
 

Edited by LukeBord1
  • Thanks 1
Link to comment
Share on other sites

  • LukeBord1 changed the title to BigBox controls too sensitive: SOLVED!

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...