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

    Just a few questions

    Scheduled Pinned Locked Moved Help and Support
    themetheme helpfeature
    9 Posts 3 Posters 2.1k 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.
    • *
      **Scannigan**
      last edited by

      1. Is there a way to stop the system view carousel from doing that fast cycle thing when you go from the last system back to the first (if that makes sense)

      2. Are there any style functions/tags that are compatible with the gamelist in the theme.xml (i.e. shadows, glows)

      3. I am unable to create . svg images however i understand that .png files are compatible with system logos, however any one know the maximum size allowed, a couple I've tried just white block until i reduce the size

      4. Any other neat feature/function that is not included in the standard theme documentation that is worth playing with

      edmaul69E 1 Reply Last reply Reply Quote 0
      • edmaul69E
        edmaul69 @**Scannigan**
        last edited by

        @__Scannigan__ for the scrolling fix follow this guide:

        https://retropie.org.uk/forum/topic/4516/how-to-apply-raphnet-kernel-patch-to-fix-northwest-drift

        * 1 Reply Last reply Reply Quote 0
        • *
          **Scannigan** @edmaul69
          last edited by

          @edmaul69 sorry dude, my post may have been unclear, it's not linked to the controller, but when using the slide transition in emulationstation, when in system view when you reach the last system and continue the carousel scrolls back to the first system, i was hoping there was a way to stop the carousel when the last system is reached

          edmaul69E mattrixkM 2 Replies Last reply Reply Quote 0
          • edmaul69E
            edmaul69 @**Scannigan**
            last edited by

            @__Scannigan__ ok. Gotcha. Not that i know of.

            1 Reply Last reply Reply Quote 0
            • mattrixkM
              mattrixk @**Scannigan**
              last edited by

              @__Scannigan__ if you switch from scroll to fade you won't have that problem, but I don't know how to stop scroll from doing it.

              As for fancy effects (glows, etc) you can make them in photoshop (or gimp or paint.net etc) and add them as extra images with <image name="glowExample" extra="true"> but there aren't any built-in effects.

              Using pngs is fine, but the larger the image, the more resources it uses. If you use anything over 1920x1080 you're going to white-screen pretty quick. If you stick below 1024x1024 (or even better, 512x512), then you should be fine (unless you have lots and lots of extra images).

              My ES themes: MetaPixel | Spare | Io | Indent

              * 1 Reply Last reply Reply Quote 0
              • *
                **Scannigan** @mattrixk
                last edited by

                @mattrixk Thanks for the reply dude, one other question how does the theme determine the order (layer level) in which the images are displayed

                mattrixkM 1 Reply Last reply Reply Quote 0
                • mattrixkM
                  mattrixk @**Scannigan**
                  last edited by

                  @__Scannigan__ The built-in elements like gamelist, image, system logo, etc all have a preset z-index, but any extra images you add basically follow the order that you have them in the xml file. So if you have 2 extra images, eg: an image of the console and an image of the controller, then if your xml is like this:

                  <image name="console" extra="true">
                    <pos>0.5 0.5</pos>
                    <origin>0.5 0.5</origin>
                    <maxSize>0.5 0.5</maxSize>
                  </image>
                  
                  <image name="controller" extra="true">
                    <pos>0.5 0.5</pos>
                    <origin>0.5 0.5</origin>
                    <maxSize>0.5 0.5</maxSize>
                  </image>
                  

                  Then your controller image will sit on top of your console image because it is lower in the XML. It is read second, so it gets rendered second.

                  My ES themes: MetaPixel | Spare | Io | Indent

                  * 1 Reply Last reply Reply Quote 0
                  • *
                    **Scannigan** @mattrixk
                    last edited by **Scannigan**

                    @mattrixk Oh balls then I couldn't overlay the box art with marquee for example

                    mattrixkM 1 Reply Last reply Reply Quote 0
                    • mattrixkM
                      mattrixk @**Scannigan**
                      last edited by

                      @__Scannigan__ I think marquee sits at the top of the pile, but I'm not 100% sure if there isn't something else above it.

                      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.