OpenBOR 6xxx OpenBeta Testphase
-
OpenBOR has been working good so far on my stock Pi4. Just wondering with this 6xxx installation, will it be possible to "Update installed packages" without any adverse effects on OpenBOR? I would hate to break it if I do a routine update via Retropie Setup.
-
@greenhawk84 said in OpenBOR 6xxx OpenBeta Testphase:
OpenBOR has been working good so far on my stock Pi4. Just wondering with this 6xxx installation, will it be possible to "Update installed packages" without any adverse effects on OpenBOR? I would hate to break it if I do a routine update via Retropie Setup.
Is it possible? As i said , it show me OpenBor version 3.0 build 3016 from 8 septemer 2020 and no update option avaible
-
Okay, just to confirm, I "Updated all packages" via Retropie Setup and upon arriving back to Emulationstation on a reboot, my OpenBOR system was gone because the es_systems.cfg file was overwritten with the default. No biggie, just replaced the entry and it was back with all my scrapes and games working.
-
Just curious if anyone sees a difference when setting SDL vs. OpenGL in the video settings? I am not seeing a difference but I am looking to see if performance changes such as screen motion and sprite motion.
-
@greenhawk84 said in OpenBOR 6xxx OpenBeta Testphase:
No biggie, just replaced the entry and it was back with all my scrapes and games working.
and what about resque-palooza?
-
@iga yes I tested TMNT and it was fine, still had my save game intact.
-
@greenhawk84
All levels are playable? ( swamp\beach\others...)
How could get your version of openbor? -
I've got OpenBOR running, but it seems to be a rather old version. There has been some controversy about the fork/source begin used to create the port.
Let's hope someone with the needed skills, time and devotion will put effort into porting a more recent build for greater game support.Apparently this already has been done and zerojay's script installs the v6510-dev build, which isn't actually a port but a complete system!I've seen video's of ppl running "TMNT: Rescue-Palooza!" on a Pi Zero W using OpenBOR, so I they might be using the same solution.
I've noticed some minor quirks during the installation/configuration of OpenBOR using zerojay's script. When triggered from RetroPie-Setup, it runs the old script which points to rofl0r's repo and builds an ancient version. In order to be able to run it from the RetroPie-Setup GUI, you have to remove/rename the old openbor.sh in '/home/pi/RetroPie-Setup/scriptmodules/ports' manually, so the newer openbor.sh located in '/home/pi/RetroPie-Setup/scriptmodules/emulators' will be listed.
Besides this, es_systems.cfg in '/etc/emulationstation' contains the "wrong" roms path and is missing values for fullname and extension as well. Noting which can't easily be resolved, but if you're totally new to this it might be a bit discouraging.
-
@boolean Yup, it's running... but half levels not working. You cannot access to it. - It's old problem, started from my attempt to play on android phone. And solution for android was choose/find correct version of open bor exclusive for rescue-palooza.
So, i think, we need find same current version for retropie.... -
@iga Judging from your screenshots (you've extracted the game like I did before which is now deprecated) you're running build 3016 instead of 6510. Am I right? I've edited my last post to provide some clarification.
On v6510 TMNT: Rescue-Palooza! plays out of the box and (as far as I can tell) without issues. No need for any savegame hocuspocus.
-
@boolean said in Streets of Rage Remake (latest retropie 2019):
you're running build 3016 instead of 6510. Am I right? I'
Yes...
Now I've did update ( after deleting openbor.sh, have installed from Rb setup->manage packages->experemental packages and it's showing me 6510 version.
But when i go to the ports->openbor, it's show me screen with 3016 again
So what more i need to do with es_systems.cfg ?
-
@iga Your '/etc/emulationstation/es_systems.cfg' should look like this:
<system> <name>openbor</name> <fullname>OpenBOR - Beat 'em Up Game Engine</fullname> <path>/home/pi/RetroPie/roms/openbor</path> <extension>.pak</extension> <command>/opt/retropie/supplementary/runcommand/runcommand.sh 0 _SYS_ openbor %ROM%</command> <platform>openbor</platform> <theme>openbor</theme> </system>
To verify that v6510 has correctly been installed, please check if everything is in place:
pi@retropie:/opt/retropie/emulators/openbor $ ls -lh total 5.6M -rw-r--r-- 1 root root 4.4M Jan 31 17:50 libGL.so.1 lrwxrwxrwx 1 root root 8 Jan 31 17:50 Logs -> /dev/shm -rwxr-xr-x 1 root root 1.2M Jan 31 17:50 OpenBOR lrwxrwxrwx 1 root root 30 Jan 31 21:24 Paks -> /home/pi/RetroPie/roms/openbor -rw-r--r-- 1 root root 60 Jan 31 17:50 retropie.pkg lrwxrwxrwx 1 root root 35 Jan 31 17:50 Saves -> /opt/retropie/configs/openbor/Saves lrwxrwxrwx 1 root root 41 Jan 31 17:50 ScreenShots -> /opt/retropie/configs/openbor/ScreenShots
pi@retropie:~/RetroPie/roms/openbor $ ls -lh total 275M -rw-r--r-- 1 pi pi 60M Jan 27 2004 BOR.pak -rw-r--r-- 1 pi pi 216M May 28 2020 TMNT_RP_1_1_2.pak
If you fancy art, you should create a directory under your current theme called "openbor" as well.
/etc/emulationstation/themes/carbon/openbor/ ├── art │ ├── controller.svg │ ├── system2.svg │ └── system.svg └── theme.xml 1 directory, 4 files
Just let me know if something isn't clear!
-
@boolean First of all thank you for your responsiveness.
I guess I'm a little confused - as i understood, after using script
cd ~ git clone https://github.com/zerojay/RetroPie-Extra.git cd RetroPie-Extra/ ./install-extras.sh
we got able to install "new" experimental packages from "new" mange packages menu in RetroPie-Setup, where new openbor located.
But I already had old version of openbor installed....And now, when i run openbor from retropie it's run 3016 version. So, i decided uninstall it. But when i uninstall open bor from new manage packages menu, i've uninstall 6510 version, and 3016 still stay.... - cause i can't find it there ( in new experimental packages menu) - it's not there now, .... (only 6510 available)
So, now i need to understand how get back old experimental packages menu to uninstall original bor. And only after that install 6510, probably
As i understood...
) -
@iga You're welcome! You can use the original script from the repo (https://github.com/RetroPie/RetroPie-Setup/blob/master/scriptmodules/ports/openbor.sh) to uninstall v3016 and then use the new v6510 script (https://github.com/zerojay/RetroPie-Extra/blob/master/scriptmodules/emulators/openbor.sh) to install the latest build.
-
This post is deleted! -
IGA and I got sidetracked on the Streets of Rage Remake (latest retropie 2019) topic. Would it be possible for an admin to move our discussion over here?
https://retropie.org.uk/forum/post/250464
https://retropie.org.uk/forum/post/250481
https://retropie.org.uk/forum/post/250495
https://retropie.org.uk/forum/post/250512
https://retropie.org.uk/forum/post/250513
https://retropie.org.uk/forum/post/250663
https://retropie.org.uk/forum/post/250762 -
@boolean I done it ( I've delete old 3016, then install new 6510 ). But it not appears in ports menu or anywhere else in emustation.
And I don't understand what's going on.... -
or to new openbor needs extracted folders, not files.pac?
-
OOOhhhh....
Now i see
I've got it! - with new version o openbor we need create separate folder openbor in rom directories. Not in folder ports as it was before.....- it is important information!
-
@boolean STOP!
-
IT'S STILL NOT WORK!!! even on the new version 6510!
-
we still can't enter in levels swamp\beach\van\park\rooftop as i've said before.... (v1.1.1)
:-(
-
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.