Description: A FanControl plugin to read telemetry data from Assetto Corsa and Assetto Corsa Competizione via shared memory and provide these values to control fans or other devices.
- Reads live physics data from the game using shared memory.
- Provides gas, brake, fuel, gear, rpm & speed sensors compatible with FanControl.
- Easy integration with FanControl to adjust fan speed based on in-game data.
- Download the compiled plugin DLL.
- Place the DLL in your FanControl
Pluginsfolder (usuallyC:\Program Files (x86)\FanControl\Plugins). - Start FanControl.
- The plugin should appear as ACCSensors in the list of loaded plugins.
- Open FanControl
- Navigate to the Sensors section.
- Find the sensors under the ACCSensors plugin.
- Use this sensor to control fans or other devices based on the ingame data.
The Sensors read
-1when the game isn't running
| Sensor | Range |
|---|---|
| Gas | %¹ |
| Brake | %¹ |
| Fuel | remaining in kg² |
| Gear | 0 to max gear |
| RPM | 0 to max rpm² |
| Speed | 0 to (Vmax / 3) |
| Speed & Brake | 0 to (Vmax / 3) |
¹ Values range from 0 to 100
² Might change that to %¹ in the future
Speedis provided in km/h divided by 3, so 300 km/h equals 100°C
Speed & Brakecombines both as follows:(speed/3-break/4)
This leads to fans simulating wind resistance to slow down earlier when braking.
- Plugin not working: Make sure the game is running and that shared memory access is allowed.
- Speed sensor always -1: The game may have closed unexpectedly or the plugin cannot access shared memory. Restart the game and FanControl.