It seems that you're using an outdated browser. Some things may not work as they should (or don't work at all).
We suggest you upgrade newer and better browser like: Chrome, Firefox, Internet Explorer or Opera

×
Does anyone know if this game has racing wheel support? This message will most likely pop up in some other driving game forums as I'm looking to buy some older games that hopefully have wheel support. For reference I have a Thrustmaster T300RS GT Edition racing wheel. Thanks.
While force feedback is supported (i76 was amongst the first games to do this), I'm fairly sure there were no racing wheel controllers at the time (the closest being the Logic 3 Freewheel).

The T300 should work to some degree, but don't expect too much on the force feedback side of things.
A quick update on this following a recent acquisition of a Thrustmaster T300 GT RS racing wheel.

It does work in I76 - with some caveats.

The first is that I76 doesn't offer "environmental" force-feedback (where going off-road or crashing results in an effect) - it didn't with a joystick and it won't with a FFB wheel. What you will get is weapons-fire and engine feedback (and the engine feedback tends to cut out after using weapons).

Secondly, you need to configure the T300 to combine the accelerator and brake pedals into a single axis, to allow you to accelerate and brake properly.

Thirdly, while I76's controller configuration is surprisingly flexibile for its age (supporting up to 10 buttons and multiple joysticks - when most sticks were 2-button and USB had just been introduced, so joysticks had to use a single gameport connection) it clearly wasn't tested with a multiple joystick setup. Trying to set up buttons or axes from Joystick 2 results in them being appended onto previous settings rather than replacing them, and those settings would not save on exit.

To work around this, I found the best option was to edit the settings file input.map directly with a text editor (making a backup of the orginal first) - the syntax is pretty straightforward.
i have a Logitech g29 but having a hard time trying to get the throttle/brake to work let alone the steering but it crashes when i click the right paddle which is what i have assigned for Firing.. what did you edit in the input.ini file? what lines did you change to? and what joystick label? ive already combined the throttle axis...
A few pointers; while I'76 is amazingly versatile in its control config for its age, there's also a few... major caveats:

1. Any time something goes wrong when editing the control configuration, you have to do one or more of:
* Cancel.
* Reset the control config.
* Restart the game.
2. Editing the "input.map" file can be the only way to do control config editing.
* I don't know if it was ever documented.
* You kinda have to poke things into the in-game control config, exit, see how they show up in "input.map", and go from there.
avatar
Crazy_ChiefXxX: i have a Logitech g29 but having a hard time trying to get the throttle/brake to work let alone the steering but it crashes when i click the right paddle which is what i have assigned for Firing.. what did you edit in the input.ini file? what lines did you change to? and what joystick label? ive already combined the throttle axis...
Sorry for the late reply.

When you say "crash" do you mean crash-to-desktop (likely a game problem) or a bluescreen crash? (more likely a driver issue).

Here is a copy of my input.map file for the T300 - in my case I have the paddles assigned to gear changes (shift_up and shift_down). This file is extremely unlikely to work for anyone else without modification:

# Interstate '76 Input mapping file
throttle {
- joystick1 Down/Up
}
steer {
- joystick1 Left/Right
}
shift_down {
+ joystick1 Button7
}
shift_up {
+ joystick1 Button8
}
frontal_target {
+ joystick1 Button10
}
NEXT_TARGET {
+ keyboard E
- Keyboard Shift
- Keyboard Control
}
TARGET_NEAREST_ENEMY {
+ joystick1 Button9
}
RESET_TARGET {
+ keyboard Y
- Keyboard Shift
- Keyboard Control
}
RADAR_RANGE_TOGGLE {
+ keyboard R
- Keyboard Shift
- Keyboard Control
}
RADAR_CAMERA_TOGGLE {
+ keyboard W
- Keyboard Shift
- Keyboard Control
}
start_engine {
+ keyboard S
- Keyboard Shift
- Keyboard Control
}
SHOW_MAP {
+ keyboard M
- Keyboard Shift
- Keyboard Control
}
SHOW_NOTEPAD {
+ keyboard N
- Keyboard Shift
- Keyboard Control
}
TOGGLE_BINOCULARS {
+ keyboard B
- Keyboard Shift
- Keyboard Control
}
HONK_HORN {
+ keyboard G
- Keyboard Shift
- Keyboard Control
}
e_brake {
+ keyboard Z
- Keyboard Shift
- Keyboard Control
}
toggle_lights {
+ keyboard H
- Keyboard Shift
- Keyboard Control
}
pilot_glance_down {
+ joystick1 HatDown
}
track_pitch_minus {
+ joystick1 HatDown
}
overview_z_minus {
+ joystick1 HatDown
}
pilot_glance_left {
+ joystick1 HatLeft
}
track_yaw_minus {
+ joystick1 HatLeft
}
overview_x_minus {
+ joystick1 HatLeft
}
pilot_glance_right {
+ joystick1 HatRight
}
track_yaw_plus {
+ joystick1 HatRight
}
overview_x_plus {
+ joystick1 HatRight
}
pilot_glance_up {
+ joystick1 HatUp
}
track_pitch_plus {
+ joystick1 HatUp
}
overview_z_plus {
+ joystick1 HatUp
}
pilot_glance_target {
+ keyboard Insert
- Keyboard Shift
- Keyboard Control
}
weapon_fire {
+ joystick1 Button1
}
weapon_cycle {
+ joystick1 Button2
}
weapon_link {
+ keyboard L
- Keyboard Shift
- Keyboard Control
}
hardpoint1_fire {
+ joystick1 Button3
}
hardpoint2_fire {
+ joystick1 Button4
}
hardpoint3_fire {
+ joystick1 Button5
}
hardpoint4_fire {
+ joystick1 Button6
}
hardpoint5_fire {
+ keyboard Five
- Keyboard Shift
- Keyboard Control
}
special1 {
+ keyboard Six
- Keyboard Shift
- Keyboard Control
}
special2 {
+ keyboard Seven
- Keyboard Shift
- Keyboard Control
}
special3 {
+ keyboard Eight
- Keyboard Shift
- Keyboard Control
}
POETRY {
+ keyboard C
- Keyboard Shift
- Keyboard Control
}
toggle_cmbt_view {
+ keyboard V
- Keyboard Shift
- Keyboard Control
}
reverse_direction {
+ keyboard Tab
- Keyboard Shift
- Keyboard Control
}
track_distance_plus {
+ keyboard GreyPageDown
}
track_distance_minus {
+ keyboard GreyPageUp
}
overview_zoom_plus {
+ keyboard GreyPageDown
}
overview_zoom_minus {
+ keyboard GreyPageUp
}
zoom_factor_plus {
+ keyboard GreyPageDown
}
zoom_factor_minus {
+ keyboard GreyPageUp
}
zoom_factor_reset {
+ keyboard GreyEnd
}
show_player_scores {
+ keyboard Quote
}
show_team_scores {
+ keyboard SemiColon
}