RetroPie forum home
    • Recent
    • Tags
    • Popular
    • Home
    • Docs
    • Register
    • Login

    OpenBOR 6xxx OpenBeta Testphase

    Scheduled Pinned Locked Moved Ideas and Development
    betaopenbor
    520 Posts 54 Posters 273.2k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • C
      construkt @BiZzAr721
      last edited by construkt

      @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.

      1 Reply Last reply Reply Quote 0
      • BiZzAr721B
        BiZzAr721 @julenvitoria
        last edited by

        @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.

        C 1 Reply Last reply Reply Quote 0
        • C
          construkt @BiZzAr721
          last edited by

          @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.

          1 Reply Last reply Reply Quote 0
          • C
            construkt @julenvitoria
            last edited by construkt

            @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.

            J 1 Reply Last reply Reply Quote 0
            • J
              julenvitoria Banned @construkt
              last edited by julenvitoria

              @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 :)

              BiZzAr721B 1 Reply Last reply Reply Quote 0
              • BiZzAr721B
                BiZzAr721 @julenvitoria
                last edited by

                @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.

                C 1 Reply Last reply Reply Quote 0
                • C
                  construkt @BiZzAr721
                  last edited by

                  @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.

                  1 Reply Last reply Reply Quote 0
                  • H
                    HopRanger
                    last edited by

                    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.sh

                    I 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.

                    1 Reply Last reply Reply Quote 0
                    • cyperghostC
                      cyperghost
                      last edited by

                      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 ;)

                      C 1 Reply Last reply Reply Quote 0
                      • B
                        BazzCatt
                        last edited by

                        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:

                        alt text

                        cyperghostC 1 Reply Last reply Reply Quote 0
                        • C
                          construkt @cyperghost
                          last edited by

                          @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?

                          cyperghostC 1 Reply Last reply Reply Quote 0
                          • cyperghostC
                            cyperghost @BazzCatt
                            last edited by

                            @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

                            1 Reply Last reply Reply Quote 1
                            • cyperghostC
                              cyperghost @construkt
                              last edited by cyperghost

                              @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.

                              C 2 Replies Last reply Reply Quote 0
                              • C
                                cristiano1987
                                last edited by

                                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

                                1 Reply Last reply Reply Quote 0
                                • C
                                  cristiano1987
                                  last edited by

                                  I've notice that the error is
                                  "failed to add service, already in use?"

                                  1 Reply Last reply Reply Quote 0
                                  • C
                                    cristiano1987 @roslof
                                    last edited by

                                    @roslof i ve your error
                                    What do you mean with active directory?

                                    1 Reply Last reply Reply Quote 0
                                    • roslofR
                                      roslof @construkt
                                      last edited by roslof

                                      @construkt you may be aware that the executable is in /opt/retropie/ports/openbor-6xxx, but you may want the active directory to be different so Paks, Saves, Screenshots, etc. can exist in a different location.

                                      For me personally (and it's not standard) I've since moved/symlinked Paks, Saves, Screenshots & Logs directories in /opt/retropie/configs/openbor. Yours might be different.

                                      But for me, with my change, I needed to update /opt/retropie/configs/emulators.cfg (adding pushd and popd) to match my directory location:

                                      openbor-6xxx = "pushd /opt/retropie/configs/openbor; /opt/retropie/ports/openbor-6xxx/OpenBOR %ROM%; popd"
                                      

                                      So when you launch a rom from EmulationStation, it will launch OpenBOR correctly, but reference my configs/openbor directory to get the Paks and such...

                                      FWIW (and again, this is not standard) my directory structure that works with my emulators.cfg contents:

                                      /opt/retropie/configs/openbor
                                      emulators.cfg
                                      launching.png
                                      /Logs --> /dev/shm (symlinked)
                                      /Paks --> /home/pi/RetroPie/roms/openbor/ (symlinked)
                                      /Saves
                                      /Screenshots

                                      C 1 Reply Last reply Reply Quote 0
                                      • C
                                        cristiano1987 @roslof
                                        last edited by

                                        @roslof Thanks a lot! the games starts
                                        One problem... they don't save nothing, when i change resolution it returns as default next time i reload the game
                                        same thing for controls
                                        It doesn't generate default.cfg
                                        Thanks again

                                        roslofR 1 Reply Last reply Reply Quote 0
                                        • roslofR
                                          roslof @cristiano1987
                                          last edited by

                                          @cristiano1987 Check directory permissions/ownership, especially for the /Saves directory. Mine is owned by "pi" and set as drwxr-xr-x (or 755).

                                          1 Reply Last reply Reply Quote 0
                                          • C
                                            cristiano1987
                                            last edited by

                                            Thanks a lot @roslof , you're great!
                                            It was a problem with user and group, correct user and group is pi
                                            I've added a lot of titles without issues
                                            Thanks again!!!

                                            1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            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.