• Help keys problems

    2
    0 Votes
    2 Posts
    45 Views
    mituM

    Turn 'Game focus' on in RetroArch by pressing Scroll Lock, this way RetroArch will not interpret the keys as gamepad actions/hotkeys. To exit the game, you'll need to press again Scroll Lock to activate RetroArch's keys back (so Esc would exit).

  • Buttons not registering even though override mapping applying

    Moved
    3
    0 Votes
    3 Posts
    352 Views
    H

    Which files were conflicting? I'm having a similar problems, but with n64 instead.

  • 0 Votes
    2 Posts
    1k Views
    N

    Currently a bug in the bluez package. Workaround fixing the issue can be found here.

  • Update of Retropie script failed

    12
    0 Votes
    12 Posts
    10k Views
    L

    @mitu thx for this, work perfect

  • xboxdrv with lr-x1

    2
    0 Votes
    2 Posts
    418 Views
    P

    could somebody help me with this example runcommand-onstart.sh script from the xboxdrv guide for retropie?

    for the following example script, i want to try using xboxdrv just for a certain rom, and if that rom doesn't match i don't want to launch/use xboxdrv. ex. in the fba) section below, what if i wanted to use xboxdrv if there is a match for one of the $rom cases, but do nothing if not? would i just delete these lines?:

    $xboxkill joycommand="$basicPS3 &" eval $joycommand ;; #!/bin/sh ## Uncomment one or all of the following if you need to find some information about the emulator or roms ## Name of the emulator #echo $1 >> /dev/shm/runcommand.log ## Name of the software used for running the emulation #echo $2 >> /dev/shm/runcommand.log ## Name of the rom #echo $3 >> /dev/shm/runcommand.log ##Executed command line #echo $4 >> /dev/shm/runcommand.log ### The FUN begins #Get ROM name striping full path rom="${3##*/}" ### Try to automatically find the correct event[•] of the connected controllers controller1=`cat /proc/bus/input/devices | egrep -i "js*" | sort | grep -o 'event[0-9]' | sed -n -e '1{p;q}'` controller2=`cat /proc/bus/input/devices | egrep -i "js*" | sort | grep -o 'event[0-9]' | sed -n -e '2{p;q}'` controller3=`cat /proc/bus/input/devices | egrep -i "js*" | sort | grep -o 'event[0-9]' | sed -n -e '3{p;q}'` controller4=`cat /proc/bus/input/devices | egrep -i "js*" | sort | grep -o 'event[0-9]' | sed -n -e '4{p;q}'` ### Set variables for your joypad and emulator ### Basic Configuraions - Standard controller mappings basicPS3="sudo /opt/retropie/supplementary/xboxdrv/bin/xboxdrv >/dev/null \ --evdev /dev/input/$controller1 \ --silent \ --detach-kernel-driver \ --force-feedback \ --mimic-xpad \ --dpad-as-button \ --trigger-as-button \ --evdev-absmap ABS_X=x1,ABS_Y=y1,ABS_Z=x2,ABS_RX=y2 \ --evdev-keymap KEY_#302=a,KEY_#301=b,BTN_DEAD=x,KEY_#300=y,BTN_THUMB=tl,BTN_THUMB2=tr,BTN_BASE5=lb,BTN_BASE6=rb,BTN_BASE3=lt,BTN_BASE4=rt,BTN_TRIGGER=back,BTN_TOP=start,BTN_SOUTH=guide,BTN_TOP2=du,BTN_PINKIE=dr,BTN_BASE=dd,BTN_BASE2=dl --calibration x1=-32767:0:32767,y1=-32767:0:32767,x2=-32767:0:32767,y2=-32767:0:32767" ### Extended Configurations ### Specific emulator configuration or any other parameters you will need only for some emulators scummVM="--axismap -Y1=Y1,-Y2=Y2 \ --ui-axismap x1=REL_X:10,y1=REL_Y:10 \ --ui-buttonmap a=BTN_LEFT,b=BTN_RIGHT,start=KEY_F5,back=KEY_ESC \ --ui-buttonmap guide=void,x=void,y=void,lb=void,rb=void,tl=void,tr=void,lt=void,rt=void,back=void \ --ui-axismap x2=void" amiga="--axismap -Y1=Y1,-Y2=Y2 \ --ui-axismap x2=REL_X:1,y2=REL_Y:1 \ --ui-axismap x1=KEY_LEFT:KEY_RIGHT,y1=KEY_DOWN:KEY_UP \ --ui-buttonmap du=KEY_UP,dd=KEY_DOWN,dl=KEY_LEFT,dr=KEY_RIGHT \ --ui-buttonmap lt=BTN_LEFT,rt=BTN_RIGHT,start=KEY_ESC,back=KEY_LEFTCTRL,y=KEY_SPACE,a=KEY_LEFTCTRL,b=KEY_LEFTALT,x=KEY_LEFTSHIFT \ --ui-buttonmap guide=void,tl=void,lt=void,rt=void,back=void \ --ui-axismap x2=void" fourway="--four-way-restrictor" invert="--ui-buttonmap du=KEY_DOWN,dd=KEY_UP" ### Kill Command xboxkill="sudo killall >>/dev/shm/runcommand.log xboxdrv" ### Execute the driver with the configuration you need # $1 is the name of the emulation, not the name of the software used # it is intellivision not jzintv case $1 in mame-libretro) ;; fba) case $rom in "amidar.zip"|"atetris.zip"|"puckman.zip") # Configuration used only for these ROMs $xboxkill joycommand="$basicPS3 $fourway &" eval $joycommand ;; *) # Configuration for every other ROMs on this emulator $xboxkill joycommand="$basicPS3 &" eval $joycommand ;; esac ;; daphne) ;; scummvm) $xboxkill joycommand="$basicPS3 $scummVM &" eval $joycommand ;; amiga) $xboxkill joycommand="$basicPS3 $amiga &" eval $joycommand ;; intellivision) ;; esac
  • Dosbox Help Question ? ISO vs IMG

    6
    0 Votes
    6 Posts
    668 Views
    E

    IMG_6522.PNG

    IMG_6523.PNG

    IMG_6524.PNG

    IMG_6525.PNG

    IMG_6526.PNG

    IMG_6527.PNG

    IMG_6528.PNG

    IMG_6529.PNG

  • Is there anyway to play PV-1000 games?

    1
    0 Votes
    1 Posts
    199 Views
    No one has replied
  • Unable to access Retropie setup from terminal

    14
    0 Votes
    14 Posts
    8k Views
    saccublendaS

    @BuZz Good to know, thanks.

  • HDMI to Samsung 4k TV Issue

    4
    0 Votes
    4 Posts
    2k Views
    S

    @mitu Thanks, that appears to have worked! Now the fun of getting SM64 to run smoothly.

    Thanks!

  • Pi4 Attract Mode display menu for themes?

    5
    0 Votes
    5 Posts
    983 Views
    C

    Thanks.

    If there's anything you can just point me to that I can try to look at for a fix, I'd appreciate it.

  • Unable to boot after backing up sd-card

    3
    0 Votes
    3 Posts
    471 Views
    E

    Thanks for your reply. I´ll give it a whirl :)

  • Mario 64 missing shadow/Depth buffer problem

    2
    0 Votes
    2 Posts
    362 Views
    JustNiko02J

    nevermind, i think i fixed it by removing a custom video mode from the menu that appears whe you press A at launching

  • 0 Votes
    1 Posts
    287 Views
    No one has replied
  • Where Do I Install MAME 2010?

    2
  • How to play Atari St roms? I get an error

    3
    0 Votes
    3 Posts
    1k Views
    ?

    I have already downloaded several Tos files for Atari ST I still can't get the script to work if it is installed, what can I do?

  • n64 lr-Mupen64plus-next hi-resolution texture

    6
    0 Votes
    6 Posts
    2k Views
    shavecatS

    @DavidDraper
    put the hi resolution texture
    in the bios mupen64plus cache folder.
    htc files

  • 0 Votes
    2 Posts
    338 Views
    mituM

    I don't think stty would help here, but try adding quiet to the cmdline.txt line, this should suppress the boot messages. See more options at https://retropie.org.uk/docs/FAQ/#how-do-i-hide-the-boot-text.

  • The libretto files have been hacked

    2
    0 Votes
    2 Posts
    295 Views
    sirhenrythe5thS

    this seems to be concerned to this thread,
    have a look at the last posting: https://retropie.org.uk/forum/topic/27507/libretro-cores-wiped-out-restored

  • Pi4 stopped booting from USB

    7
    0 Votes
    7 Posts
    2k Views
    mituM

    The EEPROM is outside the OS, so changing the OS wouldn't have helped.
    As I said, you'll need to use the stable version to get USB-MSD boot working, by default rpi-eeprom-update will use the critical update version - as you found out in your latest update.

  • Retropie - No space left on device

    5
    0 Votes
    5 Posts
    4k Views
    U

    ok i reinstalled it.

    everything is working so far now.

    thank you very much for your time and your help.

    best regards =)

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.