• Specs for retropie on Linux?

    4
    0 Votes
    4 Posts
    936 Views
    N

    I’ve run retropie on a 3Ghz Pentium 4 with 4G of RAM and it all works. You don’t need too much to get it all going.

    With modern equipment, I have an AMD A6-9500 with 4G RAM and built in graphics and that is more than enough

    I’ve used lubuntu 16.04LTS on really old builds.
    There is a lubuntu 18.04 in 32-bit if you want it. Note that 18.04 needs to be set to using Wayland at time of writing because Xorg gives libretro a hard time.

  • 0 Votes
    2 Posts
    1k Views
    B

    Ultimately, it doesn't matter too much. You can just leave it in the folder structure that your preferred scraper creates, or change it entirely. As long as gamelist.xml points to the correct location, use whatever strikes your fancy.

    The exception to this is that runcommand prefers there to be an images folder inside each system if it is going to use individual rom launching pictures. I don't know if there is a way to change that default location.

  • Thinking about buying into RetroPie, but have questions first.

    15
    0 Votes
    15 Posts
    2k Views
    EldrethorE

    @ruthless4u For an end user, it's just a matter of fiddling around with the app and figuring out what features and settings get you the gaming experience that you're looking for.

    Fire up a game in nestopia and compare it to fceumm. Try a different color pallet. Compare the audio. Change your settings and see how it affects your game. Once you get a hang of things, you can read up on what each feature does and why they exist, like threaded video, audio filters, etc. Why should you use one emulator over the other? Why should you care about performance versus accuracy? And even if something goes wrong, nothing is permanently broken; just start from scratch, look it up online, and figure out what works and what doesn't.

  • HELP with RetroPie in game controls when using Adafruit-Retrogame

    2
    0 Votes
    2 Posts
    656 Views
    Jakob HolzJ

    Hi mastblast09,
    I'm experiencing the very same problem.
    Have you figured out how to solve it?
    If yes, please tell me.

    Thank you in advance

  • 0 Votes
    13 Posts
    3k Views
    L

    @dankcushions said in Can´t change emulators - Tried a command and now its weird.:

    @lesk said in Can´t change emulators - Tried a command and now its weird.:

    @mitu
    Don't think I´ve fiddled with any permissions.

    but then

    On the last post there is a link to another thread with a command that I first tried:

    sudo chown -R pi:pi /opt/retropie/configs

    that's "fiddling with permissions" :)

    anyway, one thing you can try: https://github.com/RetroPie/RetroPie-Setup/wiki/FAQ#reset-ownershippermissions-of-homepiretropie-roms

    Hahaha, that just shows how much of a noob I am ^^
    Thanks, I will try this when I'm back home.

  • ADVMAME and Vice config files location?

    2
    0 Votes
    2 Posts
    793 Views
    mituM

    @pyjamarama Advmame has the config files in /opt/retropie/configs/mame-advmame - see https://retropie.org.uk/docs/MAME/ for each version. For Vice - see the corresponding emulator page at https://retropie.org.uk/docs/Commodore-64-VIC-20-PET/.

  • First boot goes to command line

    4
    0 Votes
    4 Posts
    585 Views
    C

    @edmaul69 I fixed the problem but thank you for your response

  • Redirecting Runcommand

    8
    0 Votes
    8 Posts
    1k Views
    mituM

    I'd probably rewrite it like

    #!/usr/bin/env bash ROMDIR=/home/pi/RetroPie/roms/snes MSUROMDIR=/home/pi/RetroPie/roms/msu rom=$1 if [[ $rom == *"act2_msu1.sfc" ]]; then rom="${MSUROMDIR}/Act Raiser 2 MSU v1 Kurrono, Conn 2018-03-25/act2_msu1.sfc" fi if [[ $rom =~ *"actraiser_msu1.sfc" ]]; then rom="${MSUROMDIR}/Actraiser - Abyss Rebirth OST, MSU v1 Darkshock/actraiser_msu1.sfc" fi # and all other roms... /opt/retropie/supplementary/runcommand/runcommand.sh 0 _SYS_ snes "$rom"
  • 0 Votes
    3 Posts
    1k Views
    C

    Figured it out, there was a custom runcommand script that was being ran during launch of each emulator. Once that was disabled, it fixed the problem entirely.

  • Uae4All / Uae4Arm / Amiberry

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • UAE4ARM randomly black screening

    18
    0 Votes
    18 Posts
    3k Views
    G

    Yup, I’ve just reinstalled previous emulator. Now it doesn’t work. The emu itself is up, but games won’t boot.

    I also noticed that I’ve been using uae4all this whole time. I was convinced it had been uae4arm. Anyway, all worked in most cases, arm and berry don’t. But now all doesn’t as well.

    Please excuse my mistakes. I’m aware they’re silly, but I’m a bit lost.

  • Kodi is Frozen on Android Box

    8
    0 Votes
    8 Posts
    1k Views
    D

    @mitu OK,, Than I'm in the wrong forum..LOL Sorry

  • Amiberry entry level problems

    5
    0 Votes
    5 Posts
    873 Views
    G

    @tuki_cat The only problem was that 33% of times it failed to boot a game. I can’t understand why it’s impossible now to run any game at decent speed. Everything is 2x too slow.

  • What to configure arcade joystick as? ...

    3
    0 Votes
    3 Posts
    715 Views
    retroprogrammerR

    @dankcushions Thanks man

  • ZX Spectrum and ZX81 emulation - your setup?

    6
    0 Votes
    6 Posts
    1k Views
    DougAD

    @chubsta If you are having problems, why not try finding those games on on other platforms? I also wanted to play Chuckie Egg, but I grew up playing it on a BBC Micro, and as yet Retropie doesn't support those, however there is an Atari ST version, which presumably would have better graphics than the Speccy one. Reading your post triggered that thought, and I found it today, and am hopefully going to find out how it works sometime this week.

  • Use joy2key with an Emulator

    3
    0 Votes
    3 Posts
    1k Views
    C

    @mediamogul
    Thank you! I will give it a try.

  • Startup fail after an update

    19
    0 Votes
    19 Posts
    3k Views
    G

    @mitu I made it! I have deleted whole scummvm folder, rebooted and the ES finallt works!

    Thank you everyone. The problem is officially solved.

  • Mame 2014 Setup Help

    5
    0 Votes
    5 Posts
    1k Views
    E

    Perfect.
    I will try that and post the result here. Thank you!!!

  • N64 Emulator skipping

    7
    0 Votes
    7 Posts
    5k Views
    R

    Hi, this is an old issue, but I just configured mine RetroPie few days ago.
    I don't want overclock my device, this can means a risk for me. So, I was playing Tony Hawks Pro Skater, and I think the same issue was happening.
    The solution for me was reduce the video quality (also the video clock) and skip the sound of music while playing (the music I needed to change on Game configuration trying to skip the Audio system calls).

    As software developer I know some error happens on the game and emulator prints a lot's of messages behind the game. I think if I know the shell commend to make the N64 Retro Pie Emulator skip the log messages the game can run even better.
    If anyone knows a command like this please tell me.

    Thank you

  • Any way to remotely transfer files to/from Retropie?

    24
    0 Votes
    24 Posts
    7k Views
    P

    @clyde That's it! The KISS principle. I like that one.

    @sub_atomic I hope we did not "scare you away" from setting up a remote connection. Just take your time, read up on how to do it properly and you'll be fine.

    But doing it together with your nephew is a thing that I can 100% second. Passing on the love for and knowledge of tinkering and a little coding and IT stuff is always something good. :)

    Cheers!

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.