Добавлено: Паровоз В 0-3-0, Паровоз В 2-2-0, Stadler Flirt, Электрический омнибус, Классические омнибусы, автобус Gaggenau C40, автобус Leyland GH-7, два вагона конки, трамвайный вагон Godarville, грузовики: Фрезе, КамАЗ-5460, РуссоБалт М-24, ЗиЛ-130, ЗиЛ-4331, ЗиС-151. Забыл добавить П-36, пишу тут чтобы не забыть в следующий раз :D

This commit is contained in:
Alex_BY 2016-03-13 12:36:15 +03:00
parent d401413845
commit 1239c7c8c9
522 changed files with 14385 additions and 0 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,15 @@
function data()
return {
vehicles = {
{ name = "vehicle/train/bzd_cl_flirt_front.mdl", forward = true },
{ name = "vehicle/train/bzd_cl_flirt_w1.mdl", forward = true },
{ name = "vehicle/train/bzd_cl_flirt_w2.mdl", forward = true },
{ name = "vehicle/train/bzd_cl_flirt_front.mdl", forward = false },
},
name = _("Stadler Flirt"),
desc = _(
"Электропоезд Stadler Flirt\n "..
"в цветовой схеме городских линий\n "..
"Белорусской Железной Дороги.")
}
end

View File

@ -0,0 +1,15 @@
function data()
return {
vehicles = {
{ name = "vehicle/train/bzd_rl_flirt_front.mdl", forward = true },
{ name = "vehicle/train/bzd_rl_flirt_w1.mdl", forward = true },
{ name = "vehicle/train/bzd_rl_flirt_w2.mdl", forward = true },
{ name = "vehicle/train/bzd_rl_flirt_front.mdl", forward = false },
},
name = _("Stadler Flirt"),
desc = _(
"Электропоезд Stadler Flirt\n "..
"в цветовой схеме региональных линий\n "..
"Белорусской Железной Дороги.")
}
end

View File

@ -0,0 +1,31 @@
local audioutil = require "audioutil"
function data()
return {
type = "GENERIC",
refDist = 25.0,
params = {
tracks = {
{ clip = "vehicle/elomnibus/engine.wav",
gainCurve = {
nodes = audioutil.plotSqrt(.0, .1, 1.0, 1.0, 10)
},
pitchCurve = {
nodes = {
{ .0, 1.0 },
{ 1.0, 1.33 },
}
}
}
},
}
}
end

View File

@ -0,0 +1,15 @@
local audioutil = require "audioutil"
function data()
return {
type = "GENERIC",
refDist = 25.0,
horn = "vehicle/truck_modern/horn.wav",
openDoors = "vehicle/truck_modern/open_doors.wav",
closeDoors = "vehicle/truck_modern/close_doors.wav",
params = {
tracks = audioutil.makeRoadVehicle2({ .05, .1, .3 }, "vehicle/zil130/zil130idle.wav", .075, .6,
"vehicle/zil130/zil130engine.wav", .4),
}
}
end

View File

@ -0,0 +1,15 @@
local audioutil = require "audioutil"
function data()
return {
type = "GENERIC",
refDist = 25.0,
horn = "vehicle/truck_modern/horn.wav",
openDoors = "vehicle/truck_modern/open_doors.wav",
closeDoors = "vehicle/truck_modern/close_doors.wav",
params = {
tracks = audioutil.makeRoadVehicle2({ .05, .1, .3 }, "vehicle/zil4331/zil4331idle.wav", .075, .6,
"vehicle/zil4331/zil4331engine.wav", .4),
}
}
end

View File

@ -0,0 +1,59 @@
function data()
return {
children = {
{
id = "vehicle/bus/elomnibus/omnibus01_body_lod0.msh",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1,
},
type = "MESH",
},
{
id = "vehicle/bus/elomnibus/omnibus01_door_lod0.msh",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -1.7122, 0.29672, 0.0, 1,
},
type = "MESH",
},
{
id = "vehicle/bus/elomnibus/omnibus01_w1_lod0.msh",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -1.2459, 0, 0.58015, 1,
},
type = "MESH",
},
{
id = "vehicle/bus/elomnibus/omnibus01_engine_lod0.msh",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.2466, 0, 0.5925, 1,
},
type = "MESH",
},
{
id = "vehicle/bus/elomnibus_lod_0_guide.grp",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.72465, 0, 0.0, 1,
},
type = "GROUP",
},
},
matConfigs = {
{ 0, 0, 0, 0 }
},
events = {
open_doors = {
[2] = { name = "opend", forward = true },
},
close_doors = {
[2] = { name = "opend", forward = false },
},
}
}
end

View File

@ -0,0 +1,24 @@
function data()
return {
children = {
{
id = "vehicle/bus/elomnibus/omnibus01_w2_lod0.msh",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0.53735, 1,
},
type = "MESH",
}, {
id = "vehicle/bus/elomnibus/omnibus01_guide_lod0.msh",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1,
},
type = "MESH",
},
},
matConfigs = {
{ 0, 0, 0 }
},
}
end

View File

@ -0,0 +1,51 @@
function data()
return {
children = {
{
id = "vehicle/bus/elomnibus/omnibus01_body_lod1.msh",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1,
},
type = "MESH",
},
{
id = "vehicle/bus/elomnibus/omnibus01_door_lod0.msh",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -1.7122, 0.29672, 0.0, 1,
},
type = "MESH",
},
{
id = "vehicle/bus/elomnibus/omnibus01_w1_lod0.msh",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -1.2459, 0, 0.58015, 1,
},
type = "MESH",
},
{
id = "vehicle/bus/elomnibus_lod_0_guide.grp",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.72465, 0, 0.0, 1,
},
type = "GROUP",
},
},
matConfigs = {
{ 0, 0, 0, 0 }
},
events = {
open_doors = {
[2] = { name = "opend", forward = true },
},
close_doors = {
[2] = { name = "opend", forward = false },
},
}
}
end

View File

@ -0,0 +1,50 @@
function data()
return {
children = {
{
id = "vehicle/bus/omnibus02/omnibus02_body_lod0.msh",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1,
},
type = "MESH",
},{
id = "vehicle/bus/omnibus02/omnibus02_door_lod0.msh",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -1.7778, 0.29672, 0.0, 1,
},
type = "MESH",
},
{
id = "vehicle/bus/omnibus01/omnibus01_w1_lod0.msh",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.9728, 0, 0.711, 1,
},
type = "MESH",
}, {
id = "vehicle/bus/omnibus_lod_0_guide.grp",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.79935, 0, 0.0, 1,
},
type = "GROUP",
},
},
matConfigs = {
{ 0, 0, 0, 0, 0, 0 }
},
events = {
open_doors = {
[2] = { name = "opend", forward = true },
},
close_doors = {
[2] = { name = "opend", forward = false },
},
}
}
end

View File

@ -0,0 +1,52 @@
function data()
return {
children = {
{
id = "vehicle/bus/omnibus02/omnibus02_body_lod1.msh",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1,
},
type = "MESH",
},
{
id = "vehicle/bus/omnibus02/omnibus02_door_lod0.msh",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -1.7778, 0.29672, 0.0, 1,
},
type = "MESH",
},
{
id = "vehicle/bus/omnibus01/omnibus01_w1_lod0.msh",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.9728, 0, 0.711, 1,
},
type = "MESH",
}, {
id = "vehicle/bus/omnibus_lod_0_guide.grp",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.79935, 0, 0.0, 1,
},
type = "GROUP",
},
},
matConfigs = {
{ 0, 0, 0, 0 }
},
events = {
open_doors = {
[2] = { name = "opend", forward = true },
},
close_doors = {
[2] = { name = "opend", forward = false },
},
}
}
end

View File

@ -0,0 +1,50 @@
function data()
return {
children = {
{
id = "vehicle/bus/omnibus01/omnibus01_body_lod0.msh",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1,
},
type = "MESH",
},
{
id = "vehicle/bus/omnibus01/omnibus01_door_lod0.msh",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -1.7778, 0.29672, 0.0, 1,
},
type = "MESH",
},
{
id = "vehicle/bus/omnibus01/omnibus01_w1_lod0.msh",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.9728, 0, 0.711, 1,
},
type = "MESH",
}, {
id = "vehicle/bus/omnibus_lod_0_guide.grp",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.79935, 0, 0.0, 1,
},
type = "GROUP",
},
},
matConfigs = {
{ 0, 0, 0, 0, 0 }
},
events = {
open_doors = {
[2] = { name = "opend", forward = true },
},
close_doors = {
[2] = { name = "opend", forward = false },
},
}
}
end

View File

@ -0,0 +1,24 @@
function data()
return {
children = {
{
id = "vehicle/bus/omnibus01/omnibus01_w2_lod0.msh",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0.5212, 1,
},
type = "MESH",
}, {
id = "vehicle/bus/omnibus01/omnibus01_guide_lod0.msh",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1,
},
type = "MESH",
},
},
matConfigs = {
{ 0, 0, 0 }
},
}
end

View File

@ -0,0 +1,51 @@
function data()
return {
children = {
{
id = "ross1-lod0.grp",
transf = {
0.32, 0, 0, 0, 0, 0.32, 0, 0, 0, 0, 0.32, 0, 0, -0.6003, 0, 1,
},
type = "GROUP",
}, {
id = "ross1-lod0.grp",
transf = {
0.32, 0, 0, 0, 0, 0.32, 0, 0, 0, 0, 0.32, 0, 0, 0.6003, 0, 1,
},
type = "GROUP",
}, {
id = "horse_harness_lod_0_Horse_harness.msh",
transf = {
0.32, 0, 0, 0, 0, 0.32, 0, 0, 0, 0, 0.32, 0, 0, 0.6003, 0, 1,
},
type = "MESH",
}, {
id = "horse_harness_lod_0_Horse_harness.msh",
transf = {
0.32, 0, 0, 0, 0, 0.32, 0, 0, 0, 0, 0.32, 0, 0, -0.6003, 0, 1,
},
type = "MESH",
},
},
events = {
drive = {
[1] = {
forward = true,
name = "walk",
},
[2] = {
forward = true,
name = "walk",
},
},
},
matConfigs = {
{ 0, 0, 0, 0 }
},
}
end

View File

@ -0,0 +1,50 @@
function data()
return {
children = {
{
id = "vehicle/bus/omnibus01/omnibus01_body_lod1.msh",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1,
},
type = "MESH",
},
{
id = "vehicle/bus/omnibus01/omnibus01_door_lod0.msh",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -1.7778, 0.29672, 0.0, 1,
},
type = "MESH",
},
{
id = "vehicle/bus/omnibus01/omnibus01_w1_lod0.msh",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.9728, 0, 0.711, 1,
},
type = "MESH",
}, {
id = "vehicle/bus/omnibus_lod_0_guide.grp",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.79935, 0, 0.0, 1,
},
type = "GROUP",
},
},
matConfigs = {
{ 0, 0, 0, 0, 0, 0 }
},
events = {
open_doors = {
[2] = { name = "opend", forward = true },
},
close_doors = {
[2] = { name = "opend", forward = false },
},
}
}
end

View File

