Page 1 of 1

Circuit Sword and Dosbox Button config

Posted: Fri Mar 15, 2019 2:40 am
by pathfinder
Hi,

I want to emulate some old dos-games (like Test Drive or F1), but I struggle with the button mappings.
I already looked at this post: https://www.sudomod.com/forum/viewtopic ... box#p52659

I ran "jstest /dev/input/js0" and looked at every button. The buttons do work now when I load the map-file, but not the dpad.

Looking at "jstest /dev/input/js0" and pressing the dpads it looks like the dpads are identified as axes.

Code: Select all

src 6:
Minus= Left
Plus = Right
src 7:
Minus: Up
Plus = Down
So I configured Joymap just like this:

Code: Select all

axis vendor=0x2341 product=0x8036 src=6 target=kbd plus="right" minus="left"
axis vendor=0x2341 product=0x8036 src=7 target=kbd plus="down" minus="up"
But it doesn't work.
Is there somewhere a proper guide about how to configure Joymap with kites CS?
Apparently there was a wiki page in the past, but it is not available anymore.

Posted: Fri Mar 15, 2019 4:43 am
by kite
If you clone the wiki you can view the history of the pages, also: https://pastebin.com/xd0PmEC1

Re: Circuit Sword and Dosbox Button config

Posted: Mon Mar 18, 2019 2:23 am
by pathfinder
Hey,

just wanted to thank you for your help.
Your link helped me with configuring Dosbox. Everything works as expected :D