Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
For hat control it depends on what you want to map on the hat. There was an old input in previous version that used some Hat axis to bind control on special flight mode like :
[code]
AxisMappings=(AxisName="AxisFlightMode",Joystick_SideWinderForceFeedback2Joystick_Hat0_Y,Scale=1.000000)
[/code]
this bind the hat vertical (0_Y) mouvement to flight mode for cdf heavy starfighter for exemple, scale positive is for up or down, if you want to inverse you need to put "Scale=-1.000000"
I don't know if this work anymore, but you can test. (0_X) will be for horizontal hat mouvement
Here are Axis input values for MS SideWinder Force FeedBack 2 joystick:
AxisMappings=(AxisName="UpDown",Key=Joystick_SideWinderForceFeedback2Joystick_Axis1,Scale=1.000000)
AxisMappings=(AxisName="Rotate",Key=Joystick_SideWinderForceFeedback2Joystick_Axis0,Scale=1.000000)
AxisMappings=(AxisName="LeftRight",Key=Joystick_SideWinderForceFeedback2Joystick_Axis2,Scale=1.000000)
AxisMappings=(AxisName="Forward",Key=Joystick_SideWinderForceFeedback2Joystick_Axis3,Scale=-1.000000)
I can map other buttons nicely but Joystick hat is not working. Anyone have idea what those input values could be so I can manually configure those to input.ini? Or any good software to check what are joystick input values?
Thanks.