Companion plugin for rf2livetiming based on the example plugin by Marcel Offermans.
- Place the compiled
rf2livetiming.dllin the 64-bit rF2 plugins folder - Place
rf2livetiming.iniin the rF2 root folder - Configure
rf2livetiming.ini - Start the rF2 dedicated server
- Logs to
UserData\Log\rf2livetiming.log
USE LOCALHOST="0" // 0=use IP, 1=use destination as localhost
DEST IP="127.0.0.1" // location of rf2livetiming, ignored if USE LOCALHOST is set to 1
DEST PORT="6789" // port rf2livetiming is listening on
- Place the compiled
rf1livetiming.dllin the plugins folder - Place
rf1livetiming.iniin the rF1/AMS root folder - Configure
rf1livetiming.ini - Start the rF1/AMS dedicated server
- Logs to
UserData\Log\rf1livetiming.log
GAME="rf1" // rf1, ams
USE LOCALHOST="0" // 0=use IP, 1=use destination as localhost
DEST IP="127.0.0.1" // location of rf1livetiming, ignored if USE LOCALHOST is set to 1
DEST PORT="6789" // port rf1livetiming is listening on
SERVER NAME="Test server" // name of the server
SERVER IP="10.0.0.1" // public IP of the server
SERVER PORT="55143" // port server is listening on
- Requires VS2022 (v143)
- Open the solution
- Build
- Output can be found in
bin
- rf2livetiming.dll supports 64-bit rFactor 2
- rf1livetiming.dll supports last versions of rFactor and Automobilista
- Tested on Windows 10 and Windows Server 2012 R2