0% found this document useful (0 votes)
8 views2 pages

Ak69e Rotbraun

The document defines a data structure for a rail vehicle, including bounding box information, collider parameters, and level of detail (LOD) configurations. It provides metadata such as availability, cost, description, maintenance details, emissions, and specifications for the vehicle's sound set, top speed, and weight. The structure is designed for a vehicle model named 'ak69e' with various properties and configurations.

Uploaded by

slope.gnat5414
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
8 views2 pages

Ak69e Rotbraun

The document defines a data structure for a rail vehicle, including bounding box information, collider parameters, and level of detail (LOD) configurations. It provides metadata such as availability, cost, description, maintenance details, emissions, and specifications for the vehicle's sound set, top speed, and weight. The structure is designed for a vehicle model named 'ak69e' with various properties and configurations.

Uploaded by

slope.gnat5414
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

function data()

return {
boundingInfo = {
bbMax = { 1.68, 1.428, 0.98, },
bbMin = { -1.68, -1.428, 0, },
},
collider = {
params = {
halfExtents = { 10.95, 1.428, 1, },
},
transf = { 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, },
type = "BOX",
},
lods = {
{
node = {
children = {
{
materials = {
"vehicle/train/cakv69/ak69e_rotbraun.mtl", },
mesh = "vehicle/train/cakv69/ak69e_lod0.msh",
name = "",
transf = { 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0,
0, 0, 0.0, 1, },
},
},
name = "RootNode",
transf = { 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0,
1, },
},
static = false,
visibleFrom = 0,
visibleTo = 100,
},
{
node = {
children = {
{
materials = {
"vehicle/train/cakv69/ak69e_rotbraun.mtl", },
mesh = "vehicle/train/cakv69/ak69e_lod0.msh",
name = "",
transf = { 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0,
0, 0, 0, 1, },
},
},
name = "RootNode",
transf = { 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0,
1, },
},
static = false,
visibleFrom = 100,
visibleTo = 400,
},
{
node = {
children = {
{
materials = {
"vehicle/train/cakv69/ak69e_rotbraun.mtl", },
mesh = "vehicle/train/cakv69/ak69e_lod0.msh",
name = "",
transf = { 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0,
0, 0, 0, 1, },
},
},
name = "RootNode",
transf = { 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0,
1, },
},
static = false,
visibleFrom = 400,
visibleTo = 1600,
},
},
metadata = {
availability = {
yearFrom = 1996,
yearTo = 0,
},
cost = {
price = -1,
priceScale = 1,
},
description = {
name = _("ak69e_name"),
description = _("ak69e_desc"),
},
maintenance = {
runningCosts = -1,
lifespan = 29220
},
emission = {
idleEmission = -1,
powerEmission = -1,
speedEmission = -1,
},
railVehicle = {
configs = {
},
engines = { },
soundSet = {
name = "waggon_freight_old",
},
topSpeed = 33.3333333,
weight = 35,
},
},
version = 1,
}
end

You might also like