RETROBAT Official Board
Would you like to react to this message? Create an account in a few clicks or log in to continue.

gamepad not working in futurepinball(BAM) when retrobat 6.1 is running

Go down

gamepad not working in futurepinball(BAM) when retrobat 6.1 is running Empty gamepad not working in futurepinball(BAM) when retrobat 6.1 is running

Post by renstanford 16/04/24, 04:20 am

i use 8bitdo pro2 s-mode / x-mode...
if i open futurepinball(BAM) directly from fpinball app/shortcut i can play with my gamepad normally.

but if i open table from retrobat 6.1 or... open table directly from fpinball app while retrobat is running...,
my gamepad is not working except select+start buttons for exit the game.
is it a bug or i missed something? Rolling Eyes

renstanford
renstanford

Messages : 2
Date d'inscription : 2024-04-16
Localisation : Surabaya, Indonesia

Back to top Go down

gamepad not working in futurepinball(BAM) when retrobat 6.1 is running Empty Re: gamepad not working in futurepinball(BAM) when retrobat 6.1 is running

Post by renstanford 23/04/24, 03:50 pm

Found a solution, try this:
1. Goto folder \RetroBat\system\padtokey
2. Create a text file: fpinball.keys and edit...

Here is my sample profile:
Code:

{
    "actions_player1": [
        {
            "trigger": "up",
            "type": "key",
            "target": "KEY_SPACE"
        },
        {
            "trigger": "down",
            "type": "key",
            "target": "KEY_DOWN"
        },
        {
            "trigger": "right",
            "type": "key",
            "target": "KEY_RIGHT"
        },
        {
            "trigger": "left",
            "type": "key",
            "target": "KEY_LEFT"
        },
        {
            "trigger": "select",
            "type": "key",
            "target": "KEY_5"
        },
        {
            "trigger": "a",
            "type": "key",
            "target": "KEY_4"
        },
        {
            "trigger": "b",
            "type": "key",
            "target": "KEY_ENTER"
        },
        {
            "trigger": "start",
            "type": "key",
            "target": "KEY_1"
        },
        {
            "trigger": "x",
            "type": "key",
            "target": "KEY_BREAK"
        },
        {
            "trigger": [
                "hotkey",
                "start"
            ],
            "type": "key",
            "target": "KEY_ESC"
        },
        {
            "trigger": [
                "hotkey",
                "a"
            ],
            "type": "key",
            "target": "KEY_F2"
        },
        {
            "trigger": [
                "hotkey",
                "b"
            ],
            "type": "key",
            "target": "KEY_F3"
        },
        {
            "trigger": [
                "hotkey",
                "x"
            ],
            "type": "key",
            "target": "KEY_F4"
        },
        {
            "trigger": [
                "hotkey",
                "y"
            ],
            "type": "key",
            "target": "KEY_F7"
        },
        {
            "trigger": "y",
            "type": "key",
            "target": "KEY_TAB"
        },
        {
            "trigger": "pageup",
            "type": "key",
            "target": "KEY_LEFTSHIFT"
        },
        {
            "trigger": "pagedown",
            "type": "key",
            "target": "KEY_RIGHTSHIFT"
        },
        {
            "trigger": "l2",
            "type": "key",
            "target": "KEY_Z"
        },
        {
            "trigger": "r2",
            "type": "key",
            "target": "KEY_SLASH"
        }
    ]
}


But there is a new problem...,
i can use my profile for future pinball emulator, but i can't use my profile for future pinball: BAM gamepad not working in futurepinball(BAM) when retrobat 6.1 is running 1f61f
somebody help me please....
renstanford
renstanford

Messages : 2
Date d'inscription : 2024-04-16
Localisation : Surabaya, Indonesia

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum