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

    Request for artists working on themes - needs for (lr-mess/MAME) additions

    Scheduled Pinned Locked Moved Projects and Themes
    lr-messmamescriptmoduletheme
    207 Posts 12 Posters 92.3k 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

      @dteam

      Yes, I think so.
      I will help you.

      Btw I added tigerh too.

      2021-05-26-230409_1600x900_scrot-resized.png
      2021-05-26-230414_1600x900_scrot-resized.png

      1 Reply Last reply Reply Quote 1
      • DTEAMD
        DTEAM @DTEAM
        last edited by

        @dteam
        Nice !!

        F 1 Reply Last reply Reply Quote 0
        • F
          Folly @DTEAM
          last edited by Folly

          @dteam

          Just to document, because otherwise I forget how I did this.
          And also, perhaps we can use this solution to track forks from other theme-repositories as well.

          From the es-theme-carbon repository there are 68 forks.
          Here they are :
          https://github.com/RetroPie/es-theme-carbon/network/members
          I was thinking perhaps someone else is also busy with adding themes that are not yet pushed into the original es-theme-carbon branch.
          So I scraped all es-theme-carbon forks for the systems you put in post 1.
          I made a text file called search_systems adding all the systems like this :

          all_in1
          classich
          jakks
          ... etc
          (add one space extra otherwise the last system isn't used in the search)
          

          Now I used this line to check all the forks for files that we can use without having to make them for ourselves :

          cat search_systems|while read search;do curl -s https://github.com/RetroPie/es-theme-carbon/network/members | grep '<a class="" href="' | grep "es-theme-carbon" | cut -d '"' -f 4 | while read fork; do curl -s https://github.com/$fork|while read line;do [[ -n $(grep "\"$search\"") ]] && echo "https://github.com$fork contains $search";done;done;done
          

          These were the useful lines showing that danyboy666 i quite busy without pushing his themes to the original branch.
          So we can use these parts now, if we want.
          https://github.com/danyboy666/es-theme-carbon contains advision
          https://github.com/danyboy666/es-theme-carbon contains gp32
          https://github.com/danyboy666/es-theme-carbon contains arcadia
          https://github.com/danyboy666/es-theme-carbon contains cdimono1

          DTEAMD 1 Reply Last reply Reply Quote 0
          • DTEAMD
            DTEAM @Folly
            last edited by

            @folly
            For the logos, you can get mine if you want and use them for Carbon. Some of them are in png format and not in svg format. It could be a problem if they are not converted.

            F 3 Replies Last reply Reply Quote 0
            • F
              Folly @DTEAM
              last edited by

              @dteam

              Good idea !

              Perhaps I can convert them easily.

              1 Reply Last reply Reply Quote 0
              • F
                Folly @DTEAM
                last edited by Folly

                @dteam

                Used your .png's for jakks converting them to .svg's.
                I am getting a better at it.

                2021-05-28-213711_1600x900_scrot-resized.png2021-05-28-214421_1600x900_scrot-resized.png

                1 Reply Last reply Reply Quote 1
                • F
                  Folly @DTEAM
                  last edited by Folly

                  @dteam

                  Aha, I see some first steps in GITHUB πŸ‘
                  Again another STAR , Thanks 😊

                  I hope you will get some grip on github.
                  At first it looks quite intimidating, but you will get the hang of it once you use it more.

                  If you need some help, just ask.

                  1 Reply Last reply Reply Quote 0
                  • M
                    MrSeven
                    last edited by

                    Microvision.png

                    DTEAMD 1 Reply Last reply Reply Quote 2
                    • DTEAMD
                      DTEAM @MrSeven
                      last edited by

                      @mrseven
                      Thanks !!!

                      M F 3 Replies Last reply Reply Quote 0
                      • M
                        MrSeven @DTEAM
                        last edited by

                        @dteam No problem. I'll do some more as I find some time.

                        1 Reply Last reply Reply Quote 0
                        • F
                          Folly @DTEAM
                          last edited by

                          @dteam @MrSeven

                          Great work !

                          What theme do we have to use to get this ?

                          M 1 Reply Last reply Reply Quote 0
                          • M
                            MrSeven @Folly
                            last edited by

                            @folly said in Request for artists working on themes - needs for (lr-mess/MAME) additions:

                            @dteam @MrSeven

                            Great work !

                            What theme do we have to use to get this ?

                            Right now, they are not in a theme. I'm making them in the style of the comic book theme though.
                            Head over to this thread and towards the bottom you will find a bunch that I made for that theme.
                            I'm probably going to start a page for them as I have over 40 completed so far. A lot that I haven't posted yet. Stay tuned.

                            1 Reply Last reply Reply Quote 1
                            • M
                              MrSeven
                              last edited by

                              AdventureVision.png

                              1 Reply Last reply Reply Quote 1
                              • F
                                Folly @DTEAM
                                last edited by Folly

                                @dteam

                                I just renamed my carbon theme to :
                                https://github.com/FollyMaddy/es-theme-mamedev-carbon

                                Just to see if this is a good idea.
                                That way we can just add such a theme into the estheme.sh* without conflicting with others with the same theme name.
                                (/home/pi/RetroPie-Setup/scriptmodules/supplementary/estheme.sh)

                                Like this :

                                ....
                                local themes=(
                                        'FollyMaddy mamedev-carbon'
                                        'RetroPie carbon'
                                        'RetroPie carbon-centered'
                                ....
                                

                                We could do the same with other themes that we want especially for the "lr-mess/MAME development", like the comic-book theme or the cygnus-modyfied.

                                Then they also stand out because mamedev-<theme> implies that these themes are also constructed for lr-mess/MAME systems.

                                What do you think ?

                                1 Reply Last reply Reply Quote 0
                                • M
                                  MrSeven
                                  last edited by

                                  Tiger R-Zone.png Konami Handheld.png
                                  Just a few. I have about 15 from your list already done.

                                  F DTEAMD 2 Replies Last reply Reply Quote 2
                                  • F
                                    Folly @MrSeven
                                    last edited by

                                    @mrseven

                                    WoW ;-)

                                    1 Reply Last reply Reply Quote 0
                                    • DTEAMD
                                      DTEAM @MrSeven
                                      last edited by

                                      @mrseven
                                      Nice!!!

                                      1 Reply Last reply Reply Quote 0
                                      • M
                                        MrSeven
                                        last edited by

                                        Thanks guys. I'm down to 5 logos left from your list. Dreamcast VMU, Game Master, and Gamate. (just boring logos!)
                                        Question on the All in 1 and ClassicH. Are you looking for just two to cover those or breaking them down by each manufacturer? If so, does anyone have a company list like Epoch, Conic and such? Or is that just crazy?

                                        Anyway, here's another sample:
                                        Super Acan.png

                                        DTEAMD 2 Replies Last reply Reply Quote 2
                                        • DTEAMD
                                          DTEAM @MrSeven
                                          last edited by DTEAM

                                          @mrseven said in Request for artists working on themes - needs for (lr-mess/MAME) additions:

                                          Question on the All in 1 and ClassicH. Are you looking for just two to cover those or breaking them down by each manufacturer? If so, does anyone have a company list like Epoch, Conic and such? Or is that just crazy?

                                          No, just two logos. ClassicH is for Classic Handheld and It regroups many manufacturers. For All in one handheld and plug & play, it’s also one logo. That one is for everything with the kind of concept of 30 games in one cartridge or 100 in one handheld. Most of the time it’s bootlegs , crap or short games. Look in my gamelist /media folder to see pictures of that type of systems.

                                          You can be 100% creative for those ones.πŸ˜‰

                                          1 Reply Last reply Reply Quote 0
                                          • DTEAMD
                                            DTEAM @MrSeven
                                            last edited by

                                            @mrseven said in Request for artists working on themes - needs for (lr-mess/MAME) additions:

                                            Anyway, here's another sample:
                                            alt text

                                            I like that one. He's really cool!

                                            If you go on YouTube, for new MAME 0.233 release, you can see and read:
                                            After a considerable amount of reverse-engineering effort on the part of SuperCTR, Olivier Galibert, as well as myself, enough information has been teased out to add rudimentary sound support to the Super A'Can driver.

                                            You are ready for MAME 0.233 πŸ˜‰

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