Daphne . Arcade joystick orientation wrong.
-
Hello, I tried to understand the subject but I also have a left / right inversion. I was on retropie and I just changed to dragon's lair but with Batocera I have the same thing! I am new to trying to understand but what must be done to reverse orders. On my terminal (sticker: Dragon's lair) this is the only game I really want and I have been looking for weeks. I'm ready to cut the wires to reverse the order, that's to say Who can help me I will be grateful. thank you
https://zupimages.net/up/20/22/i7mz.png
For information my arcade machine: https://www.buzz-arcade.com/544-large_default/kit-stickers-borne.jpg
-
@grant2258 I forgot to thank you. Now it works perfectly! Thanks again!
-
Joystick works perfect, but I can only get the coin button to work. This is my daphne.ini. Any tips?
[KEYBOARD]
KEY_UP = 273 114 24
KEY_DOWN = 274 102 24
KEY_LEFT = 276 100 24
KEY_RIGHT = 275 103 24
KEY_BUTTON1 = 306 97 5
KEY_BUTTON2 = 308 115 6
KEY_BUTTON3 = 32 113 7
KEY_START1 = 49 0 10 4
KEY_START2 = 50 0 42
KEY_COIN1 = 53 0 8
KEY_COIN2 = 54 0 0
KEY_SKILL1 = 304 119 0
KEY_SKILL2 = 122 105 0
KEY_SKILL3 = 120 107 0
KEY_SERVICE = 57 0 0
KEY_TEST = 283 0 0
KEY_RESET = 284 0 24
KEY_SCREENSHOT = 293 0 24
KEY_QUIT = 27 113 24
END -
@beamquaker I am having the exact same issue on the exact same stick. It’s driving me mad been about 3 hours messing with this. Buttons no worries but the stick seems to work for only certain directions. Or I really suck worse than I thought at the game 😬
-
@tagnetti Does this happen only in Daphne or also in Emulation Station and other emulators?
If the latter and you have manually wired arcade joysticks, check the wiring. It has to be exactly the same for both sticks.
Besides that, you can check your joysticks in RetroPie's command console with the
jstest
command. For example:jstest /dev/js0
Replace the
0
with the joystick index of the stick you want to test. You can press the tab key two times quickly in succession after thejs
to get a list of all existing joystick numbers. PressCtrl+c
to stop the test, and enterexit
to leave the console. -
@clyde Thankyou. The problem only exists in Daphne. Everything else is perfect. It’s weird as when I try certain titles in Daphne it’s almost like left and right work like a button press left and right but don’t sustain any movement like moving a ship for example. Can’t wrap my mind around what could be causing that issue.
-
@tagnetti I don't know if I misunderstand you, but as far as I know Daphne games (Dragon's Lair I + II and Space Ace), the player is expected to "tap" the stick in the right moment and direction, but not keep it for long in one direction. Maybe that's the problem?
Other than that, did you check Daphne's controls in the
dainput.ini
? See https://retropie.org.uk/docs/Daphne/#controls -
-
Apologies for dragging an old thread up. I came across this while searching for solutions to my DragonRise not working in Daphne.
Thanks to @grant2258 , using your modified/fixed daphne - the controls work just fine - super.
However, it appears Daphne has recently been updated (Retro pie source) by @pjft to support :
Badlands
Begas Battle
Road BlasterSo Ive moved to the offical source build, and of cource, my controls stop working. Would be great to have the best of both worlds, will @grant2258 's changes ever be included in the official source, or could the latest offical source be modified to inlucde these must have changes?
Many thanks for all your help and to all those involved
-
@dabbler you may try to compile and install it from my RetroPie branch, that I used to develop those changes while keeping Grant's control patches:
https://github.com/pjft/daphne-emu/commits/retropie
Probably the easiest way is to edit the Daphne RetroPie Setup script to retrieve the code from my repository and branch, and compile from source.
I could consider pushing it upstream to RetroPie but I'm always hesitant of doing so with other people's code (in the case, Grant's changes), out of consideration for their authorship but he is unlikely to do so on his own by now...
Note taken. Thanks and a happy new year.
-
@pjft said in Daphne . Arcade joystick orientation wrong.:
Thanks, sounds like a good plan - my linux knowledge is lacking, im doing the following:
cd /home/pi/RetroPie-Setup/
sudo ./retropie_packages.sh daphne clean
sudo git clone https://github.com/pjft/daphne-emu/ tmp/build/daphne
sudo ./retropie_packages.sh daphne depends
sudo ./retropie_packages.sh daphne build
sudo ./retropie_packages.sh daphne install
sudo ./retropie_packages.sh daphne configureHowever it fails on the install line (.bin not found), are you able to help please?
Thanks so much!
-
@dabbler Well, that's already quite more than what I'd expect from someone lacking Linux knowledge :D
I believe that you'd need to check out the "retropie" branch on my end, so:
sudo git clone https://github.com/pjft/daphne-emu/ tmp/build/daphne cd tmp/build/daphne sudo git checkout retropie cd /home/pi/RetroPie-Setup/
and then the rest.
-
@pjft said in Daphne . Arcade joystick orientation wrong.:
sudo git checkout retropie
Thanks - "sudo git checkout daphne" was required!
All now built, installed and about to test.
-
@dabbler said in Daphne . Arcade joystick orientation wrong.:
@pjft said in Daphne . Arcade joystick orientation wrong.:
sudo git checkout retropie
Thanks - "sudo git checkout daphne" was required!
All now built, installed and about to test.
Joystick works. Alas, Bega, Badlands do not launch - just a black screen. Going back to the offical retopie version, these do work, but the joystick dosnt :-( Such a shame @pjft Any thoughts? Thanks
-
@dabbler sudo git checkout retropie
Actually, just re-merged it there. Try again, but make sure it's retropie, not daphne as you had mentioned.
-
@pjft said in Daphne . Arcade joystick orientation wrong.:
@dabbler sudo git checkout retropie
Actually, just re-merged it there. Try again, but make sure it's retropie, not daphne as you had mentioned.
No luck im afraid, i get :
pi@retropie:~/RetroPie-Setup $ sudo git checkout retropie
error: pathspec 'retropie' did not match any file(s) known to gitfull steps:
cd /home/pi/RetroPie-Setup/
sudo ./retropie_packages.sh daphne clean
sudo git clone https://github.com/pjft/daphne-emu/ tmp/build/daphne
sudo git checkout retropie
sudo ./retropie_packages.sh daphne depends
sudo ./retropie_packages.sh daphne build
sudo ./retropie_packages.sh daphne install
sudo ./retropie_packages.sh daphne configure -
@dabbler You're missing navigating to the daphne folder, as I mentioned, after cloning the repository.
sudo git clone https://github.com/pjft/daphne-emu/ tmp/build/daphne cd tmp/build/daphne sudo git checkout retropie cd /home/pi/RetroPie-Setup/
-
@pjft said in Daphne . Arcade joystick orientation wrong.:
sudo git clone https://github.com/pjft/daphne-emu/ tmp/build/daphne
cd tmp/build/daphne
sudo git checkout retropie
cd /home/pi/RetroPie-Setup/Works a treat. Joystick fully working and Bega etc working - thanks so much @pjft
For others, the full steps to install and build this version are:
cd /home/pi/RetroPie-Setup/
sudo ./retropie_packages.sh daphne clean
sudo git clone https://github.com/pjft/daphne-emu/ tmp/build/daphne
cd tmp/build/daphne
sudo git checkout retropie
cd /home/pi/RetroPie-Setup
sudo ./retropie_packages.sh daphne build
sudo ./retropie_packages.sh daphne install
sudo ./retropie_packages.sh daphne configure -
With the updated space on the first line everything works great. Thanks to pjft for compiling
-
@pjft
Finally someone upped again this thread. I'm still stuck with non orking joystick. Unfortunately, when I'm building Daphne I receive following errorg++: error: vldp2/libmpeg2/cpu_accel.o: No such file or directory
g++: error: vldp2/libmpeg2/alloc.o: No such file or directory
g++: error: vldp2/libmpeg2/cpu_state.o: No such file or directory
g++: error: vldp2/libmpeg2/decode.o: No such file or directory
g++: error: vldp2/libmpeg2/header.o: No such file or directory
g++: error: vldp2/libmpeg2/motion_comp.o: No such file or directory
g++: error: vldp2/libmpeg2/idct.o: No such file or directory
g++: error: vldp2/libmpeg2/idct_mmx.o: No such file or directory
g++: error: vldp2/libmpeg2/motion_comp_mmx.o: No such file or directory
g++: error: vldp2/libmpeg2/slice.o: No such file or directory
g++: error: vldp2/libvo/video_out.o: No such file or directory
g++: error: vldp2/libvo/video_out_null.o: No such file or directory
make: *** [Makefile:67: all] Error 1
/home/pi/RetroPie-SetupAny ideas?
Contributions to the project are always appreciated, so if you would like to support us with a donation you can do so here.
Hosting provided by Mythic-Beasts. See the Hosting Information page for more information.