Add panel to an implement
You can define as many attachable panels as you want.
<rotation></rotation>
tag is optionnal. It's used to rotated panel when it is attached in the vehicle's cabin.
detachedNode
is also optionnal and is used to spawn the panel on the tool when it is detached
| <attachablePanels>
<attachablePanel filename="panel.xml" detachedNode="0>0|9|8">
<rotation>180 0 90</rotation>
</attachablePanel>
</attachablePanels>
|
Add connection hoses
You must add nodes to create some hoses.
You can create many connections as you want.
| <attachablePanels>
<attachablePanel filename="panel.xml" detachedNode="0>0|9|8">
<rotation>180 0 90</rotation>
</attachablePanel>
<panelConnectionHoses>
<hose inputAttacherJointIndices="1" type="cabinPanel_outdoor" node="0>0|1|3|9" length="2" straighteningFactor="0.1"/>
<hose inputAttacherJointIndices="1" type="cabinPanel_outdoor" node="0>0|1|3|10" length="2" straighteningFactor="0.1"/>
</panelConnectionHoses>
</attachablePanels>
|
Warning
Diameter tag is not used because the hose diameter is given from panel connection hose.