• Recent
  • Tags
  • Popular
  • Home
  • Docs
  • Register
  • Login
RetroPie forum home
  • Recent
  • Tags
  • Popular
  • Home
  • Docs
  • Register
  • Login
Please do not post a support request without first reading and following the advice in https://retropie.org.uk/forum/topic/3/read-this-first

Updated version of Herb_Fargus' Portable?

Scheduled Pinned Locked Moved Help and Support
themesemulationstatioversion
11 Posts 4 Posters 3.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.
  • S
    ShawnS
    last edited by 27 Sept 2016, 19:26

    The wiki page on creating your own theme has been an immense help in getting up and running with my own creation.

    But I've noticed some differences between how the "portable Emulationstation by @herb_fargus" renders my theme (namely .svg files with "fancy" effects like gradients and strokes) compared to the updated version on my actual Pi.

    Is there an updated version of this portable edition somewhere? I haven't been able to find anything on it on the wiki or on here but searching for USB or PORTABLE turns up way more results than I have time to dig through.

    Thanks in advance to anyone that can help!

    M H M 3 Replies Last reply 27 Sept 2016, 22:06 Reply Quote 0
    • M
      meleu @ShawnS
      last edited by 27 Sept 2016, 22:06

      @ShawnS maybe @mattrixk can give some light here...

      • Useful topics
      • joystick-selection tool
      • rpie-art tool
      • achievements I made
      1 Reply Last reply Reply Quote 0
      • M
        mattrixk
        last edited by 27 Sept 2016, 22:27

        @ShawnS: It was only through chance that I first found the portable version.

        I was looking for a windows version of ES (so I could make themes on a PC instead of on the Pi), but I could only find ones that had to be compiled by the user. I didn't understand how to do any of that, so I looked on youtube for instructions. At some point I started looking up "precompiled windows emulationstation" (or something similar) and I found a video by @herb_fargus which had a link to his portable version. I'd been on a real portable program kick, so it was perfect for me.

        In saying all of that, he did make it a while ago so it's probably an older version of ES. Also, it's just ES, not RetroPie, so it doesn't have any of the extra stuff RetroPie brings in (I don't know if that would make any difference or not, but it's worth noting).

        PS: I'm glad the tutorial is helping you out.

        My ES themes: MetaPixel | Spare | Io | Indent

        1 Reply Last reply Reply Quote 0
        • H
          herb_fargus administrators @ShawnS
          last edited by 27 Sept 2016, 23:04

          @ShawnS I hastily threw a new one together based on retroarch 1.3.6 that can be downloaded here: https://github.com/HerbFargus/Portable-Game-Station/releases

          But yeah I didn't want to go through the hassle to try and compile ES on windows so its the stock ES without any of the retropie additions (ie the nanosvg library isn't as up to date)

          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 S 2 Replies Last reply 27 Sept 2016, 23:29 Reply Quote 0
          • M
            mattrixk @herb_fargus
            last edited by 27 Sept 2016, 23:29

            That's great @herb_fargus, cheers.

            My ES themes: MetaPixel | Spare | Io | Indent

            1 Reply Last reply Reply Quote 0
            • M
              mattrixk @ShawnS
              last edited by 27 Sept 2016, 23:36

              @ShawnS

              The portable ES is also a good way to test themes in a 4:3 resolution. When you open ES with Launch Portable (Windowed).bat it starts ES at 1280x720, but you can duplicate that file, then using a text editor change the line:

              emulationstation.exe --windowed --resolution 1280 720
              

              to

              emulationstation.exe --windowed --resolution 1024 768
              

              and save it as Launch Portable (4-3).bat (or whatever naming convention you follow). I find that really handy if you are making themes that work for smaller screens/handhelds.

              My ES themes: MetaPixel | Spare | Io | Indent

              S 1 Reply Last reply 28 Sept 2016, 10:51 Reply Quote 0
              • S
                ShawnS @herb_fargus
                last edited by 28 Sept 2016, 10:44

                @herb_fargus wow, thanks so much!

                1 Reply Last reply Reply Quote 0
                • S
                  ShawnS @mattrixk
                  last edited by 28 Sept 2016, 10:51

                  @mattrixk I fumbled my way into the .bat files to do that at some point. But you just reminded me about 4:3 resolutions too, which I was not building for at all. Fortunately, things looks pretty much the same. Definitely need to add a note about it in the readme when it's done. Thanks again for a handy tip!

                  1 Reply Last reply Reply Quote 0
                  • M
                    mattrixk
                    last edited by 14 Oct 2016, 13:13

                    @herb_fargus: I just downloaded your latest build and I extracted the contents to this folder D:\Games\Emulators\EmulationStation [Portable], but I'm having some problems:

                    I can open ES with the .bat files without a problem, and I can put roms in and scrape them no worries, but when I try to actually run a game ES folds down, cmd line opens with the message:

                    'D:\Games\Emulators\EmulationStation' is not recognised as an internal or external command, operable program or batch file.
                    

                    And then cmd disappears and ES opens again. This all takes no more than 2 seconds.


                    Also, when I open D:\Games\Emulators\EmulationStation [Portable]\emulationstation.exe instead of a bat file, ES opens straight up to the message "We can't find any systems! check that your paths are correct in the systems configuration file, and your game directory has at least one game with the correct extension."

                    Well, it was finding the games without a problem when run from the .bat file, so I don't know why it isn't finding them when run from the .exe file. Have I just put ES in wrong place, or is there something else I am missing?

                    I was only using the previous version of the portable ES to build themes. I never tested it to see if the games actually work. But I just treated myself to a new 8bitdo controller and wanted to play some games on my PC.

                    My ES themes: MetaPixel | Spare | Io | Indent

                    H 1 Reply Last reply 14 Oct 2016, 13:22 Reply Quote 0
                    • H
                      herb_fargus administrators @mattrixk
                      last edited by 14 Oct 2016, 13:22

                      @mattrixk the path can't contain spaces and perhaps special characters. Try naming your folder EmulationStationPortable

                      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 14 Oct 2016, 21:38 Reply Quote 0
                      • M
                        mattrixk @herb_fargus
                        last edited by 14 Oct 2016, 21:38

                        @herb_fargus: Aaaaaand... it works! You sir are a legend. Thank you.

                        My ES themes: MetaPixel | Spare | Io | Indent

                        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.

                          [[user:consent.lead]]
                          [[user:consent.not_received]]