Frequently Asked Questions¶
Links & Resources
- Official site: racingleaguetools.com
- Download: Racedepartment
- Community: Check our Discord (Boosty, Patreon) and YouTube playlist for tutorials.
General & Licensing¶
Is Racing League Tools a free app?
Yes — all basic features are free. Some advanced/pro features require support/donation.
See Discord channel <#960444187403231262> for details.
I started the app for the first time, what do I do next?
- Add or import drivers (Drivers tab).
- Ensure a season exists; add events to the calendar.
- Watch video tutorials and helpful links provided in the resources section.
Points & Scoring¶
Does the app calculate points automatically?
Yes, the app calculates points automatically based on the configured system; you can also change driver points manually.
How to edit points for a driver?
- On session results: Double-click on the
PtsDorPtsTfield to manually edit. - On standings: Double-click on the
Add/remove ptsfield for offsets.
How to increase grid size / number of positions?
Go to Seasons page -> Right-click on season -> Edit -> Additional options -> Grid size.
What is the difference between Minor and Major race types?
- Major: Main, Feature, Regular races.
- Minor: Sprint, Heat, Qualification races.
This distinction is useful for statistics filtering and penalty application.
How to change points for the fastest lap?
On the Point system page, select the specific race type and modify the Fastest lap value.
I need my own complicated point scoring system
Go to the Point system page; set points presets for each action for every race/qual type.
Note: The point system is linked to the Championship entity, not the specific Season.
Database & Management¶
How to delete or archive a driver?
You cannot delete a driver if they are present in the DB (to keep integrity). You can move a driver to the archive:
- Go to Drivers page.
- Right-click -> Move to archive.
Use filters to show/hide archive drivers.
How to add a new team/car/vendor?
See "How to add a new track" below (the process is similar).
How to add a new track/circuit? (track missing)
- Go to Championships page, select season -> Edit.
- In the Circuits column, check the necessary track.
If not found:
* Delete /user/startup_data/ and restart the app.
* Or add it manually through the Circuits page.
Can I add a driver avatar/photo and use it in a theme?
Yes. Put the image into the /user/images/driver_avatars/ folder.
Important: Filename must match the driver name exactly.
How to add a new country and flag?
Navigate to Countries -> Add new... -> put PNG into /images/flags/ folder (filename = country name).
How can I add team/car/vendor logos?
See Discord channel <#991611637285011537>.
Themes & Rendering¶
Can I change localization/advanced theme options?
Main menu -> Themes -> Options on the selected theme.
Where are pictures saved after rendering?
By default: /user/render_images/.
It can be changed in the render options. The image is also copied to the clipboard after rendering.
What is render/rendering?
Rendering is the feature that generates ready-made images. There are themes; you can edit them or create new themes.
Why is the time of the event shown in GMT?
Change time format in the season settings (Season list -> Right click -> Edit -> Additional options).
How do I order teams in the line-ups list?
Change the Position property of the team on the Teams page.
I want my league logo to appear on render images
Load league logo at League settings page (click settings icon at bottom left of main window) and upload your logo.
Live Timing & Telemetry¶
I see status 'UDP port is busy or blocked by firewall' on live timing page
Check other apps that may use the UDP port. If the app is single, verify firewall settings — firewall often blocks UDP.
How to use app if the game is on Playstation or Xbox?
- Find IP of the PC where Racing League Tools is running: Main menu -> Options -> Live timing -> Local IP -> Show IP.
- Specify this IP in the console game's telemetry settings (UDP settings).
- Set UDP Broadcast mode to OFF; use same UDP port as in RLT options.
How to use live timing and get results from the game?
See details and instructions in <#1257145918482808902>.
What is live timing feature presented in the app?
It works as real-time live timing, plus: * Receives results from the game and creates live sessions in the database. * Saves detailed per-driver data/statistics. * Allows transferring these data to the current season.
What is UDP dump?
UDP dump is a file on disk which contains copies of processed UDP telemetry packets received during the live session. Later you can "replay" the session in the app (Main menu -> Database -> Replay session from UDP dump).
By default this option is off; turn it on in the live timing options. UDP dumps are stored in /user/udp_dump/. Old files are automatically deleted when the limit is exceeded.
Why aren't the results of the live session transferred to the season?
The most important thing is the track/circuit set for the live session. This is determined automatically depending on the telemetry info (tracks unique ID/name).
- If a matching track is not found in the database at the time the telemetry is received, you will see "unknown track" and will not be able to transfer the results to the season.
- If track is ok, the app will look for the first matching event in the current season with a matching track.
- The date set for the event and the actual date of the telemetry results are also important for automatic transfer.
How to use Racing League Tools with Simhub or other app (using UDP telemetry) in parallel?
Just enable UDP forwarding: 1. Open Options window -> Live timing -> UDP forwarding. 2. Click Add forward target. 3. Specify UDP port and IP address (optionally). 4. In Simhub (or other app) specify the same UDP port. 5. Restart Racing League Tools.
Troubleshooting¶
My database is corrupt or I deleted something important. How do I recover?
The app automatically backups the database each time it runs. You can find backup files in the /user/backups/ folder.
I got an error, who can help me?
Create a post in <#962950236207202305>.
Don't forget to attach:
* Your database file (/user/databases/)c:\Projects\racing_league_tools\icons\app\rlt_logo_v2_220.png
* The errors.log file (/logs/)
What to do with the error 'could not find part of path...' or 'access denied'?
Edit app_config.jsonfile by adding the line"IsEnableTyreStintsManualEdit": true and restart the app.