Replies: 3 comments 2 replies
-
That legacy install was written years ago, lots has been added and changed since those days, it was mainly there for info only. As you can see from the error, lots of new bitmap images have been added, which would live in:
There are other missing files that would appear following that too. You could follow the errors and continue a manual install with the new files from the repo zip, but it would be far easier to just update Or are you avoiding updating |
Beta Was this translation helpful? Give feedback.
-
Thank you for the reply. I may have mistaken that the Legacy install was the proper approach if Daphne is already installed/working (so that was my misunderstanding). Would it be OK to just install hypseus over the top now (via the experimental packages) even though a partial hypseus install is already there (or do I have to remove everything first)?
Also, if you have any tips for the Sanwa joystick values to put into the hypinput.ini, would appreciate the tips. When I run jstest on js0, I see these axes values for up (-32767)/down(32767) and left(32767)/right(-32767) for Axes 0 and 1, respectively.
Thank you.
…Sent from my iPad
On Oct 31, 2023, at 11:09 AM, DirtBagXon ***@***.***> wrote:
That legacy install was written years ago, lots has been added and changed since those days, it was mainly there for info only.
As you can see from the error, lots of new bitmap images have been added, which would live in:
/opt/retropie/emulators/daphne/pics
There are other missing files that would appear following that too.
You could follow the errors and continue a manual install with the new files from the repo zip, but it would be far easier to just update RetroPie-Setup and install hypseus correctly via the experimental packages.
Or are you avoiding updating RetroPie-Setup for a reason ?
—
Reply to this email directly, view it on GitHub<#124 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ABCCLWVTBJY5OBRYS6BGV23YCE5FVAVCNFSM6AAAAAA6YBOJH6VHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM3TIMZYGMYDM>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
I really appreciate your feedback and helpful reply. I will give it another go tonight. Also, great job putting this hypseus project together! Love being able to emulate DL & Space Ace on the RetroPie and use the joystick instead of PC keyboard
…Sent from my iPad
On Oct 31, 2023, at 12:11 PM, DirtBagXon ***@***.***> wrote:
If you use RetroPie-Setup, both daphne and hypseus can co-exist. They use different install paths, so daphne can remain, but you may want to follow the back-out legacy instructions, or just re-install. You will have a choice of 2 emulators for the "daphne" games on startup.
The RetroPie hypseus config file that will be installed is here: hypinput.ini<https://github.com/RetroPie/RetroPie-Setup/blob/master/scriptmodules/emulators/hypseus/hypinput.ini>
The AXIS section looks like this:
[KEYBOARD]
KEY_UP = SDLK_UP SDLK_r 5 -002
KEY_DOWN = SDLK_DOWN SDLK_f 7 +002
KEY_LEFT = SDLK_LEFT SDLK_d 8 -001
KEY_RIGHT = SDLK_RIGHT SDLK_g 6 +001
From what you have described, you may want to change it to:
[KEYBOARD]
KEY_UP = SDLK_UP SDLK_r 5 -001
KEY_DOWN = SDLK_DOWN SDLK_f 7 +001
KEY_LEFT = SDLK_LEFT SDLK_d 8 -002
KEY_RIGHT = SDLK_RIGHT SDLK_g 6 +002
As per the docs, the AXIS number is incremented by 1, So:
+001 is first joystick detected, first axis, +101 is 2nd joystick detected, first axis etc......
-/+ determines the direction, so play from there.
There is a utility called hypjsch_cli (cli version), repo here: hypjsch<https://github.com/DirtBagXon/hypjsch>. You can run this instead of jstest, it will give you more accurate readings for the config, across multiple joysticks detected. Just checkout the repo and compile using make.
You can also join the Discord<https://discord.com/invite/dgCsCfmRfJ> server for help.
—
Reply to this email directly, view it on GitHub<#124 (reply in thread)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ABCCLWRQC3X6XTPMESMRB3LYCFEMJAVCNFSM6AAAAAA6YBOJH6VHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM3TIMZYG42TO>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
I had a working Retropie (Pi4) Daphne installed and working (but could not configure the Sanwa joystick/SJ@JX USB encoder via dapinput.ini) so giving the Hapseus a try since I read it is easier to configure the joystick. I followed the “Legacy Install” per link including enabling Singe extensions. After reboot and initiating start, it returns back to Emulation Station. Checking the log, I have numerous errors about “Could not load bitmap” (e..g, pics/led17.bmp, etc) and the last error line says [printerror@54] Video Initialization Failed! I attached a photo.
I don’t think i missed any steps in the install instructions, but may have overlooked some instructions somewhere else. Hoping for an easy fix. Can you point me to my errors? Also if anyone has configured the Sanwa joystick values for the hypinput.ini file and would kindly share, you would save me a ton of time.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions