Page 1 of 1

RVGL Points Calculator

Posted: Tue Jan 19, 2021 5:53 pm
by hajducsekb
Hey! I've created a Points Calculator that can be mainly used for 2 things:
- Generating HTML files based on sessionlog files (like an offline Session Parser) - Sample 1 - Sample 2
- Calculating points on a loop and writing it into a text file, so you can show it in OBS.
Note: Cars (as seen in Sample 2) aren't shown in the released version yet.
It's written in Python, and is command line based, so it runs straight from the code on Linux, however, it's also compiled for Windows. ;)
For more information, check out the GitHub repo!

Re: RVGL Points Calculator

Posted: Wed Jan 20, 2021 10:05 pm
by Avecezar
Looks like a great tool for offline data comparison.
You could also consider highlighting best results in each section like best lap in best lap table for example.

Re: RVGL Points Calculator

Posted: Sat Jan 23, 2021 11:40 am
by hajducsekb
I might try to do that in the future, not sure how feasible it is when it comes to the current code :)