Ability to add Hypseus into Launchbox #83
Replies: 10 comments
-
It seems to hang up on the -script portion of the vldp command. Selecting the game with the mouse in LaunchBox passes the dltv.txt file to the %1 variable. That seems to be working as best I can tell. |
Beta Was this translation helpful? Give feedback.
-
Heya, thanks for the interest. What are the logs saying ? Hypseus needs to know a starting point, a If you are launching from a frontend it is probably not aware of this starting point (unless you A recent example from Emulation Station in Windows was shown to be using the following as an example for
The logs will tell you if there are issues with the path, or other arguments, so always the first place to check. Also in Windows, it is worth reading this: #81 |
Beta Was this translation helpful? Give feedback.
-
Here is an example of windows batch file. It doesnt work and when I use the -homedir and set to the PATH variable or hard code, still doesnt work. :start :end |
Beta Was this translation helpful? Give feedback.
-
For some reason the dir / didnt copy over but it should read: |
Beta Was this translation helpful? Give feedback.
-
Should i be putting " quotes after framefile and script arguments? |
Beta Was this translation helpful? Give feedback.
-
I am not a Windows user, so a little fudgy on this %game% variable switching. Quotes may be of use. Still haven't seen a log, as this may throw some light on what's happening. Does LaunchBox not provide a launch log somewhere? |
Beta Was this translation helpful? Give feedback.
-
https://forums.launchbox-app.com/topic/49738-logs-or-other-option-to-troubleshoot/ Assuming this ^ is still current, LaunchBox is really, really helpful then !!! Can you launch the .bat file from File Explorer ? What happens then ? |
Beta Was this translation helpful? Give feedback.
-
This is feedback from another user who has
It might be worth jumping on the Discord server, as there are LaunchBox users there. |
Beta Was this translation helpful? Give feedback.
-
Using the above method is easiest and what I use as well, but if you want to set it up using emulation settings, your default command line in LB needs to be like this: Edit:You also can't have spaces in your file paths or filenames. |
Beta Was this translation helpful? Give feedback.
-
DirtBagXon
Again thank you so much for follow up. It works with .bat file and no emulator settings perfectly.
Thanks
Nick
… On Sep 5, 2022, at 5:43 PM, Headrush69 ***@***.***> wrote:
Using the above method is easiest and what I use as well, but if you want to set it up using emulation settings, your default command line in LB needs to be like this:
singe vldp -framefile singe/%romfile%/%romfile%.txt -script singe/%romfile%/%romfile%.singe
You also have to make sure you enable, remove quotes and remove extension and file path
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.
|
Beta Was this translation helpful? Give feedback.
-
Hello DirtBagXon,
Thank you so much for talking up the Daphne and Singe projects and making them better.
I have an issue with adding Singe games into LaunchBox. I have tried to write a batch file and also tried to modularize the command line in Launchbox. I cannot get the games to launch from LaunchBox either way. I have had success with old Daphne in Launchbox using the batch file approach. Are there any pointers you can give me as to adding these games?
I will give you examples which have failed:
Added Emulator Hypseus with application path: Emulators\Hypseus Singe\hypseus.exe - just path particular to my setup
Added Roms with the target as the fileframe txt file. For example Dragons Lair TV /singe/dltv/dltv.txt
Under Emulation, Added custom command line parameter under the game: singe vldp -framefile "singe\dltv\dltv.txt" -script "singe\dltv\dltv.singe" -sound_buffer 2048 -volume_nonvldp 5 -volume_vldp 20 -fullscreen -nolinear_scale
Also tried
singe vldp -framefile "singe\dltv%1" -script "singe\dltv\dltv.singe" -sound_buffer 2048 -volume_nonvldp 5 -volume_vldp 20 -fullscreen -nolinear_scale.
Beta Was this translation helpful? Give feedback.
All reactions