mirror of
https://github.com/metrostroi-repo/MetrostroiAddon.git
synced 2026-05-02 00:42:29 +00:00
@@ -301,7 +301,7 @@ ENT.ButtonMap["AV1"] = {
|
|||||||
|
|
||||||
ENT.ClientProps["tab"] = {
|
ENT.ClientProps["tab"] = {
|
||||||
model = "models/metrostroi_train/Equipment/tab.mdl",
|
model = "models/metrostroi_train/Equipment/tab.mdl",
|
||||||
pos = Vector(12.0-0.4,-1,-2),
|
pos = Vector(12.0-0.4,0,-2),
|
||||||
ang = Angle(0,0,0),
|
ang = Angle(0,0,0),
|
||||||
skin = 0,
|
skin = 0,
|
||||||
hide = 2,
|
hide = 2,
|
||||||
@@ -1067,7 +1067,7 @@ ENT.ClientProps["door2"] = {
|
|||||||
|
|
||||||
ENT.ClientProps["door3"] = {
|
ENT.ClientProps["door3"] = {
|
||||||
model = "models/metrostroi_train/81-703/81-703_door_interior_a.mdl",
|
model = "models/metrostroi_train/81-703/81-703_door_interior_a.mdl",
|
||||||
pos = Vector(395.6,-16,-8,5),
|
pos = Vector(395.6,-15,-8,5),
|
||||||
ang = Angle(0.000000,90.000000,0.000000),
|
ang = Angle(0.000000,90.000000,0.000000),
|
||||||
hide = 2,
|
hide = 2,
|
||||||
}
|
}
|
||||||
@@ -1610,4 +1610,4 @@ for id,panel in pairs(ENT.ButtonMap) do
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
Metrostroi.GenerateClientProps()
|
Metrostroi.GenerateClientProps()
|
||||||
@@ -286,7 +286,7 @@ ENT.ButtonMap["AV1"] = {
|
|||||||
|
|
||||||
ENT.ClientProps["tab"] = {
|
ENT.ClientProps["tab"] = {
|
||||||
model = "models/metrostroi_train/Equipment/tab.mdl",
|
model = "models/metrostroi_train/Equipment/tab.mdl",
|
||||||
pos = Vector(12.0-0.4,-1,-2),
|
pos = Vector(12.0-0.4,0,-2),
|
||||||
ang = Angle(0,0,0),
|
ang = Angle(0,0,0),
|
||||||
skin = 0,
|
skin = 0,
|
||||||
hide = 2,
|
hide = 2,
|
||||||
@@ -968,7 +968,7 @@ ENT.ClientProps["door2"] = {
|
|||||||
|
|
||||||
ENT.ClientProps["door3"] = {
|
ENT.ClientProps["door3"] = {
|
||||||
model = "models/metrostroi_train/81-703/81-703_door_interior_a.mdl",
|
model = "models/metrostroi_train/81-703/81-703_door_interior_a.mdl",
|
||||||
pos = Vector(395.6,-16,-8,5),
|
pos = Vector(395.6,-15,-8,5),
|
||||||
ang = Angle(0.000000,90.000000,0.000000),
|
ang = Angle(0.000000,90.000000,0.000000),
|
||||||
hide = 2,
|
hide = 2,
|
||||||
}
|
}
|
||||||
@@ -1508,4 +1508,4 @@ for id,panel in pairs(ENT.ButtonMap) do
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
Metrostroi.GenerateClientProps()
|
Metrostroi.GenerateClientProps()
|
||||||
@@ -24,8 +24,8 @@ function SWEP:PrimaryAttack()
|
|||||||
tr.filter = function(ent) if (ent:GetClass() == "func_door" or ent:GetClass() == "func_button") and ent:GetName():find("adminlock") then return true end end
|
tr.filter = function(ent) if (ent:GetClass() == "func_door" or ent:GetClass() == "func_button") and ent:GetName():find("adminlock") then return true end end
|
||||||
local trace = util.TraceLine( tr )
|
local trace = util.TraceLine( tr )
|
||||||
if not trace.Hit or not IsValid(trace.Entity) then return end
|
if not trace.Hit or not IsValid(trace.Entity) then return end
|
||||||
trace.Entity:Fire("Toggle","","")
|
trace.Entity:Fire("Toggle","")
|
||||||
trace.Entity:Fire("Press","","")
|
trace.Entity:Fire("Press","")
|
||||||
|
|
||||||
self:SetNextPrimaryFire( CurTime()+0.5)
|
self:SetNextPrimaryFire( CurTime()+0.5)
|
||||||
end
|
end
|
||||||
|
|||||||
@@ -1,16 +1,18 @@
|
|||||||
"VertexLitGeneric"
|
"VertexLitGeneric"
|
||||||
{
|
{
|
||||||
"$basetexture" "models/metrostroi_train/81-502/glass"
|
"$basetexture" "\models\metrostroi_train\common\glass_metrostroi_001"
|
||||||
"$model" "1"
|
"$bumpmap" "models\metrostroi_train\common\glass_metrostroi_n"
|
||||||
"$allowalphatocoverage" "1"
|
"$translucent" 1
|
||||||
"$alphatest" "1"
|
"$halflambert" 1
|
||||||
$phong 1
|
"$additive" 1
|
||||||
$phongexponent 64
|
"$model" 1
|
||||||
$phongboost 16
|
|
||||||
$phongfresnelranges "[0.1 0 0]"
|
|
||||||
"$bumpmap" "models/metrostroi_train/81-502/glass_n"
|
|
||||||
"$envmap" "env_cubemap"
|
"$envmap" "env_cubemap"
|
||||||
"$envmapcontrast" "1"
|
"$envmapcontrast" "1"
|
||||||
"$envmaptint" "[0.25 0.25 0.25]"
|
"$envmaptint" "[0.25 0.25 0.25]"
|
||||||
}
|
|
||||||
|
|
||||||
|
"$phong" "1"
|
||||||
|
"$phongexponent" "64"
|
||||||
|
"$phongboost" "16"
|
||||||
|
"$phongfresnelranges" "[0.1 0 0]"
|
||||||
|
}
|
||||||
|
|||||||
@@ -1,15 +1,18 @@
|
|||||||
"VertexLitGeneric"
|
"VertexLitGeneric"
|
||||||
{
|
{
|
||||||
"$basetexture" "models/metrostroi_train/81-502/windows"
|
"$basetexture" "\models\metrostroi_train\common\glass_metrostroi_001"
|
||||||
"$model" "1"
|
"$bumpmap" "models\metrostroi_train\common\glass_metrostroi_n"
|
||||||
"$alphatest" "1"
|
"$translucent" 1
|
||||||
$phong 1
|
"$halflambert" 1
|
||||||
$phongexponent 100
|
"$additive" 1
|
||||||
|
"$model" 1
|
||||||
"$allowalphatocoverage" "1"
|
|
||||||
$phongfresnelranges "[0 0.4 1]"
|
"$envmap" "env_cubemap"
|
||||||
$envmap env_cubemap
|
"$envmapcontrast" "1"
|
||||||
$envmaptint "[0.2 0.2 0.2]"
|
"$envmaptint" "[0.25 0.25 0.25]"
|
||||||
$envmapmask "models/metrostroi_train/81-502/windows"
|
|
||||||
|
"$phong" "1"
|
||||||
|
"$phongexponent" "64"
|
||||||
|
"$phongboost" "16"
|
||||||
|
"$phongfresnelranges" "[0.1 0 0]"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,19 +1,18 @@
|
|||||||
"VertexLitGeneric"
|
"VertexLitGeneric"
|
||||||
{
|
{
|
||||||
"$basetexture" "models/metrostroi_train/81-502/glass"
|
"$basetexture" "\models\metrostroi_train\common\glass_metrostroi_001"
|
||||||
"$model" "1"
|
"$bumpmap" "models\metrostroi_train\common\glass_metrostroi_n"
|
||||||
"$allowalphatocoverage" "1"
|
"$translucent" 1
|
||||||
"$alphatest" "1"
|
|
||||||
"$halflambert" 1
|
"$halflambert" 1
|
||||||
|
"$additive" 1
|
||||||
$phong 1
|
"$model" 1
|
||||||
$phongexponent 64
|
|
||||||
$phongboost 16
|
|
||||||
$phongfresnelranges "[0.1 0 0]"
|
|
||||||
|
|
||||||
"$bumpmap" "models/metrostroi_train/81-502/glass_n"
|
|
||||||
|
|
||||||
"$envmap" "env_cubemap"
|
"$envmap" "env_cubemap"
|
||||||
"$envmapcontrast" "1"
|
"$envmapcontrast" "1"
|
||||||
"$envmaptint" "[0.25 0.25 0.25]"
|
"$envmaptint" "[0.25 0.25 0.25]"
|
||||||
}
|
|
||||||
|
"$phong" "1"
|
||||||
|
"$phongexponent" "64"
|
||||||
|
"$phongboost" "16"
|
||||||
|
"$phongfresnelranges" "[0.1 0 0]"
|
||||||
|
}
|
||||||
|
|||||||
@@ -1,16 +1,18 @@
|
|||||||
"VertexLitGeneric"
|
"VertexLitGeneric"
|
||||||
{
|
{
|
||||||
"$basetexture" "models/metrostroi_train/81-502/glass"
|
"$basetexture" "\models\metrostroi_train\common\glass_metrostroi_001"
|
||||||
"$model" "1"
|
"$bumpmap" "models\metrostroi_train\common\glass_metrostroi_n"
|
||||||
"$allowalphatocoverage" "1"
|
"$translucent" 1
|
||||||
"$alphatest" "1"
|
"$halflambert" 1
|
||||||
$phong 1
|
"$additive" 1
|
||||||
$phongexponent 64
|
"$model" 1
|
||||||
$phongboost 16
|
|
||||||
$phongfresnelranges "[1 1 1]"
|
|
||||||
"$bumpmap" "models/metrostroi_train/81-502/glass_n"
|
|
||||||
"$envmap" "env_cubemap"
|
"$envmap" "env_cubemap"
|
||||||
"$envmapcontrast" "1"
|
"$envmapcontrast" "1"
|
||||||
"$envmaptint" "[0.05 0.05 0.05]"
|
"$envmaptint" "[0.25 0.25 0.25]"
|
||||||
}
|
|
||||||
|
|
||||||
|
"$phong" "1"
|
||||||
|
"$phongexponent" "64"
|
||||||
|
"$phongboost" "16"
|
||||||
|
"$phongfresnelranges" "[0.1 0 0]"
|
||||||
|
}
|
||||||
|
|||||||
@@ -1,15 +1,18 @@
|
|||||||
"VertexLitGeneric"
|
"VertexLitGeneric"
|
||||||
{
|
{
|
||||||
"$basetexture" "models/metrostroi_train/81-710/windows"
|
"$basetexture" "\models\metrostroi_train\common\glass_metrostroi_001"
|
||||||
"$model" "1"
|
"$bumpmap" "models\metrostroi_train\common\glass_metrostroi_n"
|
||||||
"$alphatest" "1"
|
"$translucent" 1
|
||||||
$phong 1
|
"$halflambert" 1
|
||||||
$phongexponent 100
|
"$additive" 1
|
||||||
|
"$model" 1
|
||||||
"$allowalphatocoverage" "1"
|
|
||||||
$phongfresnelranges "[0 0.4 1]"
|
"$envmap" "env_cubemap"
|
||||||
$envmap env_cubemap
|
"$envmapcontrast" "1"
|
||||||
$envmaptint "[0.2 0.2 0.2]"
|
"$envmaptint" "[0.25 0.25 0.25]"
|
||||||
$envmapmask "models/metrostroi_train/81-710/windows"
|
|
||||||
|
"$phong" "1"
|
||||||
|
"$phongexponent" "64"
|
||||||
|
"$phongboost" "16"
|
||||||
|
"$phongfresnelranges" "[0.1 0 0]"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,20 +1,18 @@
|
|||||||
"VertexLitGeneric"
|
"VertexLitGeneric"
|
||||||
{
|
{
|
||||||
"$basetexture" "models/metrostroi_train/81-502/glass"
|
"$basetexture" "\models\metrostroi_train\common\glass_metrostroi_001"
|
||||||
"$model" "1"
|
"$bumpmap" "models\metrostroi_train\common\glass_metrostroi_n"
|
||||||
"$allowalphatocoverage" "1"
|
"$translucent" 1
|
||||||
"$alphatest" "1"
|
|
||||||
"$halflambert" 1
|
"$halflambert" 1
|
||||||
|
"$additive" 1
|
||||||
$phong 1
|
"$model" 1
|
||||||
$phongexponent 64
|
|
||||||
$phongboost 16
|
|
||||||
$phongfresnelranges "[0.1 0 0]"
|
|
||||||
|
|
||||||
"$bumpmap" "models/metrostroi_train/81-502/glass_n"
|
|
||||||
|
|
||||||
"$envmap" "env_cubemap"
|
"$envmap" "env_cubemap"
|
||||||
"$envmapcontrast" "1"
|
"$envmapcontrast" "1"
|
||||||
"$envmaptint" "[0.25 0.25 0.25]
|
"$envmaptint" "[0.25 0.25 0.25]"
|
||||||
}
|
|
||||||
|
|
||||||
|
"$phong" "1"
|
||||||
|
"$phongexponent" "64"
|
||||||
|
"$phongboost" "16"
|
||||||
|
"$phongfresnelranges" "[0.1 0 0]"
|
||||||
|
}
|
||||||
|
|||||||
@@ -1,15 +1,18 @@
|
|||||||
"VertexLitGeneric"
|
"VertexLitGeneric"
|
||||||
{
|
{
|
||||||
"$basetexture" "models/metrostroi_train/81-502/windows"
|
"$basetexture" "\models\metrostroi_train\common\glass_metrostroi_001"
|
||||||
"$model" "1"
|
"$bumpmap" "models\metrostroi_train\common\glass_metrostroi_n"
|
||||||
"$alphatest" "1"
|
"$translucent" 1
|
||||||
$phong 1
|
"$halflambert" 1
|
||||||
$phongexponent cabine_100
|
"$additive" 1
|
||||||
|
"$model" 1
|
||||||
"$allowalphatocoverage" "1"
|
|
||||||
$phongfresnelranges "[0 0.4 1]"
|
"$envmap" "env_cubemap"
|
||||||
$envmap env_cubemap
|
"$envmapcontrast" "1"
|
||||||
$envmaptint "[0.2 0.2 0.2]"
|
"$envmaptint" "[0.25 0.25 0.25]"
|
||||||
$envmapmask "models/metrostroi_train/81-502/windows"
|
|
||||||
|
"$phong" "1"
|
||||||
|
"$phongexponent" "64"
|
||||||
|
"$phongboost" "16"
|
||||||
|
"$phongfresnelranges" "[0.1 0 0]"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,19 +1,18 @@
|
|||||||
"VertexLitGeneric"
|
"VertexLitGeneric"
|
||||||
{
|
{
|
||||||
"$basetexture" "models/metrostroi_train/81-502/glass"
|
"$basetexture" "\models\metrostroi_train\common\glass_metrostroi_001"
|
||||||
"$model" "1"
|
"$bumpmap" "models\metrostroi_train\common\glass_metrostroi_n"
|
||||||
"$allowalphatocoverage" "1"
|
"$translucent" 1
|
||||||
"$alphatest" "1"
|
|
||||||
"$halflambert" 1
|
"$halflambert" 1
|
||||||
|
"$additive" 1
|
||||||
$phong 1
|
"$model" 1
|
||||||
$phongexponent 64
|
|
||||||
$phongboost 16
|
|
||||||
$phongfresnelranges "[0.1 0 0]"
|
|
||||||
|
|
||||||
"$bumpmap" "models/metrostroi_train/81-502/glass_n"
|
|
||||||
|
|
||||||
"$envmap" "env_cubemap"
|
"$envmap" "env_cubemap"
|
||||||
"$envmapcontrast" "1"
|
"$envmapcontrast" "1"
|
||||||
"$envmaptint" "[0.25 0.25 0.25]"
|
"$envmaptint" "[0.25 0.25 0.25]"
|
||||||
}
|
|
||||||
|
"$phong" "1"
|
||||||
|
"$phongexponent" "64"
|
||||||
|
"$phongboost" "16"
|
||||||
|
"$phongfresnelranges" "[0.1 0 0]"
|
||||||
|
}
|
||||||
|
|||||||
@@ -1,16 +1,18 @@
|
|||||||
"VertexLitGeneric"
|
"VertexLitGeneric"
|
||||||
{
|
{
|
||||||
"$basetexture" "models/metrostroi_train/81-502/glass"
|
"$basetexture" "\models\metrostroi_train\common\glass_metrostroi_001"
|
||||||
"$model" "1"
|
"$bumpmap" "models\metrostroi_train\common\glass_metrostroi_n"
|
||||||
"$allowalphatocoverage" "1"
|
"$translucent" 1
|
||||||
"$alphatest" "1"
|
"$halflambert" 1
|
||||||
$phong 1
|
"$additive" 1
|
||||||
$phongexponent 64
|
"$model" 1
|
||||||
$phongboost 16
|
|
||||||
$phongfresnelranges "[0.1 0 0]"
|
|
||||||
"$bumpmap" "models/metrostroi_train/81-502/glass_n"
|
|
||||||
"$envmap" "env_cubemap"
|
"$envmap" "env_cubemap"
|
||||||
"$envmapcontrast" "1"
|
"$envmapcontrast" "1"
|
||||||
"$envmaptint" "[0.25 0.25 0.25]"
|
"$envmaptint" "[0.25 0.25 0.25]"
|
||||||
}
|
|
||||||
|
|
||||||
|
"$phong" "1"
|
||||||
|
"$phongexponent" "64"
|
||||||
|
"$phongboost" "16"
|
||||||
|
"$phongfresnelranges" "[0.1 0 0]"
|
||||||
|
}
|
||||||
|
|||||||
18
materials/models/metrostroi_train/81-703/703windows_old.vmt
Normal file
18
materials/models/metrostroi_train/81-703/703windows_old.vmt
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
"VertexLitGeneric"
|
||||||
|
{
|
||||||
|
"$basetexture" "\models\metrostroi_train\common\glass_metrostroi_001"
|
||||||
|
"$bumpmap" "models\metrostroi_train\common\glass_metrostroi_n"
|
||||||
|
"$translucent" 1
|
||||||
|
"$halflambert" 1
|
||||||
|
"$additive" 1
|
||||||
|
"$model" 1
|
||||||
|
|
||||||
|
"$envmap" "env_cubemap"
|
||||||
|
"$envmapcontrast" "1"
|
||||||
|
"$envmaptint" "[0.25 0.25 0.25]"
|
||||||
|
|
||||||
|
"$phong" "1"
|
||||||
|
"$phongexponent" "64"
|
||||||
|
"$phongboost" "16"
|
||||||
|
"$phongfresnelranges" "[0.1 0 0]"
|
||||||
|
}
|
||||||
@@ -1,18 +1,18 @@
|
|||||||
"VertexLitGeneric"
|
"VertexLitGeneric"
|
||||||
{
|
{
|
||||||
"$basetexture" "models/metrostroi_train/81-502/glass"
|
"$basetexture" "\models\metrostroi_train\common\glass_metrostroi_001"
|
||||||
"$model" "1"
|
"$bumpmap" "models\metrostroi_train\common\glass_metrostroi_n"
|
||||||
"$allowalphatocoverage" "1"
|
"$translucent" 1
|
||||||
"$alphatest" "1"
|
"$halflambert" 1
|
||||||
|
"$additive" 1
|
||||||
$phong 1
|
"$model" 1
|
||||||
$phongexponent 64
|
|
||||||
$phongboost 16
|
|
||||||
$phongfresnelranges "[0.5 0.5 0.5]"
|
|
||||||
|
|
||||||
"$bumpmap" "models/metrostroi_train/81-502/glass_n"
|
|
||||||
|
|
||||||
"$envmap" "env_cubemap"
|
"$envmap" "env_cubemap"
|
||||||
"$envmapcontrast" "1"
|
"$envmapcontrast" "1"
|
||||||
"$envmaptint" "[0.25 0.25 0.25]"
|
"$envmaptint" "[0.25 0.25 0.25]"
|
||||||
}
|
|
||||||
|
"$phong" "1"
|
||||||
|
"$phongexponent" "64"
|
||||||
|
"$phongboost" "16"
|
||||||
|
"$phongfresnelranges" "[0.1 0 0]"
|
||||||
|
}
|
||||||
|
|||||||
@@ -1,14 +1,18 @@
|
|||||||
"VertexLitGeneric"
|
"VertexLitGeneric"
|
||||||
{
|
{
|
||||||
"$basetexture" "models/metrostroi_train/81-508/windows"
|
"$basetexture" "\models\metrostroi_train\common\glass_metrostroi_001"
|
||||||
"$model" "1"
|
"$bumpmap" "models\metrostroi_train\common\glass_metrostroi_n"
|
||||||
"$alphatest" "1"
|
"$translucent" 1
|
||||||
$phong 1
|
"$halflambert" 1
|
||||||
$phongexponent 80
|
"$additive" 1
|
||||||
|
"$model" 1
|
||||||
"$allowalphatocoverage" "1"
|
|
||||||
$phongfresnelranges "[1 1 1]"
|
"$envmap" "env_cubemap"
|
||||||
$envmap env_cubemap
|
"$envmapcontrast" "1"
|
||||||
$envmaptint "[0.5 0.5 0.5]"
|
"$envmaptint" "[0.25 0.25 0.25]"
|
||||||
$envmapmask "models/metrostroi_train/81-508/windows"
|
|
||||||
}
|
"$phong" "1"
|
||||||
|
"$phongexponent" "64"
|
||||||
|
"$phongboost" "16"
|
||||||
|
"$phongfresnelranges" "[0.1 0 0]"
|
||||||
|
}
|
||||||
|
|||||||
@@ -1,16 +1,18 @@
|
|||||||
"VertexLitGeneric"
|
"VertexLitGeneric"
|
||||||
{
|
{
|
||||||
"$basetexture" "models/metrostroi_train/81-502/glass"
|
"$basetexture" "\models\metrostroi_train\common\glass_metrostroi_001"
|
||||||
"$model" "1"
|
"$bumpmap" "models\metrostroi_train\common\glass_metrostroi_n"
|
||||||
"$allowalphatocoverage" "1"
|
"$translucent" 1
|
||||||
"$alphatest" "1"
|
"$halflambert" 1
|
||||||
$phong 1
|
"$additive" 1
|
||||||
$phongexponent 64
|
"$model" 1
|
||||||
$phongboost 16
|
|
||||||
$phongfresnelranges "[0.1 0 0]"
|
|
||||||
"$bumpmap" "models/metrostroi_train/81-502/glass_n"
|
|
||||||
"$envmap" "env_cubemap"
|
"$envmap" "env_cubemap"
|
||||||
"$envmapcontrast" "1"
|
"$envmapcontrast" "1"
|
||||||
"$envmaptint" "[0.25 0.25 0.25]"
|
"$envmaptint" "[0.25 0.25 0.25]"
|
||||||
}
|
|
||||||
|
|
||||||
|
"$phong" "1"
|
||||||
|
"$phongexponent" "64"
|
||||||
|
"$phongboost" "16"
|
||||||
|
"$phongfresnelranges" "[0.1 0 0]"
|
||||||
|
}
|
||||||
|
|||||||
18
materials/models/metrostroi_train/81-707/703windows_old.vmt
Normal file
18
materials/models/metrostroi_train/81-707/703windows_old.vmt
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
"VertexLitGeneric"
|
||||||
|
{
|
||||||
|
"$basetexture" "\models\metrostroi_train\common\glass_metrostroi_001"
|
||||||
|
"$bumpmap" "models\metrostroi_train\common\glass_metrostroi_n"
|
||||||
|
"$translucent" 1
|
||||||
|
"$halflambert" 1
|
||||||
|
"$additive" 1
|
||||||
|
"$model" 1
|
||||||
|
|
||||||
|
"$envmap" "env_cubemap"
|
||||||
|
"$envmapcontrast" "1"
|
||||||
|
"$envmaptint" "[0.25 0.25 0.25]"
|
||||||
|
|
||||||
|
"$phong" "1"
|
||||||
|
"$phongexponent" "64"
|
||||||
|
"$phongboost" "16"
|
||||||
|
"$phongfresnelranges" "[0.1 0 0]"
|
||||||
|
}
|
||||||
@@ -1,19 +1,18 @@
|
|||||||
"VertexLitGeneric"
|
"VertexLitGeneric"
|
||||||
{
|
{
|
||||||
"$basetexture" "models/metrostroi_train/81-502/glass"
|
"$basetexture" "\models\metrostroi_train\common\glass_metrostroi_001"
|
||||||
"$model" "1"
|
"$bumpmap" "models\metrostroi_train\common\glass_metrostroi_n"
|
||||||
"$allowalphatocoverage" "1"
|
"$translucent" 1
|
||||||
"$alphatest" "1"
|
|
||||||
"$halflambert" 1
|
"$halflambert" 1
|
||||||
|
"$additive" 1
|
||||||
$phong 1
|
"$model" 1
|
||||||
$phongexponent 64
|
|
||||||
$phongboost 16
|
|
||||||
$phongfresnelranges "[0.1 0 0]"
|
|
||||||
|
|
||||||
"$bumpmap" "models/metrostroi_train/81-502/glass_n"
|
|
||||||
|
|
||||||
"$envmap" "env_cubemap"
|
"$envmap" "env_cubemap"
|
||||||
"$envmapcontrast" "1"
|
"$envmapcontrast" "1"
|
||||||
"$envmaptint" "[0.25 0.25 0.25]"
|
"$envmaptint" "[0.25 0.25 0.25]"
|
||||||
}
|
|
||||||
|
"$phong" "1"
|
||||||
|
"$phongexponent" "64"
|
||||||
|
"$phongboost" "16"
|
||||||
|
"$phongfresnelranges" "[0.1 0 0]"
|
||||||
|
}
|
||||||
|
|||||||
18
materials/models/metrostroi_train/81-707/windows.vmt
Normal file
18
materials/models/metrostroi_train/81-707/windows.vmt
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
"VertexLitGeneric"
|
||||||
|
{
|
||||||
|
"$basetexture" "\models\metrostroi_train\common\glass_metrostroi_001"
|
||||||
|
"$bumpmap" "models\metrostroi_train\common\glass_metrostroi_n"
|
||||||
|
"$translucent" 1
|
||||||
|
"$halflambert" 1
|
||||||
|
"$additive" 1
|
||||||
|
"$model" 1
|
||||||
|
|
||||||
|
"$envmap" "env_cubemap"
|
||||||
|
"$envmapcontrast" "1"
|
||||||
|
"$envmaptint" "[0.25 0.25 0.25]"
|
||||||
|
|
||||||
|
"$phong" "1"
|
||||||
|
"$phongexponent" "64"
|
||||||
|
"$phongboost" "16"
|
||||||
|
"$phongfresnelranges" "[0.1 0 0]"
|
||||||
|
}
|
||||||
@@ -1,16 +1,18 @@
|
|||||||
"VertexLitGeneric"
|
"VertexLitGeneric"
|
||||||
{
|
{
|
||||||
"$basetexture" "models/metrostroi_train/81-502/glass"
|
"$basetexture" "\models\metrostroi_train\common\glass_metrostroi_001"
|
||||||
"$model" "1"
|
"$bumpmap" "models\metrostroi_train\common\glass_metrostroi_n"
|
||||||
"$allowalphatocoverage" "1"
|
"$translucent" 1
|
||||||
"$alphatest" "1"
|
"$halflambert" 1
|
||||||
$phong 1
|
"$additive" 1
|
||||||
$phongexponent 64
|
"$model" 1
|
||||||
$phongboost 16
|
|
||||||
$phongfresnelranges "[1 1 1]"
|
|
||||||
"$bumpmap" "models/metrostroi_train/81-502/glass_n"
|
|
||||||
"$envmap" "env_cubemap"
|
"$envmap" "env_cubemap"
|
||||||
"$envmapcontrast" "1"
|
"$envmapcontrast" "1"
|
||||||
"$envmaptint" "[0.25 0.25 0.25]"
|
"$envmaptint" "[0.25 0.25 0.25]"
|
||||||
}
|
|
||||||
|
|
||||||
|
"$phong" "1"
|
||||||
|
"$phongexponent" "64"
|
||||||
|
"$phongboost" "16"
|
||||||
|
"$phongfresnelranges" "[0.1 0 0]"
|
||||||
|
}
|
||||||
|
|||||||
@@ -1,15 +1,18 @@
|
|||||||
"VertexLitGeneric"
|
"VertexLitGeneric"
|
||||||
{
|
{
|
||||||
"$basetexture" "models/metrostroi_train/81-710/windows"
|
"$basetexture" "\models\metrostroi_train\common\glass_metrostroi_001"
|
||||||
"$model" "1"
|
"$bumpmap" "models\metrostroi_train\common\glass_metrostroi_n"
|
||||||
"$alphatest" "1"
|
"$translucent" 1
|
||||||
$phong 1
|
"$halflambert" 1
|
||||||
$phongexponent 100
|
"$additive" 1
|
||||||
|
"$model" 1
|
||||||
"$allowalphatocoverage" "1"
|
|
||||||
$phongfresnelranges "[0 0.4 1]"
|
"$envmap" "env_cubemap"
|
||||||
$envmap env_cubemap
|
"$envmapcontrast" "1"
|
||||||
$envmaptint "[0.2 0.2 0.2]"
|
"$envmaptint" "[0.25 0.25 0.25]"
|
||||||
$envmapmask "models/metrostroi_train/81-710/windows"
|
|
||||||
|
"$phong" "1"
|
||||||
|
"$phongexponent" "64"
|
||||||
|
"$phongboost" "16"
|
||||||
|
"$phongfresnelranges" "[0.1 0 0]"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,14 +1,18 @@
|
|||||||
"UnlitGeneric"
|
"VertexLitGeneric"
|
||||||
{
|
{
|
||||||
"$additive" 1
|
"$basetexture" "\models\metrostroi_train\common\glass_metrostroi_001"
|
||||||
"$basetexture" "models/Kleiner/glasslens"
|
"$bumpmap" "models\metrostroi_train\common\glass_metrostroi_n"
|
||||||
"$translucent" 1
|
"$translucent" 1
|
||||||
|
"$halflambert" 1
|
||||||
|
"$additive" 1
|
||||||
|
"$model" 1
|
||||||
|
|
||||||
"$envmap" "env_cubemap"
|
"$envmap" "env_cubemap"
|
||||||
"$envmapcontrast" "1"
|
"$envmapcontrast" "1"
|
||||||
"$model" 1
|
"$envmaptint" "[0.25 0.25 0.25]"
|
||||||
"$halflambert" 1
|
|
||||||
"UnlitGeneric_DX8"
|
"$phong" "1"
|
||||||
{
|
"$phongexponent" "64"
|
||||||
"$envmaptint" "[.4 .4 .4]"
|
"$phongboost" "16"
|
||||||
}
|
"$phongfresnelranges" "[0.1 0 0]"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,16 +1,18 @@
|
|||||||
"VertexLitGeneric"
|
"VertexLitGeneric"
|
||||||
{
|
{
|
||||||
"$basetexture" "models/metrostroi_train/81-502/glass"
|
"$basetexture" "\models\metrostroi_train\common\glass_metrostroi_001"
|
||||||
"$model" "1"
|
"$bumpmap" "models\metrostroi_train\common\glass_metrostroi_n"
|
||||||
"$allowalphatocoverage" "1"
|
"$translucent" 1
|
||||||
"$alphatest" "1"
|
"$halflambert" 1
|
||||||
$phong 1
|
"$additive" 1
|
||||||
$phongexponent 64
|
"$model" 1
|
||||||
$phongboost 16
|
|
||||||
$phongfresnelranges "[0.1 0 0]"
|
|
||||||
"$bumpmap" "models/metrostroi_train/81-502/glass_n"
|
|
||||||
"$envmap" "env_cubemap"
|
"$envmap" "env_cubemap"
|
||||||
"$envmapcontrast" "1"
|
"$envmapcontrast" "1"
|
||||||
"$envmaptint" "[0.25 0.25 0.25]"
|
"$envmaptint" "[0.25 0.25 0.25]"
|
||||||
}
|
|
||||||
|
|
||||||
|
"$phong" "1"
|
||||||
|
"$phongexponent" "64"
|
||||||
|
"$phongboost" "16"
|
||||||
|
"$phongfresnelranges" "[0.1 0 0]"
|
||||||
|
}
|
||||||
|
|||||||
18
materials/models/metrostroi_train/81-717/703windows_old.vmt
Normal file
18
materials/models/metrostroi_train/81-717/703windows_old.vmt
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
"VertexLitGeneric"
|
||||||
|
{
|
||||||
|
"$basetexture" "\models\metrostroi_train\common\glass_metrostroi_001"
|
||||||
|
"$bumpmap" "models\metrostroi_train\common\glass_metrostroi_n"
|
||||||
|
"$translucent" 1
|
||||||
|
"$halflambert" 1
|
||||||
|
"$additive" 1
|
||||||
|
"$model" 1
|
||||||
|
|
||||||
|
"$envmap" "env_cubemap"
|
||||||
|
"$envmapcontrast" "1"
|
||||||
|
"$envmaptint" "[0.25 0.25 0.25]"
|
||||||
|
|
||||||
|
"$phong" "1"
|
||||||
|
"$phongexponent" "64"
|
||||||
|
"$phongboost" "16"
|
||||||
|
"$phongfresnelranges" "[0.1 0 0]"
|
||||||
|
}
|
||||||
@@ -1,16 +1,18 @@
|
|||||||
"VertexLitGeneric"
|
"VertexLitGeneric"
|
||||||
{
|
{
|
||||||
"$basetexture" "models/metrostroi_train/81-502/glass"
|
"$basetexture" "\models\metrostroi_train\common\glass_metrostroi_001"
|
||||||
"$model" "1"
|
"$bumpmap" "models\metrostroi_train\common\glass_metrostroi_n"
|
||||||
"$allowalphatocoverage" "1"
|
"$translucent" 1
|
||||||
"$alphatest" "1"
|
"$halflambert" 1
|
||||||
"$phong" "1"
|
"$additive" 1
|
||||||
"$phongexponent" "64"
|
"$model" 1
|
||||||
"$phongboost" "16"
|
|
||||||
"$phongfresnelranges" "[0.1 0.1 0.1]"
|
|
||||||
|
|
||||||
"$bumpmap" "models/metrostroi_train/81-502/glass_n"
|
|
||||||
"$envmap" "env_cubemap"
|
"$envmap" "env_cubemap"
|
||||||
"$envmapcontrast" "1"
|
"$envmapcontrast" "1"
|
||||||
"$envmaptint" "[0.25 0.25 0.25]"
|
"$envmaptint" "[0.25 0.25 0.25]"
|
||||||
}
|
|
||||||
|
"$phong" "1"
|
||||||
|
"$phongexponent" "64"
|
||||||
|
"$phongboost" "16"
|
||||||
|
"$phongfresnelranges" "[0.1 0 0]"
|
||||||
|
}
|
||||||
|
|||||||
18
materials/models/metrostroi_train/81-717/windows.vmt
Normal file
18
materials/models/metrostroi_train/81-717/windows.vmt
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
"VertexLitGeneric"
|
||||||
|
{
|
||||||
|
"$basetexture" "\models\metrostroi_train\common\glass_metrostroi_001"
|
||||||
|
"$bumpmap" "models\metrostroi_train\common\glass_metrostroi_n"
|
||||||
|
"$translucent" 1
|
||||||
|
"$halflambert" 1
|
||||||
|
"$additive" 1
|
||||||
|
"$model" 1
|
||||||
|
|
||||||
|
"$envmap" "env_cubemap"
|
||||||
|
"$envmapcontrast" "1"
|
||||||
|
"$envmaptint" "[0.25 0.25 0.25]"
|
||||||
|
|
||||||
|
"$phong" "1"
|
||||||
|
"$phongexponent" "64"
|
||||||
|
"$phongboost" "16"
|
||||||
|
"$phongfresnelranges" "[0.1 0 0]"
|
||||||
|
}
|
||||||
@@ -1,20 +1,18 @@
|
|||||||
"VertexLitGeneric"
|
"VertexLitGeneric"
|
||||||
{
|
{
|
||||||
"$basetexture" "models/metrostroi_train/81-502/glass"
|
"$basetexture" "\models\metrostroi_train\common\glass_metrostroi_001"
|
||||||
"$model" "1"
|
"$bumpmap" "models\metrostroi_train\common\glass_metrostroi_n"
|
||||||
"$allowalphatocoverage" "1"
|
"$translucent" 1
|
||||||
"$alphatest" "1"
|
|
||||||
"$halflambert" 1
|
"$halflambert" 1
|
||||||
|
"$additive" 1
|
||||||
$phong 1
|
"$model" 1
|
||||||
$phongexponent 64
|
|
||||||
$phongboost 16
|
|
||||||
$phongfresnelranges "[0.1 0 0]"
|
|
||||||
|
|
||||||
"$bumpmap" "models/metrostroi_train/81-502/glass_n"
|
|
||||||
|
|
||||||
"$envmap" "env_cubemap"
|
"$envmap" "env_cubemap"
|
||||||
"$envmapcontrast" "1"
|
"$envmapcontrast" "1"
|
||||||
"$envmaptint" "[0.25 0.25 0.25]
|
"$envmaptint" "[0.25 0.25 0.25]"
|
||||||
}
|
|
||||||
|
|
||||||
|
"$phong" "1"
|
||||||
|
"$phongexponent" "64"
|
||||||
|
"$phongboost" "16"
|
||||||
|
"$phongfresnelranges" "[0.1 0 0]"
|
||||||
|
}
|
||||||
|
|||||||
@@ -1,19 +1,18 @@
|
|||||||
"VertexLitGeneric"
|
"VertexLitGeneric"
|
||||||
{
|
{
|
||||||
"$basetexture" "models/metrostroi_train/81-502/glass"
|
"$basetexture" "\models\metrostroi_train\common\glass_metrostroi_001"
|
||||||
"$model" "1"
|
"$bumpmap" "models\metrostroi_train\common\glass_metrostroi_n"
|
||||||
"$allowalphatocoverage" "1"
|
"$translucent" 1
|
||||||
"$alphatest" "1"
|
|
||||||
"$halflambert" 1
|
"$halflambert" 1
|
||||||
|
"$additive" 1
|
||||||
$phong 1
|
"$model" 1
|
||||||
$phongexponent 64
|
|
||||||
$phongboost 16
|
|
||||||
$phongfresnelranges "[0.1 0 0]"
|
|
||||||
|
|
||||||
"$bumpmap" "models/metrostroi_train/81-502/glass_n"
|
|
||||||
|
|
||||||
"$envmap" "env_cubemap"
|
"$envmap" "env_cubemap"
|
||||||
"$envmapcontrast" "1"
|
"$envmapcontrast" "1"
|
||||||
"$envmaptint" "[0.25 0.25 0.25]"
|
"$envmaptint" "[0.25 0.25 0.25]"
|
||||||
}
|
|
||||||
|
"$phong" "1"
|
||||||
|
"$phongexponent" "64"
|
||||||
|
"$phongboost" "16"
|
||||||
|
"$phongfresnelranges" "[0.1 0 0]"
|
||||||
|
}
|
||||||
|
|||||||
@@ -1,15 +1,18 @@
|
|||||||
"VertexLitGeneric"
|
"VertexLitGeneric"
|
||||||
{
|
{
|
||||||
"$basetexture" "models/metrostroi_train/81-722/glass"
|
"$basetexture" "\models\metrostroi_train\common\glass_metrostroi_001"
|
||||||
"$model" "1"
|
"$bumpmap" "models\metrostroi_train\common\glass_metrostroi_n"
|
||||||
"$alphatest" "1"
|
"$translucent" 1
|
||||||
$phong 1
|
"$halflambert" 1
|
||||||
$phongexponent 300
|
"$additive" 1
|
||||||
$phongboost 6
|
"$model" 1
|
||||||
$phongfresnelranges "[1 1 1]"
|
|
||||||
"$bumpmap" "models/metrostroi_train/81-722/glass_n"
|
"$envmap" "env_cubemap"
|
||||||
"$allowalphatocoverage" "1"
|
"$envmapcontrast" "1"
|
||||||
$envmap env_cubemap
|
"$envmaptint" "[0.25 0.25 0.25]"
|
||||||
$envmaptint "[1 1 1]"
|
|
||||||
$normalmapalphaenvmapmask 1
|
"$phong" "1"
|
||||||
}
|
"$phongexponent" "64"
|
||||||
|
"$phongboost" "16"
|
||||||
|
"$phongfresnelranges" "[0.1 0 0]"
|
||||||
|
}
|
||||||
|
|||||||
@@ -1,20 +1,18 @@
|
|||||||
"VertexLitGeneric"
|
"VertexLitGeneric"
|
||||||
{
|
{
|
||||||
"$basetexture" "models/metrostroi_train/81-502/glass"
|
"$basetexture" "\models\metrostroi_train\common\glass_metrostroi_001"
|
||||||
"$model" "1"
|
"$bumpmap" "models\metrostroi_train\common\glass_metrostroi_n"
|
||||||
"$allowalphatocoverage" "1"
|
"$translucent" 1
|
||||||
"$alphatest" "1"
|
|
||||||
"$halflambert" 1
|
"$halflambert" 1
|
||||||
|
"$additive" 1
|
||||||
$phong 1
|
"$model" 1
|
||||||
$phongexponent 64
|
|
||||||
$phongboost 16
|
|
||||||
$phongfresnelranges "[0.1 0 0]"
|
|
||||||
|
|
||||||
"$bumpmap" "models/metrostroi_train/81-502/glass_n"
|
|
||||||
|
|
||||||
"$envmap" "env_cubemap"
|
"$envmap" "env_cubemap"
|
||||||
"$envmapcontrast" "1"
|
"$envmapcontrast" "1"
|
||||||
"$envmaptint" "[0.25 0.25 0.25]
|
"$envmaptint" "[0.25 0.25 0.25]"
|
||||||
}
|
|
||||||
|
|
||||||
|
"$phong" "1"
|
||||||
|
"$phongexponent" "64"
|
||||||
|
"$phongboost" "16"
|
||||||
|
"$phongfresnelranges" "[0.1 0 0]"
|
||||||
|
}
|
||||||
|
|||||||
@@ -1,19 +1,18 @@
|
|||||||
"VertexLitGeneric"
|
"VertexLitGeneric"
|
||||||
{
|
{
|
||||||
"$basetexture" "models/metrostroi_train/81-502/glass"
|
"$basetexture" "\models\metrostroi_train\common\glass_metrostroi_001"
|
||||||
"$model" "1"
|
"$bumpmap" "models\metrostroi_train\common\glass_metrostroi_n"
|
||||||
"$allowalphatocoverage" "1"
|
"$translucent" 1
|
||||||
"$alphatest" "1"
|
|
||||||
"$halflambert" 1
|
"$halflambert" 1
|
||||||
|
"$additive" 1
|
||||||
$phong 1
|
"$model" 1
|
||||||
$phongexponent 64
|
|
||||||
$phongboost 16
|
|
||||||
$phongfresnelranges "[0.1 0 0]"
|
|
||||||
|
|
||||||
"$bumpmap" "models/metrostroi_train/81-502/glass_n"
|
|
||||||
|
|
||||||
"$envmap" "env_cubemap"
|
"$envmap" "env_cubemap"
|
||||||
"$envmapcontrast" "1"
|
"$envmapcontrast" "1"
|
||||||
"$envmaptint" "[0.25 0.25 0.25]"
|
"$envmaptint" "[0.25 0.25 0.25]"
|
||||||
}
|
|
||||||
|
"$phong" "1"
|
||||||
|
"$phongexponent" "64"
|
||||||
|
"$phongboost" "16"
|
||||||
|
"$phongfresnelranges" "[0.1 0 0]"
|
||||||
|
}
|
||||||
|
|||||||
18
materials/models/metrostroi_train/common/703windows.vmt
Normal file
18
materials/models/metrostroi_train/common/703windows.vmt
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
"VertexLitGeneric"
|
||||||
|
{
|
||||||
|
"$basetexture" "\models\metrostroi_train\common\glass_metrostroi_001"
|
||||||
|
"$bumpmap" "models\metrostroi_train\common\glass_metrostroi_n"
|
||||||
|
"$translucent" 1
|
||||||
|
"$halflambert" 1
|
||||||
|
"$additive" 1
|
||||||
|
"$model" 1
|
||||||
|
|
||||||
|
"$envmap" "env_cubemap"
|
||||||
|
"$envmapcontrast" "1"
|
||||||
|
"$envmaptint" "[0.25 0.25 0.25]"
|
||||||
|
|
||||||
|
"$phong" "1"
|
||||||
|
"$phongexponent" "64"
|
||||||
|
"$phongboost" "16"
|
||||||
|
"$phongfresnelranges" "[0.1 0 0]"
|
||||||
|
}
|
||||||
18
materials/models/metrostroi_train/common/703windows_old.vmt
Normal file
18
materials/models/metrostroi_train/common/703windows_old.vmt
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
"VertexLitGeneric"
|
||||||
|
{
|
||||||
|
"$basetexture" "\models\metrostroi_train\common\glass_metrostroi_001"
|
||||||
|
"$bumpmap" "models\metrostroi_train\common\glass_metrostroi_n"
|
||||||
|
"$translucent" 1
|
||||||
|
"$halflambert" 1
|
||||||
|
"$additive" 1
|
||||||
|
"$model" 1
|
||||||
|
|
||||||
|
"$envmap" "env_cubemap"
|
||||||
|
"$envmapcontrast" "1"
|
||||||
|
"$envmaptint" "[0.25 0.25 0.25]"
|
||||||
|
|
||||||
|
"$phong" "1"
|
||||||
|
"$phongexponent" "64"
|
||||||
|
"$phongboost" "16"
|
||||||
|
"$phongfresnelranges" "[0.1 0 0]"
|
||||||
|
}
|
||||||
@@ -0,0 +1,18 @@
|
|||||||
|
"VertexLitGeneric"
|
||||||
|
{
|
||||||
|
"$basetexture" "\models\metrostroi_train\common\glass_metrostroi_001"
|
||||||
|
"$bumpmap" "models\metrostroi_train\common\glass_metrostroi_n"
|
||||||
|
"$translucent" 1
|
||||||
|
"$halflambert" 1
|
||||||
|
"$additive" 1
|
||||||
|
"$model" 1
|
||||||
|
|
||||||
|
"$envmap" "env_cubemap"
|
||||||
|
"$envmapcontrast" "1"
|
||||||
|
"$envmaptint" "[0.25 0.25 0.25]"
|
||||||
|
|
||||||
|
"$phong" "1"
|
||||||
|
"$phongexponent" "64"
|
||||||
|
"$phongboost" "16"
|
||||||
|
"$phongfresnelranges" "[0.1 0 0]"
|
||||||
|
}
|
||||||
BIN
materials/models/metrostroi_train/common/glass_metrostroi_001.vtf
LFS
Normal file
BIN
materials/models/metrostroi_train/common/glass_metrostroi_001.vtf
LFS
Normal file
Binary file not shown.
BIN
materials/models/metrostroi_train/common/glass_metrostroi_n.vtf
LFS
Normal file
BIN
materials/models/metrostroi_train/common/glass_metrostroi_n.vtf
LFS
Normal file
Binary file not shown.
Binary file not shown.
BIN
models/metrostroi_train/81-502/81-502.dx80.vtx
LFS
Normal file
BIN
models/metrostroi_train/81-502/81-502.dx80.vtx
LFS
Normal file
Binary file not shown.
BIN
models/metrostroi_train/81-502/81-502.dx90.vtx
LFS
Normal file
BIN
models/metrostroi_train/81-502/81-502.dx90.vtx
LFS
Normal file
Binary file not shown.
BIN
models/metrostroi_train/81-502/81-502.mdl
LFS
Normal file
BIN
models/metrostroi_train/81-502/81-502.mdl
LFS
Normal file
Binary file not shown.
BIN
models/metrostroi_train/81-502/81-502.phy
LFS
Normal file
BIN
models/metrostroi_train/81-502/81-502.phy
LFS
Normal file
Binary file not shown.
BIN
models/metrostroi_train/81-502/81-502.sw.vtx
LFS
Normal file
BIN
models/metrostroi_train/81-502/81-502.sw.vtx
LFS
Normal file
Binary file not shown.
BIN
models/metrostroi_train/81-502/81-502.vvd
LFS
Normal file
BIN
models/metrostroi_train/81-502/81-502.vvd
LFS
Normal file
Binary file not shown.
BIN
models/metrostroi_train/81-502/ema501_cabine.dx80.vtx
LFS
Normal file
BIN
models/metrostroi_train/81-502/ema501_cabine.dx80.vtx
LFS
Normal file
Binary file not shown.
BIN
models/metrostroi_train/81-502/ema501_cabine.dx90.vtx
LFS
Normal file
BIN
models/metrostroi_train/81-502/ema501_cabine.dx90.vtx
LFS
Normal file
Binary file not shown.
BIN
models/metrostroi_train/81-502/ema501_cabine.mdl
LFS
Normal file
BIN
models/metrostroi_train/81-502/ema501_cabine.mdl
LFS
Normal file
Binary file not shown.
BIN
models/metrostroi_train/81-502/ema501_cabine.sw.vtx
LFS
Normal file
BIN
models/metrostroi_train/81-502/ema501_cabine.sw.vtx
LFS
Normal file
Binary file not shown.
BIN
models/metrostroi_train/81-502/ema501_cabine.vvd
LFS
Normal file
BIN
models/metrostroi_train/81-502/ema501_cabine.vvd
LFS
Normal file
Binary file not shown.
BIN
models/metrostroi_train/81-508/81-508_underwagon.dx80.vtx
LFS
Normal file
BIN
models/metrostroi_train/81-508/81-508_underwagon.dx80.vtx
LFS
Normal file
Binary file not shown.
BIN
models/metrostroi_train/81-508/81-508_underwagon.dx90.vtx
LFS
Normal file
BIN
models/metrostroi_train/81-508/81-508_underwagon.dx90.vtx
LFS
Normal file
Binary file not shown.
BIN
models/metrostroi_train/81-508/81-508_underwagon.mdl
LFS
Normal file
BIN
models/metrostroi_train/81-508/81-508_underwagon.mdl
LFS
Normal file
Binary file not shown.
BIN
models/metrostroi_train/81-508/81-508_underwagon.sw.vtx
LFS
Normal file
BIN
models/metrostroi_train/81-508/81-508_underwagon.sw.vtx
LFS
Normal file
Binary file not shown.
BIN
models/metrostroi_train/81-508/81-508_underwagon.vvd
LFS
Normal file
BIN
models/metrostroi_train/81-508/81-508_underwagon.vvd
LFS
Normal file
Binary file not shown.
BIN
models/metrostroi_train/81-703/703_cabine.dx80.vtx
LFS
Normal file
BIN
models/metrostroi_train/81-703/703_cabine.dx80.vtx
LFS
Normal file
Binary file not shown.
BIN
models/metrostroi_train/81-703/703_cabine.dx90.vtx
LFS
Normal file
BIN
models/metrostroi_train/81-703/703_cabine.dx90.vtx
LFS
Normal file
Binary file not shown.
BIN
models/metrostroi_train/81-703/703_cabine.mdl
LFS
Normal file
BIN
models/metrostroi_train/81-703/703_cabine.mdl
LFS
Normal file
Binary file not shown.
BIN
models/metrostroi_train/81-703/703_cabine.sw.vtx
LFS
Normal file
BIN
models/metrostroi_train/81-703/703_cabine.sw.vtx
LFS
Normal file
Binary file not shown.
BIN
models/metrostroi_train/81-703/703_cabine.vvd
LFS
Normal file
BIN
models/metrostroi_train/81-703/703_cabine.vvd
LFS
Normal file
Binary file not shown.
BIN
models/metrostroi_train/81-703/703_salon.dx80.vtx
LFS
Normal file
BIN
models/metrostroi_train/81-703/703_salon.dx80.vtx
LFS
Normal file
Binary file not shown.
BIN
models/metrostroi_train/81-703/703_salon.dx90.vtx
LFS
Normal file
BIN
models/metrostroi_train/81-703/703_salon.dx90.vtx
LFS
Normal file
Binary file not shown.
BIN
models/metrostroi_train/81-703/703_salon.mdl
LFS
Normal file
BIN
models/metrostroi_train/81-703/703_salon.mdl
LFS
Normal file
Binary file not shown.
BIN
models/metrostroi_train/81-703/703_salon.sw.vtx
LFS
Normal file
BIN
models/metrostroi_train/81-703/703_salon.sw.vtx
LFS
Normal file
Binary file not shown.
BIN
models/metrostroi_train/81-703/703_salon.vvd
LFS
Normal file
BIN
models/metrostroi_train/81-703/703_salon.vvd
LFS
Normal file
Binary file not shown.
BIN
models/metrostroi_train/81-703/703_salon_int.dx80.vtx
LFS
Normal file
BIN
models/metrostroi_train/81-703/703_salon_int.dx80.vtx
LFS
Normal file
Binary file not shown.
BIN
models/metrostroi_train/81-703/703_salon_int.dx90.vtx
LFS
Normal file
BIN
models/metrostroi_train/81-703/703_salon_int.dx90.vtx
LFS
Normal file
Binary file not shown.
BIN
models/metrostroi_train/81-703/703_salon_int.mdl
LFS
Normal file
BIN
models/metrostroi_train/81-703/703_salon_int.mdl
LFS
Normal file
Binary file not shown.
BIN
models/metrostroi_train/81-703/703_salon_int.sw.vtx
LFS
Normal file
BIN
models/metrostroi_train/81-703/703_salon_int.sw.vtx
LFS
Normal file
Binary file not shown.
BIN
models/metrostroi_train/81-703/703_salon_int.vvd
LFS
Normal file
BIN
models/metrostroi_train/81-703/703_salon_int.vvd
LFS
Normal file
Binary file not shown.
BIN
models/metrostroi_train/81-703/81-703.dx80.vtx
LFS
Normal file
BIN
models/metrostroi_train/81-703/81-703.dx80.vtx
LFS
Normal file
Binary file not shown.
BIN
models/metrostroi_train/81-703/81-703.dx90.vtx
LFS
Normal file
BIN
models/metrostroi_train/81-703/81-703.dx90.vtx
LFS
Normal file
Binary file not shown.
BIN
models/metrostroi_train/81-703/81-703.mdl
LFS
Normal file
BIN
models/metrostroi_train/81-703/81-703.mdl
LFS
Normal file
Binary file not shown.
BIN
models/metrostroi_train/81-703/81-703.phy
LFS
Normal file
BIN
models/metrostroi_train/81-703/81-703.phy
LFS
Normal file
Binary file not shown.
BIN
models/metrostroi_train/81-703/81-703.sw.vtx
LFS
Normal file
BIN
models/metrostroi_train/81-703/81-703.sw.vtx
LFS
Normal file
Binary file not shown.
BIN
models/metrostroi_train/81-703/81-703.vvd
LFS
Normal file
BIN
models/metrostroi_train/81-703/81-703.vvd
LFS
Normal file
Binary file not shown.
BIN
models/metrostroi_train/81-703/81-703_Underwagon.dx80.vtx
LFS
Normal file
BIN
models/metrostroi_train/81-703/81-703_Underwagon.dx80.vtx
LFS
Normal file
Binary file not shown.
BIN
models/metrostroi_train/81-703/81-703_Underwagon.dx90.vtx
LFS
Normal file
BIN
models/metrostroi_train/81-703/81-703_Underwagon.dx90.vtx
LFS
Normal file
Binary file not shown.
BIN
models/metrostroi_train/81-703/81-703_Underwagon.mdl
LFS
Normal file
BIN
models/metrostroi_train/81-703/81-703_Underwagon.mdl
LFS
Normal file
Binary file not shown.
BIN
models/metrostroi_train/81-703/81-703_Underwagon.sw.vtx
LFS
Normal file
BIN
models/metrostroi_train/81-703/81-703_Underwagon.sw.vtx
LFS
Normal file
Binary file not shown.
BIN
models/metrostroi_train/81-703/81-703_Underwagon.vvd
LFS
Normal file
BIN
models/metrostroi_train/81-703/81-703_Underwagon.vvd
LFS
Normal file
Binary file not shown.
BIN
models/metrostroi_train/81-707/ezh1_salon.dx80.vtx
LFS
Normal file
BIN
models/metrostroi_train/81-707/ezh1_salon.dx80.vtx
LFS
Normal file
Binary file not shown.
BIN
models/metrostroi_train/81-707/ezh1_salon.dx90.vtx
LFS
Normal file
BIN
models/metrostroi_train/81-707/ezh1_salon.dx90.vtx
LFS
Normal file
Binary file not shown.
BIN
models/metrostroi_train/81-707/ezh1_salon.mdl
LFS
Normal file
BIN
models/metrostroi_train/81-707/ezh1_salon.mdl
LFS
Normal file
Binary file not shown.
BIN
models/metrostroi_train/81-707/ezh1_salon.sw.vtx
LFS
Normal file
BIN
models/metrostroi_train/81-707/ezh1_salon.sw.vtx
LFS
Normal file
Binary file not shown.
BIN
models/metrostroi_train/81-707/ezh1_salon.vvd
LFS
Normal file
BIN
models/metrostroi_train/81-707/ezh1_salon.vvd
LFS
Normal file
Binary file not shown.
BIN
models/metrostroi_train/81-707/ezh_salon.dx80.vtx
LFS
Normal file
BIN
models/metrostroi_train/81-707/ezh_salon.dx80.vtx
LFS
Normal file
Binary file not shown.
BIN
models/metrostroi_train/81-707/ezh_salon.dx90.vtx
LFS
Normal file
BIN
models/metrostroi_train/81-707/ezh_salon.dx90.vtx
LFS
Normal file
Binary file not shown.
BIN
models/metrostroi_train/81-707/ezh_salon.mdl
LFS
Normal file
BIN
models/metrostroi_train/81-707/ezh_salon.mdl
LFS
Normal file
Binary file not shown.
BIN
models/metrostroi_train/81-707/ezh_salon.sw.vtx
LFS
Normal file
BIN
models/metrostroi_train/81-707/ezh_salon.sw.vtx
LFS
Normal file
Binary file not shown.
BIN
models/metrostroi_train/81-707/ezh_salon.vvd
LFS
Normal file
BIN
models/metrostroi_train/81-707/ezh_salon.vvd
LFS
Normal file
Binary file not shown.
BIN
models/metrostroi_train/81-710/81-508t.dx80.vtx
LFS
Normal file
BIN
models/metrostroi_train/81-710/81-508t.dx80.vtx
LFS
Normal file
Binary file not shown.
BIN
models/metrostroi_train/81-710/81-508t.dx90.vtx
LFS
Normal file
BIN
models/metrostroi_train/81-710/81-508t.dx90.vtx
LFS
Normal file
Binary file not shown.
BIN
models/metrostroi_train/81-710/81-508t.mdl
LFS
Normal file
BIN
models/metrostroi_train/81-710/81-508t.mdl
LFS
Normal file
Binary file not shown.
BIN
models/metrostroi_train/81-710/81-508t.phy
LFS
Normal file
BIN
models/metrostroi_train/81-710/81-508t.phy
LFS
Normal file
Binary file not shown.
BIN
models/metrostroi_train/81-710/81-508t.sw.vtx
LFS
Normal file
BIN
models/metrostroi_train/81-710/81-508t.sw.vtx
LFS
Normal file
Binary file not shown.
BIN
models/metrostroi_train/81-710/81-508t.vvd
LFS
Normal file
BIN
models/metrostroi_train/81-710/81-508t.vvd
LFS
Normal file
Binary file not shown.
BIN
models/metrostroi_train/81-710/81-710.dx80.vtx
LFS
Normal file
BIN
models/metrostroi_train/81-710/81-710.dx80.vtx
LFS
Normal file
Binary file not shown.
BIN
models/metrostroi_train/81-710/81-710.dx90.vtx
LFS
Normal file
BIN
models/metrostroi_train/81-710/81-710.dx90.vtx
LFS
Normal file
Binary file not shown.
BIN
models/metrostroi_train/81-710/81-710.mdl
LFS
Normal file
BIN
models/metrostroi_train/81-710/81-710.mdl
LFS
Normal file
Binary file not shown.
BIN
models/metrostroi_train/81-710/81-710.phy
LFS
Normal file
BIN
models/metrostroi_train/81-710/81-710.phy
LFS
Normal file
Binary file not shown.
BIN
models/metrostroi_train/81-710/81-710.sw.vtx
LFS
Normal file
BIN
models/metrostroi_train/81-710/81-710.sw.vtx
LFS
Normal file
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user