• Recent
  • Tags
  • Popular
  • Home
  • Docs
  • Register
  • Login
RetroPie forum home
  • Recent
  • Tags
  • Popular
  • Home
  • Docs
  • Register
  • Login
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

ScummVM Controlller Issues

Scheduled Pinned Locked Moved Help and Support
scummvm
168 Posts 3 Posters 24.8k Views
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • E
    escc1986
    last edited by escc1986 2 Nov 2020, 16:40 11 Feb 2020, 16:39

    nes-controllers.png

    sorry should of sent this

    E 1 Reply Last reply 11 Feb 2020, 16:42 Reply Quote 0
    • E
      ExarKunIv @escc1986
      last edited by 11 Feb 2020, 16:42

      @escc1986

      it all good, lol

      --evdev-keymap KEY_#305=a,KEY_#304=b,KEY_#307=x,KEY_#308=y,KEY_#310=tl,KEY_#311=tr,KEY_#314=back,KEY_#315=start \
      

      this is your keymap for the controller.

      now with

      --ui-buttonmap a=BTN_LEFT,b=BTN_RIGHT,start=KEY_F5,back=KEY_ESC \
      

      you map what said buttons will do

      again im still messing with the dpad

      RPi3B+ / 200GB/ RetroPie v4.5.14, RPi4 Model B 4gb / 256gb / RetroPie 4.8.2
      RPi5 4gb / 512gb / RetroPie 4.8.9 -Basic
      Maintainer of RetroPie-Extra .

      1 Reply Last reply Reply Quote 0
      • E
        escc1986
        last edited by escc1986 2 Nov 2020, 16:46 11 Feb 2020, 16:46

        @ExarKunIv said in ScummVM Controlller Issues:

        #!/bin/sh

        Thank you ... as of right now .. it should look like this right ?

        #!/bin/sh

        if [ "$1" = "scummvm" ]
        then
        sudo killall >> /dev/shm/runcommand.log 2>&1 xboxdrv
        sudo /opt/retropie/supplementary/xboxdrv/bin/xboxdrv >> /dev/shm/runcommand.log 2>&1
        --evdev /dev/input/event0
        --silent
        --detach-kernel-driver
        --force-feedback
        --deadzone-trigger 15%
        --deadzone 4000
        --mimic-xpad
        --evdev-absmap ABS_HAT0X=dpad_x,ABS_HAT0Y=dpad_y
        --evdev-keymap BTN_SOUTH=a,BTN_EAST=b,BTN_[•]=x,BTN_[•]=y,BTN_[•]=lb,BTN_[•]=rb,BTN_TL2=back,BTN_TR2=start
        --dpad-only
        --ui-axismap lt=void,rt=void
        --ui-buttonmap a=BTN_LEFT,b=BTN_RIGHT,start=KEY_F5,back=KEY_ESC
        &
        f1

        1 Reply Last reply Reply Quote 0
        • E
          escc1986
          last edited by escc1986 2 Nov 2020, 16:51 11 Feb 2020, 16:48

          i dont know why

          the

          /

          isnt coming after event0 /

          when i post the template

          it doesnt matter ... only matters when i really save it on the pi

          thanks for pointing that mistake out to me

          E 1 Reply Last reply 11 Feb 2020, 16:54 Reply Quote 0
          • E
            ExarKunIv @escc1986
            last edited by ExarKunIv 2 Nov 2020, 16:55 11 Feb 2020, 16:54

            @escc1986

            when you post something like that
            put ```
            before and after
            then it will come up with the colored box around it

            like this
            

            just to help

            RPi3B+ / 200GB/ RetroPie v4.5.14, RPi4 Model B 4gb / 256gb / RetroPie 4.8.2
            RPi5 4gb / 512gb / RetroPie 4.8.9 -Basic
            Maintainer of RetroPie-Extra .

            1 Reply Last reply Reply Quote 0
            • E
              escc1986
              last edited by escc1986 2 Nov 2020, 17:01 11 Feb 2020, 16:58

              @ExarKunIv said in ScummVM Controlller Issues:

              like this 
              
               ``` like this
              
              humm didnt work for me 
              
              '''
              
              i donkt know .. i guess it doesnt matter ... sorry for the bother
              
              ohhhhh got it !!!!
              
              
              '''
              E 1 Reply Last reply 11 Feb 2020, 17:02 Reply Quote 0
              • E
                ExarKunIv @escc1986
                last edited by 11 Feb 2020, 17:02

                @escc1986 nice

                RPi3B+ / 200GB/ RetroPie v4.5.14, RPi4 Model B 4gb / 256gb / RetroPie 4.8.2
                RPi5 4gb / 512gb / RetroPie 4.8.9 -Basic
                Maintainer of RetroPie-Extra .

                1 Reply Last reply Reply Quote 0
                • E
                  escc1986
                  last edited by escc1986 2 Nov 2020, 17:06 11 Feb 2020, 17:03

                  Thank you

                  so with that button modiyfed

                  it didnt seem to work

                  i pasted it

                  i rebooted

                  and its the same

                  the buttons

                  start doesn not work

                  select doesnt not work

                  B button works for left mouse click

                  A Does not work

                  with the new button lay out it didnt change anything ... i dont know .. werid

                  E 1 Reply Last reply 11 Feb 2020, 17:14 Reply Quote 0
                  • E
                    ExarKunIv @escc1986
                    last edited by 11 Feb 2020, 17:14

                    @escc1986

                    post what you pasted here how i showed you

                    RPi3B+ / 200GB/ RetroPie v4.5.14, RPi4 Model B 4gb / 256gb / RetroPie 4.8.2
                    RPi5 4gb / 512gb / RetroPie 4.8.9 -Basic
                    Maintainer of RetroPie-Extra .

                    1 Reply Last reply Reply Quote 0
                    • E
                      escc1986
                      last edited by escc1986 2 Nov 2020, 17:25 11 Feb 2020, 17:21

                      im trying , i cant .. keep saying its spam

                      E 2 Replies Last reply 11 Feb 2020, 17:22 Reply Quote 0
                      • E
                        ExarKunIv @escc1986
                        last edited by ExarKunIv 2 Nov 2020, 17:22 11 Feb 2020, 17:22

                        @escc1986

                        lol

                        hit enter after fi for what you just posted

                        RPi3B+ / 200GB/ RetroPie v4.5.14, RPi4 Model B 4gb / 256gb / RetroPie 4.8.2
                        RPi5 4gb / 512gb / RetroPie 4.8.9 -Basic
                        Maintainer of RetroPie-Extra .

                        1 Reply Last reply Reply Quote 0
                        • E
                          escc1986
                          last edited by escc1986 2 Nov 2020, 17:26 11 Feb 2020, 17:25

                          i cant seem to do it .. hummmm

                          #!/bin/sh
                          if [ "$1" = "scummvm" ]
                          then
                          sudo killall >> /dev/shm/runcommand.log 2>&1 xboxdrv
                          sudo /opt/retropie/supplementary/xboxdrv/bin/xboxdrv >> /dev/shm/runcommand.log 2>&1 \
                          --evdev /dev/input/event0 \
                          --silent
                          --detach-kernel-driver
                          --force-feedback
                          --deadzone-trigger 15%
                          --deadzone 4000
                          --mimic-xpad
                          --evdev-absmap ABS_HAT0X=dpad_x,ABS_HAT0Y=dpad_y
                          --evdev-keymap BTN_EAST=a,BTN_SOUTH=b,BTN_[•]=x,BTN_[•]=y,BTN_[•]=lb,BTN_[•]=rb,BTN_TL2=back,BTN_TR2=start
                          --dpad-only
                          --ui-axismap lt=void,rt=void
                          --ui-buttonmap a=BTN_LEFT,b=BTN_RIGHT,start=KEY_F5,back=KEY_ESC \
                          &
                          f1
                          E 1 Reply Last reply 11 Feb 2020, 17:26 Reply Quote 0
                          • E
                            ExarKunIv @escc1986
                            last edited by 11 Feb 2020, 17:26

                            @escc1986

                            my bad

                            use the key next to the 1

                            thats the key you want

                            RPi3B+ / 200GB/ RetroPie v4.5.14, RPi4 Model B 4gb / 256gb / RetroPie 4.8.2
                            RPi5 4gb / 512gb / RetroPie 4.8.9 -Basic
                            Maintainer of RetroPie-Extra .

                            1 Reply Last reply Reply Quote 0
                            • E
                              ExarKunIv @escc1986
                              last edited by 11 Feb 2020, 17:26

                              @escc1986 perfect

                              RPi3B+ / 200GB/ RetroPie v4.5.14, RPi4 Model B 4gb / 256gb / RetroPie 4.8.2
                              RPi5 4gb / 512gb / RetroPie 4.8.9 -Basic
                              Maintainer of RetroPie-Extra .

                              1 Reply Last reply Reply Quote 0
                              • E
                                escc1986
                                last edited by 11 Feb 2020, 17:28

                                how does it look ... did i do it right ?

                                E 1 Reply Last reply 11 Feb 2020, 17:29 Reply Quote 0
                                • E
                                  ExarKunIv @escc1986
                                  last edited by 11 Feb 2020, 17:29

                                  @escc1986

                                  its a start.
                                  now we need to get it to work.

                                  RPi3B+ / 200GB/ RetroPie v4.5.14, RPi4 Model B 4gb / 256gb / RetroPie 4.8.2
                                  RPi5 4gb / 512gb / RetroPie 4.8.9 -Basic
                                  Maintainer of RetroPie-Extra .

                                  1 Reply Last reply Reply Quote 0
                                  • E
                                    escc1986
                                    last edited by escc1986 2 Nov 2020, 17:33 11 Feb 2020, 17:30

                                    i dont know why the buttons are not correctly working

                                    i dont understand

                                    we didnt map the 2 top buttons l button and r button

                                    L = Space

                                    R = f5

                                    what is going on with this controller

                                    E 1 Reply Last reply 11 Feb 2020, 17:37 Reply Quote 0
                                    • E
                                      ExarKunIv @escc1986
                                      last edited by 11 Feb 2020, 17:37

                                      @escc1986

                                      the f5 you do. thats how you bring up the menu in scrumm to save and quit

                                      RPi3B+ / 200GB/ RetroPie v4.5.14, RPi4 Model B 4gb / 256gb / RetroPie 4.8.2
                                      RPi5 4gb / 512gb / RetroPie 4.8.9 -Basic
                                      Maintainer of RetroPie-Extra .

                                      1 Reply Last reply Reply Quote 0
                                      • E
                                        escc1986
                                        last edited by escc1986 2 Nov 2020, 17:50 11 Feb 2020, 17:44

                                        yeah the f5 button is very importyant , your right

                                        i just dont see how f5 is mapped to the

                                        R Button

                                        i didnt map

                                        R button

                                        or

                                        L button

                                        do you know why they are mapped .. and the other button are not mapped

                                        TL2 = SELECT

                                        TR2 = START

                                        on my controller under test menu (evtest /dev/input/event0)

                                        E 1 Reply Last reply 11 Feb 2020, 17:54 Reply Quote 0
                                        • E
                                          escc1986
                                          last edited by 11 Feb 2020, 17:51

                                          video of showing you

                                          https://dropmefiles.com/vTVGk

                                          1 Reply Last reply Reply Quote 0
                                          76 out of 168
                                          • First post
                                            76/168
                                            Last post

                                          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.

                                            This community forum collects and processes your personal information.
                                            consent.not_received