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 271.1k 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.
    • shavecatS
      shavecat
      last edited by

      @julenvitoria
      thanks a lot
      how can i make it work from the emulitionsation like 3b+
      i use to have that on my es_system but not it not working .

      <system>
      <name>openbor</name>
      <fullname>OpenBOR</fullname>
      <path>/home/pi/RetroPie/roms/ports/openbor</path>
      <extension>.bor .BOR</extension>
      <command>/opt/retropie/ports/openbor/OpenBOR %ROM% > /dev/null 2>&1</command>
      <platform>pc</platform>
      <theme>openbor</theme>
      </system>

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

        @SinisterSpatula said in OpenBOR 6xxx OpenBeta Testphase:

        And my /etc/emulationstation/es_systems.cfg

          <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 _SYS_ openbor %ROM%</command>
            <platform>openbor</platform>
            <theme>openbor</theme>
          </system>
        

        Hi @shavecat , try with this in es_systems.cfg and reboot, it should appear as one more system ;)

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

          GOT IT
          THANKSSSSS !!!!! <33333

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

            Is there a way to config all the CFG files saves games with the gamepad's config and video all at once??? :)

            Got it just copy the filename to another filename game after u already save the config in the game

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

              @shavecat Hi!! There is some game that allows saving the options as default (for all games). One of them is Asterix and Caesar’s Challenge. You can also try to run a game, the configuration of that game will be generated automatically when changing some configuration parameter (for example fullscreen). Then go to /opt/retropie/configs/ports/openbor/Saves and rename the file as default.cfg . Run another game and tell us the result, please :)

              shavecatS cyperghostC J 3 Replies Last reply Reply Quote 2
              • shavecatS
                shavecat @julenvitoria
                last edited by

                @julenvitoria
                Thanks but already copy the names files of the games ;)

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

                  @julenvitoria A big thank you to you for setting up the script modules for RPi0/1 RPi3 and RPi4 ... You can follow instructions here

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

                    @cyperghost Thank you too!! This wouldn’t be possible without your work!!!

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

                      @julenvitoria You should give BATOCERA a try here OpenBOR is added as standard system.

                      There are lots more of people....
                      Just to mention a few @zanac, @darknior and @BiZzAr721 are the real OpenBOR heroes.

                      K 1 Reply Last reply Reply Quote 1
                      • K
                        kactius @cyperghost
                        last edited by kactius

                        Thanks for all
                        @cmitu
                        Cristi Mitrana
                        I understand that you have some decision-making power here, I hope I am not completely wrong.
                        This works, it is functional several people contributed to a greater or lesser extent.
                        I would like to know why it is not included at once in the retropie-setup script?
                        Really, need more test? any way to help.
                        Sorry if the written text may sound bad, but the language difference is present.

                        1 Reply Last reply Reply Quote 0
                        • mituM
                          mitu Global Moderator
                          last edited by mitu

                          @kactius said in OpenBOR 6xxx OpenBeta Testphase:

                          I understand that you have some decision-making power here, I hope I am not completely wrong.

                          I don't, you mis-understood.

                          I would like to know why it is not included at once in the retropie-setup script?

                          Include what ? OpenBor as a separate system or @cyperghost's script ? You can submit a PR to be included to the RetroPie's project repository.

                          K 1 Reply Last reply Reply Quote 0
                          • W
                            wsamael @julenvitoria
                            last edited by wsamael

                            @julenvitoria said in OpenBOR 6xxx OpenBeta Testphase:

                            @wsamael Hi!!! To make the module appears again in experimental packages you have to edit the script after downloading, find where it says

                            rp_module_flags = "! Mali! X11! Kms"
                            

                            and remove the! Kms flag. The result would be the following

                            rp_module_flags = "! Mali! X11"
                            

                            Then load retropie-setup again and you will see that in experimental packages it reappears

                            hello, sorry i've not come here before today, i've edit openbor-6xxx.sh and it's work thank you :)

                            edit it's appear in experimental package, but it's not working :(

                            Capture.JPG

                            any idea ?

                            J 1 Reply Last reply Reply Quote 0
                            • W
                              wsamael
                              last edited by wsamael

                              I can launch openbor but it still launch in window mode and don't save my settings.

                              sorry to ask it but somebody speak french ?

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

                                @wsamael Hi!! Try with this...

                                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.s
                                
                                W 2 Replies Last reply Reply Quote 1
                                • J
                                  julenvitoria Banned @julenvitoria
                                  last edited by julenvitoria

                                  @julenvitoria said in OpenBOR 6xxx OpenBeta Testphase:

                                  @shavecat Hi!! There is some game that allows saving the options as default (for all games). One of them is Asterix and Caesar’s Challenge. You can also try to run a game, the configuration of that game will be generated automatically when changing some configuration parameter (for example fullscreen). Then go to /opt/retropie/configs/ports/openbor/Saves and rename the file as default.cfg . Run another game and tell us the result, please :)

                                  @wsamael here is the way that you can run games at fullscreen

                                  W 1 Reply Last reply Reply Quote 0
                                  • K
                                    kactius @mitu
                                    last edited by

                                    @mitu said in OpenBOR 6xxx OpenBeta Testphase:

                                    @kactius said in OpenBOR 6xxx OpenBeta Testphase:

                                    I understand that you have some decision-making power here, I hope I am not completely wrong.

                                    I don't, you mis-understood.

                                    I would like to know why it is not included at once in the retropie-setup script?

                                    Include what ? OpenBor as a separate system or @cyperghost's script ? You can submit a PR to be included to the RetroPie's project repository.

                                    One thing or the other is really indifferent, I think most of us see this latest version of openbor 6510 by Dmitri as functional and operational. Also called here OpenBOR-63xx-RetroPie-open beta.
                                    If everything can be included, it would be better, after all it is a work done and that can be of use.
                                    Come on @cyperghost summit a PR try it, please.

                                    K 1 Reply Last reply Reply Quote 0
                                    • W
                                      wsamael @julenvitoria
                                      last edited by wsamael

                                      @julenvitoria said in OpenBOR 6xxx OpenBeta Testphase:

                                      @julenvitoria said in OpenBOR 6xxx OpenBeta Testphase:

                                      @shavecat Hi!! There is some game that allows saving the options as default (for all games). One of them is Asterix and Caesar’s Challenge. You can also try to run a game, the configuration of that game will be generated automatically when changing some configuration parameter (for example fullscreen). Then go to /opt/retropie/configs/ports/openbor/Saves and rename the file as default.cfg . Run another game and tell us the result, please :)

                                      @wsamael here is the way that you can run games at fullscreen

                                      yes i know but there no file to /saves , event if i save by defaut in openbor, i've no defaut.cfg 'or "mygames".cgf in" save" folder

                                      1 Reply Last reply Reply Quote 0
                                      • W
                                        wsamael @julenvitoria
                                        last edited by wsamael

                                        @julenvitoria said in OpenBOR 6xxx OpenBeta Testphase:

                                        @wsamael Hi!! Try with this...

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

                                        yes its 's work on ports menu but no if I add openbor on es_systems.cfg

                                        I add this

                                         <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 _SYS_ openbor %ROM%</command>
                                            <platform>openbor</platform>
                                            <theme>openbor</theme>
                                          </system>
                                        

                                        but "no config found for system openbor" how can i fixe it ?

                                        J 1 Reply Last reply Reply Quote 0
                                        • W
                                          wsamael @julenvitoria
                                          last edited by

                                          This post is deleted!
                                          1 Reply Last reply Reply Quote 0
                                          • J
                                            julenvitoria Banned @wsamael
                                            last edited by julenvitoria

                                            @wsamael sorry, possibly my mistake... try with this:

                                              <system>
                                                <name>openbor</name>
                                                <fullname>OpenBOR</fullname>
                                                <path>/home/pi/RetroPie/roms/ports/openbor</path>
                                                <extension>.bor .BOR .pak .PAK</extension>
                                                <command>/opt/retropie/supplementary/runcommand/runcommand.sh 0 _PORT_ openbor %ROM%</command>
                                                <platform>pc</platform>
                                                <theme>openbor</theme>
                                              </system>
                                            

                                            I just tried it on my rpi4 and it works fine ;)

                                            I just checked it too and the saves are in / opt / retropie / configs / ports / openbor / Saves /

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