1520DLC/res/models/model/vehicle/train/dm62bpid.mdl

214 lines
4.0 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

function data()
return {
boundingInfo = {
bbMax = {
8.84, 1.5827790498734, 4.6462259292603,
},
bbMin = {
-8.84, -1.5827790498734, -0.57415497303009,
},
},
collider = {
params = {
},
type = "MESH",
},
lods = {
{
animations = {
},
children = { {
id = "vehicle/train/dm62bpid/m62_lod_0_body_1.msh",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1,
},
type = "MESH",
}, {
id = "vehicle/train/m62pid/m62_lod_0_vent.msh",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -4.72405, 0, 4.4314, 1,
},
type = "MESH",
}, {
id = "vehicle/train/dm62_lod_0_bogie1v1.grp",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 4.50335, 0, 0, 1,
},
type = "GROUP",
}, {
id = "vehicle/train/dm62_lod_0_bogie2v1.grp",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -4.46425, 0, 0, 1,
},
type = "GROUP",
},
},
events = {
drive = {
[2] = {
forward = false,
name = "ventanim",
}
},
},
matConfigs = {
{
0, 0, 0, 0, 0,
},
},
static = false,
visibleFrom = 0,
visibleTo = 100,
}, {
animations = {
},
children = { {
id = "vehicle/train/dm62bpid/m62_lod_1_body_1.msh",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1,
},
type = "MESH",
}, {
id = "vehicle/train/dm62_lod_1_bogie1v1.grp",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 4.50335, 0, 0, 1,
},
type = "GROUP",
}, {
id = "vehicle/train/dm62_lod_1_bogie2v1.grp",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -4.46425, 0, 0, 1,
},
type = "GROUP",
},
},
events = {
},
matConfigs = {
{
0, 0, 0, 0, 0,
},
},
static = false,
visibleFrom = 100,
visibleTo = 500,
}, {
animations = {
},
children = { {
id = "vehicle/train/dm62bpid/m62_lod_2_body_1.msh",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1,
},
type = "MESH",
}, {
id = "vehicle/train/dm62_lod_2_bogiev1.grp",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 4.50335, 0, 0, 1,
},
type = "GROUP",
}, {
id = "vehicle/train/dm62_lod_2_bogiev1.grp",
transf = {
-1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -4.46425, 0, 0, 1,
},
type = "GROUP",
},
},
events = {
},
matConfigs = {
{
0, 0, 0, 0, 0,
},
},
static = false,
visibleFrom = 500,
visibleTo = 1800,
},
},
metadata = {
description = {
name = _("ДМ62"),
description = _(
"Советский грузопассажирский тепловоз. \n"..
М62 - доработанный вариант для Министерства Обороны, \n"..
"использовался в составах БЖРК. \n"..
"В игре представлена гражданская \n"..
"модификация локомотива.")
},
railVehicle = {
topSpeed = 100.0,
weight = 116.0,
engines = {
{ type = "DIESEL", power = 1470.0, tractiveEffort = 357.0 }
},
configs = {
{
axles = {
"vehicle/train/dm62bpid/m62_lod_0_w1_1.msh",
}
},
{
axles = {
"vehicle/train/dm62bpid/m62_lod_0_w1_1.msh",
}
},
{
axles = {
"vehicle/train/dm62bpid/m62_lod_2_w1_1.msh",
}
}
},
soundSet = { name = "train_diesel", horn = "vehicle/m62tifon.wav" }
},
transportVehicle = {
carrier = "RAIL"
},
availability = {
yearFrom = 2007,
yearTo = 2021
},
cost = {
price = 760000
},
maintenance = {
runningCosts = 470000,
lifespan = 20
},
particleSystem = {
emitters = {
{
position = {1.00814, 0, 4.60 },
velocity = { .0, .0, 2.0 },
color = { .30, .30, .30 },
frequency = 30,
lifeTime = 2.0,
size01 = { .4, 4.0 },
child = 1
},
}
}
},
}
end