Each r2la Live Timing page shows all rFactor processes data that were put in a shared system memory by each of your rFactor's data plugin in real time. This is separate (different) from reading xml files from log directories, which as you said correctly is pointing to different log folders.
I've made a simple filter for server name, you can try it, as I'm "blind" here, rF2 dedicated server refuses to work for me again and I can not check.
You need to do this for
every r2la:
1. Stop/close your r2la.
2. Open your rF2 Log Analyzer ver. 2.2.002-x64\web2py\applications\r2la\live_timing_settings.json with text/code editor and add a line
"server_name_filter": "your_server_name"
Where
your_server_name is the name of your server that you want to see (servers with other names will not be visible).
So that it look like this (note also added comma on line before: "iframe_style": ""
, ):
Code:
{
"_comment": "values for img_column1_source and img_column2_source are one of: driver, class, vehicle, vehicle_with_num",
"read_global_memory": 0,
"show_ai_fuel_data": 0,
"show_ai_tire_wear": 0,
"show_avg_lap_speed": 0,
"show_class_column": 1,
"show_mph": 0,
"show_tire_data": 1,
"show_vehicle_column": 1,
"show_ai_column": 1,
"show_img_column1": 0,
"img_column1_source": "class",
"show_img_column2": 0,
"img_column2_source": "vehicle",
"show_iframe": 0,
"iframe_src": "",
"iframe_style": "",
"server_name_filter": "your_server_name"
}
3. Download this file -
https://www.mediafire.com/file/qrkqofdccddssy9/live_timing_filter.zip/file
Unzip it into
rF2 Log Analyzer ver. 2.2.002-x64\web2py\applications\r2la\private folder. Replace the old live_timing.py file with the file in zip archive.
4. Start your r2la with live timing.
If everything is correct, in cmd window of Live Timing at the bottom you should see the line with the server name that you entered in live_timing_settings.json:
server_name_filter your_server_name
Live Timing page now should show only server with that name. Tell me if its working.