• Error finding/creating FileData

    9
    0 Votes
    9 Posts
    2k Views
    shavecatS

    @derpyder
    Dont have that problem anymore...
    it was my old pi3
    switch to pi4 so start all new (that fix it ;) )

  • How to Filter Out Adult Games?

    10
    0 Votes
    10 Posts
    4k Views
    A

    @iandaemon said in How to Filter Out Adult Games?:

    @alphabetapie I think you can remove the "button hints" or whatever they're called at the bottom of the screen.

    According to mitu in this thread, adding/deleting favorites is disabled by design in KIOSK mode: https://retropie.org.uk/forum/topic/29960/problem-adding-favorites/3?_=1615605880384

    That would be super helpful, but mine does not seem to act that way. I set it to kiosk mode and then on any game I hit the Y button on, it will still say "Adding/Removing From Favorites." Then if I filter by favorites in Kiosk, only those will show up. I would like this disabled completely if possible. I'm running the version of Retropie from the 4.7.1 image, EmulationStation version 2.9.6RP.

    Can @mitu chime in on if I need to set something a certain way, or turn something off (or anyone that might know what the issue is getting these favorites to read-only)?

  • MAME Autoload After POST (lr-mame2003-plus)

    3
    0 Votes
    3 Posts
    536 Views
    A

    @mitu I'm hoping to find a video or specific example of the steps to saving the state in say, Pepper II (or any game with a decently long POST) and then the settings to auto-load that post-POST save state each time the game launches.

    I THINK I may have gotten the Retroarch settings correct, but don't see anything that says something like, "On load, use this save state for this game/core".

  • New Arcade (MAME) issue. Lockup (Little rectangle)

    25
    0 Votes
    25 Posts
    4k Views
    A

    @barbudreadmon Looking into this now.

  • 0 Votes
    1 Posts
    426 Views
    No one has replied
  • 0 Votes
    1 Posts
    297 Views
    No one has replied
  • Startup audio quality is bad (A/V connectivity)

    13
    0 Votes
    13 Posts
    2k Views
    LouFL

    I now am using an HDMI to RGB (with L/R audio) component video converter - looks very good.

  • 2 Votes
    3 Posts
    8k Views
    I

    @soren42
    Not sure if you managed to sort this, but I have just managed to transfer save files from OpenEmu to Retropie successfully.

    You can only transfer battery saves though (.sav) which means only games which allow you to save in game.

    You cannot transfer OpenEmu save states (.oesavestate) as far as I can tell.

    To transfer battery saves, copy and paste the .sav file into your retropie ROM folder, ensure the name is the same as the ROM, then change the file to .srm (literally just type it).

    Example:

    OpenEmu battery save: Earthbound.sav
    Retropie battery save: Eathbound.srm

    Once you’ve done that, restart emulation station, load your rom, and your save game will automatically be there.

    Appreciate this is an old post, but I’ve just spent the last 2 days trying to figure this out and just managed it by trial and error.

    Enjoy.

  • How to fully remove "launchimages"?

    14
    0 Votes
    14 Posts
    1k Views
    A

    @mitu Okay... Now if only it actually worked then I'd be keeping it. I LOVED the images created from the Tronky theme, but it it can't easily and intuitively load the actual menu underneath it then it can't hang around for now.

  • Karate Champ (MAME 2003) Save Controls

    2
    0 Votes
    2 Posts
    694 Views
    M

    @drdave79 saving the game option file should work.

    Retroarch main menu-> Quick menu-> options-> create game options file

    You may have to start a different rom after and change the default setting back though.

    So start rom, change setting, save game option file, close Retroarch. Next, play regular game, change setting back, then just exit Retroarch.

    Or....

    You can also save the game option file then just manually edit the cfgs over network. The default core options are saved to Configs-> all-> retroarch-core-options.cfg

    Then just edit the opt file you created Configs-> all-> retroarch-> config -> mame2003 directory-> game.opt

  • Intellivision Pi4 Controller Setup

    4
    0 Votes
    4 Posts
    791 Views
    R

    @agrajag
    Sure, here it is

    ; ----------------------------------------------------------------------------------------- MAP 0 ; keymap 0 (default keymap) ; ----------------------------------------------------------------------------------------- F3 PAUSE JS0_BTN_10 QUIT JS1_BTN_10 QUIT ; ***** Joystick #0 - Left Controller ***** ; ** Side Buttons and Numeric Keypad ** JS0_BTN_01 PD0L_A_T JS0_BTN_04 PD0L_A_L JS0_BTN_05 PD0L_A_R 1 PD0L_KP1 2 PD0L_KP2 3 PD0L_KP3 4 PD0L_KP4 5 PD0L_KP5 6 PD0L_KP6 7 PD0L_KP7 8 PD0L_KP8 9 PD0L_KP9 BACKSPACE PD0L_KPC 0 PD0L_KP0 RETURN PD0L_KPE ; ** Direction Disc ** JS0_N PD0L_J_N JS0_NNE PD0L_J_NNE JS0_NE PD0L_J_NE JS0_ENE PD0L_J_ENE JS0_E PD0L_J_E JS0_ESE PD0L_J_ESE JS0_SE PD0L_J_SE JS0_SSE PD0L_J_SSE JS0_S PD0L_J_S JS0_SSW PD0L_J_SSW JS0_SW PD0L_J_SW JS0_WSW PD0L_J_WSW JS0_W PD0L_J_W JS0_WNW PD0L_J_WNW JS0_NW PD0L_J_NW JS0_NNW PD0L_J_NNW ; ***** Joystick #1 - Right Controller ***** ; ** Side Buttons and Numeric Keypad ** JS1_BTN_01 PD0R_A_T JS1_BTN_04 PD0R_A_L JS1_BTN_05 PD0R_A_R Q PD0R_KP1 W PD0R_KP2 E PD0R_KP3 R PD0R_KP4 T PD0R_KP5 Y PD0R_KP6 U PD0R_KP7 I PD0R_KP8 O PD0R_KP9 TAB PD0R_KPC P PD0R_KP0 SPACE PD0R_KPE ; ** Direction Disc ** JS1_N PD0R_J_N JS1_NNE PD0R_J_NNE JS1_NE PD0R_J_NE JS1_ENE PD0R_J_ENE JS1_E PD0R_J_E JS1_ESE PD0R_J_ESE JS1_SE PD0R_J_SE JS1_SSE PD0R_J_SSE JS1_S PD0R_J_S JS1_SSW PD0R_J_SSW JS1_SW PD0R_J_SW JS1_WSW PD0R_J_WSW JS1_W PD0R_J_W JS1_WNW PD0R_J_WNW JS1_NW PD0R_J_NW JS1_NNW PD0R_J_NNW
  • lr-fbneo Romset validation with clrmamepro

    9
    0 Votes
    9 Posts
    3k Views
    T

    OK I managed to find a 1.0.0 FB Neo romset, updated FB Neo from source in retropie. As you said my romset is not 100% exact match with the current DAT from github but a lot of the missing or incorrect roms are Hacks, or homebrews etc. I don't really care about them. Works very well for now :)

  • 0 Votes
    3 Posts
    947 Views
    DjDiabolikD

    @mitu said in Pi4 - How can safe remove USB Pendrive ??:

    You can exit EmulationStation and then, from the command line, run

    sudo umount /media/usb0

    If your USB drive is mounted on another folder than /media/usb0, substitute /media/usb0 with the proper folder name.

    It's apparently the best solution... what i have do:
    F4 to exit from ES.
    mount (to found corrent usb)
    used sudo umount
    copyed all my news roms from pc and now also the image snap and some gamelist.xml from my personal system
    type exit from console to restart es and....

    all now works whitout any issue.

    Thanks for all.

  • Arcade fighstick PXN 0082 not being recognized

    1
    0 Votes
    1 Posts
    384 Views
    No one has replied
  • good survival horror games

    Moved
    14
    0 Votes
    14 Posts
    2k Views
    Z

    @sirhenrythe5th my guess is it's a MESS chd for the DOS or FM Towns version of Alone in the dark.
    Or he's trying to run a PSX chd directly through mame.

  • 0 Votes
    21 Posts
    7k Views
    M

    @mitu , I have a system set up with 4 controllers on my pi400 and would like to use the keyboard to search for the game that I would like to play, from the ALL GAMES list. Is there a way to do this ? I do not want to use the keyboard as a controller, only as a way to input for game selection. Thank you!!

  • Dreamcast not working

    15
    0 Votes
    15 Posts
    4k Views
    sirhenrythe5thS

    However: i had no fun with DC on a Pi3(B).
    A Pi4 should be highly recommended for this system.
    Code Veronica is no CE Game and will work great. On a Pi4 :)

  • 0 Votes
    3 Posts
    655 Views
    S

    @mitu Thanks I was pressing the wrong save lol

  • Binary or source?

    Moved
    3
    0 Votes
    3 Posts
    964 Views
    S

    @dankcushions Thanks, but I was curious what people are choosing for different packages and why. Like, I update lr-mesen from source, because of X.

  • Raspberry Py intelligence for a beginner

    4
    0 Votes
    4 Posts
    388 Views
    mituM

    @hellstarpower said in Raspberry Py intelligence for a beginner:

    @mitu So basically it's better that I stay on computer here I understand correctly,

    I'm saying that a computer can do what a Raspberry Pi could do and it's more powerful. It's your choice if you want to get a Raspberry Pi - for lower power usage, small size, etc - or use a PC. Just to clear out that playing old/retro games can be done on a PC also.

    what are the solutions for computers please?

    Search for emulators on each system - basically the same emulators that RetroPie uses are available on a PC.

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.