libretro / retroarch-joypad-autoconfig

RetroArch joypad autoconfig files
MIT License
287 stars 363 forks source link

Trooper 2 Lakka Support #828

Open stevebgriffith opened 2 years ago

stevebgriffith commented 2 years ago

No auto config for Trooper 2 controller. Lakka correctly identifies it but does not configure it. Is there a cfg for the Trooper 2 Atari style controller?

RobLoach commented 2 years ago

Configure it through the menu, export the configs, upload here and we can have it autoconfig. More deets over at https://www.retroarch.com/index.php?page=controller-autoconfig .

stevebgriffith commented 2 years ago

Hello Rob.

Attached is the config I made for the Trooper controller. I can not figure out how to config a button to go back a menu level.

Thanks for your help, Steve

On Tue, Mar 1, 2022 at 3:20 PM Rob Loach @.***> wrote:

Configure it through the menu, export the configs, upload here and we can have it autoconfig. More deets over at https://www.retroarch.com/index.php?page=controller-autoconfig .

— Reply to this email directly, view it on GitHub https://github.com/libretro/retroarch-joypad-autoconfig/issues/828#issuecomment-1055960820, or unsubscribe https://github.com/notifications/unsubscribe-auth/ANZ3YCC6NDRE4YULU4FX4IDU52Q45ANCNFSM5PI7R4OA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you authored the thread.Message ID: @.***>

offalynne commented 2 years ago

@stevebgriffith GitHub doesn't handle attachments, you'll have to paste the contents of the config in your email.

stevebgriffith commented 2 years ago

Here is the paste of the config file input_driver = "udev" input_device = " Trooper V2 Trooper V2 " input_vendor_id = "11812" input_product_id = "14442" input_b_btn = "1" input_y_btn = "1" input_select_btn = "4" input_start_btn = "5" input_up_axis = "-1" input_down_axis = "+1" input_left_axis = "-0" input_right_axis = "+0" input_a_btn = "1" input_x_btn = "1" input_l_btn = "2" input_r_btn = "3" input_l2_btn = "1" input_r2_btn = "1" input_l3_btn = "1" input_r3_btn = "1" input_l_x_plus_btn = "1" input_l_x_minus_btn = "1" input_l_y_plus_btn = "1" input_l_y_minus_btn = "1" input_r_x_plus_btn = "1" input_r_x_minus_btn = "1" input_r_y_plus_btn = "1" input_r_y_minus_btn = "1"

On Thu, Mar 3, 2022 at 3:36 PM Alynne @.***> wrote:

@stevebgriffith https://github.com/stevebgriffith GitHub doesn't handle attachments, you'll have to paste the contents of the config in your email.

— Reply to this email directly, view it on GitHub https://github.com/libretro/retroarch-joypad-autoconfig/issues/828#issuecomment-1058669482, or unsubscribe https://github.com/notifications/unsubscribe-auth/ANZ3YCBVXNXNJVK6QBXUVWLU6FEJVANCNFSM5PI7R4OA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you were mentioned.Message ID: @.***>

RobLoach commented 2 years ago

Hmm, is this the same as this one? https://github.com/libretro/retroarch-joypad-autoconfig/blob/master/udev/Hyperkin_Trooper_V2.cfg

Looks like the same vendor/product ids.

stevebgriffith commented 2 years ago

It is the same controller, when I mapped it I saved it as an auto config. But now my other controllers won't map correctly unless I redo the binds.

On Thu, Mar 3, 2022 at 9:02 PM Rob Loach @.***> wrote:

Hmm, is this the same as this one? https://github.com/libretro/retroarch-joypad-autoconfig/blob/master/udev/Hyperkin_Trooper_V2.cfg

Looks like the same vendor/product ids.

— Reply to this email directly, view it on GitHub https://github.com/libretro/retroarch-joypad-autoconfig/issues/828#issuecomment-1058830886, or unsubscribe https://github.com/notifications/unsubscribe-auth/ANZ3YCAGBKYALZDJVY4CZW3U6GKPNANCNFSM5PI7R4OA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you were mentioned.Message ID: @.***>

RobLoach commented 2 years ago

input_b_btn = "1" input_y_btn = "1" input_a_btn = "1" input_x_btn = "1"

Looks like a lot of the inputs are mapped to the same button? Is this intentional?

offalynne commented 2 years ago

you can discard those presumably: https://www.google.com/search?tbm=isch&q=Trooper%202%20controller&tbs=imgo:1

stevebgriffith commented 2 years ago

attached is the config file that is the is in the storage/joypads/udev folder in Lakka. The inputs b, y, a, x are not all mapped to the same button.

On Wed, May 4, 2022 at 2:46 PM Alynne @.***> wrote:

you can discard those presumably: https://www.google.com/search?tbm=isch&q=Trooper%202%20controller&tbs=imgo:1

— Reply to this email directly, view it on GitHub https://github.com/libretro/retroarch-joypad-autoconfig/issues/828#issuecomment-1117966303, or unsubscribe https://github.com/notifications/unsubscribe-auth/ANZ3YCGBHLMO7LGWRVCDYYDVILV4NANCNFSM5PI7R4OA . You are receiving this because you were mentioned.Message ID: @.***>

RobLoach commented 2 years ago

Made a pull request for ya https://github.com/libretro/retroarch-joypad-autoconfig/pull/838

Let me know if this is looking right, and I'll be happy to merge.

stevebgriffith commented 2 years ago

Attached is the file I saved through the menu.

On Sat, May 7, 2022 at 7:47 PM Rob Loach @.***> wrote:

Made a pull request for ya #838 https://github.com/libretro/retroarch-joypad-autoconfig/pull/838

— Reply to this email directly, view it on GitHub https://github.com/libretro/retroarch-joypad-autoconfig/issues/828#issuecomment-1120338244, or unsubscribe https://github.com/notifications/unsubscribe-auth/ANZ3YCCI4G3UO3PZU3YZ3YDVI4TKJANCNFSM5PI7R4OA . You are receiving this because you were mentioned.Message ID: @.***>

RobLoach commented 2 years ago

Attached is the file I saved through the menu. On Sat, May 7, 2022 at 7:47 PM Rob Loach @.> wrote: Made a pull request for ya #838 <#838> — Reply to this email directly, view it on GitHub <#828 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/ANZ3YCCI4G3UO3PZU3YZ3YDVI4TKJANCNFSM5PI7R4OA . You are receiving this because you were mentioned.Message ID: @.>

@stevebgriffith Attachments still don't work through email on GitHub.

RobLoach commented 2 years ago

Would you mind copy and pasting the contents of the file into the email directly? It's just missing the labels now.