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
----------------------------------------------------------
Ok, I've figured it out finally and there is a work around to our problem. Everybody with OSW and HE Sim Pedals + accessories.
1- Disconnect Pedals from USB (This will prevent rolling menu and allow you to set all the other devices including Handbrake, Shifter.... ) When assigning function make sure only those used for that device are assigned.
2- Now select Keyboard as your steering device.
3-Plug in your HE Pedals. (Rolling menu select will begin.)
4-Press your brake slowly until you get the "menu rolling to stay still".
5-Now again go to devices, select HE SIM PEDALS and go into the Button Assignment.
6-You wont be able to stop this menu roll BUT, you can just keep pressing F1 now until you reset all of the assignments.
7-Rolling should now have stopped as you reset everything under that device and you can now go to Gas, Brake and Clutch and only set those.
8- Everything should now be working, just go back and select Automatic Selection as your steering device and you should be good to go.
9- Set the FFB to your liking. (If you don't have FFB then you need to add the Device ID as per another tutorial that's already posted.
I tried to disconnect any other USB input device (KB LG G910, Mouse a) Roccat Tyon b) LG G700, HS LG G35) with no result. Its time for a patch, this way its unplayable for me.
http://steamcommunity.com/app/421020/discussions/0/1354868867710636591/?ctp=20#c1354868867724013544
Firstly, the way I've done it is that I've modified the default input presets for the G920. ((The default input presets can be accessed in-game by going to options & extras - input - device management - (Ensure that you take note of the steering wheel + accessories (handbrake\ pedals) available and that it's selected under 'Configure device')).
Furthermore, when you click on 'Input presets' and select your steering wheel. It will RESET your current steering wheel bindings. You'll need to do this after changing the config script which is detailed at the end.
(*WARNING*)
*Changing the config of the game files requires full attention, because if there are any errors in the config can cause the game to start crashing upon the next load up.*
Next, I navigated to the location of the default input presets in DiRT 4, which should be in your Steam folder. The default location is C:\Program Files\Steam\steamapps\common\DiRT 4\input\actionmaps.
You will now have a bunch of XML Documents listing various steering wheels, handbrakes and pedals e.g. lg_g27, lg_g29, he_sim_pedals, he_sim_handbrake and ftec_clubsport_pedal.
As my steering wheel is the G920 which is also stated in the 'Input presets' in-game. This means I need to open the 'lg_g920' (XML Document). I do this using notepad (click once on the desired XML doc and then right click and 'Open with') as I find it makes it easier to read and modify the script.
Now you'll need to find this piece of script below. To help find it, click inside the notepad doc so the keyboard/typing cursor appears. Then I recommend using the 'Find' tool (Ctrl+F) and search for 'scroll'.
<group name="scroll">
<action name="down">
<axis name="di_y_axis" type="negative" deadzone="0.0" saturation="1.0" />
</action>
<action name="up">
<axis name="di_z_axis_rotation" type="negative" deadzone="0.0" saturation="1.0" />
</action>
You need to remove both of these lines stated below.
<axis name="di_y_axis" type="negative" deadzone="0.0" saturation="1.0" />
<axis name="di_z_axis_rotation" type="negative" deadzone="0.0" saturation="1.0" />
So, in contrast with the group section. This section should now look similar to this.
</group>
<group name="navigate">
<action name="back">
<axis name="di_button_1" />
</action>
<action name="down">
<axis name="di_dpad_0_down" />
</action>
<action name="left">
<axis name="di_dpad_0_left" />
</action>
<action name="right">
<axis name="di_dpad_0_right" />
</action>
<action name="select">
<axis name="di_button_0" />
</action>
<action name="up">
<axis name="di_dpad_0_up" />
</action>
<group name="scroll">
<action name="down">
</action>
<action name="up">
</action>
EXTENSION**
Furthermore, the issue with the pedals also effects the 'View Replay' element of DiRT 4 after finishing a race\event e.t.c. This can also me amended by changing the config.
Same as above really. You can use the 'Find' tool or just scroll near the bottom till you find this piece of script.
<group name="replay">
<action name="exit">
<axis name="di_button_1" />
</action>
<action name="forward">
<axis name="di_x_axis" type="upper" deadzone="0.0" saturation="1.0" />
<axis name="di_y_axis" type="negative" deadzone="0.0" saturation="1.0" />
</action>
<action name="rewind">
<axis name="di_x_axis" type="lower" deadzone="0.0" saturation="1.0" />
<axis name="di_z_axis_rotation" type="negative" deadzone="0.0" saturation="1.0" />
Now you need to remove these lines as stated below, but be careful here as the 4 bindings above look very similar
<axis name="di_y_axis" type="negative" deadzone="0.0" saturation="1.0" />
<axis name="di_z_axis_rotation" type="negative" deadzone="0.0" saturation="1.0" />
So, in contrast with the group section. This section should now look similar to this.
</group>
<group name="replay">
<action name="exit">
<axis name="di_button_1" />
</action>
<action name="forward">
<axis name="di_x_axis" type="upper" deadzone="0.0" saturation="1.0" />
</action>
<action name="rewind">
<axis name="di_x_axis" type="lower" deadzone="0.0" saturation="1.0" />
</action>
<action name="playback_step_up">
<axis name="di_dpad_0_up" />
</action>
<action name="playback_step_down">
<axis name="di_dpad_0_down" />
</action>
<action name="pause">
<axis name="di_button_0" />
</action>
<group name="toggle">
<action name="music">
<axis name="di_button_3" />
</action>
<action name="ui">
<axis name="di_button_9" />
</action>
Don't forget to 'save' the config after.
You are now all ready to load DiRT 4 again. As we've only changed the config of the input preset, you need to now choose your steering wheel preset in 'Input presets' under 'Device Management'
From this point further, there should be no more auto scrolling in those menu's.
Good luck and sorry for the essay.