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

    PICO-8: Retroarch lr-retro8 core installation script

    Scheduled Pinned Locked Moved Ideas and Development
    pico8
    87 Posts 10 Posters 18.8k 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.
    • FollyF
      Folly @BenMcLean
      last edited by Folly

      @benmclean said in PICO-8: Retroarch lr-retro8 core installation script:

      @folly said in PICO-8: Retroarch lr-retro8 core installation script:

      @benmclean

      Combining them makes it very nice indeen.
      Let us choose system7.svg, agreed ?

      How does it look in the theme ?

      Yeah I think system7.svg is the best candidate for the final system.svg

      But I haven't tried it in the theme yet. Not exactly sure how to make the XML for that or what the numbers in it represent. Will try it soon.

      You can just use an XML from an other system.

      I added it quickly, it looks like this :
      2021-09-16-211332_800x600_scrot-resized.png 2021-09-16-211350_800x600_scrot-resized.png

      BenMcLeanB 1 Reply Last reply Reply Quote 1
      • BenMcLeanB
        BenMcLean @Folly
        last edited by BenMcLean

        @folly Wow, that looks great! I say let's go with it. :D

        What would be the next steps?

        (later edit) I was gonna say somebody should add the Pokemon Mini system but apparently there's already a pull request pending for this.

        (later later later edit) How would I get started making my own EmulationStation theme? I'd like to make one which looks a little like the SNES "Super Mario All Stars + World" menu (like what inspired Carbon) but shows the different systems as overlapping sections on a historical timeline based on their commercial lifespans, (maybe with optional info boxes that show up that have some historical information about each console and a picture of the physical device) and which also defaults to large print for everything cause I'm visually impaired. It'd be themed like a virtual museum of gaming history.

        L FollyF 2 Replies Last reply Reply Quote 2
        • L
          LN_RC @BenMcLean
          last edited by

          @benmclean This might be an obvious answer but have you seen the Retropie Docs page on Creating Your Own EmulationStation Theme?

          BenMcLeanB 1 Reply Last reply Reply Quote 1
          • BenMcLeanB
            BenMcLean @LN_RC
            last edited by

            @ln_rc said in PICO-8: Retroarch lr-retro8 core installation script:

            @benmclean This might be an obvious answer but have you seen the Retropie Docs page on Creating Your Own EmulationStation Theme?

            No, didn't know that one existed. I'll definitely read up on that, thanks.

            1 Reply Last reply Reply Quote 2
            • FollyF
              Folly @BenMcLean
              last edited by

              @benmclean said in PICO-8: Retroarch lr-retro8 core installation script:

              @folly Wow, that looks great! I say let's go with it. :D

              What would be the next steps?

              It should also have that controller.svg .

              As the carbon theme is the default it should certainly be added to that theme.

              You have to make a fork of :
              https://github.com/RetroPie/es-theme-carbon
              Then add your theme and do a pull request so it can be added.

              I have learned now that they want everything in one commit.

              Before doing a pull request ask Mitu or Buzz if the commit is enough otherwise you get tangled in pull request without knowing what to do next.

              Read this and you know what I mean :
              https://github.com/RetroPie/RetroPie-Setup/pull/3400

              dankcushionsD 1 Reply Last reply Reply Quote 1
              • dankcushionsD
                dankcushions Global Moderator @Folly
                last edited by

                @folly it's pretty standard for projects wanting changes grouped into single commits, but squashing commits is a 1 minute job in the command line once you know how. i know it's a pain but i encourage you to learn git on the command line: https://git-scm.com/docs/gittutorial - it's a useful skill these days!

                BenMcLeanB FollyF 2 Replies Last reply Reply Quote 1
                • BenMcLeanB
                  BenMcLean @dankcushions
                  last edited by BenMcLean

                  @dankcushions said in PICO-8: Retroarch lr-retro8 core installation script:

                  @folly it's pretty standard for projects wanting changes grouped into single commits, but squashing commits is a 1 minute job in the command line once you know how. i know it's a pain but i encourage you to learn git on the command line: https://git-scm.com/docs/gittutorial - it's a useful skill these days!

                  If I get a good or at least reasonable pull request put in for adding pico8 to Carbon, will it take months or years to be merged in? I see other PRs sitting there a long time.

                  FollyF 1 Reply Last reply Reply Quote 1
                  • FollyF
                    Folly @dankcushions
                    last edited by

                    @dankcushions said in PICO-8: Retroarch lr-retro8 core installation script:

                    @folly it's pretty standard for projects wanting changes grouped into single commits, but squashing commits is a 1 minute job in the command line once you know how. i know it's a pain but i encourage you to learn git on the command line: https://git-scm.com/docs/gittutorial - it's a useful skill these days!

                    Well it seems I did manage the squashing part, but the pushing part did't work
                    Thanks for giving me the link, I will look into it deeper.
                    Hopefully I will get the picture ;-)

                    BenMcLeanB 1 Reply Last reply Reply Quote 1
                    • FollyF
                      Folly @BenMcLean
                      last edited by Folly

                      @benmclean said in PICO-8: Retroarch lr-retro8 core installation script:

                      @dankcushions said in PICO-8: Retroarch lr-retro8 core installation script:

                      @folly it's pretty standard for projects wanting changes grouped into single commits, but squashing commits is a 1 minute job in the command line once you know how. i know it's a pain but i encourage you to learn git on the command line: https://git-scm.com/docs/gittutorial - it's a useful skill these days!

                      If I get a good or at least reasonable pull request put in for adding pico8 to Carbon, will it take months or years to be merged in? I see other PRs sitting there a long time.

                      Please, do continue, otherwise we don't get any further and that would be a shame as we are almost there.
                      I think the pico-8 will be accepted much sooner than other systems.

                      1 Reply Last reply Reply Quote 1
                      • BenMcLeanB
                        BenMcLean @Folly
                        last edited by

                        @folly said in PICO-8: Retroarch lr-retro8 core installation script:

                        @dankcushions said in PICO-8: Retroarch lr-retro8 core installation script:

                        @folly it's pretty standard for projects wanting changes grouped into single commits, but squashing commits is a 1 minute job in the command line once you know how. i know it's a pain but i encourage you to learn git on the command line: https://git-scm.com/docs/gittutorial - it's a useful skill these days!

                        Well it seems I did manage the squashing part, but the pushing part did't work
                        Thanks for giving me the link, I will look into it deeper.
                        Hopefully I will get the picture ;-)

                        You have to force push like a Jedi in order to rewrite history like that.

                        1 Reply Last reply Reply Quote 2
                        • BenMcLeanB
                          BenMcLean
                          last edited by BenMcLean

                          This is what happens when I try to load emulationstation on Windows.
                          MESSED UP.png

                          So I guess something about how the Windows version draws SVGs is messed up.

                          FollyF 1 Reply Last reply Reply Quote 1
                          • FollyF
                            Folly @BenMcLean
                            last edited by

                            @benmclean

                            Can you share your controller.svg ?
                            Let me see how it looks on Linux.

                            BenMcLeanB 1 Reply Last reply Reply Quote 1
                            • BenMcLeanB
                              BenMcLean @Folly
                              last edited by

                              @folly said in PICO-8: Retroarch lr-retro8 core installation script:

                              @benmclean

                              Can you share your controller.svg ?
                              Let me see how it looks on Linux.

                              I tried it on RetroPie and it looks correct on there. Just not on Windows. Weird.

                              FollyF 1 Reply Last reply Reply Quote 1
                              • FollyF
                                Folly @BenMcLean
                                last edited by Folly

                                @benmclean

                                Not sure what the problem is.

                                I had a look at the system.svg .
                                I can pop out all objects so it seems to be a pure .svg .
                                Nevertheless vector images and inkscape can be a pain.

                                Are the other systems looking good on windows ?

                                BenMcLeanB 1 Reply Last reply Reply Quote 1
                                • BenMcLeanB
                                  BenMcLean @Folly
                                  last edited by

                                  @folly said in PICO-8: Retroarch lr-retro8 core installation script:

                                  @benmclean

                                  Not sure what the problem is.

                                  I had a look at the system.svg .
                                  I can pop out all objects so it seems to be a pure .svg .
                                  Nevertheless vector images and inkscape can be a pain.

                                  Are the other systems looking good on windows ?

                                  The Windows version I set up only had SEGA Genesis and Super Mario War which looked OK.

                                  UnknownU 1 Reply Last reply Reply Quote 1
                                  • UnknownU
                                    Unknown @BenMcLean
                                    last edited by

                                    @benmclean are you running retropie on windows or is it just emulationstation ?

                                    You can't beat the classics(unless you copy them).

                                    BenMcLeanB 1 Reply Last reply Reply Quote 1
                                    • BenMcLeanB
                                      BenMcLean @Unknown
                                      last edited by

                                      @unknown said in PICO-8: Retroarch lr-retro8 core installation script:

                                      @benmclean are you running retropie on windows or is it just emulationstation ?

                                      It was just the emulationstation portable build for Windows provided in the tutorial of how to make your own themes.

                                      BenMcLeanB 1 Reply Last reply Reply Quote 1
                                      • BenMcLeanB
                                        BenMcLean @BenMcLean
                                        last edited by BenMcLean

                                        The hold-up at this point is the controller.svg. I'm going to try a few different things to decide what looks best before submitting the PR.

                                        I might also want to do TIC-80 and LowRes NX soon-ish.

                                        L 1 Reply Last reply Reply Quote 3
                                        • L
                                          LN_RC @BenMcLean
                                          last edited by

                                          @benmclean lr-tic80 has now been merged to Retropie-Setup so having a TIC-80 icon would be great! TIC-80 already has icons in the Cygnus Blue Flames theme, so it'd be good to have on Carbon as well.

                                          1 Reply Last reply Reply Quote 1
                                          • FollyF
                                            Folly
                                            last edited by Folly

                                            PICO-8 has been merged too ;-)

                                            @dmmarti can you add this information in your first post ?

                                            Lowres-nx should be the next one.

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