@ -0,0 +1,91 @@
function data()
return {
children = {
{
id = "vehicle/train/0-3-0_V/0-3-0-V_body_lod0.msh",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1,
},
type = "MESH",
},{
id = "vehicle/train/0-3-0_V/0-3-0_V_Rod_1.msh",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -1.6473, 0, 0.94307, 1,
},
type = "MESH",
},{
id = "vehicle/train/0-3-0_V/0-3-0_V_Rod_2.msh",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.22775, 0, 0.94557, 1,
},
type = "MESH",
},{
id = "vehicle/train/0-3-0_V/0-3-0_V_Rod_3.msh",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1.56909, 0, 0.61252, 1,
},
type = "MESH",
},{
id = "vehicle/train/0-3-0_V/0-3-0-V_Wheel.msh",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1.62733, 0, 0.6032, 1,
},
type = "MESH",
},{
id = "vehicle/train/0-3-0_V/0-3-0-V_WheelM.msh",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.23029, 0, 0.6032, 1,
},
type = "MESH",
},{
id = "vehicle/train/0-3-0_V/0-3-0-V_Wheel.msh",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -1.6511, 0, 0.6032, 1,
},
type = "MESH",
},
},
matConfigs = {
{
0, 0, 0, 0, 0, 0, 0
},
},
--animations = {
--},
events = {
drive = {
[2] = {
forward = true,
name = "rot_Rod_1",
},
[3] = {
forward = true,
name = "rot_Rod_2",
},
[4] = {
forward = true,
name = "rot_Rod_3",
},
[5] = {
forward = true,
name = "rot_WheelM",
},
[6] = {
forward = true,
name = "rot_WheelM",
},
[7] = {
forward = true,
name = "rot_WheelM",
},
},
},
}
end

View File

@ -0,0 +1,28 @@
function data()
return {
children = {
{
id = "vehicle/train/0-3-0_V/0-3-0_V_Tender.msh",
transf = { 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1 },
type = "MESH",
},{
id = "vehicle/train/0-3-0_V/0-3-0_V_Tender_Wheel.msh",
transf = { 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1.75438, 0, 0.44859, 1 },
type = "MESH",
},
{
id = "vehicle/train/0-3-0_V/0-3-0_V_Tender_Wheel.msh",
transf = { 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.23051, 0, 0.44859, 1 },
type = "MESH",
},
{
id = "vehicle/train/0-3-0_V/0-3-0_V_Tender_Wheel.msh",
transf = { 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -1.29312, 0, 0.44859, 1 },
type = "MESH",
},
},
matConfigs = {
{ 0, 0, 0, }
},
}
end

View File

@ -0,0 +1,96 @@
function data()
return {
children = {
{
id = "vehicle/train/2-2-0/2-2-0.msh",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1,
},
type = "MESH",
},{
id = "vehicle/train/2-2-0/2-2-0_Rod_1.msh",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -2.59964, 0, 0.64285, 1,
},
type = "MESH",
},{
id = "vehicle/train/2-2-0/2-2-0_Rod_2.msh",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.65793, 0, 0.64188, 1,
},
type = "MESH",
},{
id = "vehicle/train/2-2-0/2-2-0_Rod_3.msh",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1.41405, 0, 0.87632, 1,
},
type = "MESH",
},{
id = "vehicle/train/2-2-0/2-2-0_Wheel.msh",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -2.58615, 0, 0.87665, 1,
},
type = "MESH",
},{
id = "vehicle/train/2-2-0/2-2-0_Wheel.msh",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.64195, 0, 0.87665, 1,
},
type = "MESH",
},
{
id = "vehicle/train/2-2-0/2-2-0_WheelS.msh",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 2.1652, 0, 0.4178, 1,
},
type = "MESH",
},
{
id = "vehicle/train/2-2-0/2-2-0_WheelS.msh",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 3.21565, 0, 0.4178, 1,
},
type = "MESH",
},
},
matConfigs = {
{
0, 0, 0, 0, 0, 0, 0, 0, 0
},
},
--animations = {
--},
events = {
drive = {
[2] = {
forward = true,
name = "rot_Rod_1",
},
[3] = {
forward = true,
name = "rot_Rod_2",
},
[4] = {
forward = true,
name = "rot_Rod_3",
},
[5] = {
forward = true,
name = "rot_Wheel",
},
[6] = {
forward = true,
name = "rot_Wheel",
}
},
},
}
end

View File

@ -0,0 +1,22 @@
function data()
return {
children = {
{
id = "vehicle/train/2-2-0/2-2-0_Tender.msh",
transf = { 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1 },
type = "MESH",
},{
id = "vehicle/train/2-2-0_Tender_Bogie.grp",
transf = { 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -1.3498, 0, 0, 1 },
type = "GROUP",
},{
id = "vehicle/train/2-2-0_Tender_Bogie.grp",
transf = { 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1.3498, 0, 0, 1 },
type = "GROUP",
},
},
matConfigs = {
{ 0, 0, 0, }
},
}
end

View File

@ -0,0 +1,22 @@
function data()
return {
children = {
{
id = "vehicle/train/2-2-0/2-2-0_Tender_Bogie.msh",
transf = { 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1 },
type = "MESH",
},{
id = "vehicle/train/2-2-0/2-2-0_Tender_Wheel.msh",
transf = { 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.5881, 0, 0.4384, 1 },
type = "MESH",
},{
id = "vehicle/train/2-2-0/2-2-0_Tender_Wheel.msh",
transf = { 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.5881, 0, 0.4384, 1 },
type = "MESH",
},
},
matConfigs = {
{ 0, 0, 0, }
},
}
end

View File

@ -0,0 +1,22 @@
function data()
return {
children = {
{
id = "vehicle/train/2-2-0/2-2-0_Tender_lod1.msh",
transf = { 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1 },
type = "MESH",
},{
id = "vehicle/train/2-2-0_Tender_Bogie.grp",
transf = { 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -1.3498, 0, 0, 1 },
type = "GROUP",
},{
id = "vehicle/train/2-2-0_Tender_Bogie.grp",
transf = { 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1.3498, 0, 0, 1 },
type = "GROUP",
},
},
matConfigs = {
{ 0, 0, 0, }
},
}
end

View File

@ -0,0 +1,14 @@
function data()
return {
children = {
{
id = "vehicle/train/2-2-0/2-2-0_Tender_lod2.msh",
transf = { 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1 },
type = "MESH",
},
},
matConfigs = {
{ 0, 0, 0, }
},
}
end

View File

@ -0,0 +1,96 @@
function data()
return {
children = {
{
id = "vehicle/train/2-2-0/2-2-0_lod1.msh",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1,
},
type = "MESH",
},{
id = "vehicle/train/2-2-0/2-2-0_Rod_1.msh",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -2.59964, 0, 0.64285, 1,
},
type = "MESH",
},{
id = "vehicle/train/2-2-0/2-2-0_Rod_2.msh",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.65793, 0, 0.64188, 1,
},
type = "MESH",
},{
id = "vehicle/train/2-2-0/2-2-0_Rod_3.msh",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1.41405, 0, 0.87632, 1,
},
type = "MESH",
},{
id = "vehicle/train/2-2-0/2-2-0_Wheel.msh",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -2.58615, 0, 0.87665, 1,
},
type = "MESH",
},{
id = "vehicle/train/2-2-0/2-2-0_Wheel.msh",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.64195, 0, 0.87665, 1,
},
type = "MESH",
},
{
id = "vehicle/train/2-2-0/2-2-0_WheelS.msh",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 2.1652, 0, 0.4178, 1,
},
type = "MESH",
},
{
id = "vehicle/train/2-2-0/2-2-0_WheelS.msh",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 3.21565, 0, 0.4178, 1,
},
type = "MESH",
},
},
matConfigs = {
{
0, 0, 0, 0, 0, 0, 0, 0, 0
},
},
--animations = {
--},
events = {
drive = {
[2] = {
forward = true,
name = "rot_Rod_1",
},
[3] = {
forward = true,
name = "rot_Rod_2",
},
[4] = {
forward = true,
name = "rot_Rod_3",
},
[5] = {
forward = true,
name = "rot_Wheel",
},
[6] = {
forward = true,
name = "rot_Wheel",
}
},
},
}
end

View File

@ -0,0 +1,23 @@
function data()
return {
children = {
{
id = "vehicle/train/2-2-0/2-2-0_lod2.msh",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1,
},
type = "MESH",
},
},
matConfigs = {
{
0, 0, 0, 0, 0, 0, 0, 0, 0
},
},
--animations = {
--},
events = {
},
}
end

View File

@ -0,0 +1,40 @@
function data()
return {
animations = {
},
children = {
{
id = "vehicle/train/bzd_cl_flirt/bzd_cl_flirt_bogi_front.msh",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1,
},
type = "MESH",
}, {
id = "vehicle/train/tgv/tgv_lod_0_w1.msh",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -1.3981000185013, 0, 0.52439999580383, 1,
},
type = "MESH",
}, {
id = "vehicle/train/tgv/tgv_lod_0_w1.msh",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1.3981000185013, 0, 0.52439999580383, 1,
},
type = "MESH",
},
},
events = {
},
matConfigs = {
{
0, 0, 0,
},
},
}
end

View File

@ -0,0 +1,40 @@
function data()
return {
animations = {
},
children = {
{
id = "vehicle/train/bzd_cl_flirt/bzd_cl_flirt_bogi_mid.msh",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1,
},
type = "MESH",
}, {
id = "vehicle/train/tgv/tgv_lod_0_w1.msh",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -1.3981000185013, 0, 0.52439999580383, 1,
},
type = "MESH",
}, {
id = "vehicle/train/tgv/tgv_lod_0_w1.msh",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1.3981000185013, 0, 0.52439999580383, 1,
},
type = "MESH",
},
},
events = {
},
matConfigs = {
{
0, 0, 0,
},
},
}
end

View File

@ -0,0 +1,40 @@
function data()
return {
animations = {
},
children = {
{
id = "vehicle/train/bzd_rl_flirt/bzd_rl_flirt_bogi_front.msh",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1,
},
type = "MESH",
}, {
id = "vehicle/train/tgv/tgv_lod_0_w1.msh",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -1.3981000185013, 0, 0.52439999580383, 1,
},
type = "MESH",
}, {
id = "vehicle/train/tgv/tgv_lod_0_w1.msh",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1.3981000185013, 0, 0.52439999580383, 1,
},
type = "MESH",
},
},
events = {
},
matConfigs = {
{
0, 0, 0,
},
},
}
end

View File

@ -0,0 +1,40 @@
function data()
return {
animations = {
},
children = {
{
id = "vehicle/train/bzd_rl_flirt/bzd_rl_flirt_bogi_mid.msh",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1,
},
type = "MESH",
}, {
id = "vehicle/train/tgv/tgv_lod_0_w1.msh",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -1.3981000185013, 0, 0.52439999580383, 1,
},
type = "MESH",
}, {
id = "vehicle/train/tgv/tgv_lod_0_w1.msh",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1.3981000185013, 0, 0.52439999580383, 1,
},
type = "MESH",
},
},
events = {
},
matConfigs = {
{
0, 0, 0,
},
},
}
end

View File

