Electric Vehicles
Quasar Fuel Stations supports electric vehicles with a customizable charging system. This system includes predefined charging stations, specific charging rates, and vehicle offsets for accurate charging point placement. Below is a guide to configuring the electric vehicle system in your server.
Configuring Electric Charging Stations
Electric charging stations are defined in Config.ChargeStations
. Each station has specific coordinates and a model that acts as the charging point.
Adding a New Charging Station
To add a new electric charging station:
Charging Rate
The charging rate determines how quickly electric vehicles regain energy. Adjust this value in Config.ChargeRate
to set the desired speed of charging.
Key Parameter
Custom Offsets for Electric Vehicles
Electric vehicles may have unique designs requiring precise nozzle placement. Use Config.CustomOffsets
to configure offsets for specific vehicles.
Adding Custom Offsets
To add offsets for a specific vehicle:
Fuel Type Configuration
Electric vehicles use the electric
fuel type. By default, this is automatically assigned based on the model. The configuration for fuel types is managed through model_fuel_types.json
.
Key Information
Integrating Electric Chargers
To fully integrate the electric charging system:
Last updated