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

EmulationStation Toolkit - Theme Making Helper

Scheduled Pinned Locked Moved Projects and Themes
themestoolsemulationstatiotheme making
67 Posts 10 Posters 29.5k 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.
  • M
    mattrixk
    last edited by 21 Mar 2017, 03:15

    EmulationStation Toolkit

    A Toolkit full of little Extra bits for EmulationStation on Windows.

    Check it out here.


    This is a work in progress. Some parts of the Toolkit are still missing. I'm steadily working on it and it should hopefully be complete soon


    I've put this Toolkit together to help people that want to start making themes for EmulationStation and RetroPie (and possibly RecalBox too. I haven't tried it, so I don't know how much help any of this will be for them).

    It's basically a starting point that contains (fake*) Roms with pre-scraped metadata, images and videos so you can just jump right in and start creating.

    Items in this Toolkit include:

    • Bat files to launch ES in different Windowed sizes.
    • 100 (fake*) Roms over 5 Systems: Gameboy, Gameboy Advance, N64, NES and SNES (20 Roms each).
    • Scraped metadata, artwork and videos** for each every Rom.
    • Custom Scrape and MIX Profiles for the Universal XML Scraper.
    • A custom Theme that supports Video Previews and the Carousel Mod.

    All images, logos and videos have been scraped with the Universal XML Scraper

    * There are no real Roms in this Repo. They are just .txt files that have been renamed to match real games from their respective Systems. If you want real Roms you will have to find them yourself, I can't help you with that.

    ** The Videos took up too much room, so I moved them to their own Repo. You can get them from ES Toolkit - Videos.

    My ES themes: MetaPixel | Spare | Io | Indent

    H 1 Reply Last reply 21 Mar 2017, 03:21 Reply Quote 7
    • H
      herb_fargus administrators @mattrixk
      last edited by 21 Mar 2017, 03:21

      @mattrixk Looks great, perfect timing for me as I'm testing right now and was getting too lazy to make video links.

      I know there has been some discussion for builds for EmulationStation as a lot of people use windows for testing. wondering if there would be some value to using automated builds with something like travis or appveyor on github

      If you read the documentation it will answer 99% of your questions: https://retropie.org.uk/docs/

      Also if you want a solution to your problems read this first: https://retropie.org.uk/forum/topic/3/read-this-first

      M J 2 Replies Last reply 21 Mar 2017, 03:37 Reply Quote 0
      • M
        mattrixk @herb_fargus
        last edited by 21 Mar 2017, 03:37

        @herb_fargus If there was some way to have a Windows version of ES stay more or less up to date with the RetroPie releases, it would be fantastic. I have no idea how to do it, or how viable it would be (considering RetroPie has lots of stuff that isn't applicable to plain ES).

        One of the main things for me is Video Previews can now use the <maxSize> property on the <video> element, but if you try to use it in the latest Windows build by @fieldofcows, it breaks the theme, so I still have to use <size>.

        There are also things like Z-index, <feature> support, and variables (I think it was @jdrassa working on all of those), that I would love to see in a Windows build, but I'm not sure how close any of them are to completion.

        My ES themes: MetaPixel | Spare | Io | Indent

        H M 2 Replies Last reply 21 Mar 2017, 03:42 Reply Quote 0
        • H
          herb_fargus administrators @mattrixk
          last edited by 21 Mar 2017, 03:42

          @mattrixk I'm sure there is a way to do it, just need to look into it when I get some time.

          just a few suggestions on your repo, It may be more portable to keep the roms/scrapes in with the rom folders (that's my personal preference) but I suppose its fine either way.

          and then for the repository you can keep all the configs in the repo and then keep any binaries like ES uploaded as a release for people to download

          If you read the documentation it will answer 99% of your questions: https://retropie.org.uk/docs/

          Also if you want a solution to your problems read this first: https://retropie.org.uk/forum/topic/3/read-this-first

          1 Reply Last reply Reply Quote 0
          • M
            mattrixk @mattrixk
            last edited by 21 Mar 2017, 03:53

            Also, I should add: If anyone finds something broken, wrong or weird, let me know. Either on this thread or using the "Issues" tab on GitHub.

            My ES themes: MetaPixel | Spare | Io | Indent

            1 Reply Last reply Reply Quote 0
            • J
              jdrassa @herb_fargus
              last edited by 21 Mar 2017, 03:56

              @mattrixk @herb_fargus I spent some time recently trying to setup an automated Windows build using appveyor. I am able to complete a build, but I get errors when actually trying to run the executable.

              Get latest build of EmulationStation for Windows here

              M 1 Reply Last reply 21 Mar 2017, 04:13 Reply Quote 1
              • M
                mattrixk @jdrassa
                last edited by 21 Mar 2017, 04:13

                @herb_fargus:

                "keep the roms/scrapes in with the rom folders"

                Do you mean the roms/snesfolder will look like this:

                Aladdin.sfc
                Aladdin-mix.png
                Aladdin-screenshot.jpg
                Aladdin-video.mp4
                

                Or would the images and videos be in a "downloaded_images" folder within roms/snes?

                @jdrassa Good luck getting it working.

                My ES themes: MetaPixel | Spare | Io | Indent

                H 1 Reply Last reply 21 Mar 2017, 04:13 Reply Quote 0
                • H
                  herb_fargus administrators @mattrixk
                  last edited by 21 Mar 2017, 04:13

                  @mattrixk they would be in a downloaded images folder (I typically just call it images) in the ROMs folder

                  If you read the documentation it will answer 99% of your questions: https://retropie.org.uk/docs/

                  Also if you want a solution to your problems read this first: https://retropie.org.uk/forum/topic/3/read-this-first

                  M 1 Reply Last reply 21 Mar 2017, 05:35 Reply Quote 0
                  • M
                    mattrixk @herb_fargus
                    last edited by 21 Mar 2017, 05:35

                    @herb_fargus: Like this?

                    Imgur

                    Disregard the file path, it's just a quick photoshop mockup. I used "media" because it holds Videos as well as Images, so calling it "images" seemed disingenuous.

                    "and then for the repository you can keep all the configs in the repo and then keep any binaries like ES uploaded as a release for people to download"

                    I'm not sure I really follow this. I understand keeping all the Roms and Media together, that way you can just move the Roms folder and take all the media with you (but you'd still have to take the Gamelist folder too). Which configs are you referring to? The UXS stuff? Also, this Repo doesn't have any binaries... I'm confused.

                    My ES themes: MetaPixel | Spare | Io | Indent

                    H 1 Reply Last reply 21 Mar 2017, 06:03 Reply Quote 0
                    • H
                      herb_fargus administrators @mattrixk
                      last edited by 21 Mar 2017, 06:03

                      @mattrixk yeah media is probably more accurately named. Some people separate them out to images/ snaps /marquees just so their paths are standardised and then I believe the gamelist.xml is just kept with the ROMs. Really just personal preference though.

                      Referring to binaries for example once we get an ES Windows build working you can upload a portable binary of that with your configs as a downloadable release or I can update my portable gamestation with it and this repo can just be metadata supplements. Either way

                      If you read the documentation it will answer 99% of your questions: https://retropie.org.uk/docs/

                      Also if you want a solution to your problems read this first: https://retropie.org.uk/forum/topic/3/read-this-first

                      M 1 Reply Last reply 21 Mar 2017, 06:08 Reply Quote 0
                      • M
                        mattrixk @herb_fargus
                        last edited by 21 Mar 2017, 06:08

                        @herb_fargus Ahh, I see what you mean. At the moment I just link to the 3 Windows ES builds I've found (yours, Zigurana's Carousel Mod and Fieldofcow's Video Preview). If we somehow ended up with a complete build, would we link to that from the Toolkit Repo, or host it on the Repo itself? (I'm not much for knowing GitHub. I still don't know how to do a pull request).

                        My ES themes: MetaPixel | Spare | Io | Indent

                        P 1 Reply Last reply 21 Mar 2017, 07:55 Reply Quote 0
                        • P
                          pjft @mattrixk
                          last edited by 21 Mar 2017, 07:55

                          @mattrixk this is a great toolkit, not only for Windows but for ES development as well in general.

                          1 Reply Last reply Reply Quote 0
                          • R
                            robertybob
                            last edited by 22 Mar 2017, 10:36

                            I had a quick look at this last night and found that upon attempting to load the .bat files, Emulationstation didn't load and a Windows "Emulationstation is not respondnig" messahe appeared (there was an error message too but I forgot to c&p it somewhere). Do they work ok for everyone else?

                            M B 2 Replies Last reply 22 Mar 2017, 12:13 Reply Quote 0
                            • M
                              mattrixk @robertybob
                              last edited by 22 Mar 2017, 12:13

                              @robertybob: Does ES start normally when you open it with the .exe?

                              What does your file path look like? eg:
                              C:\Users\RobertyBob\EmulationStation\Launch ES Mid Size (1280x720).bat
                              or
                              E:\EmulationStation\Launch ES Mid Size (1280x720).bat

                              My ES themes: MetaPixel | Spare | Io | Indent

                              R 1 Reply Last reply 22 Mar 2017, 12:23 Reply Quote 0
                              • R
                                robertybob @mattrixk
                                last edited by robertybob 22 Mar 2017, 12:23

                                @mattrixk I'm at work at the moment but I think it's:

                                C:\Program FIles (x86)\Emulationstation

                                It worked ok when using the .exe

                                M 1 Reply Last reply 22 Mar 2017, 13:24 Reply Quote 0
                                • M
                                  mattrixk @robertybob
                                  last edited by 22 Mar 2017, 13:24

                                  @robertybob Hmm... I don't know what could be causing it, but I'll have a play and see what I can find. I stole the .bat files from @herb_fargus's Portable EmulationStation build, so I don't really know how they work, just that they do work for me.

                                  The .bats start with set HOME=%~dp0, but I don't actually know what that means or does. Maybe Herb can tell us.

                                  My ES themes: MetaPixel | Spare | Io | Indent

                                  H R 2 Replies Last reply 22 Mar 2017, 13:26 Reply Quote 0
                                  • H
                                    herb_fargus administrators @mattrixk
                                    last edited by 22 Mar 2017, 13:26

                                    @mattrixk ah so it's my fault now is it ;)

                                    Put it in a path without spaces and then see if it works. The launch bats are supposed to be for the portable builds where everything has relative paths. Eg if you install emulationstation on Windows possibly wont work, vs extracting the zip which should.

                                    If you read the documentation it will answer 99% of your questions: https://retropie.org.uk/docs/

                                    Also if you want a solution to your problems read this first: https://retropie.org.uk/forum/topic/3/read-this-first

                                    M 1 Reply Last reply 22 Mar 2017, 13:33 Reply Quote 0
                                    • M
                                      mattrixk @herb_fargus
                                      last edited by 22 Mar 2017, 13:33

                                      Hey don't blame me @herb_fargus, I'm just the thief using other people's hard work :D
                                      (I just realised I never actually gave you credit for them, so that has now been fixed in the README.md file)

                                      My ES themes: MetaPixel | Spare | Io | Indent

                                      H 1 Reply Last reply 22 Mar 2017, 13:47 Reply Quote 0
                                      • H
                                        herb_fargus administrators @mattrixk
                                        last edited by 22 Mar 2017, 13:47

                                        @mattrixk I'd like to streamline the testing as much as possible.

                                        I wrote up a guide on installing a portable ES here
                                        https://github.com/HerbFargus/Portable-Game-Station/wiki/Manual-Installation

                                        But for your testing repo I'd like to:

                                        • get automated test builds for retropie ES (I'll see if I can do that this weekend)
                                        • add rookerviks theme helper (I'll ask him)
                                        • make a quick guide on installation

                                        Then I would also like a wiki page of sorts on integrating video view for ES (perhaps may be a nice addition to your theme making guide) and then also would be nice to have a guide on scraping videos

                                        If you read the documentation it will answer 99% of your questions: https://retropie.org.uk/docs/

                                        Also if you want a solution to your problems read this first: https://retropie.org.uk/forum/topic/3/read-this-first

                                        M 1 Reply Last reply 22 Mar 2017, 23:26 Reply Quote 1
                                        • B
                                          backstander @robertybob
                                          last edited by 22 Mar 2017, 14:00

                                          @robertybob

                                          I had a quick look at this last night and found that upon attempting to load the .bat files, Emulationstation didn't load and a Windows "Emulationstation is not respondnig" messahe appeared (there was an error message too but I forgot to c&p it somewhere). Do they work ok for everyone else?

                                          I haven't used this toolkit yet but I have used @herb_fargus Portable EmulationStation build and I had the same issue with the .bat files and after some troubleshooting, I discovered it was because of spaces in the directory name(s) so I just moved everything to C:\EmulationStation\ and after that I didn't have these issues.

                                          R 1 Reply Last reply 22 Mar 2017, 15:15 Reply Quote 1
                                          20 out of 67
                                          • First post
                                            20/67
                                            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