Forum Replies Created

Viewing 35 posts - 946 through 980 (of 1,586 total)
  • Author
    Posts
  • in reply to: More then 12 Emulators active #92216
    Floob
    Member

    Do you get the error if you:
    – Create clean 2.6.0 image
    – Run it and quit ES
    – Manually edit gamelist. Save it
    – Restart ES? (By typing “emulationstation” at the command prompt.)

    I’ve done that approach and its always been fine.

    in reply to: UAE no video #92213
    Floob
    Member

    Check the video for the paths.
    The only place I had to put my kick13.rom was /home/pi/RetroPie/BIOS/

    The only place I had to put the game was /home/pi/RetroPie/roms/amiga/

    This is from a clean 2.6.0 image downloaded from this site (I havent separately tried updating the binaries).

    in reply to: More then 12 Emulators active #92212
    Floob
    Member

    Longshot, but the ES gamelists will complain *a lot* if you make ANY change at all whilst ES is running. Make sure all changes are done without ES running.

    in reply to: Video guide of Amiga emulation with UAE4ALL #92179
    Floob
    Member
    in reply to: UAE no video #92166
    Floob
    Member

    Exactly which folder have you copied it to and which game are you trying to run?
    Can you run other games?

    in reply to: UAE no video #92162
    Floob
    Member

    UAE4ALL worked fine out of the box for me (using clean 2.6.0) image.
    My setup is here:

    in reply to: Retroarch and Hotkeys #92115
    Floob
    Member

    The setup script is in
    /home/pi/RetroPie-Setup/

    This playlist will give you a good overview of how controller configs work

    http://www.dailymotion.com/playlist/x3nvkw_smartretro_retropie-usb-controllers/1#video=x2hudlt

    in reply to: Scraping problems #92045
    Floob
    Member

    I’d be tempted not to use the internal scraper and use sselphs instead – its very efficient.

    in reply to: Retroarch and Hotkeys #92003
    Floob
    Member

    I am saying that anything in here would override other settings – so its often best left blank for simplicity
    /opt/retropie/configs/snes/retroarch.cfg

    Ideally your controller settings should be in the auto controller detection file of:
    /opt/retropie/emulators/retroarch/configs/{controllername}

    The filename here will be more like “USBGamepad.cfg” it wont be retroarch.cfg

    You can update your retroarch controller file by using the retropi-setup script and registering a retroarch controller.

    in reply to: Bios Questions #91945
    Floob
    Member

    The emulator used defines if you can save games, for example, any emulation using RetroArch will allow saving using F2. It all depends on the emulator used.

    The Game Boy Advance requires a BIOS file, I dont have an exhaustive list, but ask if you have a system in mind. Most dont need a BIOS.

    in reply to: No Amiga emulation #91943
    Floob
    Member

    In the 2.6.0 image you put the roms (named kick13.rom, kick31rom etc..) in /home/pi/RetroPie/BIOS/ they are symlinked from the app directory.

    The UAE4all GUI will quite happily run the roms then.

    in reply to: Retroarch and Hotkeys #91875
    Floob
    Member

    Do a clean install of 2.6.0, put one SNES rom in
    /home/pi/RetroPie/roms/snes/

    You can confirm the files that are parsed to run this by reading the
    /etc/emulationstation/es_systems.cfg

    It will read first
    /opt/retropie/configs/all/retroarch.cfg
    This in turn will check this directory to manage your controller
    /opt/retropie/emulators/retroarch/configs

    Then anything specified in this file will override what has been read so far
    /opt/retropie/configs/snes/retroarch.cfg

    You shouldn’t need to run “sudo rpi-update”, just run
    sudo apt-get update
    sudo apt-get upgrade

    Although to be honest that isnt needed really, the straight image should be fine.
    I dont think running rpi-update should have damaged anything though.

    Floob
    Member

    Part of the issue is you have auto select controller set to true, but then you specify your controller setup in the main retroarch.cfg. I’d do one or the other.

    input_autodetect_enable = true

    or just set this false:
    input_autodetect_enable = false

    If I was you I would set a button (joypad) to enable hotkeys rather than trying to get them to work on their own. The video above runs through a full example.

    in reply to: USBGamepad RetroArch controller buttons mapping #91727
    Floob
    Member

    Can you post your /opt/retropie/configs/all/retroarch.cfg as an attachment?
    You might simply need to change
    input_enable_hotkey = nul
    to
    input_enable_hotkey = alt

    in reply to: Boot problems #91662
    Floob
    Member

    Thats weird, the EVO is working well on mine.

    Here is one way to backup:
    http://smartretro.co.uk/forums/viewtopic.php?f=3&t=58

    Did you say it is a 2A PSU, previous Pis didnt need as much and used a 1 or 1.2A typically. It should say on the plug.

    in reply to: USBGamepad RetroArch controller buttons mapping #91658
    Floob
    Member

    You could post up your controller file and perhaps we can see the issue.

    This may help:

    http://www.dailymotion.com/playlist/x3nvkw_smartretro_retropie-usb-controllers/1#video=x2hudlt

    in reply to: Different joystick button maps #91655
    Floob
    Member

    You can set a per system control setup if you edit
    /opt/retropie/configs/{systemname}/retroarch.cfg

    in reply to: Scraping Issue #91650
    Floob
    Member

    This should help you with scraping

    Floob
    Member

    You dont mention if you have included this line?

    input_enable_hotkey_btn = “”

    Remember hotkeys will only work if the enable is pressed, so you have to hold select and then press M for example to scroll through the shaders. Same for RGUI with F1, you must hold your enable hotkey button.

    Floob
    Member

    You’ve got quite a mixture of quotes in that example, some are ” , ″, “, ”

    Are the all exactly the same type when you edit the file with nano?

    in reply to: DosBox configs #91527
    Floob
    Member

    Check the file in
    /home/pi/.dosbox/

    in reply to: savefile in subdirectories #91526
    Floob
    Member

    You could try using these retroarch.cfg file instead, and keep the line blank in your main one.

    /opt/retropie/configs/{systemname}/retroarch.cfg

    Then you specify your full path:
    /home/pi/RetroPie/savefile/snes/

    Floob
    Member

    This is where all the controller files generated by retroarch joyconfig tool are kept, they are effectively the auto files and can be used on a hot swap basis:
    /opt/retropie/emulators/retroarch/configs/

    This file is always used by retroarch emulation regardless of your controller, so settings in here would be effectivly hard coded and always run.
    /opt/retropie/configs/all/retroarch.cfg

    There is no significance of the fact that some of the controller files are set to be executable.

    This should help more:
    http://www.dailymotion.com/playlist/x3nvkw_smartretro_retropie-usb-controllers/1#video=x2hudlt

    Floob
    Member

    This should help you work out which button is what:

    You can find the files produced by retroarch here:
    /opt/retropie/emulators/retroarch/configs

    in reply to: Nestopia breaking NES play? #91428
    Floob
    Member

    Does that game not work under /home/pi/RetroPie/roms/nes/?

    in reply to: EmulationStation wont load ROMs #91425
    Floob
    Member

    Did you paste that error message or type it?

    This filename isnt right: retrorch.cfg

    Did you use the 2.6.0 image to create this setup?

    Floob
    Member

    It sounds like your hotkeys are set to on all the time.
    Try changing this in your /opt/retropie/configs/all/retroarch.cfg file

    input_enable_hotkey = nul
    to
    input_enable_hotkey = alt

    Here is a hotkey guide

    in reply to: DosBox configs #91422
    Floob
    Member

    Try here:

    /home/pi/.dosbox/dosbox-SVN.conf

    in reply to: Boot problems #91419
    Floob
    Member

    I think it may be the SD card – do you have another?
    Is this the v2 image of RetroPie, and your PSU has 2A rating?

    in reply to: Retroarch and Hotkeys #91314
    Floob
    Member

    Attached is the file from
    /opt/retroarch/configs/all/retroarch.cfg

    This is from 2.6.0 image

    in reply to: Retroarch and Hotkeys #91312
    Floob
    Member

    It would be best to start with a clean retroarch.cfg, then check out this video to confirm where you can set your hotkeys.

    in reply to: Retro theme interest #91292
    Floob
    Member

    Im always interested in a new theme.
    The default one is very smart and clean, but choice is great.

    in reply to: Retroarch and Hotkeys #91285
    Floob
    Member

    Change this
    # input_enable_hotkey = nul

    to this
    input_enable_hotkey = alt

    But also, is there a reason you want to hardcode your controllers and hoteys in retroarch.cfg and not use the auto detect method instead.

    in reply to: No Sound in ES at all…except Kodi #91234
    Floob
    Member

    I had a dodgy HDMI cable once – could you try another.
    Ideally try another TV as well just on the off chance.

    in reply to: Trouble with Xbox 360 & Xbox One controllers #91230
    Floob
    Member

    Have you tried blacklisting xpad?

    XBox 360 wireless controller – blinking lights

Viewing 35 posts - 946 through 980 (of 1,586 total)