DE ---

Vielen Dank, dass du mein Bildschirm runtergeladen hast.

Die XML-Einträge sind in der entsprechenden Schlepper-XML einzufügen.
Sollte mit etwas Erfahrung aber eigentlich kein Problem darstellen.


EN ---

Thank you for downloading my prefab.

The XML entries are to be inserted in the corresponding tractor XML.
With a little experience this should not really be a problem.

<dashboard>
 	<groups>
		<group name="MOTOR_ACTIVE"   isMotorStarting="true" isMotorRunning="true"/>
	</groups>
	<default>
	</default>
	<dashboardLive>
		<dashboard valueType="selection" displayType="VISIBILITY" 	selection="-1"	node="Trailer1"	 groups="MOTOR_ACTIVE"/>
		<dashboard valueType="selection" displayType="VISIBILITY" 	selection="-2"	node="Trailer2"	 groups="MOTOR_ACTIVE"/>
		<dashboard valueType="base" 	displayType="TEXT" 		cmd="fillLevel"	option="abs" joints="2 3" trailer="1" node="numbers_abs_1" textMask="000000" textColor="0 0 0 1" textSize="0.045" 	font="DIGIT" textAlignment="RIGHT"	groups="MOTOR_ACTIVE"/>
		<dashboard valueType="base" 	displayType="TEXT" 		cmd="fillLevel"	option="abs" joints="2 3" trailer="2" node="numbers_abs_2" textMask="000000" textColor="0 0 0 1" textSize="0.045" 	font="DIGIT" textAlignment="RIGHT"	groups="MOTOR_ACTIVE"/>
		<dashboard valueType="base" 	displayType="TEXT" 		cmd="fillLevel"	option="percent" joints="2 3" trailer="1" node="numbers_pct_1" textMask="000%" textColor="0 0 0 1" textSize="0.009" 	font="DIGIT" textAlignment="RIGHT"	groups="MOTOR_ACTIVE"/>
		<dashboard valueType="base" 	displayType="TEXT" 		cmd="fillLevel"	option="percent" joints="2 3" trailer="2" node="numbers_pct_1" textMask="000%" textColor="0 0 0 1" textSize="0.009" 	font="DIGIT" textAlignment="RIGHT"	groups="MOTOR_ACTIVE"/>
	<dashboardLive>
</dashboards

<i3dMappings>
	<i3dMapping id="display_holder" node="0>XXX" />
	<i3dMapping id="display_body" node="0>XXX|0" />
	<i3dMapping id="display_plane" node="0>XXX|0|0" />
	<i3dMapping id="numbers_scale" node="0>XXX|0|0|0" />
	<i3dMapping id="Trailer1" node="0>XXX|0|0|0|0" />
	<i3dMapping id="numbers_pct_1" node="0>XXX|0|0|0|0|0" />
	<i3dMapping id="numbers_abs_1" node="0>XXX|0|0|0|0|1" />
	<i3dMapping id="selection_1" node="0>XXX|0|0|0|0|2" />
	<i3dMapping id="Trailer2" node="0>XXX|0|0|0|1" />
	<i3dMapping id="numbers_pct_2" node="0>XXX|0|0|0|1|0" />
	<i3dMapping id="numbers_abs_"" node="0>XXX|0|0|0|1|1" />
	<i3dMapping id="selection_2" node="0>XXX|0|0|0|1|2" />
</i3dMappings>