Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
tutorials:doublesteering [2025/10/24 12:11] cartertutorials:doublesteering [2025/10/24 12:13] (current) carter
Line 7: Line 7:
   * you need a wheel or a controller with both a digital (like buttons) and analoge (wheel itself or the analog stick) steering input    * you need a wheel or a controller with both a digital (like buttons) and analoge (wheel itself or the analog stick) steering input 
   * The game must recognize your input device as wheel. If you use a gamepad (or a newer wheel the game doesn't recognize as such), there are the following methods you can use so that the game thinks you are using a wheel:   * The game must recognize your input device as wheel. If you use a gamepad (or a newer wheel the game doesn't recognize as such), there are the following methods you can use so that the game thinks you are using a wheel:
-    * a) Use kickstart (recommended method): Go into the settings of the kickstart program and make sure to check "Identify a steering wheel"\\ {{:tutorials:gamepadaswheel.png?nolink&400|}}+    * a) Use kickstart (**__recommended method__**): Go into the settings of the kickstart program and make sure to check "Identify a steering wheel"\\ {{:tutorials:gamepadaswheel.png?nolink&400|}}
     * b) change a registry entry on your PC:\\ <code>To tweak the registry manually, search and open `regedit` in Windows. Navigate to:       * b) change a registry entry on your PC:\\ <code>To tweak the registry manually, search and open `regedit` in Windows. Navigate to:  
 `Computer\HKEY_CURRENT_USER\System\CurrentControlSet\Control\MediaProperties\PrivateProperties\Joystick\OEM` `Computer\HKEY_CURRENT_USER\System\CurrentControlSet\Control\MediaProperties\PrivateProperties\Joystick\OEM`
Line 22: Line 22:
  
 To revert, just restore your backup. To revert, just restore your backup.
-  * configure your game that you can steer with both analoge and digital input +  * configure your game that you can steer with both analoge and digital input</code>
-</code>+
 ===== Input ===== ===== Input =====
 After following above steps to setup your controller, it is time to learn the technique. Double Steering works different depending if you drive a FWD or RWD car. After following above steps to setup your controller, it is time to learn the technique. Double Steering works different depending if you drive a FWD or RWD car.