• Ayuda por favor. No sonido

    7
    0 Votes
    7 Posts
    2k Views
    K

    @salem_666
    Hi.
    It is very strange your problems with the language .

    Do you selected output jack audio in RetroPie menu section audio?
    If the answer is yes, this type of output is very low sound.
    Maybe the best solution is acquire an ampli. This cost is about 5€.

    Native Spain:
    Has seleccionado jack para la salida de audio desde menú retropie, sección audio?
    Si la respuesta es si, tienes que conocer que la salida de sonido que saca es baja, intenta subirlo desde el menú de RetroPie (start) y desde los ajustes de retroarch.
    Tal vez la mejor solución es comprar un amplificador. Este cuesta sobre 5€
    Sí tú usas Telegram puede encontrar grupos de españoles interesantes como @RaspberryPiEmuladores
    t.me/RaspberryPiEmuladores
    E incluso de Bartop.

    Espero que el enlace no moleste a la administración, no es mi intención.
    I hope the link does not bother to the administration, it's not my intention

  • 0 Votes
    2 Posts
    499 Views
    mituM

    This is not implemented, you either update all installed or individually.

  • 0 Votes
    18 Posts
    5k Views
    M

    @steptoe Precisely!

    I have been setting up my Pi2 for almost a year now and it's been quite a bumpy but rewarding ride. Bumpy because I'm not remotely tech-savy and know diddly-squat about Linux, but rewarding for the experience in itself: building the romsets, configuring emulators, choosing ES themes and now scraping roms... seeing it all come together as something that I could only dream of as a teenager is truly heartwarming.

    Very soon it will be finally ready to simply plug and play! :)

  • Usb Joystick diagonals not working properly

    8
    0 Votes
    8 Posts
    2k Views
    C

    Thank you all for the help :)

  • Doom Master Levels Help

    7
    0 Votes
    7 Posts
    2k Views
    edmaul69E

    I use zdoom for all doom stuff. There is a wad that has a list that lets you choose which master levels wad you want to load. You just have to have all the wads in the same folder. Might work for lr-prboom too. Not sure.

  • RetroPie and lr-dolphin (Gamecube)

    3
    0 Votes
    3 Posts
    4k Views
    R

    @grant2258 Thank you for the response! I certainly can use the standalone version, which I will probably end up doing. I want to eventually (possibly) replace my Raspberry Pi with a small laptop that runs RetroPie, since I have access to better hardware. So I was hoping to setup a system I can connect to the TV and use the interface entirely with the controller.

    I'll just have to make due for now, and choose a solution that suits me best.

  • 0 Votes
    7 Posts
    3k Views
    mituM

    @daveybones Update the RetroPie script and then re-install the xpad driver, it should work now.

  • 0 Votes
    1 Posts
    495 Views
    No one has replied
  • Want to play media off thumb drive

    4
    0 Votes
    4 Posts
    342 Views
    lostlessL

    @flashything yes, you select kodi in emulation station, plug in a USB stick and stream movies from it.

  • libsdl2 binary not found

    2
    0 Votes
    2 Posts
    429 Views
    mituM

    @spartan Seems like your system is not supported or detected properly by the RetroPie setup script. Please fill out the information asked in https://retropie.org.uk/forum/topic/3/read-this-first.

  • Secret of Mana 2 - Very strange blurry to sharp problem

    6
    0 Votes
    6 Posts
    2k Views
    dankcushionsD

    @thelostsoul said in Secret of Mana 2 - Very strange blurry to sharp problem:

    Is there a list for such games?

    just google for interlaced games for the console in question. eg http://nerdlypleasures.blogspot.com/2017/10/the-rise-of-interlacing-in-video-game.html

    following that link, i should correct myself in saying that SOM may use a higher horizontal resolution, rather than an interlaced mode. still, the effect is the same; your shader is doing some sort of per-pixel shadow mask, but the game changes the amount of horizontal pixels, so it's going to look different in those scenes.

    And whats the best way to do exceptions and set different shader for single games?

    per game overrides.

  • 0 Votes
    21 Posts
    4k Views
    E

    Is that the solution for me?

  • 0 Votes
    7 Posts
    10k Views
    thelostsoulT

    @mitu I think that is in the end my only option, if I want a single Arcade menu option. I really wanted avoid this.

  • banding around game screen (wanted)

    10
    0 Votes
    10 Posts
    886 Views
    B

    @dankcushions That is the sollution! Thanks!!
    @all thanks for the help!!

  • 0 Votes
    9 Posts
    6k Views
    caver01C

    @andrewh I know it is not what you asked for, but I saw a thread some time ago where someone used Attract Mode, as there is apparently a decent vertical theme.

  • 0 Votes
    5 Posts
    806 Views
    carlhungus74C

    ok I have put the .sh in the retropie menu folder. Seems to work...
    Sorry for the totally noob question. :)

    thanks

  • Yet another Reicast Input Issue

    4
    0 Votes
    4 Posts
    962 Views
    V

    @caelthunderwing I'm using 'Reicast' on PC. Removed Reicast then updated the retropiesetup script, came from 4.2 to 4.4.1 Then I installed Reicast and updated from source, not sure that was necessary...

  • Changing Xbox driver based off game

    7
    0 Votes
    7 Posts
    1k Views
    S

    @aditkrator said in Changing Xbox driver based off game:

    Parsec for Raspberry Pi

    I hadn't heard of Parsec, but it looks like something similar to Moonlight, which I use (or did use, but ever since I updated to RetroPie 4.4 I can't seem to get it to work). I have quite a few individual bash scripts that invoke xboxdrv and then start moonlight and then individual games, so it can be done:

    sudo /opt/retropie/supplementary/xboxdrv/bin/xboxdrv > /dev/null 2>&1 \ --silent \ --detach-kernel-driver \ --deadzone=4000 \ --deadzone-trigger 15% \ --force-feedback \ --mimic-xpad \ --trigger-as-button \ --ui-buttonmap lb=void,rb=void,tl=void,tr=void,guide=void,lt=void,rt=void \ --evdev /dev/input/by-path/platform-3f980000.usb-usb-0:1.3.2:1.0-event-joystick \ --device-name "Player_1" \ --evdev-absmap ABS_X=x1,ABS_Y=y1 \ --evdev-keymap BTN_THUMB=a,BTN_TOP=b,BTN_PINKIE=x,BTN_TRIGGER=y,BTN_THUMB2=back,BTN_TOP2=start \ --ui-axismap X1=KEY_DOWN:KEY_UP,Y1=KEY_RIGHT:KEY_LEFT \ --ui-buttonmap a=KEY_Z,b=KEY_E,x=KEY_X,y=KEY_Q,back=KEY_SPACE,start=KEY_ENTER \ --ui-buttonmap back+start=cycle-key:KEY_ESC:KEY_LEFTCTRL+KEY_LEFTSHIFT+KEY_LEFTALT+KEY_Q \ & sudo /opt/retropie/supplementary/xboxdrv/bin/xboxdrv > /dev/null 2>&1 \ --silent \ --detach-kernel-driver \ --deadzone=4000 \ --deadzone-trigger 15% \ --force-feedback \ --mimic-xpad \ --trigger-as-button \ --ui-buttonmap rb=void,tl=void,tr=void,guide=void,lt=void,rt=void \ --evdev /dev/input/by-path/platform-3f980000.usb-usb-0:1.3.4:1.0-event-joystick \ --device-name "Player_2" \ --evdev-absmap ABS_X=x1,ABS_Y=y1 \ --evdev-keymap BTN_THUMB=a,BTN_TOP=b,BTN_PINKIE=x,BTN_TRIGGER=y,BTN_BASE=lb,BTN_THUMB2=back,BTN_TOP2=start \ --ui-axismap X1=KEY_F:KEY_R,Y1=KEY_G:KEY_D \ --ui-buttonmap a=KEY_S,b=KEY_P,x=KEY_A,y=KEY_W,back=KEY_J,start=KEY_H \ --ui-buttonmap back+start=cycle-key:KEY_ESC:KEY_LEFTCTRL+KEY_LEFTSHIFT+KEY_LEFTALT+KEY_Q \ & sudo /opt/retropie/emulators/moonlight/moonlight stream -bitrate 5000 -audio local -720 -fps 30 192.168.0.5 -app "UnderDefeat" moonlight quit 192.168.0.5 sudo killall > /dev/null 2>&1 xboxdrv

    The above script invokes xboxdrv, maps out 2 of my joysticks as against keyboard inputs and then starts moonlight and, ultimately, the game Under Defeat via an emulator on my Windows 7 based PC.

  • 0 Votes
    13 Posts
    2k Views
    Y

    @macsgv Thanks, but any chance you could do a quick writeup?
    I hate "watching" tutorials on principle - plus it's in Spanish and does not seem to refer to lr-hatari anyway.

  • Pi 3b controller stopped working

    5
    0 Votes
    5 Posts
    425 Views
    P

    @BobHarris
    Ok I quess I’ll have to wipe the SD card and download the software. Thank you .

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.