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

    OpenBOR finally working fine on RETROPIE with ES

    Scheduled Pinned Locked Moved Ideas and Development
    openbortrick
    353 Posts 32 Posters 182.7k 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.
    • BiZzAr721B
      BiZzAr721
      last edited by BiZzAr721

      @cyperghost Great work! You don't rest - I will test tonight. Does the 3400 build have CLI support?

      Edit
      Worked great - called pak from script inside ports menu

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

        @bizzar721 Yes both versions use nearly same patch to provide CLI. It is not so a great thing as you might think about coding. Most work was done by others. Heavy work was done from @zanac and @darknior. Sadly I have no time to test OpenGL for Raspberry. It is not enabled by default or it does not work to 100% with the GL4ES wrapper. Because @zanac wrote he can switch from SDL to OpenGL in his OpenBOR video options.If this would be possible we would benefit from fast screen processing done by GPU and even HQ-filters would run smooth.

        About official support...! I think it will not happen. I showed diff patches in Chrono Crash forum and there was sadly no response about this. Of course our work is well appreciated and they show interest for those platforms but it is hard to maintain a platform you do not know. Maybe things will change in time ...

        So for now we have to rely on older branches and every new version has to be patched and must be tested. Not hard to do. Next steps on roadmap...,

        1. Try to improve graphics support
        2. More tests from others with positive response
          2.1 Does it interfere with other emulators
          2.2 Crash scenarios
          2.3 Errors in build 6315 openbor and should we use 6412?
        3. Write scriptmodule for build with source and premade binaries
        4. Make it official
        1 Reply Last reply Reply Quote 1
        • BiZzAr721B
          BiZzAr721
          last edited by

          Unfortunately, your right, I don't see official support happening. It saw it mentioned that they were worried that interest would fade and they would be left with dead weight. (specifically Dreamcast & Xbox).

          Raspberry pi is not in the same category as the console specific versions. It is a given that the console version will eventually die. The interest fades when newer hardware comes around. I have an original first run dreamcast I have played openBor on as well as SNES emulators. It was fun for a while, but there are much more efficient/feature rich ways to play. It's essentially a dead end.

          Raspberry pi, on the other hand is an evolving platform that goes way beyond just Raspberry pi's, (odroid, all winner) and can be purchased much cheaper than any console. It reaches a much wider audience than just a niche crowd of modded console owners. (And just look at the long lifespan even those had)

          Single board computers aren't going anywhere, especially as the price/power ratio keeps improving.
          For now at least we got a shunned, but working OpenBOR.

          Back to OpenBOR, I was using the command to launch games directly from a script. What command would I use to launch through runcommand?

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

            @bizzar721 I edited nano /opt/retropie/configs/ports/openbor/emulators.cfg

            and added

            openbor = "pushd /opt/retropie/ports/openbor; /opt/retropie/ports/openbor/OpenBOR %ROM%; popd"
            ob_6xxx = "pushd /home/pi/openbor_openbeta; LIB_FB=3 /home/pi/openbor_openbeta/OpenBOR %ROM%; popd"
            default = "openbor"
            
            

            So I have 2 versions available. The old 3400 and the new 6312. The 6312 is much much better than the old one.

            BiZzAr721B darkniorD 2 Replies Last reply Reply Quote 1
            • BiZzAr721B
              BiZzAr721 @cyperghost
              last edited by

              @cyperghost Thanks. Should I use the same command for 3400 except change the path to the 3400 build?

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

                @bizzar721 Use the pathes as you like. I don't know where you copied the binary... if it is right out if the installer script it is the line of code I wrote above. Then this works out of the box by entering the settings menu (grey box) and select ob6xxxas emulator for running roms ;)

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

                  @cyperghost @BiZzAr721 I updated post

                  1 Reply Last reply Reply Quote 0
                  • darkniorD
                    darknior @cyperghost
                    last edited by

                    @cyperghost said in OpenBOR finally working fine on RETROPIE with ES:

                    openbor = "pushd /opt/retropie/ports/openbor; /opt/retropie/ports/openbor/OpenBOR %ROM%; popd"
                    ob_6xxx = "pushd /home/pi/openbor_openbeta; LIB_FB=3 /home/pi/openbor_openbeta/OpenBOR %ROM%; popd"
                    default = "openbor"
                    

                    I don't know this parameter, why do you use LIB_FB=3 ? I don't use it and it works fine for me on many games ...

                    So I have 2 versions available. The old 3400 and the new 6312. The 6312 is much much better than the old one.

                    Yes for sure, the 6312 version is fantastic, almost all my games are working fine with it :)
                    I"m also using 4.3 Retropie in production, and you are right for Asterix it works fine.
                    For the moment i only use the 3400 for Bare Knuckle 6 that not start with 6312. But my version also crash with 3400 at some moment ...

                    • For the moment i only have a big problem with TMNT Shell Shocked rev5852 that use i think so many scripts and is really slow when enemies come :(
                    • Rumble not working too
                    • Filters are really slow too without OpenGL

                    Life is game, just play it !

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

                      @darknior said in OpenBOR finally working fine on RETROPIE with ES:

                      I don't know this parameter, why do you use LIB_FB=3 ? I don't use it and it works fine for me on many games ...

                      You can setup GL4ES with a variaty of setup variabels. and it is adviced for Raspberry to use LIB_FB=3 mode.

                      Filters are really slow too without OpenGL

                      That's the point but it is not a disadvantage because older versions was much much slower if you compare to this one. But it would be nice if @zanac would tell us if it is possible in Pandora to switch from SDL to openGL in video options. In Raspberry this is not possible ... I know it works for Windows PCs.
                      If you compare to old 3400 this version gots a huge speedup with much better looking graphics. So I'm really satisfied with the outcome and I think we can write a scriptmodule for this (therefore I needed the blank 4.4 image to determine which dependencies should be installed).

                      So the scriptmodule will install dependencies, will download github branch. Patch it with newest patchset (galina at the moment), will copy gl4es libary from git (or maybe compile also?). Setup links and then we are ready to go.

                      1 Reply Last reply Reply Quote 1
                      • BiZzAr721B
                        BiZzAr721
                        last edited by

                        @cyperghost said in OpenBOR finally working fine on RETROPIE with ES:

                        You can setup GL4ES with a variaty of setup variabels. and it is adviced for Raspberry to use LIB_FB=3 mode.

                        Should it be LIBGL_FB=3? Also, using this I am still not able to switch from SDL to GL in video options but it is working behind the scenes, correct?

                        Both versions gave me no issues or crashes while messing around with settings! I had to rename configs by just removing the .bor before .cfg. It seems 3400 configs work well on newest version, but not vice versa, but it is late and may have just been human error.

                        @darknoir I'm playing TMNT Shell Shocked Rev 5853 and it has been playing very well so far (one player). I just learned that pressing block with a Rock Soldier cycles weapons! Haven't tried He-Man recently but that will be the true test.

                        darkniorD 1 Reply Last reply Reply Quote 0
                        • darkniorD
                          darknior @BiZzAr721
                          last edited by darknior

                          @bizzar721 & @cyperghost i have create a new topic : https://retropie.org.uk/forum/topic/19432/openbor-3400-6315-game-list-compatibility

                          Life is game, just play it !

                          1 Reply Last reply Reply Quote 0
                          • shavecatS
                            shavecat
                            last edited by shavecat

                            How can i fix games like -
                            G.I JOE and HE-MAN ?
                            that are not working .
                            Tx

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

                              @shavecat said in OpenBOR finally working fine on RETROPIE with ES:

                              How can i fix games like -
                              G.I JOE and HE-MAN ?

                              There is no fix needed - these are working.
                              Maybe you did a wrong install of OpenBOR or use depricated versions of these mods you named.

                              As you used a thread that discusses deprecated OpenBOR versions I assume you did wrong setup of OpenBOR - READ MORE ABOUT HERE

                              shavecatS 1 Reply Last reply Reply Quote 0
                              • shavecatS
                                shavecat @cyperghost
                                last edited by

                                @cyperghost
                                most of the games works (not on .PAK on .BOR)
                                but those for example just quit when i start them,
                                and yeha the work on my computer.

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

                                  @shavecat well you are using an old version of OpenBOR engine. Please forget these .bor-things they are not needed anymore. Follow the link and use updated OpenBOR engines. These will run your mods in PAK format

                                  shavecatS 1 Reply Last reply Reply Quote 0
                                  • shavecatS
                                    shavecat @cyperghost
                                    last edited by

                                    @cyperghost
                                    yeha ! thanks ! :)
                                    which link by the way ;)?

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

                                      @shavecat
                                      https://retropie.org.uk/forum/topic/19326

                                      shavecatS 1 Reply Last reply Reply Quote 0
                                      • shavecatS
                                        shavecat @cyperghost
                                        last edited by

                                        @cyperghost
                                        THank YOU!

                                        1 Reply Last reply Reply Quote 0
                                        • WarC0zesW
                                          WarC0zes
                                          last edited by

                                          hi,
                                          I have a problem of vsync, I have a stuttering of images. How to correct this problem?
                                          I use the openbor version of the post.

                                          RetroPie v4.5.1 • RPi3 Model B • NorthPada 5V 3A • 128GB SanDisk Ultra Cat.10 microSDXC • 1 x Logitech Wireless Desktop MK250 • 1 x Qanba Q4RAF USB Arcade joysticks • 1 x PS4 Dualshock4 v2 controller • 1 x Mayflash Dolphinbar + Nintendo WiiMote.

                                          1 Reply Last reply Reply Quote 0
                                          • WarC0zesW
                                            WarC0zes
                                            last edited by

                                            I solved my problem by installing the openbor-6xxx version.

                                            RetroPie v4.5.1 • RPi3 Model B • NorthPada 5V 3A • 128GB SanDisk Ultra Cat.10 microSDXC • 1 x Logitech Wireless Desktop MK250 • 1 x Qanba Q4RAF USB Arcade joysticks • 1 x PS4 Dualshock4 v2 controller • 1 x Mayflash Dolphinbar + Nintendo WiiMote.

                                            1 Reply Last reply Reply Quote 1
                                            • 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.