1520DLC/res/models/model/vehicle/tram/ktm1-1blue.mdl

168 lines
3.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 = {
5.3, 0.98381000757217, 4.8104958534241,
},
bbMin = {
-5.3, -0.98381000757217, -0.33427900075912,
},
},
lods = {
{
animations = {
},
children = {
{
id = "vehicle/tram/KTM1blue_lod0_front.grp",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.0, 0, 0, 1,
},
type = "GROUP",
},
},
events = {
close_all_doors = {
[1] = {
forward = true,
name = "close_doors",
},
},
open_all_doors = {
[1] = {
forward = true,
name = "open_doors",
},
},
},
matConfigs = {
{
0, 0,
},
},
static = false,
visibleFrom = 0,
visibleTo = 100,
},
{
animations = {
},
children = {
{
id = "vehicle/tram/KTM1blue_lod1_front.grp",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.0, 0, 0, 1,
},
type = "GROUP",
},
},
events = {
close_all_doors = {
[1] = {
forward = true,
name = "close_doors",
},
},
open_all_doors = {
[1] = {
forward = true,
name = "open_doors",
},
},
},
matConfigs = {
{
0, 0,
},
},
static = false,
visibleFrom = 100,
visibleTo = 500,
},
{
animations = {
},
children = {
{
id = "vehicle/tram/KTM1blue_lod2_front.grp",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.08, 0, 0, 1,
},
type = "GROUP",
},
},
events = {
},
matConfigs = {
{
0, 0,
},
},
static = false,
visibleFrom = 500,
visibleTo = 2200,
},
},
metadata = {
description = {
name = _("КТМ1"),
description = _("КТМ-1 - советский моторный двухосный трамвай. Один из первых советских послевоенных трамвайных вагонов. В конструкции трамвая КТМ были применены как прогрессивные (несущий кузов) так и устаревшие (непосредственная система управления и двухосная схема) решения.")
},
railVehicle = {
configs = {
{
axles = { "vehicle/tram/KTM1blue/ktm2_w_lod0.msh" },
},
{
axles = { "vehicle/tram/KTM1blue/ktm2_w_lod0.msh" },
},
{
axles = { "vehicle/tram/KTM1blue/ktm2_w_lod2.msh" },
}
},
topSpeed = 40,
weight = 10.25,
engines = {
{ type = "ELECTRIC", power = 92.0, tractiveEffort = 35.0 }
},
soundSet = "tram_old"
},
transportVehicle = {
carrier = "TRAM",
capacities = {
{ type = "PASSENGERS", capacity = 48 }
},
loadSpeed = 4
},
availability = {
yearFrom = 1947,
yearTo = 1961
},
cost = {
price = 95000
},
maintenance = {
runningCosts = 20000,
lifespan = 30
}
},
}
end