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

    Any way to show TurboGrafx 16 instead of PC Engine?

    Scheduled Pinned Locked Moved Help and Support
    22 Posts 9 Posters 13.9k 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.
    • YFZdudeY
      YFZdude @Agrajag
      last edited by

      @agrajag

      Did you update the emulators after you made the config change?

      Once this is done, please update any of the currently installed PC Engine emulators from RetroPie-Setup and Emulation Station will now use the TurboGrafx-16 logo.

      A 2 Replies Last reply Reply Quote 0
      • A
        Agrajag @YFZdude
        last edited by

        @yfzdude Looks like I missed a step. Great news! Now I just need to figure out which ones they use. Off to go check. Thanks!

        1 Reply Last reply Reply Quote 0
        • A
          Agrajag @YFZdude
          last edited by Agrajag

          @yfzdude Went in and found each of the emulators (under Manage Main Packages) one for Genesis (lr-genesis-plus-gx) and one for TurboGrafx-16 (lr -beetle-pce-fast), and updated both of them. Then I rebooted.

          No change in Showcase.

          mituM 1 Reply Last reply Reply Quote 0
          • mituM
            mitu Global Moderator @Agrajag
            last edited by mitu

            @agrajag said in Any way to show TurboGrafx 16 instead of PC Engine?:

            No change in Showcase.

            Post your platforms.cfg file, with the modifications you've made. Also, please make sure you're not using a custom es_systems.cfg, the modifications from platform.cfg are not applied there.

            A 1 Reply Last reply Reply Quote 0
            • A
              Agrajag @mitu
              last edited by Agrajag

              @mitu I followed the first few posts in this thread which specifically alter just es_systems.cfg.

              It sounds like from your response that that's not good enough (any longer)?

              I'll give the platforms file approach a shot tomorrow.

              mituM 1 Reply Last reply Reply Quote 0
              • mituM
                mitu Global Moderator @Agrajag
                last edited by

                @agrajag said in Any way to show TurboGrafx 16 instead of PC Engine?:

                @mitu I followed the first few posts in this thread which specifically alter just es_systems.cfg.
                It sounds like from your response that that's not good enough (any longer)?

                A lot of things changed in 5 years. A reply from @edale shows the documented way of changing the theme/system name in current versions.

                A 1 Reply Last reply Reply Quote 1
                • A
                  Agrajag @mitu
                  last edited by

                  @mitu Mitu, well I completed the steps and still no love. I do have a slight hiccup I wanted to ask about.

                  Here's the contents of my "platforms.cfg" file which is currently located in my /opt/retropie/configs/all folder:

                  pcengine_theme="tg16"
                  pcengine_platform="tg16"
                  megadrive_theme="genesis"
                  megadrive_platform="genesis"

                  After I created this (via Filezilla while I happened to be outside ES at a command prompt) I then jumped into Retropie Setup without ES loaded and went to Manage Main Packages where I scrolled down to lr -beetle-pce-fast and lr-genesis-plus-gx. Neither had the option to Update (which struck me as odd). I chose the option to Reinstall both of them from Binary, which I assumed would be the same as updating them in the end. Then I restarted ES/Retropie and neither Mega Drive or PC Engine were different in Showcase.

                  Thoughts?

                  mituM 1 Reply Last reply Reply Quote 0
                  • mituM
                    mitu Global Moderator @Agrajag
                    last edited by

                    @agrajag said in Any way to show TurboGrafx 16 instead of PC Engine?:

                    Thoughts?

                    Also, please make sure you're not using a custom es_systems.cfg, the modifications from platform.cfg are not applied there.

                    A 1 Reply Last reply Reply Quote 0
                    • A
                      Agrajag @mitu
                      last edited by

                      @mitu Well, I thought you found the issue, but sadly, no luck.

                      I checked my es_systems.cfg file and it was clean. no "tg16" or "genesis" entries. However, after rebooting I now note that they're back:

                      <system>
                      <name>pcengine</name>
                      <fullname>PC Engine</fullname>
                      <path>/home/pi/RetroPie/roms/pcengine</path>
                      <extension>.7z .pce .ccd .chd .cue .zip .7Z .PCE .CCD .CHD .CUE .ZIP</extension>
                      <command>/opt/retropie/supplementary/runcommand/runcommand.sh 0 SYS pcengine %ROM%</command>
                      <platform>tg16</platform>
                      <theme>tg16</theme>
                      </system>

                      <system>
                      <name>megadrive</name>
                      <fullname>Sega Mega Drive</fullname>
                      <path>/home/pi/RetroPie/roms/megadrive</path>
                      <extension>.7z .smd .bin .gen .md .sg .zip .7Z .SMD .BIN .GEN .MD .SG .ZIP</extension>
                      <command>/opt/retropie/supplementary/runcommand/runcommand.sh 0 SYS megadrive %ROM%</command>
                      <platform>genesis</platform>
                      <theme>genesis</theme>
                      </system>

                      So, I'm assuming I have something else going on, or the changes to platforms.cfg makes these changes for me each session. However, Showcase still shows tabs and graphics for PC Engine and Sega Megadrive.

                      mituM 1 Reply Last reply Reply Quote 0
                      • mituM
                        mitu Global Moderator @Agrajag
                        last edited by

                        @agrajag said in Any way to show TurboGrafx 16 instead of PC Engine?:

                        I checked my es_systems.cfg file and it was clean.

                        Which file exactly ? What happens if you switch the theme to Carbon ?

                        A 1 Reply Last reply Reply Quote 0
                        • A
                          Agrajag @mitu
                          last edited by

                          @mitu The es_systems.cfg that I've checked (and that's being updated automatically) is in /etc/emulationstation

                          When I switch to Carbon it still says PC Engine and Megadrive. Grrr.

                          mituM 1 Reply Last reply Reply Quote 0
                          • mituM
                            mitu Global Moderator @Agrajag
                            last edited by

                            @agrajag Do you have a custom es_systems.cfg in $HOME/.emulationstation ? Delete it if you have it and then restart EmulationStation.

                            A 1 Reply Last reply Reply Quote 0
                            • A
                              Agrajag @mitu
                              last edited by

                              @mitu SUCCESS!

                              Thank you SO MUCH for working with me through all that. Phew. I feel like we gave birth.

                              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.