@ -0,0 +1,72 @@
function data()
return {
matConfigs = {
{ 0, 0, 0, 0, 0 , 0, 0 }
},
children = { {
id = "vehicle/tram/godarville/godarville_body_lod0.msh",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1,
},
type = "MESH",
}, {
id = "vehicle/tram/godarville/godarville_fence1.msh",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 4.25413, -1.02634, 0, 1,
},
type = "MESH",
}, {
id = "vehicle/tram/godarville/godarville_fence2.msh",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 3.46425, -1.02514, 0, 1,
},
type = "MESH",
},{
id = "vehicle/tram/godarville/godarville_fence1.msh",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -3.46688, -1.02634, 0, 1,
},
type = "MESH",
}, {
id = "vehicle/tram/godarville/godarville_fence2.msh",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -4.25456, -1.02514, 0, 1,
},
type = "MESH",
},{
id = "vehicle/tram/godarville/godarville_w.msh",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1.50936, 0, 0.40665, 1,
},
type = "MESH",
}, {
id = "vehicle/tram/godarville/godarville_w.msh",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -1.50936, 0, 0.40665, 1,
},
type = "MESH",
},
},
events = {
open_doors = {
[2] = { name = "opend", forward = true },
[3] = { name = "opend", forward = true },
[4] = { name = "opend", forward = true },
[5] = { name = "opend", forward = true },
},
close_doors = {
[2] = { name = "opend", forward = false },
[3] = { name = "opend", forward = false },
[4] = { name = "opend", forward = false },
[5] = { name = "opend", forward = false },
},
}
}
end

View File

@ -0,0 +1,32 @@
function data()
return {
matConfigs = {
{ 0, 0, 0, 0, 0 , 0, 0 }
},
children = { {
id = "vehicle/tram/godarville/godarville_body_lod1.msh",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1,
},
type = "MESH",
}, {
id = "vehicle/tram/godarville/godarville_w.msh",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1.50936, 0, 0.40665, 1,
},
type = "MESH",
}, {
id = "vehicle/tram/godarville/godarville_w.msh",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -1.50936, 0, 0.40665, 1,
},
type = "MESH",
},
},
events = {
}
}
end

View File

@ -0,0 +1,18 @@
function data()
return {
matConfigs = {
{ 0, 0, 0, 0, 0 , 0, 0 }
},
children = { {
id = "vehicle/tram/godarville/godarville_body_lod2.msh",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1,
},
type = "MESH",
},
},
events = {
}
}
end

View File

@ -0,0 +1,32 @@
function data()
return {
matConfigs = {
{ 0, 0, 0, 0, 0 , 0, 0 }
},
children = { {
id = "vehicle/tram/parovik/parovik_body_lod0.msh",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1,
},
type = "MESH",
},{
id = "vehicle/tram/parovik/parovik_w.msh",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.8881, 0, 0.3279, 1,
},
type = "MESH",
}, {
id = "vehicle/tram/parovik/parovik_w.msh",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.82355, 0, 0.3279, 1,
},
type = "MESH",
},
},
events = {
}
}
end

View File

@ -0,0 +1,32 @@
function data()
return {
matConfigs = {
{ 0, 0, 0, 0, 0 , 0, 0 }
},
children = { {
id = "vehicle/tram/parovik/parovik_body_lod1.msh",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1,
},
type = "MESH",
},{
id = "vehicle/tram/parovik/parovik_w.msh",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.8881, 0, 0.3279, 1,
},
type = "MESH",
}, {
id = "vehicle/tram/parovik/parovik_w.msh",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.82355, 0, 0.3279, 1,
},
type = "MESH",
},
},
events = {
}
}
end

View File

@ -0,0 +1,18 @@
function data()
return {
matConfigs = {
{ 0, 0, 0, 0, 0 , 0, 0 }
},
children = { {
id = "vehicle/tram/parovik/parovik_body_lod2.msh",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1,
},
type = "MESH",
},
},
events = {
}
}
end

View File

@ -0,0 +1,54 @@
function data()
return {
matConfigs = {
{ 0, 0, 0, 0, 0 , 0, 0 }
},
children = { {
id = "vehicle/tram/parovik/vagon_body_lod0.msh",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1,
},
type = "MESH",
}, {
id = "vehicle/tram/parovik/vagon_door.msh",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 2.0686, -0.36316, 0, 1,
},
type = "MESH",
}, {
id = "vehicle/tram/parovik/vagon_door.msh",
transf = {
-1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -2.2379, -0.36316, 0, 1,
},
type = "MESH",
},{
id = "vehicle/tram/parovik/vagon_w.msh",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1.0219, 0, 0.3279, 1,
},
type = "MESH",
}, {
id = "vehicle/tram/parovik/vagon_w.msh",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -1.088, 0, 0.3279, 1,
},
type = "MESH",
},
},
events = {
open_doors = {
[2] = { name = "opend", forward = true },
[3] = { name = "opend", forward = true },
},
close_doors = {
[2] = { name = "opend", forward = false },
[3] = { name = "opend", forward = false },
},
}
}
end

View File

@ -0,0 +1,54 @@
function data()
return {
matConfigs = {
{ 0, 0, 0, 0, 0 , 0, 0 }
},
children = { {
id = "vehicle/tram/parovik/vagon_body_lod1.msh",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1,
},
type = "MESH",
}, {
id = "vehicle/tram/parovik/vagon_door.msh",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 2.0686, -0.36316, 0, 1,
},
type = "MESH",
}, {
id = "vehicle/tram/parovik/vagon_door.msh",
transf = {
-1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -2.2379, 0.36316, 0, 1,
},
type = "MESH",
},{
id = "vehicle/tram/parovik/vagon_w.msh",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1.0219, 0, 0.3279, 1,
},
type = "MESH",
}, {
id = "vehicle/tram/parovik/vagon_w.msh",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -1.088, 0, 0.3279, 1,
},
type = "MESH",
},
},
events = {
open_doors = {
[2] = { name = "opend", forward = true },
[3] = { name = "opend", forward = true },
},
close_doors = {
[2] = { name = "opend", forward = false },
[3] = { name = "opend", forward = false },
},
}
}
end

View File

@ -0,0 +1,18 @@
function data()
return {
matConfigs = {
{ 0, 0, 0, 0, 0 , 0, 0 }
},
children = { {
id = "vehicle/tram/parovik/vagon_body_lod2.msh",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1,
},
type = "MESH",
},
},
events = {
}
}
end

View File

@ -0,0 +1,80 @@
function data()
return {
matConfigs = {
{ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }
},
children = {
{
id = "vehicle/tram/puthorse/puthorse_body_lod0.msh",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1,
},
type = "MESH",
},
{
id = "vehicle/tram/puthorse/puthorse_door1.msh",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 2.77555, -0.35, 0, 1,
},
type = "MESH",
},
{
id = "vehicle/tram/puthorse/puthorse_door2.msh",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -2.96495, 0.35, 0, 1,
},
type = "MESH",
},
{
id = "vehicle/tram/puthorse/puthorse_fence1.msh",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 3.47098, -1.1105, 0, 1,
},
type = "MESH",
},
{
id = "vehicle/tram/puthorse/puthorse_fence2.msh",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -3.62616, -1.1105, 0, 1,
},
type = "MESH",
},
{
id = "vehicle/tram/puthorse/puthorse_w.msh",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1.01245, 0, 0.328, 1,
},
type = "MESH",
}, {
id = "vehicle/tram/puthorse/puthorse_w.msh",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -1.03135, 0, 0.328, 1,
},
type = "MESH",
},
},
events = {
open_doors = {
[2] = { name = "opend", forward = true },
[3] = { name = "opend", forward = true },
[4] = { name = "opend", forward = true },
[5] = { name = "opend", forward = true },
},
close_doors = {
[2] = { name = "opend", forward = false },
[3] = { name = "opend", forward = false },
[4] = { name = "opend", forward = false },
[5] = { name = "opend", forward = false },
},
}
}
end

View File

@ -0,0 +1,20 @@
function data()
return {
matConfigs = {
{ 0,}
},
children = {
{
id = "vehicle/tram/puthorse/puthorse_guide.msh",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1,
},
type = "MESH",
},
},
events = {
}
}
end

View File

@ -0,0 +1,51 @@
function data()
return {
children = {
{
id = "ross1-lod0.grp",
transf = {
0.32, 0, 0, 0, 0, 0.32, 0, 0, 0, 0, 0.32, 0, 0, -0.6003, 0, 1,
},
type = "GROUP",
}, {
id = "ross1-lod0.grp",
transf = {
0.32, 0, 0, 0, 0, 0.32, 0, 0, 0, 0, 0.32, 0, 0, 0.6003, 0, 1,
},
type = "GROUP",
}, {
id = "horse_harness_lod_0_Horse_harness.msh",
transf = {
0.32, 0, 0, 0, 0, 0.32, 0, 0, 0, 0, 0.32, 0, 0, 0.6003, 0, 1,
},
type = "MESH",
}, {
id = "horse_harness_lod_0_Horse_harness.msh",
transf = {
0.32, 0, 0, 0, 0, 0.32, 0, 0, 0, 0, 0.32, 0, 0, -0.6003, 0, 1,
},
type = "MESH",
},
},
events = {
drive = {
[1] = {
forward = true,
name = "walk",
},
[2] = {
forward = true,
name = "walk",
},
},
},
matConfigs = {
{ 0, 0, 0, 0 }
},
}
end

View File

@ -0,0 +1,33 @@
function data()
return {
matConfigs = {
{ 0, 0, 0 , 0, 0 , 0, 0 }
},
children = {
{
id = "vehicle/tram/ringhorse/ringhorse_body_lod0.msh",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1,
},
type = "MESH",
},{
id = "vehicle/tram/ringhorse/ringhorse_w.msh",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.958, 0, 0.328, 1,
},
type = "MESH",
}, {
id = "vehicle/tram/ringhorse/ringhorse_w.msh",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.92, 0, 0.328, 1,
},
type = "MESH",
},
},
events = {
}
}
end

View File

@ -0,0 +1,20 @@
function data()
return {
matConfigs = {
{ 0,}
},
children = {
{
id = "vehicle/tram/ringhorse/ringhorse_guide.msh",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1,
},
type = "MESH",
},
},
events = {
}
}
end

View File

@ -0,0 +1,51 @@
function data()
return {
children = {
{
id = "ross1-lod0.grp",
transf = {
0.32, 0, 0, 0, 0, 0.32, 0, 0, 0, 0, 0.32, 0, 0, -0.6003, 0, 1,
},
type = "GROUP",
}, {
id = "ross1-lod0.grp",
transf = {
0.32, 0, 0, 0, 0, 0.32, 0, 0, 0, 0, 0.32, 0, 0, 0.6003, 0, 1,
},
type = "GROUP",
}, {
id = "horse_harness_lod_0_Horse_harness.msh",
transf = {
0.32, 0, 0, 0, 0, 0.32, 0, 0, 0, 0, 0.32, 0, 0, 0.6003, 0, 1,
},
type = "MESH",
}, {
id = "horse_harness_lod_0_Horse_harness.msh",
transf = {
0.32, 0, 0, 0, 0, 0.32, 0, 0, 0, 0, 0.32, 0, 0, -0.6003, 0, 1,
},
type = "MESH",
},
},
events = {
drive = {
[1] = {
forward = true,
name = "walk",
},
[2] = {
forward = true,
name = "walk",
},
},
},
matConfigs = {
{ 0, 0, 0, 0 }
},
}
end

View File

