Fixes & enhancements - plus now FFB (ForceFeedBack) indicator
Update v1.4
added unit-switches for tyre-pressure and temperature (bar/psi and °C/°F)
added smoothing for g-force, 0..20, default=10
raised max trail-length to 1000 (its not that taxing on FPS )
if you update from a previous version, please use "Reset" button in
CM->settings->APPs->"g-force and tyre data app"
...or delete "assettocorsa\apps\python\GForce\settings\settings.ini"
Update v1.3 - by leBluem aka PleaseStopThis, Jan 2020
fixed inconsistency btw CM ui and actual settings
tyre values are colored now, if you choose a color preset
added trailing for geforce, it has a length option (0..400), off by default
added trailing transparency value
Beware! too much trailing length can be taxing on FPS!
Major Update v1.2 - by leBluem aka PleaseStopThis, Jan 2020
added timer for hiding buttons, they re-appear with click on app
exposed some variables to CM app config and changes ingame are saved
added neat little z-force indicator (vertical up/down force)
buttons:
-(from original: -/+ buttons for g-force multiplier):
-button "r" = g-max reset
-button "z0"/"z1"/"z2" = off/inplace/centered
> display of vertical g-force (z)
> as smaller extra ball in two variations
-button "c0"/"c1"/"c2" = toggle 3 color schemes
-button "t0"/"t1"/"t2"/"t3" = toggle 4 background images
-buttons "-/+" = app opacity
-buttons "-/+" = app size
-buttons on the left side to toggle all modules and values
Changes in 1.1:
- show the tyre usage with 2 decimal points (if below 100.0%)
- allow to configure which parts to display (gforce, tyres, pedals)
How to customize: edit gforce.py and change the following lines
---
# change as desired
fontSize = 16
opacity = 0
showHeader = 0
showGForce = 1
showTyres = 1
showPedals = 1
---
E.g. if you don't want to see the g-force, change it to
showGForce = 0