1
0
mirror of https://github.com/metrostroi-repo/MetrostroiAddon.git synced 2026-05-02 00:42:29 +00:00

незаведенные тумблеры на пульте Еж3 (#316)

This commit is contained in:
Hellss
2021-07-30 11:43:49 +03:00
committed by GitHub
parent 824bf0f96e
commit 1a9a1daf52
10 changed files with 32 additions and 4 deletions

View File

@@ -276,25 +276,25 @@ ENT.ButtonMap["Main"] = {
var="R_G",speed=16,
sndvol = 1, snd = function(val) return val and "switch_on" or "switch_off" end,
sndmin = 90, sndmax = 1e3, sndang = Angle(-90,0,0),
}},--[[
}},
{ID = "Custom1Toggle", x=600, y=80, radius=20, tooltip="", model = {
model = "models/metrostroi_train/81-710/ezh3_tumbler_t2.mdl",ang = 180,z=-2,
var="Custom1",speed=16,
sndvol = 1, snd = function(val) return val and "switch_on" or "switch_off" end,
sndmin = 90, sndmax = 1e3, sndang = Angle(-90,0,0),
}},
{ID = "Custom2Set", x=600+25, y=80, radius=20, tooltip="", model = {
{ID = "Custom2Toggle", x=600+25, y=80, radius=20, tooltip="", model = {
model = "models/metrostroi_train/81-710/ezh3_tumbler_t2.mdl",ang = 180,z=-2,
var="Custom2",speed=16,
sndvol = 1, snd = function(val) return val and "switch_on" or "switch_off" end,
sndmin = 90, sndmax = 1e3, sndang = Angle(-90,0,0),
}},
{ID = "Custom3Set", x=600+50, y=80, radius=20, tooltip="", model = {
{ID = "Custom3Toggle", x=600+50, y=80, radius=20, tooltip="", model = {
model = "models/metrostroi_train/81-710/ezh3_tumbler_t2.mdl",ang = 180,z=-2,
var="Custom3",speed=16,
sndvol = 1, snd = function(val) return val and "switch_on" or "switch_off" end,
sndmin = 90, sndmax = 1e3, sndang = Angle(-90,0,0),
}},--]]
}},
{ID = "!AnnPlay", x=693-25, y=61+2+48, radius=20, tooltip="", model = {
model = "models/metrostroi_train/81-710/ezh3_slc77.mdl", z = -4.1,
--lamp = {model = "models/metrostroi_train/81/lamp_on.mdl",skin = 2, var="AnnPlay"}

View File

@@ -583,6 +583,9 @@ Entities.gmod_subway_ezh3.Buttons.Main.KU10Set = @[Common.ALL.KRP]
Entities.gmod_subway_ezh3.Buttons.Main.RSTToggle = @[Common.ALL.VPR]
Entities.gmod_subway_ezh3.Buttons.Main.R_GToggle = @[Common.ALL.GCab]
Entities.gmod_subway_ezh3.Buttons.Main.!AnnPlay = @[Common.ALL.AnnPlay]
Entities.gmod_subway_ezh3.Buttons.Main.Custom1Toggle = @[Common.ALL.Unsused1]
Entities.gmod_subway_ezh3.Buttons.Main.Custom2Toggle = @[Common.ALL.Unsused1]
Entities.gmod_subway_ezh3.Buttons.Main.Custom3Toggle = @[Common.ALL.Unsused1]
Entities.gmod_subway_ezh3.Buttons.HelperPanel.V6Set = @[Common.ALL.KDL]
Entities.gmod_subway_ezh3.Buttons.HelperPanel.V3Toggle = @[Common.ALL.VUD2]

View File

@@ -511,6 +511,10 @@ Entities.gmod_subway_ezh3.Buttons.Main.KU10Set = @[Common.ALL.KRP]
Entities.gmod_subway_ezh3.Buttons.Main.RSTToggle = @[Common.ALL.VPR]
Entities.gmod_subway_ezh3.Buttons.Main.R_GToggle = @[Common.ALL.GCab]
Entities.gmod_subway_ezh3.Buttons.Main.!AnnPlay = @[Common.ALL.AnnPlay]
Entities.gmod_subway_ezh3.Buttons.Main.Custom1Toggle = @[Common.ALL.Unsused1]
Entities.gmod_subway_ezh3.Buttons.Main.Custom2Toggle = @[Common.ALL.Unsused1]
Entities.gmod_subway_ezh3.Buttons.Main.Custom3Toggle = @[Common.ALL.Unsused1]
Entities.gmod_subway_ezh3.Buttons.HelperPanel.V6Set = @[Common.ALL.KDL]
Entities.gmod_subway_ezh3.Buttons.HelperPanel.V3Toggle = @[Common.ALL.VUD2]
Entities.gmod_subway_ezh3.Buttons.HelperPanel.R_Program1HSet = @[Common.ALL.Program1]

View File

@@ -583,6 +583,9 @@ Entities.gmod_subway_ezh3.Buttons.Main.KU10Set = @[Common.ALL.KRP]
Entities.gmod_subway_ezh3.Buttons.Main.RSTToggle = @[Common.ALL.VPR]
Entities.gmod_subway_ezh3.Buttons.Main.R_GToggle = @[Common.ALL.GCab]
Entities.gmod_subway_ezh3.Buttons.Main.!AnnPlay = @[Common.ALL.AnnPlay]
Entities.gmod_subway_ezh3.Buttons.Main.Custom1Toggle = @[Common.ALL.Unsused1]
Entities.gmod_subway_ezh3.Buttons.Main.Custom2Toggle = @[Common.ALL.Unsused1]
Entities.gmod_subway_ezh3.Buttons.Main.Custom3Toggle = @[Common.ALL.Unsused1]
Entities.gmod_subway_ezh3.Buttons.HelperPanel.V6Set = @[Common.ALL.KDL]
Entities.gmod_subway_ezh3.Buttons.HelperPanel.V3Toggle = @[Common.ALL.VUD2]

View File

@@ -583,6 +583,9 @@ Entities.gmod_subway_ezh3.Buttons.Main.KU10Set = @[Common.ALL.KRP]
Entities.gmod_subway_ezh3.Buttons.Main.RSTToggle = @[Common.ALL.VPR]
Entities.gmod_subway_ezh3.Buttons.Main.R_GToggle = @[Common.ALL.GCab]
Entities.gmod_subway_ezh3.Buttons.Main.!AnnPlay = @[Common.ALL.AnnPlay]
Entities.gmod_subway_ezh3.Buttons.Main.Custom1Toggle = @[Common.ALL.Unsused1]
Entities.gmod_subway_ezh3.Buttons.Main.Custom2Toggle = @[Common.ALL.Unsused1]
Entities.gmod_subway_ezh3.Buttons.Main.Custom3Toggle = @[Common.ALL.Unsused1]
Entities.gmod_subway_ezh3.Buttons.HelperPanel.V6Set = @[Common.ALL.KDL]
Entities.gmod_subway_ezh3.Buttons.HelperPanel.V3Toggle = @[Common.ALL.VUD2]

View File

@@ -583,6 +583,9 @@ Entities.gmod_subway_ezh3.Buttons.Main.KU10Set = @[Common.ALL.KRP]
Entities.gmod_subway_ezh3.Buttons.Main.RSTToggle = @[Common.ALL.VPR]
Entities.gmod_subway_ezh3.Buttons.Main.R_GToggle = @[Common.ALL.GCab]
Entities.gmod_subway_ezh3.Buttons.Main.!AnnPlay = @[Common.ALL.AnnPlay]
Entities.gmod_subway_ezh3.Buttons.Main.Custom1Toggle = @[Common.ALL.Unsused1]
Entities.gmod_subway_ezh3.Buttons.Main.Custom2Toggle = @[Common.ALL.Unsused1]
Entities.gmod_subway_ezh3.Buttons.Main.Custom3Toggle = @[Common.ALL.Unsused1]
Entities.gmod_subway_ezh3.Buttons.HelperPanel.V6Set = @[Common.ALL.KDL]
Entities.gmod_subway_ezh3.Buttons.HelperPanel.V3Toggle = @[Common.ALL.VUD2]

View File

@@ -565,6 +565,9 @@ Entities.gmod_subway_ezh3.Buttons.Main.KU10Set = @[Common.ALL.KRP]
Entities.gmod_subway_ezh3.Buttons.Main.RSTToggle = @[Common.ALL.VPR]
Entities.gmod_subway_ezh3.Buttons.Main.R_GToggle = @[Common.ALL.GCab]
Entities.gmod_subway_ezh3.Buttons.Main.!AnnPlay = @[Common.ALL.AnnPlay]
Entities.gmod_subway_ezh3.Buttons.Main.Custom1Toggle = @[Common.ALL.Unsused1]
Entities.gmod_subway_ezh3.Buttons.Main.Custom2Toggle = @[Common.ALL.Unsused1]
Entities.gmod_subway_ezh3.Buttons.Main.Custom3Toggle = @[Common.ALL.Unsused1]
Entities.gmod_subway_ezh3.Buttons.HelperPanel.V6Set = @[Common.ALL.KDL]
Entities.gmod_subway_ezh3.Buttons.HelperPanel.V3Toggle = @[Common.ALL.VUD2]

View File

@@ -575,6 +575,9 @@ Entities.gmod_subway_ezh3.Buttons.Main.KU10Set = @[Common.ALL.KRP]
Entities.gmod_subway_ezh3.Buttons.Main.RSTToggle = @[Common.ALL.VPR]
Entities.gmod_subway_ezh3.Buttons.Main.R_GToggle = @[Common.ALL.GCab]
Entities.gmod_subway_ezh3.Buttons.Main.!AnnPlay = @[Common.ALL.AnnPlay]
Entities.gmod_subway_ezh3.Buttons.Main.Custom1Toggle = @[Common.ALL.Unsused1]
Entities.gmod_subway_ezh3.Buttons.Main.Custom2Toggle = @[Common.ALL.Unsused1]
Entities.gmod_subway_ezh3.Buttons.Main.Custom3Toggle = @[Common.ALL.Unsused1]
Entities.gmod_subway_ezh3.Buttons.HelperPanel.V6Set = @[Common.ALL.KDL]
Entities.gmod_subway_ezh3.Buttons.HelperPanel.V3Toggle = @[Common.ALL.VUD2]

View File

@@ -583,6 +583,9 @@ Entities.gmod_subway_ezh3.Buttons.Main.KU10Set = @[Common.ALL.KRP]
Entities.gmod_subway_ezh3.Buttons.Main.RSTToggle = @[Common.ALL.VPR]
Entities.gmod_subway_ezh3.Buttons.Main.R_GToggle = @[Common.ALL.GCab]
Entities.gmod_subway_ezh3.Buttons.Main.!AnnPlay = @[Common.ALL.AnnPlay]
Entities.gmod_subway_ezh3.Buttons.Main.Custom1Toggle = @[Common.ALL.Unsused1]
Entities.gmod_subway_ezh3.Buttons.Main.Custom2Toggle = @[Common.ALL.Unsused1]
Entities.gmod_subway_ezh3.Buttons.Main.Custom3Toggle = @[Common.ALL.Unsused1]
Entities.gmod_subway_ezh3.Buttons.HelperPanel.V6Set = @[Common.ALL.KDL]
Entities.gmod_subway_ezh3.Buttons.HelperPanel.V3Toggle = @[Common.ALL.VUD2]

View File

@@ -584,6 +584,9 @@ Entities.gmod_subway_ezh3.Buttons.Main.KU10Set = @[Common.ALL.KRP]
Entities.gmod_subway_ezh3.Buttons.Main.RSTToggle = @[Common.ALL.VPR]
Entities.gmod_subway_ezh3.Buttons.Main.R_GToggle = @[Common.ALL.GCab]
Entities.gmod_subway_ezh3.Buttons.Main.!AnnPlay = @[Common.ALL.AnnPlay]
Entities.gmod_subway_ezh3.Buttons.Main.Custom1Toggle = @[Common.ALL.Unsused1]
Entities.gmod_subway_ezh3.Buttons.Main.Custom2Toggle = @[Common.ALL.Unsused1]
Entities.gmod_subway_ezh3.Buttons.Main.Custom3Toggle = @[Common.ALL.Unsused1]
Entities.gmod_subway_ezh3.Buttons.HelperPanel.V6Set = @[Common.ALL.KDL]
Entities.gmod_subway_ezh3.Buttons.HelperPanel.V3Toggle = @[Common.ALL.VUD2]