[REL] rFactor2 Log Analyzer ver. 2. With offline and league Championship Manager

This can be useful, very easy library to implement graphs.


It has buttons for zoom in/out and pan, it solves our visualization problem.

Data can be shown by groups, probably is possible to use it to separate HY and GT3 i.e.

1768409818162.png


Maybe I'll check later if it's not complicated to implement into rf2LA code.
 
Fixed and uploaded without version change to latest link - https://www.mediafire.com/file/xwjiiagvpycpprb/rF2_Log_Analyzer_ver._2.2.007-x64.zip/file
Re-download r2la archive. Only one file changed - rF2 Log Analyzer ver. 2.2.007-x64\web2py\applications\r2la\compiled\views.championships.championship.html.pyc
You can replace only this file without reinstalling whole r2la.

I fixed only this championship page. Problem was in "+" char in class name. If that class name will cause errors on another pages, please report.
 
Hi nibo, thanks a lot again for your great job.
we're running a championship where some drivers have created custom skins and others use in-game skins. We have a team ranking system. Those who created a skin put their team name in the *.rcd file. The others have their in-game team name via the *.veh file. In the championship settings, I've set "manual" next to "team championship". Then, in "manage teams", I have to create each team name and add it to the championship. Is it possible to have a manual and "vehname" option in the Team Championship settings to automatically retrieve the team names, or to be able to edit the team names when in automatic mode from "vehname"? or to automatically retrieve the team names from the *.rcd files to the "all available teams" list in the manage teams menu?
Thanks again
Pierre
 
ennimann, try this: make a reserve copy of session xml somewhere just in case. Open original session xml that is in your results folder in some code editor and remove <Driver>...</Driver> block(s) with <Name> "Porsche Safety Car" completely including opening <Driver> and closing </Driver> tags and everything in between. Save changes, refresh r2la.

[LSF] Pierre, I'm sorry I can not do that (in foreseeable future). "Manual" seems an option for you if you need some other team names, than the ones in <TeamName> tags in xml.
 
Hi @Nibo - I'm trying to integrate my BattleDirector commentary/camera app with RF2LA, and it would be really useful to be able to download championship rules. I've found that there is the /championships/export_standings_jsonp?cid=<id>&callback=test endpoint I can use to get the championship standings, but I have a situation where I might want to calculate the new standings during sprint races before they're uploaded back to RF2LA. But doing so requires knowing the championship's rules.

See https://forum.studio-397.com/index....-live-generated-commentary-need-testers.87344 for more information
 
Hi Nibo !
How can I set a max width and height for the custom images ?
The pictures I use are too large, and right now I have to resize them one by one. I thought it might be possible to add something in the app.css file ?
Thanks !
 
Use browser developer tools to inspect your image element(s) and look for its css classes. Then add css for that classes in app.css file.
For example, all user images added to tables have "table_img" css class. To set width for all of them add this line to app.css:
.table_img {width: 20px;}
 
Hi, I wanted to ask if there's a way to view only my records on the various tracks. At least in an older version I installed, I only saw my records, but now I've installed the latest version and maybe I've done something wrong, but I can see all the drivers who have raced on that circuit.
 
Most probably, when you first started r2la, you selected "DEDI mode" checkbox and setup r2la for league use. You need to unzip new instance of r2la and not select "DEDI mode" in first form when you start it.
 
Most probably you are entering not correct path for rF2/LMU root directory. r2la checks in real time after you enter that path in first form and shows you if it found logs.
 
Sorry, I thought about Results Viewer page first. If Records page shows that message, it means that r2la can not find records in xml files for your player name that it found in LMU config files on first start. You can see that name in first form when you enter your LMU path. Here that area is on a screenshot with green arrow. Start new instance of r2la, enter your LMU path and check that name, you should have xml logs with your driver with exactly that name (check for trailing spaces if you changed or re-entered you in-game name).
r2la_start.jpg
 
Sorry, I thought about Results Viewer page first. If Records page shows that message, it means that r2la can not find records in xml files for your player name that it found in LMU config files on first start. You can see that name in first form when you enter your LMU path. Here that area is on a screenshot with green arrow. Start new instance of r2la, enter your LMU path and check that name, you should have xml logs with your driver with exactly that name (check for trailing spaces if you changed or re-entered you in-game name).
View attachment 57307
ok grazie per il consiglio, adesso risolto e funziona perfettamente.
 
Back
Top