

This is my very first mod in literally any game. so please bear with it. This mod introduces a new level of convenience to your gameplay by allowing you to summon your vehicles remotely using an in-game phone app.
You can configure this mod from <Schedule One Directory>/UserData/ChauffeurPrefs.cfg (Requires game restart)
Default Config:
[CallVehicle]
# The amount of cash/online balance to pay for the service per kilometer.
price_per_km = 14
# Use cash instead of online balance. (true/false)
use_cash = false
# Flat fee for the service during the day.
service_charge_day = 500
# Flat fee for the service during the night.
service_charge_night = 800
# Should this mod bypasses the checkpoints?
bypass_checkpoints = true
# The price of the app from Marco.
app_price = 5000
Video: https://github.com/user-attachments/assets/9f764162-1f06-420a-98b7-035f18604c98
If you encounter any bugs or have suggestions for improvement, please feel free to open an issue on this GitHub repository. Your feedback is highly appreciated!
If you are interested in contributing to this mod, feel free to fork this repository and submit a pull request with your changes. Please follow the existing code style and conventions.