@ -0,0 +1,47 @@
function data()
return {
animations = {
},
children = {
{
id = "vehicle/truck/kamaz5460/kamaz5460_body_lod0.msh",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1,
},
type = "MESH",
}, {
id = "vehicle/truck/kamaz5460/kamaz5460_wf.msh",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1.8287, -1.00485, 0.5602, 1,
},
type = "MESH",
}, {
id = "vehicle/truck/kamaz5460/kamaz5460_wf.msh",
transf = {
-1, 0, 0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1.8287, 1.00485, 0.5602, 1,
},
type = "MESH",
}, {
id = "vehicle/truck/kamaz5460/kamaz5460_wb.msh",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -2.1228, 0, 0.56735, 1,
},
type = "MESH",
},
},
events = {
},
matConfigs = {
{
0, 0, 0, 0, 0,
},
},
}
end

View File

@ -0,0 +1,49 @@
function data()
return {
animations = {
},
children = {
{
id = "vehicle/truck/kamaz5460/kamaz5460trailer_body_lod0.msh",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1,
},
type = "MESH",
},
{
id = "vehicle/truck/kamaz5460/kamaz5460_w.msh",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -1.0654, 0, 0.56735, 1,
},
type = "MESH",
}, {
id = "vehicle/truck/kamaz5460/kamaz5460_w.msh",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -2.36155, 0, 0.56735, 1,
},
type = "MESH",
},
{
id = "vehicle/truck/kamaz5460/kamaz5460_w.msh",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -3.64085, 0, 0.56735, 1,
},
type = "MESH",
},
},
events = {
},
matConfigs = {
{
0, 0, 0,
},
},
}
end

View File

@ -0,0 +1,47 @@
function data()
return {
animations = {
},
children = {
{
id = "vehicle/truck/kamaz5460/kamaz5460_body_lod1.msh",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1,
},
type = "MESH",
}, {
id = "vehicle/truck/kamaz5460/kamaz5460_wf.msh",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1.8287, -1.00485, 0.5602, 1,
},
type = "MESH",
}, {
id = "vehicle/truck/kamaz5460/kamaz5460_wf.msh",
transf = {
-1, 0, 0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1.8287, 1.00485, 0.5602, 1,
},
type = "MESH",
}, {
id = "vehicle/truck/kamaz5460/kamaz5460_wb.msh",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -2.1228, 0, 0.56735, 1,
},
type = "MESH",
},
},
events = {
},
matConfigs = {
{
0, 0, 0, 0, 0,
},
},
}
end

View File

@ -0,0 +1,49 @@
function data()
return {
animations = {
},
children = {
{
id = "vehicle/truck/kamaz5460/kamaz5460trailer_body_lod1.msh",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1,
},
type = "MESH",
},
{
id = "vehicle/truck/kamaz5460/kamaz5460_w.msh",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -1.0654, 0, 0.56735, 1,
},
type = "MESH",
}, {
id = "vehicle/truck/kamaz5460/kamaz5460_w.msh",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -2.36155, 0, 0.56735, 1,
},
type = "MESH",
},
{
id = "vehicle/truck/kamaz5460/kamaz5460_w.msh",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -3.64085, 0, 0.56735, 1,
},
type = "MESH",
},
},
events = {
},
matConfigs = {
{
0, 0, 0,
},
},
}
end

View File

@ -0,0 +1,47 @@
function data()
return {
animations = {
},
children = {
{
id = "vehicle/truck/kamaz5460/kamaz5460_body_lod2.msh",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1,
},
type = "MESH",
}, {
id = "vehicle/truck/kamaz5460/kamaz5460_wf.msh",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1.8287, -1.00485, 0.5602, 1,
},
type = "MESH",
}, {
id = "vehicle/truck/kamaz5460/kamaz5460_wf.msh",
transf = {
-1, 0, 0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1.8287, 1.00485, 0.5602, 1,
},
type = "MESH",
}, {
id = "vehicle/truck/kamaz5460/kamaz5460_wb.msh",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -2.1228, 0, 0.56735, 1,
},
type = "MESH",
},
},
events = {
},
matConfigs = {
{
0, 0, 0, 0, 0,
},
},
}
end

View File

@ -0,0 +1,49 @@
function data()
return {
animations = {
},
children = {
{
id = "vehicle/truck/kamaz5460/kamaz5460trailer_body_lod2.msh",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1,
},
type = "MESH",
},
{
id = "vehicle/truck/kamaz5460/kamaz5460_w.msh",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -1.0654, 0, 0.56735, 1,
},
type = "MESH",
}, {
id = "vehicle/truck/kamaz5460/kamaz5460_w.msh",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -2.36155, 0, 0.56735, 1,
},
type = "MESH",
},
{
id = "vehicle/truck/kamaz5460/kamaz5460_w.msh",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -3.64085, 0, 0.56735, 1,
},
type = "MESH",
},
},
events = {
},
matConfigs = {
{
0, 0, 0,
},
},
}
end

View File

@ -0,0 +1,110 @@
function data()
return {
children = {
{
id = "vehicle/truck/povozka/povozka_body_lod0.msh",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1,
},
type = "MESH",
},
{
id = "vehicle/truck/povozka/povozka_w1_lod0.msh",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -1.23905, 0, 0.6238, 1,
},
type = "MESH",
}, {
id = "vehicle/truck/povozka_lod_0_guide.grp",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1.3068, 0, 0.0, 1,
},
type = "GROUP",
},
--goods
{
id = "vehicle/truck/povozka/good01.msh",
transf = {
-1, 0, 0, 0, 0, -1, 0, 0, 0, 0, 1, 0, -0.25, 0, 0, 1,
},
type = "MESH",
},
{
id = "vehicle/truck/povozka/good02.msh",
transf = {
-1, 0, 0, 0, 0, -1, 0, 0, 0, 0, 1, 0, -0.25, 0, 0, 1,
},
type = "MESH",
},
{
id = "vehicle/truck/povozka/good03.msh",
transf = {
-1, 0, 0, 0, 0, -1, 0, 0, 0, 0, 1, 0, -0.25, 0, 0, 1,
},
type = "MESH",
},
--ore
{
id = "vehicle/truck/povozka/ore01.msh",
transf = {
-1, 0, 0, 0, 0, -1, 0, 0, 0, 0, 1, 0, -0.28, 0, 0, 1,
},
type = "MESH",
},
--coil
{
id = "vehicle/truck/povozka/coil01.msh",
transf = {
-1, 0, 0, 0, 0, -1, 0, 0, 0, 0, 1, 0, -0.28, 0, 0, 1,
},
type = "MESH",
},
--wood
{
id = "vehicle/truck/povozka/wood01.msh",
transf = {
-1, 0, 0, 0, 0, -1, 0, 0, 0, 0, 1, 0, -0.25, 0, 0, 1,
},
type = "MESH",
}, {
id = "vehicle/truck/povozka/wood01.msh",
transf = {
-1, 0, 0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1.2, 0, 0, 1,
},
type = "MESH",
},
--oil
{
id = "vehicle/truck/povozka/oil01.msh",
transf = {
-1, 0, 0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1,
},
type = "MESH",
},
{
id = "vehicle/truck/povozka/oil02.msh",
transf = {
-1, 0, 0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1,
},
type = "MESH",
},
},
matConfigs = {
{ 0, 0, 0, 0, 0 }
},
events = {
}
}
end

View File

@ -0,0 +1,24 @@
function data()
return {
children = {
{
id = "vehicle/truck/povozka/povozka_w2_lod0.msh",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0.4969, 1,
},
type = "MESH",
}, {
id = "vehicle/truck/povozka/povozka_guide_lod0.msh",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0.4969, 1,
},
type = "MESH",
},
},
matConfigs = {
{ 0, 0, 0 }
},
}
end

View File

@ -0,0 +1,33 @@
function data()
return {
children = {
{
id = "ross1-lod0.grp",
transf = {
0.32, 0, 0, 0, 0, 0.32, 0, 0, 0, 0, 0.32, 0, 0, 0.0, 0, 1,
},
type = "GROUP",
}, {
id = "horse_harness_lod_0_Horse_harness.msh",
transf = {
0.32, 0, 0, 0, 0, 0.32, 0, 0, 0, 0, 0.32, 0, 0, 0.0, 0, 1,
},
type = "MESH",
},
},
events = {
drive = {
[1] = {
forward = true,
name = "walk",
},
},
},
matConfigs = {
{ 0, 0, 0, 0 }
},
}
end

View File

@ -0,0 +1,57 @@
function data()
return {
params = {
fade_out_range = {
fadeOutEndDist = 20000,
fadeOutStartDist = 10000,
},
map_color_reflect = {
compressionAllowed = true,
fileName = "models/vehicle/bus/elomnibus.tga",
magFilter = "LINEAR",
minFilter = "LINEAR_MIPMAP_LINEAR",
mipmapAlphaScale = 0,
type = "TWOD",
wrapS = "CLAMP_TO_EDGE",
wrapT = "CLAMP_TO_EDGE",
},
map_env = {
compressionAllowed = true,
fileName = "c.tga",
magFilter = "LINEAR",
minFilter = "LINEAR",
mipmapAlphaScale = 0,
type = "CUBE_MAP",
wrapS = "REPEAT",
wrapT = "REPEAT",
},
map_normal = {
compressionAllowed = false,
fileName = "models/vehicle/bus/elomnibus_nrml.tga",
magFilter = "LINEAR",
minFilter = "LINEAR_MIPMAP_LINEAR",
mipmapAlphaScale = 0,
type = "TWOD",
wrapS = "CLAMP_TO_EDGE",
wrapT = "CLAMP_TO_EDGE",
},
props = {
coeffs = {
1, 1, 1.25, 15,
},
},
two_sided = {
twoSided = false,
},
},
type = "REFLECTIVE_NRML_MAP",
}
end

View File

@ -0,0 +1,62 @@
function data()
return {
params = {
fade_out_range = {
fadeOutEndDist = 20000,
fadeOutStartDist = 10000,
},
map_color_reflect = {
compressionAllowed = true,
fileName = "models/vehicle/bus/gaggenauc40.tga",
magFilter = "LINEAR",
minFilter = "LINEAR_MIPMAP_LINEAR",
mipmapAlphaScale = 0,
type = "TWOD",
wrapS = "REPEAT",
wrapT = "REPEAT",
},
map_env = {
compressionAllowed = true,
fileName = "c.tga",
magFilter = "LINEAR",
minFilter = "LINEAR",
mipmapAlphaScale = 0,
type = "CUBE_MAP",
wrapS = "REPEAT",
wrapT = "REPEAT",
},
map_normal = {
compressionAllowed = true,
fileName = "models/vehicle/bus/gaggenauc40_nrml.tga",
magFilter = "LINEAR",
minFilter = "LINEAR_MIPMAP_LINEAR",
mipmapAlphaScale = 0,
type = "TWOD",
wrapS = "REPEAT",
wrapT = "REPEAT",
},
polygon_offset = {
factor = 0,
units = 0,
},
props = {
coeffs = {
1, 1, 1.05, 10,
},
},
two_sided = {
twoSided = false,
},
},
type = "REFLECTIVE_NRML_MAP",
}
end

View File

