InSim PY Script to track Drift Score in LFS (Runtime only. Saving to DB is unfinished atm)
open folder in cmd and just py/python3 insim.py
all user-end-point config stuff is in insimconfig.py
oh if u want to use this in singleplayer then put /insim=<REMOTE_PORT> (which is /insim=23232 for me) after target entry in your lfs.exe shortcut on desktop.
added penalty system to reduce or add points depending on object id and if its static or not. current config modifies scores as:
green cones and poles add about 100
bale reduces by 100
all other objects also -100 - 1.5x of this value if its a static object
whenever hitting an object the score goes red (addition < 0 ) or green (addition > 0)
angle color now works along with config / speed left untouched currently
micro optimizations
feel free to pr i guess
