OpenBOR 6xxx OpenBeta Testphase
-
@BiZzAr721 Good to know. When I get home from work today I'll have to give it a shot and see if I can get the whole thing running.
This is one of the last things I need to do to complete my pi, I think. I need Daphne controls set up, SegaCD to stop freezing 3/4 of the screen, OpenBOR to launch directly into games, and then it's just game optimization. 46 systems on my EmulationStation menu. Then I'll probably buy a Geekworm case to hold the SSD that I keep in my NAS and start all over, hahaha.
-
@construkt @BiZzAr721 No the PAK selection within OpenBOR never worked. So I created the text selection menu inside the scriptmodule.
So the user gots the choice to select between a "Port" or dedicated "System".
@julenvitoria Thank you for creating the RPi4 binaries - I can't test these :)
-
@cyperghost I'm not sure I understand what part you're referencing.
Does this mean that there is no way to launch directly into the game from es? I have openbor in its own "system" in es_systems, which is directed at a .sh file for each game, which is then pointed towards the .bor folders in my ROMs/ports/openbor directory.
I'm still running the stock version of openbor from retropie, though. I was planning on upgrading to this one tonight. Is every game I pick still going to take me to the launcher? I was just hoping to make openbor play like every other game on retropie, avoiding the launching script.
-
@construkt yes, you can launch directly from ES menu. Add this to your es_systems.cfg and try it ;)
<system> <name>openbor</name> <fullname>OpenBOR</fullname> <path>/home/pi/RetroPie/roms/ports/openbor</path> <extension>.bor .BOR .Bor .PAK .pak .Pak .PAk .paK .pAk</extension> <command>/opt/retropie/supplementary/runcommand/runcommand.sh 0 _PORT_ openbor %ROM%</command> <platform>openbor</platform> <theme>openbor</theme> </system>
-
@julenvitoria I have that set up, although mine is a little different now because I shifted to trying to launch individual scripts to launch the games, so mine is set to find .sh files.
I imagine I need to get the 6xxx version going first. I'll try to do that when I get home. I assume that's what is holding me back at this point.
-
@BiZzAr721 I uninstalled the version of openbor I had and ran the wget according to the link you gave me, then compiled from source. How can I tell if I have the right version installed? It still takes me to the launcher when I try to open a game, so I'm not sure that anything changed really.
edit: I see openbor-6xxx-4pi3.sh in /scriptmodules/ports/ but i also see openbor.sh. The file definitely downloaded, but I don't know that it compiled the right version. The name of the openbor I compiled in retropie setup is just openbor. It doesn't say 6xxx or anything like the name in scriptmodules suggests. Also I'm on a pi4 if that matters.
edit2: I figured it out. Only the pi3 versions are in that link. I found the github for 6510 and found the pi4 version and that's compiling now.
-
@construkt Yes, I consider not having newer compiled OpenBOR is holding you back, but could work like that.
@julenvitoria Good thinking, adding OpenBOR as a system like that would then eliminate the need for scripts then. Come to think of it, I believe this was how @darknior had his setup back when he first added CLI support.
-
@BiZzAr721 Yeah I got it working with the new version.
Only problem is that now the game opens and its just a tiny window in the bottom left corner of the screen. I keep fiddling with the resolutions but it's still tiny. Not sure what's going on with it.
-
@julenvitoria I am having this exact problem now as well.
Ah, I fixed it. You just have to go into a game and set the resolution from there. Not in the runcommand.
-
@construkt Hi!! You can try to run a game, the configuration of that game will be generated automatically, you can change some configuration parameter (for example fullscreen). Then go to /opt/retropie/configs/ports/openbor/Saves and rename the file as default.cfg... when you run any game you will get it in full screen. There are also some games that allow you to save the options as default (for all games), this games generate automatically the default.cfg with this option. One of them is Asterix and Caesar’s Challenge :)
-
@julenvitoria said in OpenBOR 6xxx OpenBeta Testphase:
One of them is Asterix and Caesar’s Challenge :)
That's my default game for setting up controllers. All the controls are laid out simple. (Some games label buttons as block, throw ect vs just attack 1, attack 2, special)
@construkt glad the resolution was an easy fix. I didn't know Pi4 OpenBOR did that until yesterday.
-
@BiZzAr721 Yeah luckily I had noticed it a few days ago when I was poking through all the options in games setting controller configs.
The new version of OpenBOR does work better. I like that when I set up a controller in the game and set it as defaults, it doesn't ruin the keyboard controls... and of course I can launch right into games. It's nice actually being able to scrape games too. I couldn't get Skyscraper to work but Skraper works fine with .pak files.
Now I just wonder if there is a way to map controls in such a way that I can set up a kill switch to exit games immediately like you can in emulators with retroarch support.
-
I ran the command:
wget https://raw.githubusercontent.com/crcerror/OpenBOR-63xx-RetroPie-openbeta/master/scriptmodules/openbor-6xxx-RPi3/openbor-v6510-RPi3.sh -O- | tr -d '\r' > /home/pi/RetroPie-Setup/scriptmodules/ports/openbor-6xxx-4rpi3.shI see ~/RetroPie-Setup/scriptmodules/ports/openbor-6xxx-4rpi3.sh exists, but when I run retropie_setup.sh I don't see this listed in the experimental packages. I'm running RetroPie 4.6 on Ubuntu 20.04 LTS. Is there something I'm missing to make the script show up?
I also see I have ~/RetroPie-Setup/scriptmodules/ports/openbor.sh, but this also does not show up in the experimental packages.
-
I've disabled it for x86
rp_module_flags="!mali !x11 !kms"
This version of OpenBOR is made for ARM. If you are on X86 it should be easy to get a version ;)
-
I've compiled and used OpenBOR 6xxx for over a year, without any issues, but for about two weeks now - maybe three - trying to compile it has only been giving this message:
-
@cyperghost Easy to get it built into Retropie like this version is?
I'm just wondering because I'm about to switch to an x86 setup. Are there scripts around that I can run the same way I installed 6510?
-
@BazzCatt
For newest branch 6510 for RPi 4:
wget https://raw.githubusercontent.com/crcerror/OpenBOR-63xx-RetroPie-openbeta/master/scriptmodules/openbor-6xxx-RPi4/openbor-v6510-RPi4.sh -O- | tr -d '\r' > /home/pi/RetroPie-Setup/scriptmodules/ports/openbor-v6510-RPi4.sh
For newest branch 6510 for RPi 3/3B+:
wget https://raw.githubusercontent.com/crcerror/OpenBOR-63xx-RetroPie-openbeta/master/scriptmodules/openbor-6xxx-RPi3/openbor-v6510-RPi3.sh -O- | tr -d '\r' > /home/pi/RetroPie-Setup/scriptmodules/ports/openbor-v6510-RPi3.sh
-
@construkt Yes it's more easy because the make parameter is just linux.
I don't know if Linux versions use the SDL part - here is the patch located that loads the additional files from command line! Try it out. If you manage to get a running version the rest as easy to setup. -
Hi Everyone
I've installed 6510 on my Pi4 (based on raspbian, not ufficially Retropie)
I've copied one pak file (He-Man) on ports/openbor folder
The emulator close itself and return to selection when i open beats of rage... and module sele....
Why?
Best regards -
I've notice that the error is
"failed to add service, already in use?"
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.