Hey truckers! 👋
We all know the feeling: once you have a few million euros/dollars in the bank, traffic fines become meaningless. Speeding tickets? Just a business expense. Running a red light? Who cares, I'm rich.
I wanted to bring the fear back. I wanted to drive carefully because I had to, not just because I wanted to roleplay.
So I wrote a telemetry plugin (C++) called License Revoked.
It introduces a real Penalty Point System (based on strict European standards) that tracks your offences across your profile.
The project is open source. You can check the code (to see it's safe) and download the release from GitHub.
https://github.com/xxahmxx/LicenseRevoked
Note: This is a .dll plugin, not a standard .scs mod!
bin folder from the zip into your main game directory (where the .exe is).If for some reason plugin doesn't work, double check if it's in correct location.
Should be in "Euro Truck Simulator 2\bin\win_x64\plugins"
Let me know if you can survive a month without losing your license! Good luck. 🫡
If you find any bugs, let me know in the comments!
Changelog - License Revoked
All notable changes to this project will be documented in this file.
[1.2.0.13] - 2026-02-11
Fixed
- Stability: Fixed a critical breaking issue that occurred after the "Game Over" sequence was triggered.
- Rendering: Eliminated screen flickering when closing the game by implementing thread synchronization and event-driven shutdown logic.
- Alt+Tab Support: Fixed issues with the overlay appearing on the desktop when the game was minimized.
[1.1.0] - 2026-02-10
Added
- Configurability: Introduced .ini file support for user customization.
- Custom Penalties: Added ability to configure specific point penalties for different offenses.
- Gameplay Parameters: Users can now define the maximum point limit and the number of days required for a clean record reset.
- Localization: Added multi-language support (English and Polish) selectable via configuration.
[1.0.0] - 2026-02-09
Added
- Initial Release: Core plugin functionality featuring the penalty point system and input locking.
- Profile Persistence: Implemented a unique save system that links penalty points to specific driver profiles.
- Native Overlay: Introduced a DX11-based UI to display notifications and legal notices.