1520DLC/res/models/model/vehicle/tram/ktm1red.mdl

208 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 = {
10.44, 0.98381000757217, 4.8104958534241,
},
bbMin = {
-10.40, -0.98381000757217, -0.33427900075912,
},
},
lods = {
{
animations = {
},
children = {
{
id = "vehicle/tram/ktm1red_lod0_front.grp",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 5.08, 0, 0, 1,
},
type = "GROUP",
},
{
id = "vehicle/tram/ktm1red_lod0_back.grp",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -5.10, 0, 0, 1,
},
type = "GROUP",
},
},
events = {
close_all_doors = {
[1] = {
forward = true,
name = "close_doors",
},
[2] = {
forward = true,
name = "close_doors",
},
},
open_all_doors = {
[1] = {
forward = true,
name = "open_doors",
},
[2] = {
forward = true,
name = "open_doors",
},
},
},
matConfigs = {
{
0, 0,
},
},
static = false,
visibleFrom = 0,
visibleTo = 100,
},
{
animations = {
},
children = {
{
id = "vehicle/tram/ktm1red_lod1_front.grp",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 5.08, 0, 0, 1,
},
type = "GROUP",
},
{
id = "vehicle/tram/ktm1red_lod1_back.grp",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -5.10, 0, 0, 1,
},
type = "GROUP",
},
},
events = {
close_all_doors = {
[1] = {
forward = true,
name = "close_doors",
},
[2] = {
forward = true,
name = "close_doors",
},
},
open_all_doors = {
[1] = {
forward = true,
name = "open_doors",
},
[2] = {
forward = true,
name = "open_doors",
},
},
},
matConfigs = {
{
0, 0,
},
},
static = false,
visibleFrom = 100,
visibleTo = 500,
},
{
animations = {
},
children = {
{
id = "vehicle/tram/ktm1red_lod2_front.grp",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 5.08, 0, 0, 1,
},
type = "GROUP",
},
{
id = "vehicle/tram/ktm1red_lod2_back.grp",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -5.10, 0, 0, 1,
},
type = "GROUP",
},
},
events = {
},
matConfigs = {
{
0, 0,
},
},
static = false,
visibleFrom = 500,
visibleTo = 2200,
},
},
metadata = {
description = {
name = _("КТМ1 + КТП1"),
description = _("КТМ-1 - советский моторный двухосный трамвай, КТП-1 - прицепной трамвайный вагон. Один из первых советских послевоенных трамвайных вагонов. В конструкции трамвая КТП были применены как прогрессивные (несущий кузов) так и устаревшие (непосредственная система управления и двухосная схема) решения.")
},
railVehicle = {
configs = {
{
axles = { "vehicle/tram/KTM1red/ktm2_w_lod0.msh" },
},
{
axles = { "vehicle/tram/KTM1red/ktm2_w_lod0.msh" },
},
{
axles = { "vehicle/tram/KTM1red/ktm2_w_lod2.msh" },
}
},
topSpeed = 40,
weight = 20.5,
engines = {
{ type = "ELECTRIC", power = 92.0, tractiveEffort = 35.0 }
},
soundSet = "tram_old"
},
transportVehicle = {
carrier = "TRAM",
capacities = {
{ type = "PASSENGERS", capacity = 96 }
},
loadSpeed = 4
},
availability = {
yearFrom = 1947,
yearTo = 1961
},
cost = {
price = 190000
},
maintenance = {
runningCosts = 40000,
lifespan = 30
}
},
}
end