Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions config/VehicleConfigurations.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ with the course.

This file is the global configuration coming with your copy of Courseplay. If you
want your own vehicle config, you can create a file called
vehicleConfigurations.xml in your modSettings/FS22_Courseplay folder. Settings defined
vehicleConfigurations.xml in your modSettings/FS25_Courseplay folder. Settings defined
in that file will override the settings defined here.

You can use the cpReadVehicleConfigurations console command to reload these files
You can use the cpVehicleConfigurationsReload console command to reload these files
in-game.

Custom settings are listed per vehicle, the vehicle is identified by its XML file
name (you can find this in the game's folder under data/vehicles/<make>/<model>/
name (you can find this in the game's folder under data/vehicles/<make>/<model>/).

A vehicle may have multiple implements attached. If multiple implements have the
same attribute defined here, Courseplay just uses the first value it finds, which
Expand Down
Loading