@ -0,0 +1,62 @@
function data()
return {
params = {
fade_out_range = {
fadeOutEndDist = 20000,
fadeOutStartDist = 10000,
},
map_color_reflect = {
compressionAllowed = true,
fileName = "models/vehicle/bus/leyland.tga",
magFilter = "LINEAR",
minFilter = "LINEAR_MIPMAP_LINEAR",
mipmapAlphaScale = 0,
type = "TWOD",
wrapS = "REPEAT",
wrapT = "REPEAT",
},
map_env = {
compressionAllowed = true,
fileName = "c.tga",
magFilter = "LINEAR",
minFilter = "LINEAR",
mipmapAlphaScale = 0,
type = "CUBE_MAP",
wrapS = "REPEAT",
wrapT = "REPEAT",
},
map_normal = {
compressionAllowed = true,
fileName = "models/vehicle/bus/leyland_nrml.tga",
magFilter = "LINEAR",
minFilter = "LINEAR_MIPMAP_LINEAR",
mipmapAlphaScale = 0,
type = "TWOD",
wrapS = "REPEAT",
wrapT = "REPEAT",
},
polygon_offset = {
factor = 0,
units = 0,
},
props = {
coeffs = {
1, 1, 1.05, 10,
},
},
two_sided = {
twoSided = false,
},
},
type = "REFLECTIVE_NRML_MAP",
}
end

View File

@ -0,0 +1,57 @@
function data()
return {
params = {
fade_out_range = {
fadeOutEndDist = 20000,
fadeOutStartDist = 10000,
},
map_color_reflect = {
compressionAllowed = true,
fileName = "models/vehicle/bus/omnibus01.tga",
magFilter = "LINEAR",
minFilter = "LINEAR_MIPMAP_LINEAR",
mipmapAlphaScale = 0,
type = "TWOD",
wrapS = "CLAMP_TO_EDGE",
wrapT = "CLAMP_TO_EDGE",
},
map_env = {
compressionAllowed = true,
fileName = "c.tga",
magFilter = "LINEAR",
minFilter = "LINEAR",
mipmapAlphaScale = 0,
type = "CUBE_MAP",
wrapS = "REPEAT",
wrapT = "REPEAT",
},
map_normal = {
compressionAllowed = false,
fileName = "models/vehicle/bus/omnibus01_nrml.tga",
magFilter = "LINEAR",
minFilter = "LINEAR_MIPMAP_LINEAR",
mipmapAlphaScale = 0,
type = "TWOD",
wrapS = "CLAMP_TO_EDGE",
wrapT = "CLAMP_TO_EDGE",
},
props = {
coeffs = {
1, 1, 1.25, 15,
},
},
two_sided = {
twoSided = false,
},
},
type = "REFLECTIVE_NRML_MAP",
}
end

View File

@ -0,0 +1,57 @@
function data()
return {
params = {
fade_out_range = {
fadeOutEndDist = 20000,
fadeOutStartDist = 10000,
},
map_color_reflect = {
compressionAllowed = true,
fileName = "models/vehicle/bus/omnibus02.tga",
magFilter = "LINEAR",
minFilter = "LINEAR_MIPMAP_LINEAR",
mipmapAlphaScale = 0,
type = "TWOD",
wrapS = "CLAMP_TO_EDGE",
wrapT = "CLAMP_TO_EDGE",
},
map_env = {
compressionAllowed = true,
fileName = "c.tga",
magFilter = "LINEAR",
minFilter = "LINEAR",
mipmapAlphaScale = 0,
type = "CUBE_MAP",
wrapS = "REPEAT",
wrapT = "REPEAT",
},
map_normal = {
compressionAllowed = false,
fileName = "models/vehicle/bus/omnibus02_nrml.tga",
magFilter = "LINEAR",
minFilter = "LINEAR_MIPMAP_LINEAR",
mipmapAlphaScale = 0,
type = "TWOD",
wrapS = "CLAMP_TO_EDGE",
wrapT = "CLAMP_TO_EDGE",
},
props = {
coeffs = {
1, 1, 1.25, 15,
},
},
two_sided = {
twoSided = false,
},
},
type = "REFLECTIVE_NRML_MAP",
}
end

View File

@ -0,0 +1,50 @@
function data()
return {
params = {
fade_out_range = {
fadeOutEndDist = 20000,
fadeOutStartDist = 10000,
},
map_color_reflect = {
compressionAllowed = true,
fileName = "models/vehicle/car/vaz2109black.tga",
magFilter = "LINEAR",
minFilter = "LINEAR_MIPMAP_LINEAR",
mipmapAlphaScale = 0,
type = "TWOD",
wrapS = "REPEAT",
wrapT = "REPEAT",
},
map_env = {
compressionAllowed = true,
fileName = "c.tga",
magFilter = "LINEAR",
minFilter = "LINEAR",
mipmapAlphaScale = 0,
type = "CUBE_MAP",
wrapS = "REPEAT",
wrapT = "REPEAT",
},
map_normal = {
compressionAllowed = false,
fileName = "models/vehicle/car/vaz2109_n.tga",
magFilter = "LINEAR",
minFilter = "LINEAR_MIPMAP_LINEAR",
mipmapAlphaScale = 0,
type = "TWOD",
wrapS = "REPEAT",
wrapT = "REPEAT",
},
props = {
coeffs = {
1, 1, 0.25, 20,
},
},
two_sided = {
twoSided = false,
},
},
type = "REFLECTIVE",
}
end

View File

@ -0,0 +1,50 @@
function data()
return {
params = {
fade_out_range = {
fadeOutEndDist = 20000,
fadeOutStartDist = 10000,
},
map_color_reflect = {
compressionAllowed = true,
fileName = "models/vehicle/car/vaz2109blue.tga",
magFilter = "LINEAR",
minFilter = "LINEAR_MIPMAP_LINEAR",
mipmapAlphaScale = 0,
type = "TWOD",
wrapS = "REPEAT",
wrapT = "REPEAT",
},
map_env = {
compressionAllowed = true,
fileName = "c.tga",
magFilter = "LINEAR",
minFilter = "LINEAR",
mipmapAlphaScale = 0,
type = "CUBE_MAP",
wrapS = "REPEAT",
wrapT = "REPEAT",
},
map_normal = {
compressionAllowed = false,
fileName = "models/vehicle/car/vaz2109_n.tga",
magFilter = "LINEAR",
minFilter = "LINEAR_MIPMAP_LINEAR",
mipmapAlphaScale = 0,
type = "TWOD",
wrapS = "REPEAT",
wrapT = "REPEAT",
},
props = {
coeffs = {
1, 1, 0.25, 20,
},
},
two_sided = {
twoSided = false,
},
},
type = "REFLECTIVE",
}
end

View File

@ -0,0 +1,50 @@
function data()
return {
params = {
fade_out_range = {
fadeOutEndDist = 20000,
fadeOutStartDist = 10000,
},
map_color_reflect = {
compressionAllowed = true,
fileName = "models/vehicle/car/vaz2109red.tga",
magFilter = "LINEAR",
minFilter = "LINEAR_MIPMAP_LINEAR",
mipmapAlphaScale = 0,
type = "TWOD",
wrapS = "REPEAT",
wrapT = "REPEAT",
},
map_env = {
compressionAllowed = true,
fileName = "c.tga",
magFilter = "LINEAR",
minFilter = "LINEAR",
mipmapAlphaScale = 0,
type = "CUBE_MAP",
wrapS = "REPEAT",
wrapT = "REPEAT",
},
map_normal = {
compressionAllowed = false,
fileName = "models/vehicle/car/vaz2109_n.tga",
magFilter = "LINEAR",
minFilter = "LINEAR_MIPMAP_LINEAR",
mipmapAlphaScale = 0,
type = "TWOD",
wrapS = "REPEAT",
wrapT = "REPEAT",
},
props = {
coeffs = {
1, 1, 0.25, 20,
},
},
two_sided = {
twoSided = false,
},
},
type = "REFLECTIVE",
}
end

View File

@ -0,0 +1,50 @@
function data()
return {
params = {
fade_out_range = {
fadeOutEndDist = 20000,
fadeOutStartDist = 10000,
},
map_color_reflect = {
compressionAllowed = true,
fileName = "models/vehicle/car/volga24black.tga",
magFilter = "LINEAR",
minFilter = "LINEAR_MIPMAP_LINEAR",
mipmapAlphaScale = 0,
type = "TWOD",
wrapS = "REPEAT",
wrapT = "REPEAT",
},
map_env = {
compressionAllowed = true,
fileName = "c.tga",
magFilter = "LINEAR",
minFilter = "LINEAR",
mipmapAlphaScale = 0,
type = "CUBE_MAP",
wrapS = "REPEAT",
wrapT = "REPEAT",
},
map_normal = {
compressionAllowed = false,
fileName = "models/vehicle/car/volga24_n.tga",
magFilter = "LINEAR",
minFilter = "LINEAR_MIPMAP_LINEAR",
mipmapAlphaScale = 0,
type = "TWOD",
wrapS = "REPEAT",
wrapT = "REPEAT",
},
props = {
coeffs = {
1, 1, 0.25, 20,
},
},
two_sided = {
twoSided = false,
},
},
type = "REFLECTIVE",
}
end

View File

@ -0,0 +1,50 @@
function data()
return {
params = {
fade_out_range = {
fadeOutEndDist = 20000,
fadeOutStartDist = 10000,
},
map_color_reflect = {
compressionAllowed = true,
fileName = "models/vehicle/car/volga24green.tga",
magFilter = "LINEAR",
minFilter = "LINEAR_MIPMAP_LINEAR",
mipmapAlphaScale = 0,
type = "TWOD",
wrapS = "REPEAT",
wrapT = "REPEAT",
},
map_env = {
compressionAllowed = true,
fileName = "c.tga",
magFilter = "LINEAR",
minFilter = "LINEAR",
mipmapAlphaScale = 0,
type = "CUBE_MAP",
wrapS = "REPEAT",
wrapT = "REPEAT",
},
map_normal = {
compressionAllowed = false,
fileName = "models/vehicle/car/volga24_n.tga",
magFilter = "LINEAR",
minFilter = "LINEAR_MIPMAP_LINEAR",
mipmapAlphaScale = 0,
type = "TWOD",
wrapS = "REPEAT",
wrapT = "REPEAT",
},
props = {
coeffs = {
1, 1, 0.25, 20,
},
},
two_sided = {
twoSided = false,
},
},
type = "REFLECTIVE",
}
end

View File

@ -0,0 +1,50 @@
function data()
return {
params = {
fade_out_range = {
fadeOutEndDist = 20000,
fadeOutStartDist = 10000,
},
map_color_reflect = {
compressionAllowed = true,
fileName = "models/vehicle/car/volga24red.tga",
magFilter = "LINEAR",
minFilter = "LINEAR_MIPMAP_LINEAR",
mipmapAlphaScale = 0,
type = "TWOD",
wrapS = "REPEAT",
wrapT = "REPEAT",
},
map_env = {
compressionAllowed = true,
fileName = "c.tga",
magFilter = "LINEAR",
minFilter = "LINEAR",
mipmapAlphaScale = 0,
type = "CUBE_MAP",
wrapS = "REPEAT",
wrapT = "REPEAT",
},
map_normal = {
compressionAllowed = false,
fileName = "models/vehicle/car/volga24_n.tga",
magFilter = "LINEAR",
minFilter = "LINEAR_MIPMAP_LINEAR",
mipmapAlphaScale = 0,
type = "TWOD",
wrapS = "REPEAT",
wrapT = "REPEAT",
},
props = {
coeffs = {
1, 1, 0.25, 20,
},
},
two_sided = {
twoSided = false,
},
},
type = "REFLECTIVE",
}
end

View File

