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

Development of module-script generator for lr-mess, lr-mame and mame standalone

Scheduled Pinned Locked Moved Ideas and Development
developmentlr-messmamelr-mamescripts
2.2k Posts 35 Posters 6.0m 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.
  • F
    Folly @DTEAM
    last edited by 23 Feb 2021, 18:06

    @dteam said in Development of module-script generator for lr-mess and mame standalone:

    @folly
    I'm gonna do the conversion for files in Google Drive

    Are you letting me know when it's ready ?

    D 1 Reply Last reply 23 Feb 2021, 18:45 Reply Quote 1
    • D
      DTEAM @Folly
      last edited by DTEAM 23 Feb 2021, 18:45

      @folly said in Development of module-script generator for lr-mess and mame standalone:

      Are you letting me know when it's ready ?

      done
      I tested It, and It Works. Background.png files are converted with the appropriate namings in**/home/pi/RetroPie/overlays/home/pi/RetroPie/overlays/** "system name"

      F 1 Reply Last reply 23 Feb 2021, 19:28 Reply Quote 0
      • F
        Folly @DTEAM
        last edited by Folly 23 Feb 2021, 19:28

        @dteam

        Cool, isn't it ;-)

        Next thing to do is, checking the games that don't need an overlay.
        Then I will remove these games from the generating overlay script so no loose config files are generated.

        And there are games with 2 screens.
        With these the TOP/BOTTOM or LEFT/RIGHT backgrounds have to be joined I think.
        We will have to try on how this will look.

        D 1 Reply Last reply 23 Feb 2021, 20:02 Reply Quote 0
        • D
          DTEAM @Folly
          last edited by 23 Feb 2021, 20:02

          @folly said in Development of module-script generator for lr-mess and mame standalone:

          Cool, isn't it ;-)

          👍

          When you load a game with Lr-Mess, do you have to select the overlay or it,s done automatically. On my side, I have to load It via retroarch UI

          F 1 Reply Last reply 23 Feb 2021, 20:50 Reply Quote 0
          • F
            Folly @DTEAM
            last edited by Folly 23 Feb 2021, 20:50

            @dteam said in Development of module-script generator for lr-mess and mame standalone:

            @folly said in Development of module-script generator for lr-mess and mame standalone:

            Cool, isn't it ;-)

            👍

            When you load a game with Lr-Mess, do you have to select the overlay or it,s done automatically. On my side, I have to load It via retroarch UI

            Strange, which games did you try ?

            The retroarch overlay loads automatically on my side.
            I am loading with lr-mess-cmd.
            The runcommand.sh will append the config if the loader name (in emulators.cfg) starts with lr-.
            So lr-mess-cmd = "...cmd...,". (should work), renamed to mess-cmd = "...cmd...," (doesn't work)

            /opt/retropie/emulators/retroarch/bin/retroarch --config /opt/retropie/configs/konamih/retroarch.cfg -v -L /opt/retropie/libretrocores/lr-mess/mess_libretro.so "/home/pi/RetroPie/roms/konamih/kgradius.zip" --appendconfig /dev/shm/retroarch.cfg'|'"/home/pi/RetroPie/roms/konamih/kgradius.zip.cfg"
            

            Above execution line from the log, shows that the config is loaded : '|'"/home/pi/RetroPie/roms/konamih/kgradius.zip.cfg" , which will load :
            ( not in log) /home/pi/RetroPie/overlays/konamih/kgradius.cfg ,which will load :
            ( not in log) /home/pi/RetroPie/overlays/konamih/kgradius.png

            Check your /dev/shm/runcommand.log if the custom config for the overlay is present.

            Check also if you have any overrides :

            [INFO] [Overrides] no core-specific overrides found at /home/pi/.config/retroarch/config/MAME/MAME.cfg.
            [INFO] [Overrides] no content-dir-specific overrides found at /home/pi/.config/retroarch/config/MAME/konamih.cfg.
            [INFO] [Overrides] no game-specific overrides found at /home/pi/.config/retroarch/config/MAME/kgradius.cfg.
            

            I have these config lines used by lr-mess (and lr-mame, I think) in /opt/retropie/configs/all/retroarch-core-options.cfg :

            mame_alternate_renderer = "disabled"
            mame_altres = "640x480"
            mame_auto_save = "disabled"
            mame_boot_from_cli = "enabled"
            mame_boot_to_bios = "disabled"
            mame_boot_to_osd = "disabled"
            mame_buttons_profiles = "enabled"
            mame_cheats_enable = "enabled"
            mame_cpu_overclock = "default"
            mame_lightgun_mode = "none"
            mame_mame_4way_enable = "disabled"
            mame_mame_paths_enable = "disabled"
            mame_media_type = "rom"
            mame_mouse_enable = "disabled"
            mame_read_config = "disabled"
            mame_saves = "game"
            mame_softlists_auto_media = "enabled"
            mame_softlists_enable = "enabled"
            mame_throttle = "disabled"
            mame_write_config = "disabled"
            

            You may also want to try a dummy overlay with lr-vecx to see if it is an lr-mess or a retroarch problem.

            D 1 Reply Last reply 24 Feb 2021, 15:44 Reply Quote 0
            • D
              DTEAM @Folly
              last edited by DTEAM 24 Feb 2021, 15:44

              @folly

              I have this in my runncommand.log

              [INFO] [Overrides] no core-specific overrides found at /home/pi/.config/retroarch/config/MAME/MAME.cfg.
              [INFO] [Overrides] no content-dir-specific overrides found at /home/pi/.config/retroarch/config/MAME/konamih.cfg.
              [INFO] [Overrides] no game-specific overrides found at /home/pi/.config/retroarch/config/MAME/kgradius.cfg.
              

              in retroarch-core-options.cfg

              mame_cheats_enable = "disabled"
              

              The rest is the same than your.

              My emulators.cfg seems to be good.

              F 2 Replies Last reply 24 Feb 2021, 16:29 Reply Quote 0
              • F
                Folly @DTEAM
                last edited by Folly 24 Feb 2021, 16:29

                @dteam

                Ok, beats me, I have no clue why it isn't working.

                Was your retroach.cfg accidentally saved when you where in the retroarch UI ?
                Or did you perhaps create a game options file accidentally ?
                ( edit : I created a game option file, it's a core option file in /home/pi/.config/retroarch/config/MAME/.opt . It seems not the problem )*

                mame_cheats_enable = "disabled"
                

                This should be on enabled if you installed one of the install-system-cmd module scripts.

                My On-Screen Overlay setting looks like this.
                2021-02-24-173445_800x600_scrot.png

                How is yours when you run a game ?

                If you do :

                ls -l /home/pi/RetroPie/overlays/konamih
                

                Are your permissions like this ? :

                -rw-r--r-- 1 pi pi
                
                1 Reply Last reply Reply Quote 0
                • F
                  Folly @DTEAM
                  last edited by Folly 24 Feb 2021, 18:00

                  @dteam

                  Maybe we have to leave it for now.
                  Perhaps we will find the solution by accident.

                  1 Reply Last reply Reply Quote 1
                  • F
                    Folly
                    last edited by Folly 25 Feb 2021, 07:53

                    If we want, it is possible to test the artwork download with this code again :
                    https://retropie.org.uk/forum/topic/29682/development-of-module-script-generator-for-lr-mess-and-mame-standalone/37

                    Matt has changed his program with my suggestions, accordingly :
                    https://github.com/matthuisman/gdrivedl/issues/12

                    D 1 Reply Last reply 25 Feb 2021, 14:14 Reply Quote 0
                    • D
                      DTEAM @Folly
                      last edited by 25 Feb 2021, 14:14

                      @folly said in Development of module-script generator for lr-mess and mame standalone:

                      If we want, it is possible to test the artwork download with this code again :
                      https://retropie.org.uk/forum/topic/29682/development-of-module-script-generator-for-lr-mess-and-mame-standalone/37

                      Are you talking about the first version :

                      #gets the artwork, about 42 files and puts in in the correct path (perhaps a bit more)
                      #not ok, it has to get 162 files
                      wget -nv -O /tmp/gdrivedl.py https://raw.githubusercontent.com/matthuisman/gdrivedl/master/gdrivedl.py
                      python /tmp/gdrivedl.py https://drive.google.com/drive/folders/1sm6gdOcaaQaNUtQ9tZ5Q5WQ6m1OD2QY3 -P $HOME/RetroPie/roms/mame/artwork
                      rm /tmp/gdrivedl.py
                      F 2 Replies Last reply 25 Feb 2021, 14:25 Reply Quote 0
                      • F
                        Folly @DTEAM
                        last edited by Folly 25 Feb 2021, 14:25

                        @dteam

                        Indeed, I will have a look at it now.

                        Running it now, looks good !

                        Successful !
                        All 158 files in 28 minutes.

                        Now we have 2 possibility's for downloading.

                        1 Reply Last reply Reply Quote 0
                        • F
                          Folly @DTEAM
                          last edited by Folly 25 Feb 2021, 18:07

                          @dteam

                          I added the download lines in the get-cheats-artwork-overlays.sh script.
                          What it does :

                          • download cheats for MAME standalone/lr-mess
                          • download artwork for MAME standalone (@DTEAM handhelds)
                          • create custom configs for retroarch overlays and extract backgrounds for running with lr-mess (@DTEAM handhelds)

                          You can run it directly without even downloading it as a file, with this command :

                          curl https://raw.githubusercontent.com/FollyMaddy/RetroPie-Share/main/00-scripts-00/get-cheats-artwork-overlays.sh | bash

                          I used the gdrivedl.py for the artwork in above script to make it look really simple and it outputs just one line per file.

                          My own google download code with curl is a bit more sophisticated, I have another idea with this.

                          D 1 Reply Last reply 25 Feb 2021, 22:13 Reply Quote 0
                          • D
                            DTEAM @Folly
                            last edited by 25 Feb 2021, 22:13

                            @folly said in Development of module-script generator for lr-mess and mame standalone:

                            I added the download lines in the get-cheats-artwork-overlays.sh script.
                            What it does :

                            download cheats for MAME standalone/lr-mess
                            download artwork for MAME standalone (@DTEAM handhelds)
                            create custom configs for retroarch overlays and extract backgrounds for running with lr-mess (@DTEAM handhelds)

                            It works !!

                            F 1 Reply Last reply 26 Feb 2021, 08:09 Reply Quote 0
                            • F
                              Folly @DTEAM
                              last edited by Folly 26 Feb 2021, 08:09

                              @dteam

                              Damn, that's nice.

                              Tonight I had the idea to only let the the retroarch-overlays create when there is a Background.png available.
                              Then we don't get configs we can't use.
                              This way I can keep all game names in the array's
                              And then I don't have to remove the ones that don't use backgrounds.
                              Btw. we can also use it now for checking on which games we have to work on.

                              How does that sound ?

                              Edit :
                              I just added an if function in my script, and it's working.
                              (I do not have the possibility right now to add it on github, I will do that later)

                              D 1 Reply Last reply 26 Feb 2021, 12:54 Reply Quote 0
                              • D
                                DTEAM @Folly
                                last edited by DTEAM 26 Feb 2021, 12:54

                                @folly
                                For overlays, it's frustrating on my end for Lr-mess-cmd. It always points to / opt / retropie / configs / all / retroarch / overlay and not to your directories. I have to do it manually. I am looking to see if I missed something during the installation.

                                I'll re-install the all thing properly.

                                F 1 Reply Last reply 26 Feb 2021, 16:12 Reply Quote 0
                                • F
                                  Folly @DTEAM
                                  last edited by Folly 26 Feb 2021, 16:12

                                  @dteam

                                  Indeed, I that is really frustrating.
                                  Really, I have no idea what is causing this.

                                  Have a look at /home/pi/.config/retroarch/retroarch.cfg
                                  I remember I had some trouble adding options in the retroarch.cfg in /opt/retropie/configs/all.
                                  So I did it in /home/pi/.config/retroarch/retroarch.cfg .
                                  Perhaps you have options in there that's causing it.
                                  You could rename it, to see what happens.
                                  You can alway's rename it back.

                                  I could also change the script, so all background files come in that directory.
                                  Would that be a solution ?

                                  D 1 Reply Last reply 26 Feb 2021, 16:28 Reply Quote 0
                                  • D
                                    DTEAM @Folly
                                    last edited by DTEAM 26 Feb 2021, 16:28

                                    @folly

                                    I could change the script, so all background files come in that directory.

                                    It could be good, because like that, you will use the default Retroarch overlay folder for Retropie.

                                    Have a look at /home/pi/.config/retroarch/retroarch.cfg

                                    I remember I had some trouble adding options in the retroarch.cfg in /opt/retropie/configs/all.

                                    So I did it in /home/pi/.config/retroarch/retroarch.cfg .

                                    Perhaps you have options in there that's causing it.

                                    You could rename it, to see what happens.

                                    You can alway's rename it back.

                                    I'm gonna try that

                                    F 2 Replies Last reply 26 Feb 2021, 16:31 Reply Quote 0
                                    • F
                                      Folly @DTEAM
                                      last edited by Folly 26 Feb 2021, 16:31

                                      @dteam said in Development of module-script generator for lr-mess and mame standalone:

                                      @folly

                                      I could change the script, so all background files come in that directory.

                                      It could be good, because like that, you will use the default Retroarch overlay folder for Retropie.

                                      Ok, I will make a commit when I can.
                                      Then I will remove the subdirectory's also.
                                      All overlays are saved in /opt/retropie/configs/all/retroarch/overlay
                                      Basically it will look like the artwork directory but then containing .cfg and .png.

                                      I was able to do a commit on github.
                                      I did the change without testing, but should work. (did test : OK)
                                      If you comment part 2 and 3 in the script it will not download all again.
                                      I think you know how to do that.

                                      You have to manually remove /home/pi/RetroPie/overlays.

                                      1 Reply Last reply Reply Quote 0
                                      • F
                                        Folly @DTEAM
                                        last edited by Folly 27 Feb 2021, 19:32

                                        @dteam

                                        I have rewritten the readme on the github page :
                                        https://github.com/FollyMaddy/RetroPie-Share/blob/main/00-scripts-00/readme.md
                                        I also reorganized the whole repository to get a better oversight.

                                        Improved ?

                                        D 1 Reply Last reply 6 Mar 2021, 01:57 Reply Quote 0
                                        • D
                                          DTEAM @Folly
                                          last edited by DTEAM 3 Jun 2021, 01:59 6 Mar 2021, 01:57

                                          I reinstalled everything and now all overlays working fine with retroarch. Great job.

                                          @folly said in Development of module-script generator for lr-mess and mame standalone:

                                          I have rewritten the readme on the github page :
                                          https://github.com/FollyMaddy/RetroPie-Share/blob/main/00-scripts-00/readme.md
                                          I also reorganized the whole repository to get a better oversight.
                                          Improved ?

                                          Good "readme" on github. Everythings are easy to understand. It's fu%?$ng nice!

                                          F 1 Reply Last reply 6 Mar 2021, 08:03 Reply Quote 1
                                          74 out of 2234
                                          • First post
                                            74/2234
                                            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.

                                            This community forum collects and processes your personal information.
                                            consent.not_received