1520DLC/res/models/model/vehicle/bus/maz203.mdl

191 lines
4.0 KiB
Plaintext
Raw Normal View History

2016-03-08 13:02:03 +03:00
function data()
return {
boundingInfo = {
bbMax = {
5.8, 1.3924540281296, 2.7697329521179,
},
bbMin = {
-5.6, -1.3530210256577, -0.48035699129105,
},
},
collider = {
params = {
},
type = "MESH",
},
lods = {
{
animations = {
},
children = {
{
id = "vehicle/bus/maz203/lod_0_maz203.msh",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1,
},
type = "MESH",
}, {
id = "vehicle/bus/maz203/lod_0_door2.msh",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 4.96482, -1.24658, 1.29318, 1,
},
type = "MESH",
}, {
id = "vehicle/bus/maz203/lod_0_door1.msh",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.50239, -1.24658, 1.29318, 1,
},
type = "MESH",
},{
id = "vehicle/bus/maz203/lod_0_door2.msh",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.15697, -1.24658, 1.29318, 1,
},
type = "MESH",
},{
id = "vehicle/bus/maz203/lod_0_door1.msh",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -3.34602, -1.24658, 1.29318, 1,
},
type = "MESH",
},{
id = "vehicle/bus/maz203/lod_0_door2.msh",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -4.00539, -1.24658, 1.29318, 1,
},
type = "MESH",
}, {
id = "vehicle/bus/maz203/lod_0_w1.msh",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -2.027, 0, 0.4804, 1,
},
type = "MESH",
}, {
id = "vehicle/bus/maz203/lod_0_w2.msh",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 3.755, -1.008, 0.4804, 1,
},
type = "MESH",
}, {
id = "vehicle/bus/maz203/lod_0_w2.msh",
transf = {
-1, 0, 0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 3.755, 1.008, 0.4804, 1,
},
type = "MESH",
},
},
events = {
close_all_doors = {
[2] = {
forward = false,
name = "anim2",
},
[3] = {
forward = false,
name = "anim1",
},
[4] = {
forward = false,
name = "anim2",
},
[5] = {
forward = false,
name = "anim1",
},
[6] = {
forward = false,
name = "anim2",
}
},
open_all_doors = {
[2] = {
forward = true,
name = "anim2",
},
[3] = {
forward = true,
name = "anim1",
},
[4] = {
forward = true,
name = "anim2",
},
[5] = {
forward = true,
name = "anim1",
},
[6] = {
forward = true,
name = "anim2",
}
},
},
matConfigs = {
{
0, 0, 0, 0, 0, 0, 0, 0, 0,
},
},
static = false,
visibleFrom = 0,
visibleTo = 1190,
},
},
metadata = {
description = {
name = _("МАЗ-203"),
description = _("Белорусский низкопольный городской \n"..
"автобус. Обладает удобной планировкой салона и \n"..
"оснащён мощным двигателем, что делает его очень \n"..
"полезным в условиях большого города.")
},
roadVehicle = {
topSpeed = 100.0,
weight = 18.0,
power = 213.0,
tractiveEffort = 15.0,
configs = {
{
axles = { "vehicle/bus/maz203/lod_0_w1.msh" },
wheels = { "vehicle/bus/maz203/lod_0_w2.msh" },
fakeBogies = { { group = 0, position = 0, offset = 0 } }
}
},
soundSet = { name = "bus_modern", horn = "vehicle/truck_modern/horn.wav" }
},
transportVehicle = {
carrier = "ROAD",
capacities = {
{ type = "PASSENGERS", capacity = 102 }
},
loadSpeed = 5
2016-03-08 13:02:03 +03:00
},
availability = {
yearFrom = 2006,
--yearTo = 2009
},
cost = {
price = 220000
},
maintenance = {
runningCosts = 35000,
lifespan = 17
}
},
}
end