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

    Can I change or remove the 'xxx games available' text?

    Scheduled Pinned Locked Moved Help and Support
    games availablesource codethemetheme help
    10 Posts 3 Posters 3.0k 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.
    • D
      dylosaur
      last edited by

      Is it possible to change the text that appears under each system and numbers 'xxx games available'? I'm being a little neurotic about this, but for certain systems with multiple discs-per-game, it'll read as, say, 294 games instead of 100 multi-disc games. I tried putting each of the discs into unified folders, but that didn't seem to help.

      I'm also totally fine with that text not appearing at all, if it's possible to just get rid of it.

      jonnykeshJ 1 Reply Last reply Reply Quote 0
      • jonnykeshJ
        jonnykesh @dylosaur
        last edited by

        @dylosaur Changing what the text says is harder than it sounds, this is hard-coded into ES. Making it disappear is a LOT easier.
        You need to change the main xml file of whatever theme you are using. For example I use Pixel so in the pixel.xml file edit the following part of the code:

        		<text name="systemInfo">
        			<pos>0.0 0.895</pos>
        			<color>00000000</color>
        			<fontPath>./art/font.ttf</fontPath>
        			<fontSize>0.027</fontSize>
        		</text> 
        

        The 00000000 means the text will be transparent. Maybe you don't use the same theme but this should be enough to get you where you need to be.

        D E 3 Replies Last reply Reply Quote 0
        • D
          dylosaur @jonnykesh
          last edited by

          @jonnykesh This is perfect. I'll try this when I get home. Thanks so much!

          1 Reply Last reply Reply Quote 0
          • D
            dylosaur @jonnykesh
            last edited by

            @jonnykesh I just realized that bottom bar still appears, even when hiding the text. Kind of weird when nothing is said there. You said it'd be a real hassle to change the words to something static, right? For example, having all the systems say 'let's play!' or something.

            1 Reply Last reply Reply Quote 0
            • E
              EctoOne @jonnykesh
              last edited by EctoOne

              Try moving the element of screen with something like this:

              <text name="systemInfo">
              <origin>0 0</origin>
              <pos>1 1</pos>
              </text> 
              
              D 1 Reply Last reply Reply Quote 0
              • D
                dylosaur @EctoOne
                last edited by

                @ectoone Oh. I actually just found and opened up the carbon.xml file in notepad++, but I'm not seeing the part you mentioned before. Am I missing something?

                E 1 Reply Last reply Reply Quote 0
                • E
                  EctoOne @dylosaur
                  last edited by

                  @dylosaur I just looked at it and it seems that carbon does not use that feature.

                  It should work if you add the following before </theme> at the bottom.

                  <feature supported="carousel">
                   <view name="system">  
                    <text name="systemInfo">
                     <origin>0 0</origin>
                     <pos>1 1</pos>
                    </text>
                   </view>
                  </feature>
                  
                  D 1 Reply Last reply Reply Quote 0
                  • D
                    dylosaur @EctoOne
                    last edited by

                    @ectoone Sorry to keep bothering with new problems. I just decided to switch over to the theme I'm going to be using before attempting any of this, which is 'crt.' I copied that folder from /etc into a new 'themes' folder in /retropie/emulationstation that I just made (I read you should do this so updates don't undo what you've done), and clicked through to the /crt folder, but found that there was no crt.xml. There was one called theme.xml but it barely had anything on it, least of which any of the things you pointed out. Should I be looking somewhere else?

                    E 1 Reply Last reply Reply Quote 0
                    • E
                      EctoOne @dylosaur
                      last edited by

                      @dylosaur the include tag tells you where to look. _inc/templates/16x9.xml

                      D 1 Reply Last reply Reply Quote 0
                      • D
                        dylosaur @EctoOne
                        last edited by

                        @ectoone Aha! I changed it like you said and changed the color to 00000000 for good measure, and it worked just great. This will make me feel less weird about including multi-disc games. Thanks so much for your help!

                        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.