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

      How to modify the description of EmulationStation?

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support retropie emulation station description modify help
      3
      0 Votes
      3 Posts
      510 Views
      L

      @mitu Which folder can I find the code to edit? Would you please describe it in detail? Thanks!

      @mitu said in How to modify the description of EmulationStation?:

      @Leonard-Lin You'll have to edit the code and change it, then recompile.

    • hiulitH

      Can't see new system in EmulationStation

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support emulation station scriptmodule system
      25
      1 Votes
      25 Posts
      5k Views
      hiulitH

      @mitu @BuZz @Efriim I finally got it working! :D

      local bin_file local bin_files local default local id local index local version ... some other code ... for index in "${!bin_files[@]}"; do default=0 [[ "$index" -eq "${#bin_files[@]}-1" ]] && default=1 # Default to the last item in 'bin_files'. version="${bin_files[$index]}" version="$(echo $version | cut -d'_' -f 2)" addEmulator "$default" "$md_id-$version-$id" "godot-engine" "$md_inst/${bin_files[$index]} --main-pack %ROM%" done

      So it seems like the error had something to do with the index variable (previously it was named i). Either it needed to be initialized as a local variable or the script didn't like that it was called i... I really don't know. But I got it working :)

      Another thing that I found and maybe it's worth mentioning (and correct me if I'm wrong) is that when I run:

      sudo ./retropie_packages.sh godot-engine configure

      the config file:

      /opt/retropie/configs/godot-engine/emulators.cfg

      seems to just add the new stuff on top of the previous configs that were already there. I mean, it doesn't delete the file and creates it again with the new configs.

      Shouldn't "deleting the old file and creating a new one" be the "correct" thing to do?

      Thanks! :)

    • J

      EmulationStation v2.7.6RP destroyed my RetroPie

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support emulation station v2.7.6rp screen error
      4
      0 Votes
      4 Posts
      762 Views
      mituM

      @johny8 How did you determine that ? You claim is rather ridiculous. 'Sabotage' ?

    • A

      NES30 pro connects to bluetooth in Retropie setup, but not emulationstation

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support nes30 pro bluetooth emulation station
      6
      0 Votes
      6 Posts
      3k Views
      BuZzB

      @alkah3st which premade image are you using?

    • MapleStoryM

      Updated emulationstation (v.2.4.0RP) and random select is now crashing to terminal.

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support emulation station crash random select
      21
      0 Votes
      21 Posts
      5k Views
      pjftP

      @maplestory Correct. It doesn't matter. Those lines relate to the extra folders - nvram, etc.

      Thanks for reporting! Hope you're having fun.

    • OsglithO

      IDEA: Attraction Mode

      Watching Ignoring Scheduled Pinned Locked Moved Ideas and Development station development game boot
      6
      0 Votes
      6 Posts
      2k Views
      OsglithO

      @Hex Thanks for the info!

    • m0hM

      Request: Controller Order menu in Emulationstation

      Watching Ignoring Scheduled Pinned Locked Moved Ideas and Development emulation station menu gui
      12
      0 Votes
      12 Posts
      4k Views
      herb_fargusH

      @m0h most joypad extractions are handled through retropad with retroarch, I know they had some plans at some point to make the retropad more visual but I don't now where they are at with it.

    • CapemanC

      Request: Add an Instant Transition [SOLVED]

      Watching Ignoring Scheduled Pinned Locked Moved Ideas and Development emulation station transitions
      66
      2 Votes
      66 Posts
      24k Views
      CapemanC

      All set! Thanks again!

    • CapemanC

      Request: Option To Disable Carousel in ES UI Options

      Watching Ignoring Scheduled Pinned Locked Moved Ideas and Development carousel emulation station
      10
      3 Votes
      10 Posts
      3k Views
      CapemanC

      @jdrassa said in Request: Option To Disable Carousel in ES UI Options:

      FYI,

      Someone submitted something similar to this previously that was rejected.

      https://github.com/RetroPie/EmulationStation/pull/85

      It looks to be rejected mainly based on how rudimentary the request was that was submitted. The guy who originally submitted this push did so by simply making a flag that disabled the back button in ES, which is too simple of an implementation for buzz, he wrote that he wanted to make sure it was a better coded function.

      @Hex, i promise I'll get to the next step soon, perhaps tonight if i get a lull, hahaha! Too many adult, work and parenting responsibilities come first. Damn these 30's.

    • D

      Emulation Station Theme - Star Trek LCARS

      Watching Ignoring Scheduled Pinned Locked Moved Projects and Themes emulation station theme star trek lcars
      20
      3 Votes
      20 Posts
      8k Views
      W

      @dmmarti awesome thanks man!!

    • CapemanC

      Emulationstation Enhancement Request (loading screen)

      Watching Ignoring Scheduled Pinned Locked Moved Ideas and Development idea request emulation station splash
      22
      0 Votes
      22 Posts
      10k Views
      T

      @jdrassa This method seems to work great if the UI modes are not in use but if it's set into Kiosk mode the es_settings.cfg reverts to an unmodified state after reboot. Does enabling the Kiosk mode overwrite the es_settings.cfg file? If so can I modify the Kiosk mode to include the splash screen setting?

    • CapemanC

      Old TV Theme Idea

      Watching Ignoring Scheduled Pinned Locked Moved Projects and Themes theme crt bored emulation station
      78
      13 Votes
      78 Posts
      38k Views
      markito182M

      Hi @Capeman! I'd like to resume your work. What do you think? Can I start from your semifinished piece? Can you share the partial theme package? thank you so much

    • U

      Ability to Just Show Year for Release Date?

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support emulation station
      1
      0 Votes
      1 Posts
      561 Views
      No one has replied
    • J

      Variable Support in Themes in EmulationStation

      Watching Ignoring Scheduled Pinned Locked Moved Ideas and Development emulation station themes
      111
      7 Votes
      111 Posts
      40k Views
      E

      @jdrassa I just encountered a big flaw while using ${system.theme} in an <include> tag.
      If it can't find the specific file, e.g. if someone uses an custom collection, it breaks the whole theme for that selection. All theme settings are suddenly ignored.

      I had the idea to create some sort of external metadata library for systems that could be simply used by theme makers just by including a single file which further imports the metadata from ${system.theme}.xml files and also provides labels. It also imports a file which is used to theme those text elements.

      I integrated that into my Flatline Theme here for testing purposes and noticed that behaviour.

      To make the process clear again:

      theme.xml includes _assets/mds_include.xml mds_include.xml includes mds_data/${system.theme}.xml and mds_style.xml

      It would be great if you could take a look at it and tell me if I made something wrong or if that is unavoidable for now. I mean I know that ES will fall back to the default theme if it can't find an include file. Maybe there's an way to ignore that error.

      Edit: I just had another idea, would it be possible that ${system.theme} returns default if an unknown system is selected? Then we could use files like default.jpg or default.xml.

    • fieldofcowsF

      Metadata Improvements in EmulationStation

      Watching Ignoring Scheduled Pinned Locked Moved Ideas and Development emulation station metadata development
      73
      9 Votes
      73 Posts
      34k Views
      S

      @jdrassa
      my hacky perl involved reading the rating and path of every game
      it then creates launch scripts for any game with non-zero ratings under a new emulator "ichiban"
      i'm pretty sure the xml is fully parsed

      i'll dig a little deeper when i get a chance
      but saving gamelists is a cpu-bound operation
      ie, the bottleneck is not:
      reading the xml (which are only a few megs at most)
      querying the filesystem

    • J

      Bizzare EmulationSation error on First Boot

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support emulation station first boot bizzare help
      21
      0 Votes
      21 Posts
      7k Views
      herb_fargusH

      @justhoeber if it does it again with a new pi then you may have a bad TV ;)

    • fieldofcowsF

      Video Screensaver in Emulation Station

      Watching Ignoring Scheduled Pinned Locked Moved Ideas and Development emulation station video screensaver
      75
      9 Votes
      75 Posts
      39k Views
      pjftP

      @Cooloring if on a pi 3, disable overscan on /boot/config.txt.

      If on a pi 4, doesn't work with omxplayer because of different video handling. Use VLC for screensaver.

      You may choose to use VLC for screensaver on the pi 3 as well, but performance isn't great.

    • Ladyslayer0160L

      Keyboard won't type in emulation station, but arrow keys are recognized

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support pi2 keyboard malfunction emulation station
      5
      0 Votes
      5 Posts
      3k Views
      H

      @Ladyslayer0160 sorry to bring this up. I just got the same problem. I can't use the keyboard or joystick up and down after update. but works fine in terminal. Have you resolve this issure yet? Thanks!

    • B

      SOS Remove or change the Loading screen Emulatiostation?

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion and Gaming remove change loading screen emulation station
      2
      -1 Votes
      2 Posts
      1k Views
      dankcushionsD

      just the one thread is enough...

    • IkyrusI

      Strange screen-dim in EmulationStation

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support theme metapixel emulation station virtual boy
      1
      0 Votes
      1 Posts
      1k Views
      No one has replied