Seven Smiles
Registered
A simple program to scan a set of your favourite rFactor 2 servers and pop up a notification if someone joins a server that had no drivers.
The program is configured by the file rF2_serverNotify.json which should be edited with the server(s) of interest.
It has two types of dictionary entry:
a) ServerX : 'name of server to be scanned'
When someone joins one of the servers this will pop up
A data file servers.file.json is created automatically the first time the program is run.
It contains all the servers and their addresses.
Download rF2_serverNotify.exe and rF2_serverNotify.json from https://github.com/TonyWhitley/rF2_serverNotify/releases then edit rF2_serverNotify.json with the server(s) you are interested in. Here is a sample:
(Updated link to latest version 0.5 that has AI driver filter, also adds a new program rF2_serversWithHumans.exe that goes through all servers finding the ones with drivers whose names are not in the list of known AI drivers (drivers.txt))
The program is configured by the file rF2_serverNotify.json which should be edited with the server(s) of interest.
It has two types of dictionary entry:
a) ServerX : 'name of server to be scanned'
There can be any number of Server entries.
Text beyond Server is ignored, it's just needed to make each entry different.
b) Interval : 30Text beyond Server is ignored, it's just needed to make each entry different.
seconds between checking the servers
When someone joins one of the servers this will pop up
A data file servers.file.json is created automatically the first time the program is run.
It contains all the servers and their addresses.
Download rF2_serverNotify.exe and rF2_serverNotify.json from https://github.com/TonyWhitley/rF2_serverNotify/releases then edit rF2_serverNotify.json with the server(s) you are interested in. Here is a sample:
Code:
{
"Server1" : "F1_1979_Official_Server_1" ,
"Server2" : "RSVRsig-racing.boards.net",
"Interval" : 30
}
(Updated link to latest version 0.5 that has AI driver filter, also adds a new program rF2_serversWithHumans.exe that goes through all servers finding the ones with drivers whose names are not in the list of known AI drivers (drivers.txt))
Last edited: