Home - Asviix/F1Manager2024Logger GitHub Wiki
Home
Table of Contents
What is F1Manager2024 SimHub Plugin?
In F1 Manager 2024, the data available to players is limited. For example, individual tyre wear percentages are not accessible, and much of the data is heavily rounded, making strategy planning challenging.
This plugin aims to remove those limitations.
History of the Plugin
The plugin had a challenging start, evolving from Python scripts to a fully-fledged C# plugin. Initially, data was read from shared memory using Python and sent to SimHub via UDP. Now, the C# plugin reads the shared memory directly, significantly reducing CPU usage.
What is the Plugin for?
This plugin is for players who want full control over their race strategies, enjoy analyzing raw data, and dislike having critical information hidden from them.
What Problem does the Plugin Solve?
- Hidden data, such as tyre wear and fuel levels.
- Lack of access to other cars' telemetry data.
- Heavily rounded data that hinders precise strategy planning.