@ -0,0 +1,50 @@
function data()
return {
params = {
fade_out_range = {
fadeOutEndDist = 20000,
fadeOutStartDist = 10000,
},
map_color_reflect = {
compressionAllowed = true,
fileName = "models/vehicle/car/volga24taxi.tga",
magFilter = "LINEAR",
minFilter = "LINEAR_MIPMAP_LINEAR",
mipmapAlphaScale = 0,
type = "TWOD",
wrapS = "REPEAT",
wrapT = "REPEAT",
},
map_env = {
compressionAllowed = true,
fileName = "c.tga",
magFilter = "LINEAR",
minFilter = "LINEAR",
mipmapAlphaScale = 0,
type = "CUBE_MAP",
wrapS = "REPEAT",
wrapT = "REPEAT",
},
map_normal = {
compressionAllowed = false,
fileName = "models/vehicle/car/volga24_n.tga",
magFilter = "LINEAR",
minFilter = "LINEAR_MIPMAP_LINEAR",
mipmapAlphaScale = 0,
type = "TWOD",
wrapS = "REPEAT",
wrapT = "REPEAT",
},
props = {
coeffs = {
1, 1, 0.25, 20,
},
},
two_sided = {
twoSided = false,
},
},
type = "REFLECTIVE",
}
end

View File

@ -0,0 +1,50 @@
function data()
return {
params = {
fade_out_range = {
fadeOutEndDist = 20000,
fadeOutStartDist = 10000,
},
map_color_reflect = {
compressionAllowed = true,
fileName = "models/vehicle/car/volga24white.tga",
magFilter = "LINEAR",
minFilter = "LINEAR_MIPMAP_LINEAR",
mipmapAlphaScale = 0,
type = "TWOD",
wrapS = "REPEAT",
wrapT = "REPEAT",
},
map_env = {
compressionAllowed = true,
fileName = "c.tga",
magFilter = "LINEAR",
minFilter = "LINEAR",
mipmapAlphaScale = 0,
type = "CUBE_MAP",
wrapS = "REPEAT",
wrapT = "REPEAT",
},
map_normal = {
compressionAllowed = false,
fileName = "models/vehicle/car/volga24_n.tga",
magFilter = "LINEAR",
minFilter = "LINEAR_MIPMAP_LINEAR",
mipmapAlphaScale = 0,
type = "TWOD",
wrapS = "REPEAT",
wrapT = "REPEAT",
},
props = {
coeffs = {
1, 1, 0.25, 20,
},
},
two_sided = {
twoSided = false,
},
},
type = "REFLECTIVE",
}
end

View File

@ -0,0 +1,62 @@
function data()
return {
params = {
fade_out_range = {
fadeOutEndDist = 20000,
fadeOutStartDist = 10000,
},
map_color_reflect = {
compressionAllowed = true,
fileName = "models/vehicle/train/0-3-0_v_loco.tga",
magFilter = "LINEAR",
minFilter = "LINEAR_MIPMAP_LINEAR",
mipmapAlphaScale = 0,
type = "TWOD",
wrapS = "REPEAT",
wrapT = "REPEAT",
},
map_env = {
compressionAllowed = true,
fileName = "c.tga",
magFilter = "LINEAR",
minFilter = "LINEAR",
mipmapAlphaScale = 0,
type = "CUBE_MAP",
wrapS = "REPEAT",
wrapT = "REPEAT",
},
map_normal = {
compressionAllowed = true,
fileName = "models/vehicle/train/0-3-0_v_loco_nrml.tga",
magFilter = "LINEAR",
minFilter = "LINEAR_MIPMAP_LINEAR",
mipmapAlphaScale = 0,
type = "TWOD",
wrapS = "REPEAT",
wrapT = "REPEAT",
},
polygon_offset = {
factor = 0,
units = 0,
},
props = {
coeffs = {
1, 1, 1.1, 10,
},
},
two_sided = {
twoSided = false,
},
},
type = "REFLECTIVE_NRML_MAP",
}
end

View File

@ -0,0 +1,62 @@
function data()
return {
params = {
fade_out_range = {
fadeOutEndDist = 20000,
fadeOutStartDist = 10000,
},
map_color_reflect = {
compressionAllowed = true,
fileName = "models/vehicle/train/0-3-0_v_tender.tga",
magFilter = "LINEAR",
minFilter = "LINEAR_MIPMAP_LINEAR",
mipmapAlphaScale = 0,
type = "TWOD",
wrapS = "REPEAT",
wrapT = "REPEAT",
},
map_env = {
compressionAllowed = true,
fileName = "c.tga",
magFilter = "LINEAR",
minFilter = "LINEAR",
mipmapAlphaScale = 0,
type = "CUBE_MAP",
wrapS = "REPEAT",
wrapT = "REPEAT",
},
map_normal = {
compressionAllowed = true,
fileName = "models/vehicle/train/0-3-0_v_tender_nrml.tga",
magFilter = "LINEAR",
minFilter = "LINEAR_MIPMAP_LINEAR",
mipmapAlphaScale = 0,
type = "TWOD",
wrapS = "REPEAT",
wrapT = "REPEAT",
},
polygon_offset = {
factor = 0,
units = 0,
},
props = {
coeffs = {
1, 1, 1.1, 10,
},
},
two_sided = {
twoSided = false,
},
},
type = "REFLECTIVE_NRML_MAP",
}
end

View File

@ -0,0 +1,57 @@
function data()
return {
params = {
fade_out_range = {
fadeOutEndDist = 20000,
fadeOutStartDist = 10000,
},
map_color_reflect = {
compressionAllowed = true,
fileName = "models/vehicle/train/2-2-0.tga",
magFilter = "LINEAR",
minFilter = "LINEAR_MIPMAP_LINEAR",
mipmapAlphaScale = 0,
type = "TWOD",
wrapS = "CLAMP_TO_EDGE",
wrapT = "CLAMP_TO_EDGE",
},
map_env = {
compressionAllowed = true,
fileName = "c.t2-2-0",
magFilter = "LINEAR",
minFilter = "LINEAR",
mipmapAlphaScale = 0,
type = "CUBE_MAP",
wrapS = "REPEAT",
wrapT = "REPEAT",
},
map_normal = {
compressionAllowed = false,
fileName = "models/vehicle/train/2-2-0_nrml.tga",
magFilter = "LINEAR",
minFilter = "LINEAR_MIPMAP_LINEAR",
mipmapAlphaScale = 0,
type = "TWOD",
wrapS = "CLAMP_TO_EDGE",
wrapT = "CLAMP_TO_EDGE",
},
props = {
coeffs = {
1, 1, 0.8, 11,
},
},
two_sided = {
twoSided = false,
},
},
type = "REFLECTIVE_NRML_MAP",
}
end

View File

@ -0,0 +1,57 @@
function data()
return {
params = {
fade_out_range = {
fadeOutEndDist = 20000,
fadeOutStartDist = 10000,
},
map_color_reflect = {
compressionAllowed = true,
fileName = "models/vehicle/train/2-2-0_Tender.tga",
magFilter = "LINEAR",
minFilter = "LINEAR_MIPMAP_LINEAR",
mipmapAlphaScale = 0,
type = "TWOD",
wrapS = "CLAMP_TO_EDGE",
wrapT = "CLAMP_TO_EDGE",
},
map_env = {
compressionAllowed = true,
fileName = "c.t2-2-0",
magFilter = "LINEAR",
minFilter = "LINEAR",
mipmapAlphaScale = 0,
type = "CUBE_MAP",
wrapS = "REPEAT",
wrapT = "REPEAT",
},
map_normal = {
compressionAllowed = false,
fileName = "models/vehicle/train/2-2-0_Tender_nrml.tga",
magFilter = "LINEAR",
minFilter = "LINEAR_MIPMAP_LINEAR",
mipmapAlphaScale = 0,
type = "TWOD",
wrapS = "CLAMP_TO_EDGE",
wrapT = "CLAMP_TO_EDGE",
},
props = {
coeffs = {
1, 1, 0.8, 11,
},
},
two_sided = {
twoSided = false,
},
},
type = "REFLECTIVE_NRML_MAP",
}
end

View File

@ -0,0 +1,62 @@
function data()
return {
params = {
fade_out_range = {
fadeOutEndDist = 20000,
fadeOutStartDist = 10000,
},
map_color_reflect = {
compressionAllowed = true,
fileName = "models/vehicle/train/bzd_cl_flirt.tga",
magFilter = "LINEAR",
minFilter = "LINEAR_MIPMAP_LINEAR",
mipmapAlphaScale = 0,
type = "TWOD",
wrapS = "REPEAT",
wrapT = "REPEAT",
},
map_env = {
compressionAllowed = true,
fileName = "c.tga",
magFilter = "LINEAR",
minFilter = "LINEAR",
mipmapAlphaScale = 0,
type = "CUBE_MAP",
wrapS = "REPEAT",
wrapT = "REPEAT",
},
map_normal = {
compressionAllowed = false,
fileName = "models/vehicle/train/bzd_cl_flirt_nrml.tga",
magFilter = "LINEAR",
minFilter = "LINEAR_MIPMAP_LINEAR",
mipmapAlphaScale = 0,
type = "TWOD",
wrapS = "REPEAT",
wrapT = "REPEAT",
},
polygon_offset = {
factor = 0,
units = 0,
},
props = {
coeffs = {
1, 1, 1, 10,
},
},
two_sided = {
twoSided = false,
},
},
type = "REFLECTIVE_NRML_MAP",
}
end

View File

@ -0,0 +1,62 @@
function data()
return {
params = {
fade_out_range = {
fadeOutEndDist = 20000,
fadeOutStartDist = 10000,
},
map_color_reflect = {
compressionAllowed = true,
fileName = "models/vehicle/train/bzd_rl_flirt.tga",
magFilter = "LINEAR",
minFilter = "LINEAR_MIPMAP_LINEAR",
mipmapAlphaScale = 0,
type = "TWOD",
wrapS = "REPEAT",
wrapT = "REPEAT",
},
map_env = {
compressionAllowed = true,
fileName = "c.tga",
magFilter = "LINEAR",
minFilter = "LINEAR",
mipmapAlphaScale = 0,
type = "CUBE_MAP",
wrapS = "REPEAT",
wrapT = "REPEAT",
},
map_normal = {
compressionAllowed = false,
fileName = "models/vehicle/train/bzd_rl_flirt_nrml.tga",
magFilter = "LINEAR",
minFilter = "LINEAR_MIPMAP_LINEAR",
mipmapAlphaScale = 0,
type = "TWOD",
wrapS = "REPEAT",
wrapT = "REPEAT",
},
polygon_offset = {
factor = 0,
units = 0,
},
props = {
coeffs = {
1, 1, 1, 10,
},
},
two_sided = {
twoSided = false,
},
},
type = "REFLECTIVE_NRML_MAP",
}
end

View File

