Forum Replies Created

Viewing 35 posts - 176 through 210 (of 1,586 total)
  • Author
    Posts
  • in reply to: How to Exit Game on mame2003? #109933
    Floob
    Member

    If your Pi is networked you can SSH into it with Putty
    http://www.chiark.greenend.org.uk/~sgtatham/putty/

    Connect to hostname “RETROPIE” , select SSH, the l/p is pi/raspberry

    Then you can edit the file with
    “sudo nano /opt/retropie/configs/all/retroarch.cfg”

    in reply to: Auto Overlay tool – Anyone feeling reckless? #109923
    Floob
    Member

    Updated to v1.0 with CRT shader from davej and overlays from chito.

    https://github.com/biscuits99/rp-video-manager

    in reply to: How to Exit Game on mame2003? #109903
    Floob
    Member

    In your retroarch file mentioned above, what values are here?

    input_exit_emulator =
    input_enable_hotkey =

    try setting it to

    input_exit_emulator = escape
    input_enable_hotkey = nul

    in reply to: How to Exit Game on mame2003? #109896
    Floob
    Member

    Do you use a joypad? If so hold down select and press Esc on the keyboard.
    If not, post your /opt/retropie/configs/all/retroarch.cfg on pastebin.com and link to it.

    in reply to: Can you remove anything from Emulation Station? #109848
    Floob
    Member

    You can either remove the files from the rom directories, e.g. /home/pi/RetroPie/roms/ports

    Or edit the /etc/emulationstation/es_systems.cfg and comment out the systems you dont want to ever appear with

    <!-- 
    -->
    in reply to: crt-pi a Pi2 friendly CRT shader #109841
    Floob
    Member

    Really impressive. I like it!

    I’ve put a quick video together here showing it in action

    in reply to: Split: Controller button issues #109801
    Floob
    Member
    in reply to: NeoGeo exit button not working #109799
    Floob
    Member

    I would take the settings out of the system retroarch.cfg files and just allow the retroarch setup script to create it in the controller file – or just add it to the main retroarch.cfg – its hard for me to say as I dont have a Xin-Mo, but it worked for me with the Picade I recently tried. Using a clean install and letting ES set them should work, and if not use the retroarchsetup script to create the buttons.

    in reply to: Problems with MAME in RP 3.1 #109793
    Floob
    Member

    Please check this Wiki post to make sure you have the correct romset for the correct arcade emulator first:

    https://github.com/RetroPie/RetroPie-Setup/wiki/Managing-ROMs

    If you still have issues please confirm which emulator you are using. Also to keep things simple until it works, maybe try putting a few roms on the SD card rather than running them from a USB stick.

    in reply to: Problem Setting Up Controller #109780
    Floob
    Member

    If you use the configure menu in the retroarch-setup script it should create a new file in /opt/retropie/configs/all/retroarch.cfg

    Can you post that up on pastebin.com? Then do it again but this time with the second controller? I think it may overwrite the first file, so thats why I say grab those details first.

    in reply to: Moving save state location #109775
    Floob
    Member

    Does user “pi” have write access to the mounted dir? What happens if you SSH in and create a file in that location?

    Floob
    Member

    Which neogeo emulator are you using?

    Try holding the select button (key you have mapped to add credits) and tapping Esc.

    Failing that, paste your /opt/retropie/configs/all/retroarch.cfg on pastebin.com and link to it.

    in reply to: Hotkeys working EXCEPT for Select+Start #109658
    Floob
    Member

    Thanks very much for your contribution.

    in reply to: Hotkeys working EXCEPT for Select+Start #109654
    Floob
    Member

    This line was most likely overriding your controller file one:
    input_exit_emulator_btn = 12

    The overrides can get a bit involved as there can be about 5 different ones all coming in to play with Retroarch. Check my vids below for controller and general config settings.

    in reply to: Desktop "Raspberry Pi 2" #109653
    Floob
    Member

    Hi,

    (I think hindfoot/backfoot = RetroPie)
    You can boot straight to the command line everytime if you want – is that what you mean?

    You can manage this in the setup menu. So exit Emultation Station with F4. press another button within 5 seconds to stop it restarting), then type “sudo /home/pi/RetroPie-Setup/restropie-setup.sh”
    Then look in the setup menu for the option to boot to the command line.

    in reply to: Another Arcade emulator issue! #109638
    Floob
    Member

    Thats personal preference really. I use split sets to reduce disk space.
    Some info on the options here:
    https://code.google.com/p/mame-rr/wiki/UsingClrmamepro#Scan

    in reply to: Hotkeys working EXCEPT for Select+Start #109636
    Floob
    Member

    How many controllers do you have plugged into the Pi?
    Can you put on pastebin.com your controller file as well as the main retroarch.cfg file?

    in reply to: Image won't fit on same size card #109635
    Floob
    Member
    in reply to: YAMSQ – Yet another Mame setup question #109566
    Floob
    Member

    If you have a 100% verified group of romsets for a given mame version, the vast majority will work without issue. However, there are still some minor quirks with some games, hence the compatibility list here:
    https://github.com/RetroPie/RetroPie-Setup/wiki/Managing-ROMs

    Do note that rebuilding an older set from, say, 0.164 is unlikely to reproduce the old set 100% for various reasons (e.g. the newer set may have removed roms that are now deemed inaccurate), so you may want to google rollback roms to understand how to get fillers.

    in reply to: Help with coin button on lr-fba #109561
    Floob
    Member

    That file looks heavily modified/overwritten.
    Do you have another sd card to write a clean image to?

    in reply to: Help with coin button on lr-fba #109559
    Floob
    Member

    Are you sure thats the file I mentioned above (either way its not ideal wherever it came from). It should look more a bit more like this:
    http://pastebin.com/raw.php?i=5YN8wfE7

    Which version of RetroPie are you using?

    in reply to: How to insert coin and start a game in gnGeoPi? #109558
    Floob
    Member

    I think that is related to gngeorc – now you mention it, I may have had that issue once or twice, but I think it was relates to in-game changes I made, it seemed to sort itself out if I didnt alter the config. I didnt think just starting a new game did that though.
    I suppose you could make the changes you want, then change the permission on the file so it cant be overwritten.

    in reply to: Help with coin button on lr-fba #109552
    Floob
    Member

    Could you post your /opt/retropie/configs/all/retroarch.cfg on pastebin.com?

    in reply to: ps3 analog stick in Ps1 games #109551
    Floob
    Member

    Sorry, once I got the analogue buttons working I left it there really. I’m not sure if Retroarch would listen to the on/off button in the same way.

    in reply to: Another Arcade emulator issue! #109545
    Floob
    Member

    Could you add your results to the compatibility list?
    https://github.com/RetroPie/RetroPie-Setup/wiki/Managing-ROMs

    If you change the mame emulator, chances are it would require a different romset so its not that practical – you can see the versions required at the link above.

    in reply to: ps3 analog stick in Ps1 games #109507
    Floob
    Member

    I show it with a Megadrive game here (about 5.30 in), so it should be the same for a retroarch psx core.

    in reply to: NeoGeo exit button not working #109500
    Floob
    Member

    You need the # in front of the include “/opt/retropie/configs/all/retroarch.cfg”
    Its not a comment in this context, its an include.

    If it doesnt work when you put it there it means something is overriding your settings in the main retroarch.cfg – so you could go in there and comment out the offending lines, or just replace them with these if your going to use the same controller for all systems.

    in reply to: How to insert coin and start a game in gnGeoPi? #109494
    Floob
    Member

    This shows how to get gnGeo working. It also shows how to access the unibios so you can change between arcade and home modes. I dont think its possible to save in PiFBA, but you can in any of the Retroarch cores.

    in reply to: NeoGeo exit button not working #109486
    Floob
    Member

    If you start from a clean image, create the fba_libretro.cfg file, then make your changes and create another file fba_libretro-1.cfg, then compare the 2 there shouldnt be drastic changes.

    As you are using a Xin-Mo you may also find this thread interesting

    Autofire on the axis

    in reply to: NeoGeo exit button not working #109481
    Floob
    Member

    In your first post above, you say that you renamed a file to be retroarch.cfg

    If you follow this video, you will see exactly what that did – compare the before and after and you’ll only have a few lines difference – itll make things a lot clearer.

    NeoGeo exit button not working

    Floob
    Member

    Sounds very promising. I’ll try to make a video comparing it with overlays and speedwise with other shaders.

    in reply to: Moving save state location #109448
    Floob
    Member

    I just gave this a go on a clean build of 3.2.1 and it seems to work fine.

    Here is my retroarch.cfg – I have changed the paths to match yours but thats it.
    http://pastebin.com/raw.php?i=m8svaJGH

    Here is the output to show permissions.

    pi@retropie ~/RetroPie $ ls -lah
    total 24K
    drwxr-xr-x  6 pi pi 4.0K Nov  9 02:01 .
    drwxr-xr-x  6 pi pi 4.0K Nov  1 16:46 ..
    drwxr-xr-x  4 pi pi 4.0K Oct 28 22:01 BIOS
    drwxr-xr-x  2 pi pi 4.0K Oct  6 15:10 retropiemenu
    drwxr-xr-x 47 pi pi 4.0K Oct  6 15:09 roms
    drwxr-xr-x  2 pi pi 4.0K Nov  9 02:02 saves

    Have you overridden it in the system retroarch.cfg or perhaps you created the saves folder as root?

    in reply to: Moving save state location #109434
    Floob
    Member

    Can you post your /opt/retropie/configs/all/retroarch.cfg on pastebin so we can check it?
    Make sure there isnt a reference to it in the system specific retroarch – unless you want to do it on a per system basis.

    Can you see the full message when it tries to load – does it have a number at the end?

    in reply to: Moving save state location #109412
    Floob
    Member

    That should be it.
    When you are in game, and save – there should be yellow text along the bottom of the screen – that should show any success or error.
    What does it say for you?

    in reply to: No Cores to load in Retroarch. #109393
    Floob
    Member

    Hold select and press X – thats the default anyway.

Viewing 35 posts - 176 through 210 (of 1,586 total)