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

    RetroPie-Extra Repository

    Scheduled Pinned Locked Moved Projects and Themes
    132 Posts 40 Posters 79.0k 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.
    • Z
      zerojay @teller
      last edited by zerojay

      @teller The script already adds that line. Also, it sets up beebem to run through X. Not having X running when you click on disk load is what causes the crash. With beebem running on top of X, there is no crash. Again, already setup that way for you with my script. Also, beebem is not a libretro core, so no tinkering with retroarch.cfg is going to change anything for beebem whatsoever.

      CharcoC 1 Reply Last reply Reply Quote 0
      • T
        teller
        last edited by teller

        Ok, thanks.
        What do you mean by running Beebem through X?
        I would like to save my audio settings. I've seen there is a "beebeem.registry" file in the hidden folder ".Beebem".

        1 Reply Last reply Reply Quote 0
        • Z
          zerojay
          last edited by

          X is the graphical window server. You shouldn't need to do anything to save settings.

          1 Reply Last reply Reply Quote 0
          • CharcoC
            Charco @zerojay
            last edited by

            @zerojay An update on the Streets of Rage Remake (BennuGD) port to Raspberry Pi, I have been talking to butcher over on the BennuGD forums and he has released an updated version which now adds Sormaker mod support (fan games created using the SORR engine).

            Simply replace the current file with the two files contained in this package:

            https://mega.nz/#!z8MxDKyJ!A7wAgGJ728t2w45PtAOkk5eLa-P9WoiaQhq7pGgrt1o

            In order to get mods to work, in the "mod" folder create a new folder called "games" and add your Sormaker games here. They MUST be in lower case, otherwise they will not work. For example, a Sormaker mod (folder) named "Example Mod" will not work, but one named "example mod" will.

            The author will try and sort out the issue with the game crashing when any video mode other than "Normal" is chosen in the options. Hopefully he will resolve this issue too.

            Hope this helps :)

            Z 1 Reply Last reply Reply Quote 0
            • Z
              zerojay @Charco
              last edited by

              @Charco Please create an issue on my issue tracker for this (including all links/information) so that I remember to work on this after my move.

              https://github.com/zerojay/RetroPie-Extra/issues

              CharcoC 1 Reply Last reply Reply Quote 0
              • CharcoC
                Charco @zerojay
                last edited by

                @zerojay Done.

                1 Reply Last reply Reply Quote 1
                • Z
                  zerojay
                  last edited by

                  Small update for you folks.

                  Moved. Still no Internet at my new place yet. Working on it. Starting a new job next week. Hope to see you all soon.

                  1 Reply Last reply Reply Quote 1
                  • L
                    Leatherface
                    last edited by

                    Hope the next step after mod... V-Sync is on the way ;)

                    Z 1 Reply Last reply Reply Quote 0
                    • Z
                      zerojay @Leatherface
                      last edited by

                      @Leatherface I have no idea what you are saying?

                      L 1 Reply Last reply Reply Quote 0
                      • L
                        Leatherface @zerojay
                        last edited by

                        Sorry for my english ;) Will just say that after mods enable, need the option V-Sync. Without v-sync, the game suffer with tearing (hope you understand my bad english)
                        @zerojay

                        1 Reply Last reply Reply Quote 0
                        • BuZzB
                          BuZz administrators
                          last edited by

                          if the game uses sdl1, you can enable the dispmanx backend for it - requires some additions to the module to enable by default and make it show up in dispmanx config, but will stop tearing.

                          To help us help you - please make sure you read the sticky topics before posting - https://retropie.org.uk/forum/topic/3/read-this-first

                          1 Reply Last reply Reply Quote 0
                          • Z
                            zerojay
                            last edited by

                            I'm going to take a run at updating the entire repository to the new standards being used by RetroPie today.

                            1 Reply Last reply Reply Quote 0
                            • BuZzB
                              BuZz administrators
                              last edited by

                              rp_module_menus="4+" -> rp_module_section="exp"

                              anything that installs directly from a binary archive or via apt-get should be inside install_bin_moduleid rather than install_moduleid

                              To help us help you - please make sure you read the sticky topics before posting - https://retropie.org.uk/forum/topic/3/read-this-first

                              Z 1 Reply Last reply Reply Quote 1
                              • Z
                                zerojay @BuZz
                                last edited by

                                @BuZz That's all that's changed for modules?

                                1 Reply Last reply Reply Quote 0
                                • BuZzB
                                  BuZz administrators
                                  last edited by BuZz

                                  oh and _INFMSGS isn't used (it's still supported by should not be used anymore) - instead we have an optional rp_module_help="" for help text which is displayed in the gui. Also any modules with a "gui" to configure, should use gui_moduleid function - probably doesn't affect any of yours.

                                  and nobin flag is no longer needed.

                                  Can't think of anything else right now that would affect your stuff - I tried to not break existing modules too much (the section change is the main non optional change).

                                  To help us help you - please make sure you read the sticky topics before posting - https://retropie.org.uk/forum/topic/3/read-this-first

                                  1 Reply Last reply Reply Quote 1
                                  • Z
                                    zerojay
                                    last edited by

                                    Awesome. Been too busy to be around thanks to E3 coming up. Hope to get this all updated today/

                                    1 Reply Last reply Reply Quote 0
                                    • Z
                                      zerojay
                                      last edited by

                                      Everything's updated. Haven't tested though. I'll take a look at SORR.

                                      CharcoC PokeEngineerP 2 Replies Last reply Reply Quote 0
                                      • CharcoC
                                        Charco @zerojay
                                        last edited by Charco

                                        @zerojay Would it be possible to map buttons to exit to the gamepad? At the moment you have to use the Esc key on a keyboard.

                                        1 Reply Last reply Reply Quote 0
                                        • S
                                          sc0tt88
                                          last edited by

                                          This post is deleted!
                                          1 Reply Last reply Reply Quote 0
                                          • BuZzB
                                            BuZz administrators
                                            last edited by

                                            @zerojay the other thing also is game data should be split out of configure_ functions and then called from the configure function like

                                            [[ "$md_mode" == "install" ]] && game_data_moduleid

                                            check this WIP PR

                                            https://github.com/RetroPie/RetroPie-Setup/pull/1522

                                            this will be merged shortly. This makes modules work better with the uninstall/remove functionality..

                                            To help us help you - please make sure you read the sticky topics before posting - https://retropie.org.uk/forum/topic/3/read-this-first

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