Route Configuration

Each route defines where to search for broken vehicles, their difficulty, time, and payout.

Example Route:

{
    id = 1,
    name = "Downtown Route",
    startArea = vector3(200.0, -800.0, 31.0),
    radius = 800,
    vehicleCount = { min = 2, max = 4 },
    payMultiplier = 1.0,
    timeLimit = 30,
}

Route Difficulty Levels

Difficulty
Vehicle Types
Max Pay Multiplier

1 (Easy)

Compacts, Sedans

1.0

2 (Medium)

SUVs, Vans, Offroad

1.5

3 (Hard)

Trucks, Industrial

2.2