Vehicle Routes
π Vehicles & Routes
Vehicles
Config.Vehicle = {
{ Model = "bus", Label = "City Bus", Capacity = 40, Speed = 90, Level = 0 },
{ Model = "tourbus", Label = "Tour Bus", Capacity = 30, Speed = 110, Level = 5 },
{ Model = "airbus", Label = "Long Bus", Capacity = 60, Speed = 85, Level = 10 },
}Field
Description
Routes
Config.Route = {
{
Id = 1,
Name = "Line 1 - Downtown",
Level = 0,
Time = nil,
Distance = 8.5,
Duration = 25,
Payment = { Min = 420, Max = 680 },
Stops = {
{ Pos = vec3(463.16, -611.99, 28.49), Name = "Depot" },
{ Pos = vec3(305.64, -760.84, 29.31), Name = "Stop 1" },
{ Pos = vec3(463.16, -611.99, 28.49), Name = "Return" },
},
},
}Field
Description
Per-stop time limit
Night-only route example
Last updated
Was this helpful?
