• Rotate ES without config change and reboot?

    2
    0 Votes
    2 Posts
    339 Views
    J

    I solved my own problem! I modified the EmulationStation startup script to toggle back and forth between horizontal and vertical mode on a restart. So, now I can rotate my monitor, restart EmulationStation, and my menus match the orientation. Here is the updated file:

    /opt/retropie/supplementary/emulationstation/emulationstation.sh

    #!/bin/sh esdir="$(dirname $0)" while true; do rm -f /tmp/es-restart /tmp/es-sysrestart /tmp/es-shutdown "$esdir/emulationstation" "$@" $rotate ret=$? if [ -f /tmp/es-restart ]; then if [ -z "$rotate" ] then rotate=”--screenrotate 1” else rotate=”” fi continue fi if [ -f /tmp/es-sysrestart ]; then rm -f /tmp/es-sysrestart sudo reboot break fi if [ -f /tmp/es-shutdown ]; then rm -f /tmp/es-shutdown sudo poweroff break fi break done exit $ret
  • Issues with save files

    5
    0 Votes
    5 Posts
    728 Views
    F

    I am using the my old boy GBC emulator.

  • Retroarch abnormal menu

    5
    0 Votes
    5 Posts
    462 Views
    M

    change retroarch language!!

    find /opt/retropie/configs/all/retroarch.cfg

    and added text anyline

    user_language = "0"

  • Atomiswave roms don't launch

    4
    0 Votes
    4 Posts
    2k Views
    Y

    I've found what I was looking for. It works great ! Here is a list of atomiswave shortnames :

    atomiswave_shortnames.jpg

  • drastic emulator appears but doesn't download

    6
    0 Votes
    6 Posts
    2k Views
    D

    @mitu it worked thank you so much , you can delete this post now , thanks again best support ever ^_^

  • 0 Votes
    25 Posts
    6k Views
    W

    ok it's mean more logic, but i saw openbor-6xxx-4rpi3.sh in scriptmodules. So I would launch it ( like a stupid noob who I am ^^ ).

    Capture.JPG

  • 0 Votes
    8 Posts
    7k Views
    R

    @JRX88 @mitu Thank you both! Been looking this for a while.

  • Big mess after changing tv - resultion changed

    3
    0 Votes
    3 Posts
    394 Views
    mituM

    My guess this happens because you specifically set the resolution somewhere - either in /boot/config.txt, or in each individual RetroArch core.
    EmulationStation and emulators (including RetroArch) should pick up the current resolution and run in fullscreen, without the need to set the resolution.

  • Help! Configuring N64 USB controller for RetroPi

    3
    0 Votes
    3 Posts
    488 Views
    DavidDraperD

    For other folks looking for answers about this, see the following forum:

    https://retropie.org.uk/forum/topic/27007/button-mapping-for-a-real-n64-controller?_=1594477474831

  • Grouping rom revisions and regions?

    7
    0 Votes
    7 Posts
    2k Views
    ClydeC

    My pleasure. See the AM Wiki for example filters.

    If you go this path in the end, maybe you could share your steps to a working AM/Retropie setup in a little How-To? 🙂

  • Linux Joystick Mapper help : Solved

    2
    0 Votes
    2 Posts
    734 Views
    S

    managed to resolve myself.
    Apparently these are just warning messages and are only preventing successful compilation because of the -Werror flag in the makefile. Removed that flag and it now compiles successfully

  • DOSBox games with Thrustmaster USB

    11
    0 Votes
    11 Posts
    2k Views
    S

    @quicksilver Thanks, yeah, I tried all the joysticktype settings including 2axis, which is supposed to allow two controllers. Didn't help.

    However, this morning I tried renaming the default dosbox-SVN.conf in retropie/configs/pc. I then ran DOSBox again from +Start DOCBox.sh and the screen looked different and the keyboard started generating invalid characters. I quit out and DOSBOX had recreated a new dosbox-SVN.conf. I renamed that one and reinstated the original one then ran it again. All of a sudden the Thrustmaster is recognised ! No idea what has changed. I guess forcing it to recreate a dosbox-SVN.conf must have also caused it to update some other setting file.

    Anyway, I'm happy it's working now. Thanks quicksilver for your suggestions.

  • ES menu freeze

    24
    0 Votes
    24 Posts
    5k Views
    D

    That's hilarious. I just removed the xboxdrv driver as well as the xpad driver. Both pads working, recognized as XBox 360 controllers. Configured in the menu. Back to the issue where the 8BitDo controller works great, and everything but the D-Pad seems to work on the generic SNES controller.

  • Quitting to terminal prompts for password

    4
    0 Votes
    4 Posts
    918 Views
    mituM

    @Ric Please don't re-open 4 years old topics - you should have opened a new topic.

  • Can you move through a game menu with a mouse?

    4
    0 Votes
    4 Posts
    272 Views
    IanDaemonI

    Ah, so you're thinking of capturing the mouse up/down movements and sending them to ES as joystick movements. ES wouldn't know the difference. Not bad. My set-up isn't wired to pull this off, but it's definitely an idea.

    I currently use my trackball as a mouse in PIXEL. It'd be nice to scroll through ES with my trackball, but alas support is not included.

  • Streaming to Twitch issues

    3
    0 Votes
    3 Posts
    637 Views
    B

    Hi @Awesomegamer656. I've been streaming to Twitch directly from my Pi, going directly from the emulator like you have. It has worked for NES, SMS, Genesis/Megadrive and MAME and FBA, but for some reason it doesn't work with PCEngine. I haven't personally tried NXEngine (not even sure what that is, honestly) but there is another way, which is what I did to stream PCEngine.

    Start up a game as normal, without the Twitch streaming custom emulator and hit Select + X to get into Retroarch. Go to the Quick menu and Settings and Recording and you can enter the Twitch link with stream key there. Then go back to main menu and you should see Start Streaming, and then it should be on your Twitch.

  • 0 Votes
    9 Posts
    1k Views
    B

    Perfect, thanks for the help mitu & BuZz 😁

  • 0 Votes
    3 Posts
    1k Views
    O

    @mitu Thank you, I got it setup now! Cheers:)

  • Delete profile

    4
    0 Votes
    4 Posts
    522 Views
    BuZzB

    @sirhenrythe5th haha! Yeah - it's in-between the switch off the website button and the ban all the entitled users button.

    In a world where such buttons exist.. aah.. a world where I am at peace.

  • Parasite Eve II Freezing At Main Menu

    26
    0 Votes
    26 Posts
    16k Views
    mituM

    @zenamistress Please mind the language, we're trying to keep this forum an all ages place. Also, don't resurrect old posts - this is 3 years old post, a lot of things changed since then.

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.