Configuration settings
The configuration files are divided into two files:
- The minimal configuration of the application
config.json
- The configuration of the game
config.ets2.json
orconfig.ats.json
All configuration files are placed in a config
folder.
Minimal application configuration
All application configuration are placed into a config.json
General
Key | Name | Values | Default |
---|---|---|---|
general_refresh_rate | Refresh rate |
|
15 |
general_port | Port | N/A | 3000 |
general_skin_on_load | Default skin loaded |
|
JAGFx |
general_skin_locale | Langue |
|
en_EN |
general_job_remaining | Job delivery time |
|
due_date |
general_h-shift-layout | H-Shifter layout |
|
h-shifter |
general_damage_accurate | Damage accurate |
|
damage-diagnostic |
Game configuration
Each game (Eurotruck simulator 2 or Americantruck Simulator) has its own configuration file:
config.ets2.json
for Eurotruck Simulator 2config.ats.json
for Americantruck Simulator
But, all game configuration have same entries.
Event
Key | Name | Values | Default |
---|---|---|---|
events_game.pause | Game pause |
|
false |
events_game.fine | Road fine |
|
true |
events_game.tollgate | Toll gate |
|
true |
events_game.ferry | Ferry travel |
|
true |
events_game.train | Train travel |
|
true |
events_game.refuel-payed | Refuel payed |
|
true |
events_job.cancelled | Job canceled |
|
false |
events_job.delivered | Job delivered |
|
true |
events_job.finished | Job finished |
|
false |
events_job.started | Job started |
|
false |
events_navigation.speed-limit | Speed limit |
|
false |
events_trailers.coupling | Trailer coupled |
|
true |
events_trailers.damage | Trailer damage |
|
false |
events_truck.cruise-control | Cruise control enabled |
|
false |
events_truck.cruise-control-increase | Cruise control increase |
|
false |
events_truck.cruise-control-decrease | Cruise control decrease |
|
false |
events_truck.warning | Truck warning message |
|
true |
events_truck.emergency | Truck emergency message |
|
true |
events_truck.electric | Truck electric message |
|
false |
events_truck.engine | Truck engine start |
|
false |
events_truck.park | Truck parking brake |
|
false |
events_truck.damage | Truck damage |
|
false |
events_truck.refuel | Truck refuel |
|
false |
Unit
Key | Name | Values | Default |
---|---|---|---|
unit_weight | Weight |
|
kg |
unit_length | Length |
|
m |
unit_degrees | Degrees |
|
C |
unit_consumption | Consumption |
|
lpkm |
unit_volume | Volume |
|
l |
unit_pressure | Pressure |
|
psi |
unit_speed | Speed |
|
mph |
unit_currency | Currency |
|
EUR |
Skin configuration
JAGFx
Key | Name | Values | Default |
---|---|---|---|
jagfx_elements_right_oilTemperature | Oil temperature |
|
true |
jagfx_elements_right_brakesTemperature | Brakes temperature |
|
true |
jagfx_elements_right_brakesAirPressure | Brakes air pressure |
|
true |
jagfx_elements_right_fuel | Fuel |
|
true |
jagfx_elements_right_fuelConsumption | Fuel consumption |
|
true |
jagfx_elements_right_cruiseControl | Cruise control |
|
true |
jagfx_elements_right_waterTemperature | Water temperature |
|
true |
jagfx_elements_right_batteryVoltage | Battery voltage |
|
false |
jagfx_elements_right_restStop | Next rest stop |
|
false |
jagfx_elements_right_map | Display map |
|
false |
jagfx_elements_mid_top_retarder | Retarder |
|
true |
jagfx_elements_mid_top_parkingBrake | Parking brake |
|
true |
jagfx_elements_mid_top_beamHigh | Beam high |
|
true |
jagfx_elements_mid_top_beamLow | Beam low |
|
true |
jagfx_elements_mid_top_beacon | Beacon |
|
false |
jagfx_elements_mid_bottom_rpm | RPM |
|
true |
jagfx_elements_mid_bottom_fuel | Fuel |
|
true |
jagfx_elements_mid_bottom_speedLimit | Speed limit |
|
true |
jagfx_elements_mid_bottom_blinker_turn | Turning indicator |
|
false |
jagfx_elements_right_map | Display map |
|
false |
Scania
Key | Name | Values | Default |
---|---|---|---|
scania_default_menu | Default menu |
|
null |
Note: We can displayed 7 element max in the right side and 4 in the middle side. Place your element on the top.
Maps
Key | Name | Values | Default |
---|---|---|---|
maps_general_debug | Debug information |
|
false |
maps_elements_eta | ETA information |
|
true |
maps_elements_speedAndGear | Speed and gear |
|
true |
maps_elements_mapControls | Map controls |
|
true |
maps_elements_speedLimit | Speed limit |
|
true |
maps_elements_rotateWithPlayer | Map rotation |
|
true |
maps_map_navigationRemaining | Navigation ETA |
|
false |
maps_map_activeMap | Active map | N/A | null/td> </tr> |
maps_map_type | Kind of map |
|
vanilla |
maps_map_tilesRemotePath | Remote tiles location |
|
https://raw.githubusercontent.com/Unicor-p/SCS_Map_Tiles/master/ |
maps_map_tilesRemoteUseCustom | Custom tiles |
|
false |
maps_map_tilesRemoteCustomPath | Custom tiles location | N/A | null |
maps_map_tilesVersion | Custom remote tiles location |
|
latest |