RetroPie forum home
    • Recent
    • Tags
    • Popular
    • Home
    • Docs
    • Register
    • Login
    1. Home
    2. Tags
    3. retroarch
    Log in to post
    • All categories
    • J

      Joystick and keyboard on one Retroarch remap

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support retroarch
      2
      0 Votes
      2 Posts
      738 Views
      J

      Hi All

      Thought I'd put on an update to say that I've solved my own issue.

      I changed the config to include a 3rd player. In the config that player shares certain keys with P1 & P2 (start, coin etc...). I can then set the first 2 players up with CD32 controllers and the 3rd player as a keyboard. As the keys are shared, I can set a mixture of controller buttons and keyboard keys to the same physical buttons.

      So Far it's working really well.

    • W

      Infoscreen for game control

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support retroarch mame 2003 arcade console
      3
      0 Votes
      3 Posts
      509 Views
      W

      @mitu Many thanks for the quick feedback!

      I have followed the advice on the network interface and the use of triggerhappy. I also looked into overlays in RetroArch and developed a solution. I would like to briefly explain this so that other users can also benefit from it.

      First, I configured RetroArch so that content-specific overrides are loaded (if available). For each game for which an infoscreen is to be displayed, I have defined two overlay-pictures in the override. The first image is always a blank image (blank.png) and the second image shows the controls (e.g. pacman.png).

      In the background, triggerhappy queries the keystroke of an unassigned button and then sends the following commands to RetroArch: OVERLAY_NEXT and PAUSE_TOGGLE. I had to program a small script to execute both commands simultaneously. Finally, I integrated the start of triggerhappy as a daemon into the boot process. Works great! :-)

      If anyone has any questions or needs help, I will be happy to provide further information.

    • C

      RP5 can't reinstall RetroArch

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support retroarch raspberry pi 5
      10
      0 Votes
      10 Posts
      2k Views
      C

      @windg Hi again.

      I took your advice and uninstalled RetroPie completely, then reinstalled everything again.

      Everything works as intended, and now I can also play N64 games (mupen64plus-next wouldn't load previously).

      Thanks for helping.

    • M

      Crazy Climber Correct Configuration for Retroach MAME Core

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support crazy climber mame retroarch configuration detailed guide
      2
      0 Votes
      2 Posts
      639 Views
      S

      @Muckypaws I think you can do this with core input remapping.

      For quick menu > controls > port 2 controls, you want to set the joystick directions to their right stick counterparts, and then set mapped port to port 1. Now the player 2 joystick should behave as player 1 right-stick. Save this as a game remap file and you should be all set.

      https://retropie.org.uk/docs/RetroArch-Configuration/#core-input-remapping

    • W

      Can’t get shader/ shader presets that I have uploaded to pi to show in UI

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support retroarch shaders-on retropie 4.8.4 glslp slang
      12
      0 Votes
      12 Posts
      2k Views
      mituM

      Just to make sure I understand, you said that the scalefx would likely not working even if they are from the repo you linked me to, correct?

      Indeed.

    • W

      Guidance on Scalefx shader- how to find/ add to shaders list in retroarch

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support shaders retropie 4.8 retroarch megadrive libretrocore
      2
      0 Votes
      2 Posts
      2k Views
      W

      This has been taken care of.

      Download the below as zip:

      https://github.com/pinkeen/libretro-common-shaders-glsl

      extract to pc.

      Move wanted shaders to:

      [/opt/retropie/emulators/retroarch/shaders/whateverfolder/whatevershader.extension]

    • B

      USB controllers/keyboard no longer work in games, only ES

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support controllers retroarch
      5
      0 Votes
      5 Posts
      2k Views
      mituM

      @billydent said in USB controllers/keyboard no longer work in games, only ES:

      I didn't have to go through reinstalling Retroarch -- I deleted retroarch.cfg and rebooted and everything worked again!

      As I said earlier, re-installing will add the default RetroPie configuration, which you'll need. Just removing the file and running RetroArch will generate the default RetroArch config, which is not always suited for a Pi. YMMV.

    • T

      about setting up Retroarch translation program for Japanese games.

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support retroarch ztranslate sharp x68000 quasi88
      2
      0 Votes
      2 Posts
      609 Views
      mituM

      I'm not sure where the translation options are shown in the menu, if you want to enable from the configuration file I think only 2 options are really needed to start:

      ai_service_enable = "true" input_ai_service = "<key>"

      where <key> should be replaced by the keyboard key that will trigger the translation service. If you're using a gamepad, then input_ai_service becomes input_ai_service_btn and the value should be the code for the input button you want to use (i.e. input_ai_service_btn = "11") - you can find out the values for each button by looking at your gamepad configuration in /opt/retropie/configs/all/retroarch-joypads/<gamepad_name>.cfg.

      See also https://retropie.org.uk/forum/topic/28461/translate-games-on-the-fly/8

    • M

      Retroarch got confused after manually setting the input

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support retroarch
      3
      0 Votes
      3 Posts
      602 Views
      retropieuser555R

      @Manukan depends how your controller is mapped in Emulationstation maybe? If you've got the d pad and analog controls mixed up there? It'll mix them up in Retroarch.

      Anyway glad you got it working, very few n64 games use dpad anyway so just map it to analog stick

    • S

      Controls stop working when P2 configured

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support controlblock pi3 retroarch
      2
      0 Votes
      2 Posts
      292 Views
      S

      @StuMcBill I’ve managed to get it working somehow! No idea how.

    • O

      Can't change emulator

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support retroarch default emulato
      9
      0 Votes
      9 Posts
      2k Views
      mituM

      @oskeeeddie said in Can't change emulator:

      This is what shows up.

      That's after the RetroArch has started up and - as I said - you can disable the notification by modifying the configuration file.

    • A

      MAME Xbox controller Home button support

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support mame fba retroarch xbox controller
      2
      0 Votes
      2 Posts
      592 Views
      mituM

      If the button is recognized by EmulationStation, then it should work in any Libretro cores - I think you're confusing the 'home key' (keyboard) with 'home button' (joypad).
      Please add more info about your setup, as detailed in https://retropie.org.uk/forum/topic/3/read-this-first - including the exact controller type and model you're using.

    • RenetroxR

      help: I ​​can't install retropie on orangepi 3b

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support orangepi 3b retroarch install
      17
      0 Votes
      17 Posts
      3k Views
      RenetroxR

      @spannernick1 Dude, retropie works without doing all that... only install with the script for debian and derivatives

    • BenMcLeanB

      Thoughts on how controllers work in RetroPie

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support controller retroarch mapping
      2
      0 Votes
      2 Posts
      419 Views
      BenMcLeanB

      Right now, the documentation here https://retropie.org.uk/docs/8Bitdo-Controller/ gives advice which seems kind of wrong.
      First of all, you shouldn't be using Bluetooth at all. It has too much input lag for gaming. Maybe if all you want to play is visual novels or watch movies with Kodi then Bluetooth is fine but for anything video game related that has actual game in it which isn't just a video, you shouldn't be using Bluetooth at all AFAIK. Too much input lag. Use a wire.
      Second, it suggests that you can go in and edit the RetroArch controller configuration files. Well, maybe. Until the next time you plug a controller in and then RetroPie's EmulationStation will overwrite those files with whatever it thinks your controller mapping should be, completely undoing all your hard work.
      There's got to be a better way to handle this whole aspect of RetroPie from a design perspective.

    • R

      Retroarch Core Lock

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support retroarch core lock
      3
      0 Votes
      3 Posts
      564 Views
      B

      @raspretro314 this feature is meant for retroarch's online updater, which is not what is used when updating cores on retropie.

    • H

      Unable to set UIO Trackball as default control for trackball games

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support trackballs retroarch save config
      3
      0 Votes
      3 Posts
      308 Views
      H

      Updated ...all/retroarch.cfg to reflect:

      input_player1_mouse_index = "3" input_player2_mouse_index = "3"

      ...and BOOM! It worked.

    • M

      Is it possible ES to log in real time which game it opens.

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support logging retroarch emulation station
      2
      0 Votes
      2 Posts
      346 Views
      M

      Please delete this topic when you can and sorry for the spam here. It seems that I overlooked the beginning of the log for whatever reason. I have all information I need with the default verbose logging.

      Sorry again.

    • J

      Can you play paddle games on lr-stella with an arcade joystick?

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support stella atari 2600 configs controls retroarch
      2
      0 Votes
      2 Posts
      415 Views
      J

      I'm guessing this is a "No", then?

    • 2Play2

      Dolphin & RetroArch Compile fails - RockPro64 Armbian Ubuntu 20.04.6 LTS - RetroPie Setup 4.8.5

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support dolphin failed compile rockpro64 4.8.5 retroarch
      34
      0 Votes
      34 Posts
      3k Views
      2Play2

      Or maybe can have an exemption condition to the retropie gamelist.xml
      @Lolonois

    • AddisonA

      Best method to save scum?

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support retroarch save file
      4
      0 Votes
      4 Posts
      719 Views
      windgW

      @Addison Scummvm have a cloud option to upload the saves automaticaly but i haven't test it yet. You will find this if you open Scummvm gui : Global Options >> Cloud.