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

      Could someone upload Mame Set Rebuilder? :( - New User Request.

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support tool request mame
      3
      0 Votes
      3 Posts
      641 Views
      F

      @ime01 said in Could someone upload Mame Set Rebuilder? :( - New User Request.:

      Hello, may I ask where I can download a tool called - MAME Set Rebuilder? - legit of course.
      There is a link to a forum that one cannot use because I do not speak Italian. :)

      Use Google Translate or chatGPT, no upload on external forum, register to retropie-italia.it

      @ime01 said in Could someone upload Mame Set Rebuilder? :( - New User Request.:

      I tried the mame old developer sites but it was not there nor, accessible.

      The original website is retropie-italia.it

    • duglorD

      Support: Can someone point me to a 3do Opera Emulator from 2020 or so? (not Help : )

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support older version opera 3do request
      15
      0 Votes
      15 Posts
      2k Views
      trapexitT

      @duglor

      I don't understand what you're asking exactly. As I said... just set the control to 3DO Lightgun. That enables the 3DO Lightgun controller which is emulated via the mouse. It's not really any different from any other core.

    • C

      [Feature Request] es_settings.cfg is not a valid xml file

      Watching Ignoring Scheduled Pinned Locked Moved Ideas and Development essettings.cfg xml feature request
      1
      0 Votes
      1 Posts
      273 Views
      No one has replied
    • T

      Game Manual Viewer for Emulation Station

      Watching Ignoring Scheduled Pinned Locked Moved Ideas and Development game manuals emulationstaton retroarch image viewer request
      4
      0 Votes
      4 Posts
      2k Views
      K

      I posted a potential solution in the related topic:

      https://retropie.org.uk/forum/post/282389

    • S

      Skyscraper request: tg16 platform

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support skyscraper request tg16
      6
      0 Votes
      6 Posts
      639 Views
      S

      I got it working, basically. inputFolder=, et al, were the answer.

      .skyscraper/config.ini:

      # ... [pcengine] # use "tg16" folders for pce/tg16 titles inputFolder="/home/pi/RetroPie/roms/tg16" gameListFolder="/home/pi/.emulationstation/gamelists/tg16" mediaFolder="/home/pi/.emulationstation/downloaded_media/tg16" cacheFolder="/home/pi/.skyscraper/cache/tg16" # importFolder="/home/pi/.skyscraper/import/tg16" # ...

      Then I moved everything around in my filesystem to match these changes.

      This allowed me to point .emulationstation/es_systems.cfg at the roms/tg16 folder and still have the gamelists display correctly in ES. I did have to clear out the tg16 videos from my media folder (symlinked to ones in cache/pcengine that no longer exist) and build the gamelist one more time to fix the links but after that, it works fine!

      cacheFolder and importFolder don't really affect the gamelist end result, I just included them so that if a proper tg16 platform ever is added, everything will already be in the right place. (Edit: Setting importFolder gave me an error that the path does not exist when I tried to --cache edit on a rom. Even though it doesn't exist for any of the other systems either, but since this one is defined specifically I guess it really wants it to exist. Commenting out that line eliminated the error.)

      There was one more hitch. The runcommand launch art doesn't use the <image> file defined in the gamelist, but rather looks for a file matching the rom's name, in a folder matching the system name called by the run command (in es_systems.cfg). The original solution, that I had done with Genesis/Megadrive, was just to symlink the media folder to one matching the run command named system. But in the interest of completeness, I now decided to go the other route and just change the run command to call the proper system instead. So I changed _SYS_ pcengine to _SYS_ tg16 and then all I had to do was copy the /opt/retropie/configs/pcengine folder to tg16 (symlinked, so as not to duplicate data unnecessarily. I could have just renamed them, but keeping the links intact for the config and rom folders, allows me to retain the dual nature of the systems, while simultaneously keeping it hidden beneath the surface.)

      Now I guess the only problem is it works so well on the surface, I keep forgetting and trying to use -p tg16 by accident :-S

      Edit: well there was a little more under the hood work involved in getting the system(s) fully switched over. Both emulators.cfg and retroarch.cfg reference a system folder, so I scrapped the symlinks and just renamed the config folders, then replaced all instances of "megadrive" or "pcengine" with "genesis" and "tg16" in those files. Bonus: I learned about the sed command:

      sed 's/<old_text>/<new_text>/g' <file>

      e.g.

      sed 's/\/pcengine\//\/tg16\//g' emulators.cfg

      ...prints the result to stdout. (I wanted to match the string /pcengine/ and not just pcengine just in case it was in an emulator's name or something. It looks like they all just said "pce" but it doesn't hurt to make sure.)

      You can pipe it to an output file with > <file> e.g.

      sed 's/\/pcengine\//\/tg16\//g' emulators.cfg > emulators.cfg.new

      ...or

      sed -i 's/\/pcengine\//\/tg16\//g' emulators.cfg

      ...modifies the original file with -i or --in-place.

    • V

      [Request] PDF reader for game manuals

      Watching Ignoring Scheduled Pinned Locked Moved Ideas and Development emulationstaton pdf request suggestion game manual
      5
      0 Votes
      5 Posts
      2k Views
      ectoE

      @koda9901 Very cool idea!

    • P

      ES System List - Implement 'shortname' field so suffixes on Collections lists can be independent from sort order?

      Watching Ignoring Scheduled Pinned Locked Moved Ideas and Development es systems request suggestion
      1
      0 Votes
      1 Posts
      373 Views
      No one has replied
    • UnknownU

      (request) Add Xqemu emulator for original Xbox

      Watching Ignoring Scheduled Pinned Locked Moved Ideas and Development xbox new emulator add request
      1
      0 Votes
      1 Posts
      631 Views
      No one has replied
    • kiroK

      (REQUEST/IDEA) Dynamic marquess .. or interprocess comms...

      Watching Ignoring Scheduled Pinned Locked Moved Ideas and Development request idea
      39
      1 Votes
      39 Posts
      3k Views
      kiroK

      @del1verance Hi, well, good question... If you try displaying it directly on the terminal you're logged into the RPI? (for example cat log.txt)

      Just to be sure, did you configure the marquees <marquee>.....</marquee> in the gamelist.xml?

      The fact that there's output in the log.txt file is that emulationstation is sending the information about the marquees, we need to figure out if it is the proper information (marquee image path) or not.

    • UnknownU

      (Request) Add dolwin Gamecube emulator

      Watching Ignoring Scheduled Pinned Locked Moved Ideas and Development adding emulator gamecube new emulator request
      3
      0 Votes
      3 Posts
      515 Views
      UnknownU

      @dankcushions I understand.

    • G

      Make <hidden> filter persist between restarts in EmulationStation

      Watching Ignoring Scheduled Pinned Locked Moved Ideas and Development emulation station feature request
      1
      0 Votes
      1 Posts
      271 Views
      No one has replied
    • ?

      I want to have my account deleted

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support request account delete
      1
      0 Votes
      1 Posts
      244 Views
      No one has replied
    • sergioadS

      Idea: Luminous and Carbon remake

      Watching Ignoring Scheduled Pinned Locked Moved Projects and Themes theme theme port request carbon theme
      13
      0 Votes
      13 Posts
      1k Views
      sergioadS

      @lilbud Ohhh... I see... I hipe you get back soon man

    • deepthawD

      Feature request: mono output

      Watching Ignoring Scheduled Pinned Locked Moved Ideas and Development request mono audio
      2
      0 Votes
      2 Posts
      2k Views
      CapemanC

      You can always bypass software and just splice together a cable that combines the stereo audio channels into one output. Just strip the left and right channel wires, wire the grounds together, solder a 1kΩ resistor to the end of each audio channel and combine them together to get a solid mono output from a stereo source.

      0_1519062531787_Screen Shot 2018-02-19 at 12.38.47 PM.jpg

    • D

      🍊 3ds Emulation???? 🍋

      Watching Ignoring Scheduled Pinned Locked Moved Ideas and Development 3ds new emulator request requests
      10
      0 Votes
      10 Posts
      15k Views
      feutegrafF

      @dodoremi10010 you may want to look at the ODROID Xu4, it just recently got a full version of Retropie and so far in tests it can play a lot of the Dreamweaver, N64 and PSP games that you never could on a RPi

    • D

      i🐬 🐬Gamecube or wii emulation? 🐬 🐬

      Watching Ignoring Scheduled Pinned Locked Moved Ideas and Development dolphin emulato gamecube wii emultionstation request
      3
      0 Votes
      3 Posts
      2k Views
      D

      @dankcushions NVM than

    • A

      Ingame save option

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support request save
      3
      0 Votes
      3 Posts
      760 Views
      A

      as soon as i get home im going to fill out everything that can be helpfull

    • E

      Missing Properties for certain Elements

      Watching Ignoring Scheduled Pinned Locked Moved Ideas and Development theme request missing
      2
      0 Votes
      2 Posts
      640 Views
      J

      @ectoone these are all good ideas and I will look into them.

    • S

      Request: Origin Function for Carousel

      Watching Ignoring Scheduled Pinned Locked Moved Ideas and Development theming request ideas
      10
      0 Votes
      10 Posts
      2k Views
      Z

      @jdrassa
      As part of the theming-refactoring, I have started to split out the carousel into it's own GuiComponent-based class.

      This gets complicated real quickly, as the carousel should also take care of member population, input handling (incl the texture loading/unloading), so I had dropped it again for now. Things move slow enough as it is X-).

      But anyway, if you want me to send you the stubs, let me know.

      Btw: if I read the OP correctly, this also is a CR for an 'automatic' carousel, in the sense that it will move through the contained members on a time interval?

    • ruckageR

      Request: Display text and images rotated to any angle: EmulationStation

      Watching Ignoring Scheduled Pinned Locked Moved Ideas and Development idea request themes
      5
      4 Votes
      5 Posts
      2k Views
      J

      @ruckage just wanted to give you a heads up. I have finally wrapped up adding rotation support for themes. You can read about it here