Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
theRTB authored Dec 12, 2023
1 parent 5f3ef4c commit 16cc9eb
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,10 @@ To enable remote telemetry in Forza Motorsport 8 on Steam for this application:
**ForzaShiftTone-debug.bat**: to launch the application with an additional commandline window that shows debug information

Changes:
- Moved from displaying absolute drivetrain ratios to relative ratios between gears
- Removed zipped PyInstaller executables; they are considered a virus to due over-zealous machine-learning detection algorithms.
- Added button to display the power graph:
- Added statistics to power graph: Peak power, power at respected revlimit, 90% power range, relative ratio for >90% power
![example v0.78 BMW M5 2018 power graph](images/sample-BMW-M5-2018-15-2.png)
- Moved from displaying absolute drivetrain ratios to relative ratios between gears

## Implementation

Expand All @@ -47,7 +46,7 @@ If you choose to not shift and remain above the trigger rpm, the program will no

## Settings

The settings are saved to _config.json_ on exit. This includes Tone offset, Hysteresis, Revlimit %, Revlimit ms and Volume.
The settings are saved to _config.json_ on exit. This includes Tone offset, Hysteresis, Revlimit %, Revlimit ms and Volume. The power curve and gear ratios are not saved.
Remote telemetry sends data at 60 packets per second. The offset variables (Tone offset, revlimit ms) while defined in milliseconds currently use packet counts in the backend.
There is one packet per 16.667 milliseconds, approximately.

Expand Down

0 comments on commit 16cc9eb

Please sign in to comment.