Openbor on Android (troubles)

Spady

New member
Can You please tell me - where I can find folder, where i can put paks for OpenBor Engine
Thank you in advance
 
Hi!
Thank You
Also created manually and succeded.

Just tryed to map buttons not on touch screen, but on the hardware buttons of my JXD s5300
But, when I try to map buttons in quickly skips and map it on "P1 AXIS 3+"
So it becomes unusable in game

But, by default the hardware directional pad is mounted and can be used in game.

So how can I map buttons on HW buttons?
 
ditto, I actually got the latest hpoling it was fixed. but now it doesnt set the buttons at all. digital and analog still control fine buttons settings a nogo. can we manually edit a text file?
 
tried desable controllers as directed,  restarted the app went into controls, tried to set with controllers still disabled


, restared and also enabled controls and tried to set as well.

What build are you using? maybe I'll have better luck, also link to that version.
 
If you mean downloading a third party app on the play store and setting it that way.... That never occurred to me. Anyone know a good android app?
 
tried physical buttons on experia play phone (r800i) but i can only use "x", "menu" and directional pad think there is a issue that the pad is behaving as it would in normal phone os as the "O" button is the same as "back" and if pressed it will exit the app! I have disabled joypads too!

using: OpenBOR-debug-2013-1-8

running os: Ice Cream Sandwich
 
utunnels said:
Oh, what if you avoid that "back", does other buttons play normally (despite the names)?

No so I have 6 buttons that can't be used. I have tried with gamepad enabled and disabled always the same.

The on screen buttons look nice on the updated version and I like the way they time out when you don't touch the screen. great job with the app so far !
 
Perhaps the keys on the xperia have strange key codes that are not recognized.
Can't test that now because I don't have one, maybe I can find some documents someday.
 
utunnels said:
Perhaps the keys on the xperia have strange key codes that are not recognized.
Can't test that now because I don't have one, maybe I can find some documents someday.

found a webpage for app developers to add support for xperia gamepads.  don't know if this helps but i am really looking forward to playing some mods on my phone  ;D

http://developer.sonymobile.com/2011/02/13/xperia-play-game-keys/
 
I see. Those buttons are actually joystick keys so keyboard event handler just drops them.

-----------------

Edit*

I checked the source code of sdl 2.0, if I'm not mistaken, sdl for android doesn't support joysticks but its own "Android accelerometer" device. It already maps dpad buttons to certain keyboard keys, for example, dpad directions as up/down/left/right, dpad center as select. Too bad xperia button circle is mapped as back, which will close the application.

If that is true, the only solution so far is force mapping those joystick buttons to other keycode, for example, joy button x as keyboard x, joy button 1 as 1, etc. This requires modifying sdl source code, which is OK but if a new official release is out we have to hack it again. That is why I said it is better to find a third party software.

http://www.addictivetips.com/mobile/remap-reassign-your-android-devices-keys-with-buttonremapper/


Another solution is using java code instead of sdl. The biggest problem is it doesn't have a proper map for key names.




 
malik4ever said:
found a webpage for app developers to add support for xperia gamepads.  don't know if this helps but i am really looking forward to playing some mods on my phone  ;D

http://developer.sonymobile.com/2011/02/13/xperia-play-game-keys/

Bump, so how do recent versions do? I made some changes sometimes ago, but never heard any feedback as if there's no effect at all.

:-\
 
im using game keyboard app it reassigned the hardkeys as keyboard letters worked fine too

just tried updated version without gamekeyboard and every key works fine great job utunnels thanks a lot  :)
 
Back
Top Bottom