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

129 lines
2.3 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 = { 24.85, 1.58, 5.9, },
bbMin = { -25.45, -1.58, 0.0, },
},
collider =
{
params = { },
type = "MESH",
},
lods =
{
{
animations = { },
children =
{
{
id = "vehicle/train/vl11m_front.grp",
transf =
{
1, 0, 0, 0,
0, 1, 0, 0,
0, 0, 1, 0,
16.05, 0, 0, 1,
},
type = "GROUP",
},
{
id = "vehicle/train/vl11m_mid.grp",
transf =
{
1, 0, 0, 0,
0, 1, 0, 0,
0, 0, 1, 0,
0, 0, 0, 1,
},
type = "GROUP",
},
{
id = "vehicle/train/vl11m_back.grp",
transf =
{
1, 0, 0, 0,
0, 1, 0, 0,
0, 0, 1, 0,
-16.6, 0, 0, 1,
},
type = "GROUP",
},
},
events = { },
matConfigs = { { 0, 0, 0, 0, 0, 0, 0 }, },
static = false,
visibleFrom = 0,
visibleTo = 300,
},
{
animations = { },
children =
{
{
id = "vehicle/train/vl11m_front_lod1.grp",
transf =
{
1, 0, 0, 0,
0, 1, 0, 0,
0, 0, 1, 0,
16.05, 0, 0, 1,
},
type = "GROUP",
},
{
id = "vehicle/train/vl11m_mid_lod1.grp",
transf =
{
1, 0, 0, 0,
0, 1, 0, 0,
0, 0, 1, 0,
0, 0, 0, 1,
},
type = "GROUP",
},
{
id = "vehicle/train/vl11m_back_lod1.grp",
transf =
{
1, 0, 0, 0,
0, 1, 0, 0,
0, 0, 1, 0,
-16.6, 0, 0, 1,
},
type = "GROUP",
},
},
events = { },
matConfigs = { { 0, 0, 0, 0, 0, 0, 0 }, },
static = false,
visibleFrom = 300,
visibleTo = 2000,
},
},
metadata =
{
description =
{
name = _("ВЛ11м (трёхсекционный)"),
},
railVehicle =
{
topSpeed = 100.0,
weight = 276.0,
engines = { { type = "ELECTRIC", power = 8475.0, tractiveEffort = 999.0 } },
configs =
{
{ axles = { "vehicle/train/vl10_wheel/vl10_wheel.msh", }, },
},
soundSet = { name = "vl10u" }
},
transportVehicle = { carrier = "RAIL", multipleUnitOnly = false },
availability = { yearFrom = 1986, yearTo = 1993 },
cost = { price = 3000000 },
maintenance = { runningCosts = 1500000, lifespan = 50 }
},
}
end