RetroPie forum home
    • Recent
    • Tags
    • Popular
    • Home
    • Docs
    • Register
    • Login
    1. Home
    2. Tags
    3. emu station
    Log in to post
    • All categories
    • M

      Adding custom text on main menu emulationstation theme

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support system-view themes emu station main menu
      2
      0 Votes
      2 Posts
      457 Views
      M

      I solved the issue. Apparently the order of the XML tags inside "system" is relevant. Looks like I was simply creating a new text behind the background... After moving it to below the background image tag, it finally showed up.
      Here's the final code (after the background image tag)

      <text name="by" extra="true"> <pos>0.85 0.969</pos> <color>ffffff80</color> <fontPath>./art/font.ttf</fontPath> <fontSize>0.02</fontSize> <text>hello world</text> </text>

      Text tag reference on ES md documentation

    • K

      Is it likely to see the updated emulationstation in retropie soon?

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support emu station upgrade retropie pdf viewer
      1
      0 Votes
      1 Posts
      269 Views
      No one has replied
    • A

      EmulationStation Video Choppy and randomly launching games

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support emu station video preview video stutter
      15
      0 Votes
      15 Posts
      4k Views
      A

      @TMNTturtlguy So I ended up writing a small patch for the sselph scraper after all, I'll just have to run the scraper from my desktop machine instead of the raspi. (And if I do that, I can also write all the files locally first so that I don't have to keep emulationstation shut down during scraping, which will be a nice side benefit). I also submitted a pull request to add this feature to the mainline scraper which people can see here.

    • G

      Retropie menu not showing after changing to USB Rom Loading via USB Rom Service

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support retropie menu emu station usb rom service
      6
      0 Votes
      6 Posts
      3k Views
      T

      I wanted update the manual way for anyone who needs to fix this in the future.

      To run the script file you need to ```
      sudo bash ~/RetroPie-Setup/retropie_setup.sh

      Once the script runs 1. Manage packages 2. Manage core packages 3. retropie menu 4. update from binary If your missing the RetroPie-Setup directory, sorry you're going to have to reinstall. Hope that helps someone!