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

    Edit the On-Screen Status Messages?

    Scheduled Pinned Locked Moved Help and Support
    statusmessagesonscreenretroarch
    6 Posts 4 Posters 4.7k 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.
    • CapemanC
      Capeman
      last edited by

      Ok, i have a question that i cant find the answer to.

      The onscreen status messages (the one that pops up when a rom loads saying what emulator and joystick you are using, along with retroarch functions like hard pause, reset and others) - Is there a way to customize which onscreen messages you see?

      I want to disable the load message because i know what game/emulator/joystick i'm using, and because it's annoying... The only status messages i want to see are RESET and Disc Eject/prev/next for psx. I want to hide all others.

      This way i can keep the interface clean and no-computery looking, but still see messages i need to see. Is there any way to do this?

      My theory is that this is built into retroarch and un-changable, but who knows, there might be hope, haha.

      Vector Artist, Designer and Maker of Stuff: Laser Cut Atari / Pixel Theme Bartop

      rbakerR 1 Reply Last reply Reply Quote 0
      • rbakerR
        rbaker @Capeman
        last edited by rbaker

        @Capeman So to answer this, you can turn them off. Here is the method.....

        First, you will need to edit your retroarch.cfg file from this location: /opt/retropie/configs/all/retroarch.cfg

        To do this, I use winscp but you could use other methods including directly from the command line but winscp makes it easier. Below, I show my setup within that file:

        # Size of the font rendered.
        video_font_size = "12"
        
        # Enable usage of OSD messages.
        video_font_enable = false
        
        # Offset for where messages will be placed on screen. Values are in range 0.0 to 1.0 for both x and y values. 
        # [0.0, 0.0] maps to the lower left corner of the screen.
        # video_message_pos_x = 0.05
        # video_message_pos_y = 0.05
        
        # Color for message. The value is treated as a hexadecimal value.
        # It is a regular RGB hex number, i.e. red is "ff0000".
        # video_message_color = ffffff
        

        Notice how I changed true to false: video_font_enable = falselook at the comment line too.

        It removes the messages. You will see from the other editable lines that if you wish to keep them, the position, the colour etc. can be altered but probably not the message itself. Now a good tip. The only reason that I know this is that I watch you tube tutorial videos occasionally. They are largely irrelevant to what I am doing with my setup but it is out of curiosity as to what others are setting up. Now as you watch them, little gems like this appear and you think to yourself yes, I have been wondering about this annoying message and boom it has gone. These are good educators.......here and here. Finally, reading through all the hashed out features, it's amazing to see what can be customized which is why this system remains number one for infinite options and setups. It's impossible to get bored. Sadly, or not, depending on your view, I am finding that configuring 1980's arcade machines is overtaking the playing of them!

        CapemanC 1 Reply Last reply Reply Quote 0
        • CapemanC
          Capeman @rbaker
          last edited by

          @rbaker i don't think this is what I meant. I am aware of the config to enable/disable/edit placement of messages... what I am asking is if it's possible to pick which messages are displayed and which are not.

          Example, if I enable for psx: I'll see the load message, the reset message and the disk change message. What I want to know is if I can pick and choose which messages I see. I want to enable messages for psx, but only see "disk eject" "next disk" "previous disk" "close disk tray" - I want to hide all other messages.

          As it stands, it seems like it's only "enable all" or "disable all"... I want to enable some.

          Vector Artist, Designer and Maker of Stuff: Laser Cut Atari / Pixel Theme Bartop

          herb_fargusH 1 Reply Last reply Reply Quote 1
          • herb_fargusH
            herb_fargus administrators @Capeman
            last edited by

            @Capeman nope. That requires custom coding.

            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
            • CapemanC
              Capeman
              last edited by

              That's what I thought, thanks!

              Vector Artist, Designer and Maker of Stuff: Laser Cut Atari / Pixel Theme Bartop

              1 Reply Last reply Reply Quote 0
              • A
                Arnulf
                last edited by

                Maybe you can choose the system where you need this info for .
                If you change retroarch.cfg in "all" directory, this is for all emulators.
                Maybe you can change Settings only for selectec systems by editing /opt/retropie/configs/SYSTEMNAME/retroarch.cfg

                1 Reply Last reply Reply Quote 1
                • 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.