This commit is contained in:
Sidi Liang 2020-04-18 14:43:59 +08:00
parent 822262aae6
commit d7f49abe03
No known key found for this signature in database
GPG Key ID: 79F0A6B20B72F42F
2 changed files with 7 additions and 10 deletions

View File

@ -208,15 +208,12 @@
<texture>panel_black.png</texture>
</animation>
<!-- HighBeam -->
<!-- HighBeam
<animation>
<type>material</type>
<object-name>longheadlight_LIT</object-name>
<condition>
<equals>
<property>controls/lighting/highBeam</property>
<value>1</value>
</equals>
</condition>
<texture>longheadlight_LIT.png</texture>
</animation>
@ -230,8 +227,7 @@
</equals>
</condition>
<texture>panel_black.png</texture>
</animation>
</animation>-->
<!-- Indicator -->
<animation>

View File

@ -100,7 +100,7 @@ props.getNode("/",1).setValue("/controls/lighting/indicator-left", 0);
props.getNode("/",1).setValue("/controls/lighting/indicator-right", 0);
props.getNode("/",1).setValue("services/service-truck/enable", 0);
props.getNode("/controls/is-recharging", 1).setValue(0);
props.getNode("controls/is-recharging", 1).setValue(0);
props.getNode("systems/welcome-message", 1).setValue(0);
props.getNode("systems/display-speed", 1).setValue(0);
props.getNode("systems/speedometer/type", 1).setValue("Type_A");
@ -108,13 +108,14 @@ props.getNode("systems/battery-gauge/type", 1).setValue("Type_A");
props.getNode("systems/plate/file", 1).setValue("NONE");
props.getNode("systems/plate/name", 1).setValue("NONE");
props.getNode("controls/lighting/headlight-als", 1).setValue(0);
props.getNode("controls/lighting/highBeam", 1).setValue(0);
props.getNode("sim/remote/pilot-callsign", 1).setValue("");
props.getNode("/systems/codriver-enable", 1).setValue(0);
props.getNode("systems/codriver-enable", 1).setValue(0);
props.getNode("systems/screen-enable", 1).setValue(0);
props.getNode("systems/pmodel-enable", 1).setValue(1);
props.getNode("systems/decorations-enable", 1).setValue(0);
props.getNode("systems/interior/type", 1).setValue("Default");
props.getNode("/systems/safety/aeb_activated", 1).setValue(0);
props.getNode("systems/safety/aeb_activated", 1).setValue(0);
#var Led = {
#