mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-03-22 15:05:03 +01:00
General lights overhaul
Add modern light switcher Available fiz variables with defualt parameters Headlights: LampRed=255 LampGreen=255 LampBlue=255 DimmedMultiplier=0.6 NormalMultiplier=1.0 HighbeamDimmedMultiplier=2.5 HighBeamMultiplier=2.8 Switches: ModernDimmer=No ModernDimmerOffPosition=Yes
This commit is contained in:
@@ -151,6 +151,8 @@ commanddescription_sequence Commands_descriptions = {
|
||||
{ "radiovolumeset", command_target::vehicle, command_mode::oneoff },
|
||||
{ "cabchangeforward", command_target::vehicle, command_mode::oneoff },
|
||||
{ "cabchangebackward", command_target::vehicle, command_mode::oneoff },
|
||||
{"modernlightdimmerdecrease", command_target::vehicle, command_mode::oneoff},
|
||||
{"modernlightdimmerincrease", command_target::vehicle, command_mode::oneoff},
|
||||
{ "viewturn", command_target::entity, command_mode::oneoff },
|
||||
{ "movehorizontal", command_target::entity, command_mode::oneoff },
|
||||
{ "movehorizontalfast", command_target::entity, command_mode::oneoff },
|
||||
|
||||
Reference in New Issue
Block a user