EOC control bindings axis names issue

More
14 years 8 months ago #19116 by chacal
Can someone please help me with the EOC names for joystick axes? I am trying to map a thrustmaster run'n'drive gamepad which has 7 axes; the 7th axis is listed as "Slider 0 Axis" for the gamepad (all X,Y,Z,RX,RY,RZ axes are already mapped). EOC doesn't recognize JoySlider0Axis, JoySliderAxis, etc and I was wondering if the axis names in EOC were limited to the 6 axes already stated or if there was a way to find the correct name to map this axis.

Thank you for your help

Please Log in or Create an account to join the conversation.

More
14 years 8 months ago #16900 by StingerAJ
Hello chacal,

I have the exact same problem right now. Searching the filecontents in the main directory of the game for "JoyXAxis" reveals some results. You can find the Axis names in the file "Edge of Chaos"\bin\release\flux.dll.

So far I have found the following identifiers:

Joystick Axes:

JoyRVAxis
JoyRUAxis
JoyRZAxis
JoyRYAxis
JoyRXAxis
JoyVAxis
JoyUAxis
JoyZAxis
JoyYAxis
JoyXAxis

Joystick buttons:

JoyButton32
JoyButton31
JoyButton30
JoyButton29
JoyButton28
JoyButton27
JoyButton26
JoyButton25
JoyButton24
JoyButton23
JoyButton22
JoyButton21
JoyButton20
JoyButton19
JoyButton18
JoyButton17
JoyButton16
JoyButton15
JoyButton14
JoyButton13
JoyButton12
JoyButton11
JoyButton10
JoyButton9
JoyButton8
JoyButton7
JoyButton6
JoyButton5
JoyButton4
JoyButton3
JoyButton2
JoyButton1

Joystick POVs:

JoyPOV4Right
JoyPOV4Left
JoyPOV4Down
JoyPOV4Up
JoyPOV3Right
JoyPOV3Left
JoyPOV3Down
JoyPOV3Up
JoyPOV2Right
JoyPOV2Left
JoyPOV2Down
JoyPOV2Up
JoyPOV1Right
JoyPOV1Left
JoyPOV1Down
JoyPOV1Up

Mouse:

MouseButton4
MouseButton3
MouseButton2
MouseButton1
MouseAbsYAxis
MouseAbsXAxis
MouseZAxis
MouseYAxis
MouseXAxis

Please Log in or Create an account to join the conversation.

More
14 years 8 months ago #16901 by chacal
Thanks StingerAJ,

It looks like the axis was getting mapped to JoyUAxis. It's working now.

Please Log in or Create an account to join the conversation.