@ -0,0 +1,57 @@
function data()
return {
params = {
fade_out_range = {
fadeOutEndDist = 20000,
fadeOutStartDist = 10000,
},
map_color_reflect = {
compressionAllowed = true,
fileName = "models/vehicle/tram/godarville.tga",
magFilter = "LINEAR",
minFilter = "LINEAR_MIPMAP_LINEAR",
mipmapAlphaScale = 0,
type = "TWOD",
wrapS = "CLAMP_TO_EDGE",
wrapT = "CLAMP_TO_EDGE",
},
map_env = {
compressionAllowed = true,
fileName = "c.tga",
magFilter = "LINEAR",
minFilter = "LINEAR",
mipmapAlphaScale = 0,
type = "CUBE_MAP",
wrapS = "REPEAT",
wrapT = "REPEAT",
},
map_normal = {
compressionAllowed = false,
fileName = "models/vehicle/tram/godarville_nrml.tga",
magFilter = "LINEAR",
minFilter = "LINEAR_MIPMAP_LINEAR",
mipmapAlphaScale = 0,
type = "TWOD",
wrapS = "CLAMP_TO_EDGE",
wrapT = "CLAMP_TO_EDGE",
},
props = {
coeffs = {
1, 1, 1.25, 15,
},
},
two_sided = {
twoSided = false,
},
},
type = "REFLECTIVE_NRML_MAP",
}
end

View File

@ -0,0 +1,57 @@
function data()
return {
params = {
fade_out_range = {
fadeOutEndDist = 20000,
fadeOutStartDist = 10000,
},
map_color_reflect = {
compressionAllowed = true,
fileName = "models/vehicle/tram/parovik.tga",
magFilter = "LINEAR",
minFilter = "LINEAR_MIPMAP_LINEAR",
mipmapAlphaScale = 0,
type = "TWOD",
wrapS = "CLAMP_TO_EDGE",
wrapT = "CLAMP_TO_EDGE",
},
map_env = {
compressionAllowed = true,
fileName = "c.tga",
magFilter = "LINEAR",
minFilter = "LINEAR",
mipmapAlphaScale = 0,
type = "CUBE_MAP",
wrapS = "REPEAT",
wrapT = "REPEAT",
},
map_normal = {
compressionAllowed = false,
fileName = "models/vehicle/tram/parovik_nrml.tga",
magFilter = "LINEAR",
minFilter = "LINEAR_MIPMAP_LINEAR",
mipmapAlphaScale = 0,
type = "TWOD",
wrapS = "CLAMP_TO_EDGE",
wrapT = "CLAMP_TO_EDGE",
},
props = {
coeffs = {
1, 1, 1.25, 15,
},
},
two_sided = {
twoSided = false,
},
},
type = "REFLECTIVE_NRML_MAP",
}
end

View File

@ -0,0 +1,57 @@
function data()
return {
params = {
fade_out_range = {
fadeOutEndDist = 20000,
fadeOutStartDist = 10000,
},
map_color_reflect = {
compressionAllowed = true,
fileName = "models/vehicle/tram/parovikvg.tga",
magFilter = "LINEAR",
minFilter = "LINEAR_MIPMAP_LINEAR",
mipmapAlphaScale = 0,
type = "TWOD",
wrapS = "CLAMP_TO_EDGE",
wrapT = "CLAMP_TO_EDGE",
},
map_env = {
compressionAllowed = true,
fileName = "c.tga",
magFilter = "LINEAR",
minFilter = "LINEAR",
mipmapAlphaScale = 0,
type = "CUBE_MAP",
wrapS = "REPEAT",
wrapT = "REPEAT",
},
map_normal = {
compressionAllowed = false,
fileName = "models/vehicle/tram/parovikvg_nrml.tga",
magFilter = "LINEAR",
minFilter = "LINEAR_MIPMAP_LINEAR",
mipmapAlphaScale = 0,
type = "TWOD",
wrapS = "CLAMP_TO_EDGE",
wrapT = "CLAMP_TO_EDGE",
},
props = {
coeffs = {
1, 1, 1.25, 15,
},
},
two_sided = {
twoSided = false,
},
},
type = "REFLECTIVE_NRML_MAP",
}
end

View File

@ -0,0 +1,57 @@
function data()
return {
params = {
fade_out_range = {
fadeOutEndDist = 20000,
fadeOutStartDist = 10000,
},
map_color_reflect = {
compressionAllowed = true,
fileName = "models/vehicle/tram/puthorse.tga",
magFilter = "LINEAR",
minFilter = "LINEAR_MIPMAP_LINEAR",
mipmapAlphaScale = 0,
type = "TWOD",
wrapS = "CLAMP_TO_EDGE",
wrapT = "CLAMP_TO_EDGE",
},
map_env = {
compressionAllowed = true,
fileName = "c.tga",
magFilter = "LINEAR",
minFilter = "LINEAR",
mipmapAlphaScale = 0,
type = "CUBE_MAP",
wrapS = "REPEAT",
wrapT = "REPEAT",
},
map_normal = {
compressionAllowed = false,
fileName = "models/vehicle/tram/puthorse_nrml.tga",
magFilter = "LINEAR",
minFilter = "LINEAR_MIPMAP_LINEAR",
mipmapAlphaScale = 0,
type = "TWOD",
wrapS = "CLAMP_TO_EDGE",
wrapT = "CLAMP_TO_EDGE",
},
props = {
coeffs = {
1, 1, 1.25, 15,
},
},
two_sided = {
twoSided = false,
},
},
type = "REFLECTIVE_NRML_MAP",
}
end

View File

@ -0,0 +1,57 @@
function data()
return {
params = {
fade_out_range = {
fadeOutEndDist = 20000,
fadeOutStartDist = 10000,
},
map_color_reflect = {
compressionAllowed = true,
fileName = "models/vehicle/tram/ringhorse.tga",
magFilter = "LINEAR",
minFilter = "LINEAR_MIPMAP_LINEAR",
mipmapAlphaScale = 0,
type = "TWOD",
wrapS = "CLAMP_TO_EDGE",
wrapT = "CLAMP_TO_EDGE",
},
map_env = {
compressionAllowed = true,
fileName = "c.tga",
magFilter = "LINEAR",
minFilter = "LINEAR",
mipmapAlphaScale = 0,
type = "CUBE_MAP",
wrapS = "REPEAT",
wrapT = "REPEAT",
},
map_normal = {
compressionAllowed = false,
fileName = "models/vehicle/tram/ringhorse_nrml.tga",
magFilter = "LINEAR",
minFilter = "LINEAR_MIPMAP_LINEAR",
mipmapAlphaScale = 0,
type = "TWOD",
wrapS = "CLAMP_TO_EDGE",
wrapT = "CLAMP_TO_EDGE",
},
props = {
coeffs = {
1, 1, 1.25, 15,
},
},
two_sided = {
twoSided = false,
},
},
type = "REFLECTIVE_NRML_MAP",
}
end

View File

@ -0,0 +1,57 @@
function data()
return {
params = {
fade_out_range = {
fadeOutEndDist = 20000,
fadeOutStartDist = 10000,
},
map_color_reflect = {
compressionAllowed = true,
fileName = "models/vehicle/truck/freze.tga",
magFilter = "LINEAR",
minFilter = "LINEAR_MIPMAP_LINEAR",
mipmapAlphaScale = 0,
type = "TWOD",
wrapS = "CLAMP_TO_EDGE",
wrapT = "CLAMP_TO_EDGE",
},
map_env = {
compressionAllowed = true,
fileName = "c.tga",
magFilter = "LINEAR",
minFilter = "LINEAR",
mipmapAlphaScale = 0,
type = "CUBE_MAP",
wrapS = "REPEAT",
wrapT = "REPEAT",
},
map_normal = {
compressionAllowed = false,
fileName = "models/vehicle/truck/freze_nrml.tga",
magFilter = "LINEAR",
minFilter = "LINEAR_MIPMAP_LINEAR",
mipmapAlphaScale = 0,
type = "TWOD",
wrapS = "CLAMP_TO_EDGE",
wrapT = "CLAMP_TO_EDGE",
},
props = {
coeffs = {
1, 1, 1.25, 15,
},
},
two_sided = {
twoSided = false,
},
},
type = "REFLECTIVE_NRML_MAP",
}
end

View File

@ -0,0 +1,57 @@
function data()
return {
params = {
fade_out_range = {
fadeOutEndDist = 20000,
fadeOutStartDist = 10000,
},
map_color_reflect = {
compressionAllowed = true,
fileName = "models/vehicle/truck/kamaz5460.tga",
magFilter = "LINEAR",
minFilter = "LINEAR_MIPMAP_LINEAR",
mipmapAlphaScale = 0,
type = "TWOD",
wrapS = "CLAMP_TO_EDGE",
wrapT = "CLAMP_TO_EDGE",
},
map_env = {
compressionAllowed = true,
fileName = "c.tga",
magFilter = "LINEAR",
minFilter = "LINEAR",
mipmapAlphaScale = 0,
type = "CUBE_MAP",
wrapS = "REPEAT",
wrapT = "REPEAT",
},
map_normal = {
compressionAllowed = false,
fileName = "models/vehicle/truck/kamaz5460_nrml.tga",
magFilter = "LINEAR",
minFilter = "LINEAR_MIPMAP_LINEAR",
mipmapAlphaScale = 0,
type = "TWOD",
wrapS = "CLAMP_TO_EDGE",
wrapT = "CLAMP_TO_EDGE",
},
props = {
coeffs = {
1, 1, 1.25, 15,
},
},
two_sided = {
twoSided = false,
},
},
type = "REFLECTIVE_NRML_MAP",
}
end

View File

@ -0,0 +1,57 @@
function data()
return {
params = {
fade_out_range = {
fadeOutEndDist = 20000,
fadeOutStartDist = 10000,
},
map_color_reflect = {
compressionAllowed = true,
fileName = "models/vehicle/truck/kamaz5460trailer.tga",
magFilter = "LINEAR",
minFilter = "LINEAR_MIPMAP_LINEAR",
mipmapAlphaScale = 0,
type = "TWOD",
wrapS = "CLAMP_TO_EDGE",
wrapT = "CLAMP_TO_EDGE",
},
map_env = {
compressionAllowed = true,
fileName = "c.tga",
magFilter = "LINEAR",
minFilter = "LINEAR",
mipmapAlphaScale = 0,
type = "CUBE_MAP",
wrapS = "REPEAT",
wrapT = "REPEAT",
},
map_normal = {
compressionAllowed = false,
fileName = "models/vehicle/truck/kamaz5460trailer_nrml.tga",
magFilter = "LINEAR",
minFilter = "LINEAR_MIPMAP_LINEAR",
mipmapAlphaScale = 0,
type = "TWOD",
wrapS = "CLAMP_TO_EDGE",
wrapT = "CLAMP_TO_EDGE",
},
props = {
coeffs = {
1, 1, 1.25, 15,
},
},
two_sided = {
twoSided = false,
},
},
type = "REFLECTIVE_NRML_MAP",
}
end

View File

@ -0,0 +1,57 @@
function data()
return {
params = {
fade_out_range = {
fadeOutEndDist = 20000,
fadeOutStartDist = 10000,
},
map_color_reflect = {
compressionAllowed = true,
fileName = "models/vehicle/truck/povozka.tga",
magFilter = "LINEAR",
minFilter = "LINEAR_MIPMAP_LINEAR",
mipmapAlphaScale = 0,
type = "TWOD",
wrapS = "CLAMP_TO_EDGE",
wrapT = "CLAMP_TO_EDGE",
},
map_env = {
compressionAllowed = true,
fileName = "c.tga",
magFilter = "LINEAR",
minFilter = "LINEAR",
mipmapAlphaScale = 0,
type = "CUBE_MAP",
wrapS = "REPEAT",
wrapT = "REPEAT",
},
map_normal = {
compressionAllowed = false,
fileName = "models/vehicle/truck/povozka_nrml.tga",
magFilter = "LINEAR",
minFilter = "LINEAR_MIPMAP_LINEAR",
mipmapAlphaScale = 0,
type = "TWOD",
wrapS = "CLAMP_TO_EDGE",
wrapT = "CLAMP_TO_EDGE",
},
props = {
coeffs = {
1, 1, 1.25, 15,
},
},
two_sided = {
twoSided = false,
},
},
type = "REFLECTIVE_NRML_MAP",
}
end

