Documentation

Setup

Install and configure Vehicle Terrain.

#Standalone Installation

  1. Install and start the latest zyke_lib.
  2. Download Vehicle Terrain and keep the folder name zyke_vehicleterrain.
  3. Configure shared/unlocked/config.lua.
  4. Add the resources to server.cfg in this order:
cfg
ensure zyke_lib
ensure zyke_vehicleterrain

Realistic Vehicles and Wheel Pop are not required.

#Using All Three Resources

When Realistic Vehicles or Wheel Pop is also started, the resources coordinate their handling baselines through optional exports. Each resource can run on its own and shares handling data when used together.

Use this order when installing all three:

cfg
ensure zyke_lib
ensure zyke_vehicleterrain
ensure zyke_wheelpop
ensure zyke_realisticvehicles