Supported Games - SimFeedback/SimFeedback-AC-Servo GitHub Wiki
SimFeedback supports the following games:
-
Assetto Corsa Competizione
-
Assetto Corsa
-
iRacing (360hz)
-
iRacing (60hz) by JamesClonk
-
Project Cars 1 and 2
-
Dirt Rally 1 and 2
-
F1 2018, 2019
-
DIRT4
-
RaceRoom
-
RFactor 2
-
no limits 2
-
DCS
-
KartKraft
-
Automobilista
-
RFactor 1
-
Forza Horizon 4
-
Forza Motorsport 7
-
Kart Racing Pro
-
BeamNG.drive by Pezza
-
Euro Truck Simulator 2 / ETS2 by Pezza
-
GTA-V by Pezza
-
IL-2 Sturmovik by Pezza
-
War Thunder by Pezza
-
Richard Burns Rally / RBR by WorkerBee
-
more to come ...
Btw do you know, you can write your own TelemetryProvider for any game.
Game Setup Instructions
Assetto Corsa (Competizione)
Nothing to configure, will work out of the box.
Source Code is available here.
iRacing (360hz) standard telemtry provider
Edit app.ini in C:\Users\USERNAME\Documents\iRacing\app.ini
irsdkEnableMem=1 ; enable memory based telemetry
irsdkLog360Hz=1 ; Log some telemetry at 360 Hz rather than at 60 Hz
iRacing (60hz) provided by JamesClonk
https://github.com/JamesClonk/iR60TelemetryProvider
Edit app.ini in C:\Users\USERNAME\Documents\iRacing\app.ini
irsdkEnableMem=1 ; enable memory based telemetry
irsdkLog360Hz=0 ; Log some telemetry at 360 Hz rather than at 60 Hz
Project Cars
Go to game Settings -> System
Select Shared Memory "Project CARS 2"
Dirt Rally
Edit hardware_settings_config.xml in C:\Users\USERNAME\Documents\my games\DiRT Rally\hardwaresettings.
<udp enabled="true" extradata="3" ip="127.0.0.1" port="20777" delay="1" />
F1 2018
Go to game settings -> Telemetry Settings
Enable UDP
RFactor 2
Rfactor 2 needs a game plugin to be installed.
You can find it in SimFeedback/ext/rf2/x86
for 32bit and SimFeedback/ext/rf2/x64
for 64bit.
Copy the Steam\steamapps\common\rFactor 2\Bin32\Plugins
or RF2SimFeedbackPlugin.dll to Steam\steamapps\common\rFactor 2\Bin64\Plugins
.
Plugin will be enabled by default.
Source code is available here.
no limits 2
no limits 2 needs a statup parameter --telemetry
Source Code is available here.
RFactor 1 / Automobilista
RFactor 1 / Automobilista needs a game plugin to be installed.
You can find it in SimFeedback/ext/rf1/x86
for 32bit and SimFeedback/ext/rf1/x64
for 64bit.
Copy the Steam\steamapps\common\rFactor 1\Bin32\Plugins
or RF1SimFeedbackPlugin.dll to Steam\steamapps\common\rFactor 1\Bin64\Plugins
.
Plugin will be enabled by default.
Source code is available here.
BeamNG.drive by Pezza
See https://github.com/PHARTGAMES/BeamNGSimFeedback
Euro Truck Simulator 2 / ETS2 by daCuJo
See https://github.com/ashupp/ETS2TelemetryProvider
GTA-V by Pezza
See https://github.com/PHARTGAMES/GTA5SimFeedback
IL-2 Sturmovik by Pezza
See https://github.com/PHARTGAMES/IL2SimFeedback
War Thunder by Pezza
See https://github.com/PHARTGAMES/WarThunderSimFeedback
Richard Burns Rally / RBR by WorkerBee
See http://www.ly-racing.de/viewtopic.php?t=7878