• Art work for individual roms

    3
    0 Votes
    3 Posts
    1k Views
    E

    Lately there has been some issues with the scraper itself and it sometimes didn't got the images from the site, so maybe just try again to see if it works.
    If not you can maybe try and look on screenscraper.fr to see if your roms have the right names. By default It uses hashes and names to get the images but if both are wrong you get nothing.
    Sadly there is no way (yet) to create the Mix images from local files but @screech has that on his ToDo list but we have to wait for that.

    If there are no images for certain games you have the option to upload some, but i'm not sure how exactly that works.

  • Edit gamelist.xml issue

    3
    0 Votes
    3 Posts
    2k Views
    FlyingTomahawkF

    @herb_fargus

    Thanks for your reply.
    When I quit ES (F4 or select Quit ES) and go to the command prompt window I can overwrite the files.
    Once I am done I just type emulationstation and all is good.

  • 3 button Pause Disable

    3
    0 Votes
    3 Posts
    1k Views
    M

    Created with Teensy LC works perfect apart from 3 button press simulates start

    using all emulators this happens ,

    the project

    I added a micro switch to the back of the pad to use as select
    Change pin numbers as needed
    // player 1 bank
    const int P1_A = 4;
    const int P1_B = 5;
    const int P1_C = 6;
    const int P1_LEFT = 2;
    const int P1_RIGHT = 1;
    const int P1_DOWN = 9;
    const int P1_UP = 8;
    const int P1_SELECT = 10;
    const int START_BUTTON = 7;
    unsigned long lastTime = 0;
    void setup()
    {
    pinMode(P1_A, INPUT_PULLUP);
    pinMode(P1_B, INPUT_PULLUP);
    pinMode(P1_C, INPUT_PULLUP);
    pinMode(P1_LEFT, INPUT_PULLUP);
    pinMode(P1_RIGHT, INPUT_PULLUP);
    pinMode(P1_DOWN, INPUT_PULLUP);
    pinMode(P1_UP, INPUT_PULLUP);
    pinMode(START_BUTTON, INPUT_PULLUP);
    pinMode(P1_SELECT, INPUT_PULLUP);

    lastTime = millis();
    }
    void loop()
    {
    unsigned long time = millis();
    // run at 50 Hz
    if(time - lastTime >= 20)
    {
    lastTime = time;
    // read the data of all our buttons
    // our buttons
    Joystick.button(1, 1 - digitalRead(P1_A));
    Joystick.button(2, 1 - digitalRead(P1_B));
    Joystick.button(3, 1 - digitalRead(P1_C));
    Joystick.button(4, 1 - digitalRead(START_BUTTON));
    Joystick.button(9, 1 - digitalRead(P1_SELECT ));

    // also use buttons for the axes cuz unity is a derp Joystick.button(5, 1 - digitalRead(P1_UP)); Joystick.button(6, 1 - digitalRead(P1_RIGHT)); Joystick.button(7, 1 - digitalRead(P1_DOWN)); Joystick.button(8, 1 - digitalRead(P1_LEFT));

    }
    }

  • Odd Behavior

    9
    0 Votes
    9 Posts
    1k Views
    lilbudL

    No, but he did that during a match of Rocket League. Remotely connected and started to control my car.

  • Cant start games after update

    3
    0 Votes
    3 Posts
    833 Views
    edmaul69E

    @smallvillee can you type anything? If so type this.

    cd RetroPie-Setup

    And then type this

    sudo ./retropie_setup.sh

    Then reinstall emulationstation

  • Stick and D pad control 2D games

    4
    0 Votes
    4 Posts
    1k Views
    edmaul69E

    @vretro your welcome.

  • Bluetooth Freezing?

    2
    0 Votes
    2 Posts
    1k Views
    BuZzB

    @NYIslanders91 Please do not post a support request without first reading and following the advice in https://retropie.org.uk/forum/topic/3/read-this-first

  • Linapple(AppleII) Won't Appear In Emulator Menu

    10
    0 Votes
    10 Posts
    4k Views
    edmaul69E

    @ccb9951 you should delete the config, uninstall linapple and reinstall from binary. You dont have to mess with any settings in the config other than the controller (and whether you are using a mockingbird or a mouse. You can set color too If you want to change it but you can change that with f-keys. But you dont need to change any disk drive settings. That will work right out of the box.

  • PSX cutoff, multi disc loading, and controller issues

    3
    0 Votes
    3 Posts
    994 Views
    A

    @BuZz Sorry, is that better?

  • Dreamcast emulation speed too fast

    2
    0 Votes
    2 Posts
    1k Views
    BuZzB

    @vretro Please do not post a support request without first reading and following the advice in https://retropie.org.uk/forum/topic/3/read-this-first

  • Multiple controller panel setups?

    1
    0 Votes
    1 Posts
    626 Views
    No one has replied
  • Post-update, I need to add login credentials?

    7
    0 Votes
    7 Posts
    3k Views
    I

    The way I did it, choosing the desktop with autologin has worked so far. But now I know how to retrace my steps. Invariably, I post these an entire house away from where I'm working on the pi, so I never have the various screens right there next to me and I panic. Visual/experience learner over here :-D. Thanks again for your help. I actually posted a follow-up on the reddit thread of mine as well.

  • Help on a simple question

    5
    0 Votes
    5 Posts
    1k Views
    BuZzB

    @zequico Please use a topic that summarises the problem when posting.

  • Retropie is a terrible idea

    12
    -1 Votes
    12 Posts
    3k Views
    mediamogulM

    If he gets banned from the Lakka forums it'll be a perfect trifecta.

  • Dualshock 4 not connecting on boot.

    28
    0 Votes
    28 Posts
    11k Views
    E

    When I have this in rc.local:
    /usr/local/bin/ds4drv --led 000008 &
    exit 0

    I get this error when booting into the CLI:
    [ OK ] Started Getty on tty1.
    [ OK ] Reached target Login Prompts.
    [ OK ] Started LSB: Start NTP daemon.
    [error][daemon] 'hcitool clock' returned error. Make sure your bluetooth device is powered up with 'hciconfig hciX up'.
    [ OK ] Started LSB: start Samba daemons for the AD DC.
    [ OK ] Started LSB: start Samba NetBIOS nameserver (nmbd).
    Starting LSB: start Samba SMB/CIFS daemon (smbd)...
    [ OK ] Started Configure Bluetooth Modems connected by UART.
    Starting Load/Save RF Kill Switch Status of rfkill1...
    Starting Bluetooth service...
    [ OK ] Started Load/Save RF Kill Switch Status of rfkill1.
    [ OK ] Started Bluetooth service.

    Try setting your Pi to boot into the CLI and see if you have the same error.

    It looks to me like something to do with BT isn't initializing in time for the rc.local entry. Does anyone know why this might be and how to rectify it?

    Thanks

  • 0 Votes
    1 Posts
    746 Views
    No one has replied
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    1 Views
    No one has replied
  • Menu sound effects other than <scrollsound>?

    2
    0 Votes
    2 Posts
    2k Views
    mattrixkM

    @KNGAlive: You can see the master THEMES.md from the original EmulationStation github repo here. The only 'sound' mentioned in this document is the <scrollsound> within the "textlist". Unless they've been added my another developer somewhere along the way (unlikely), then that is the only sound you can use. Sorry.

    On a related note, I'd like to see your theme when it's done. I always love to see new themes. If you need a hand with anything else theme related, there is a Tutorial on the wiki.

    Also, welcome to the Forum :D

  • Is it possible to get the Quake soundtrack working?

    7
    0 Votes
    7 Posts
    6k Views
    X

    @sonicsheppard
    Thanks man :) Although, i'm not really a huge fan of the Roland Sound Canvas (especially the guitar sound). Anyways, i'll have a look at the PSX music. Although not 'authentic', it sounds more like 'real' music :)

    On a sidenote, the SC55 pack features a track called 'bye bye american pie', and i can't help to think how much it sounds like a very well known Alice in Chains classic:

  • Connect Galaxy Tab S2 Cover Keyboard with bluetooth

    1
    0 Votes
    1 Posts
    961 Views
    No one has replied

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.