View File

@ -0,0 +1,57 @@
function data()
return {
params = {
fade_out_range = {
fadeOutEndDist = 20000,
fadeOutStartDist = 10000,
},
map_color_reflect = {
compressionAllowed = true,
fileName = "models/vehicle/truck/russobalt.tga",
magFilter = "LINEAR",
minFilter = "LINEAR_MIPMAP_LINEAR",
mipmapAlphaScale = 0,
type = "TWOD",
wrapS = "CLAMP_TO_EDGE",
wrapT = "CLAMP_TO_EDGE",
},
map_env = {
compressionAllowed = true,
fileName = "c.tga",
magFilter = "LINEAR",
minFilter = "LINEAR",
mipmapAlphaScale = 0,
type = "CUBE_MAP",
wrapS = "REPEAT",
wrapT = "REPEAT",
},
map_normal = {
compressionAllowed = false,
fileName = "models/vehicle/truck/russobalt_nrml.tga",
magFilter = "LINEAR",
minFilter = "LINEAR_MIPMAP_LINEAR",
mipmapAlphaScale = 0,
type = "TWOD",
wrapS = "CLAMP_TO_EDGE",
wrapT = "CLAMP_TO_EDGE",
},
props = {
coeffs = {
1, 1, 1.25, 15,
},
},
two_sided = {
twoSided = false,
},
},
type = "REFLECTIVE_NRML_MAP",
}
end

View File

@ -0,0 +1,57 @@
function data()
return {
params = {
fade_out_range = {
fadeOutEndDist = 20000,
fadeOutStartDist = 10000,
},
map_color_reflect = {
compressionAllowed = true,
fileName = "models/vehicle/truck/zil130.tga",
magFilter = "LINEAR",
minFilter = "LINEAR_MIPMAP_LINEAR",
mipmapAlphaScale = 0,
type = "TWOD",
wrapS = "CLAMP_TO_EDGE",
wrapT = "CLAMP_TO_EDGE",
},
map_env = {
compressionAllowed = true,
fileName = "c.tga",
magFilter = "LINEAR",
minFilter = "LINEAR",
mipmapAlphaScale = 0,
type = "CUBE_MAP",
wrapS = "REPEAT",
wrapT = "REPEAT",
},
map_normal = {
compressionAllowed = false,
fileName = "models/vehicle/truck/zil130_nrml.tga",
magFilter = "LINEAR",
minFilter = "LINEAR_MIPMAP_LINEAR",
mipmapAlphaScale = 0,
type = "TWOD",
wrapS = "CLAMP_TO_EDGE",
wrapT = "CLAMP_TO_EDGE",
},
props = {
coeffs = {
1, 1, 1.25, 15,
},
},
two_sided = {
twoSided = false,
},
},
type = "REFLECTIVE_NRML_MAP",
}
end

View File

@ -0,0 +1,57 @@
function data()
return {
params = {
fade_out_range = {
fadeOutEndDist = 20000,
fadeOutStartDist = 10000,
},
map_color_reflect = {
compressionAllowed = true,
fileName = "models/vehicle/truck/zil4331.tga",
magFilter = "LINEAR",
minFilter = "LINEAR_MIPMAP_LINEAR",
mipmapAlphaScale = 0,
type = "TWOD",
wrapS = "CLAMP_TO_EDGE",
wrapT = "CLAMP_TO_EDGE",
},
map_env = {
compressionAllowed = true,
fileName = "c.tga",
magFilter = "LINEAR",
minFilter = "LINEAR",
mipmapAlphaScale = 0,
type = "CUBE_MAP",
wrapS = "REPEAT",
wrapT = "REPEAT",
},
map_normal = {
compressionAllowed = false,
fileName = "models/vehicle/truck/zil4331_nrml.tga",
magFilter = "LINEAR",
minFilter = "LINEAR_MIPMAP_LINEAR",
mipmapAlphaScale = 0,
type = "TWOD",
wrapS = "CLAMP_TO_EDGE",
wrapT = "CLAMP_TO_EDGE",
},
props = {
coeffs = {
1, 1, 1.25, 15,
},
},
two_sided = {
twoSided = false,
},
},
type = "REFLECTIVE_NRML_MAP",
}
end

View File

@ -0,0 +1,57 @@
function data()
return {
params = {
fade_out_range = {
fadeOutEndDist = 20000,
fadeOutStartDist = 10000,
},
map_color_reflect = {
compressionAllowed = true,
fileName = "models/vehicle/truck/zis151.tga",
magFilter = "LINEAR",
minFilter = "LINEAR_MIPMAP_LINEAR",
mipmapAlphaScale = 0,
type = "TWOD",
wrapS = "CLAMP_TO_EDGE",
wrapT = "CLAMP_TO_EDGE",
},
map_env = {
compressionAllowed = true,
fileName = "c.tga",
magFilter = "LINEAR",
minFilter = "LINEAR",
mipmapAlphaScale = 0,
type = "CUBE_MAP",
wrapS = "REPEAT",
wrapT = "REPEAT",
},
map_normal = {
compressionAllowed = false,
fileName = "models/vehicle/truck/zis151_nrml.tga",
magFilter = "LINEAR",
minFilter = "LINEAR_MIPMAP_LINEAR",
mipmapAlphaScale = 0,
type = "TWOD",
wrapS = "CLAMP_TO_EDGE",
wrapT = "CLAMP_TO_EDGE",
},
props = {
coeffs = {
1, 1, 1.25, 15,
},
},
two_sided = {
twoSided = false,
},
},
type = "REFLECTIVE_NRML_MAP",
}
end

View File

@ -0,0 +1,23 @@
-- Generated by Train Fever Model Converter version 0.3.5481.4047
function data() return {
animations = {
},
matConfigs = { { 0 } },
subMeshes = {
{ -- Object 0
indices = {
position = { count = 18276, offset = 0, },
normal = { count = 18276, offset = 18276, },
uv0 = { count = 18276, offset = 36552, },
tangent = { count = 18276, offset = 54828, },
},
materials = { "vehicle/bus/elomnibus.mtl" },
},
},
vertexAttr = {
position = { count = 54828, numComp = 3, offset = 73104, },
normal = { count = 54828, numComp = 3, offset = 127932, },
uv0 = { count = 36552, numComp = 2, offset = 182760, },
tangent = { count = 73104, numComp = 4, offset = 219312, },
},
} end

View File

@ -0,0 +1,23 @@
-- Generated by Train Fever Model Converter version 0.3.5481.4047
function data() return {
animations = {
},
matConfigs = { { 0 } },
subMeshes = {
{ -- Object 0
indices = {
position = { count = 2256, offset = 0, },
normal = { count = 2256, offset = 2256, },
uv0 = { count = 2256, offset = 4512, },
tangent = { count = 2256, offset = 6768, },
},
materials = { "vehicle/bus/elomnibus.mtl" },
},
},
vertexAttr = {
position = { count = 6768, numComp = 3, offset = 9024, },
normal = { count = 6768, numComp = 3, offset = 15792, },
uv0 = { count = 4512, numComp = 2, offset = 22560, },
tangent = { count = 9024, numComp = 4, offset = 27072, },
},
} end

View File

@ -0,0 +1,23 @@
-- Generated by Train Fever Model Converter version 0.3.5481.4047
function data() return {
animations = {
},
matConfigs = { { 0 } },
subMeshes = {
{ -- Object 0
indices = {
position = { count = 120, offset = 0, },
normal = { count = 120, offset = 120, },
uv0 = { count = 120, offset = 240, },
tangent = { count = 120, offset = 360, },
},
materials = { "vehicle/bus/elomnibus.mtl" },
},
},
vertexAttr = {
position = { count = 360, numComp = 3, offset = 480, },
normal = { count = 360, numComp = 3, offset = 840, },
uv0 = { count = 240, numComp = 2, offset = 1200, },
tangent = { count = 480, numComp = 4, offset = 1440, },
},
} end

View File

@ -0,0 +1,51 @@
-- Generated by Train Fever Model Converter version 0.3.5481.4047
function data() return {
animations = {
opend = {
type = "KEYFRAME",
params = {
origin = { 0, 0, 0, },
keyframes = {
{
time = 0,
rot = { 0, 0, 0 },
transl = { 0, 0, 0 }
},
{
time = 400,
rot = { 30.00007, 0, 0 },
transl = { 0, 0, 0 }
},
{
time = 800,
rot = { 60.00014, 0, 0 },
transl = { 0.0, 0.0, 0 }
},
{
time = 1200,
rot = { 84.99829, 0, 0 },
transl = { 0.0, 0.0, 0 }
}
}
}
},
},
matConfigs = { { 0 } },
subMeshes = {
{ -- Object 0
indices = {
position = { count = 120, offset = 0, },
normal = { count = 120, offset = 120, },
uv0 = { count = 120, offset = 240, },
tangent = { count = 120, offset = 360, },
},
materials = { "vehicle/bus/elomnibus.mtl" },
},
},
vertexAttr = {
position = { count = 360, numComp = 3, offset = 480, },
normal = { count = 360, numComp = 3, offset = 840, },
uv0 = { count = 240, numComp = 2, offset = 1200, },
tangent = { count = 480, numComp = 4, offset = 1440, },
},
} end

View File

@ -0,0 +1,23 @@
-- Generated by Train Fever Model Converter version 0.3.5481.4047
function data() return {
animations = {
},
matConfigs = { { 0 } },
subMeshes = {
{ -- Object 0
indices = {
position = { count = 4464, offset = 0, },
normal = { count = 4464, offset = 4464, },
uv0 = { count = 4464, offset = 8928, },
tangent = { count = 4464, offset = 13392, },
},
materials = { "vehicle/bus/elomnibus.mtl" },
},
},
vertexAttr = {
position = { count = 13392, numComp = 3, offset = 17856, },
normal = { count = 13392, numComp = 3, offset = 31248, },
uv0 = { count = 8928, numComp = 2, offset = 44640, },
tangent = { count = 17856, numComp = 4, offset = 53568, },
},
} end

View File

@ -0,0 +1,23 @@
-- Generated by Train Fever Model Converter version 0.3.5481.4047
function data() return {
animations = {
},
matConfigs = { { 0 } },
subMeshes = {
{ -- Object 0
indices = {
position = { count = 3192, offset = 0, },
normal = { count = 3192, offset = 3192, },
uv0 = { count = 3192, offset = 6384, },
tangent = { count = 3192, offset = 9576, },
},
materials = { "vehicle/bus/elomnibus.mtl" },
},
},
vertexAttr = {
position = { count = 9576, numComp = 3, offset = 12768, },
normal = { count = 9576, numComp = 3, offset = 22344, },
uv0 = { count = 6384, numComp = 2, offset = 31920, },
tangent = { count = 12768, numComp = 4, offset = 38304, },
},
} end

Some files were not shown because too many files have changed in this diff Show More