Hallo,
ich habe ein Problem mit einem Frontlader. Ich wollte an einem Traktor einen Frontlader verbauen, es hat soweit auch funktioniert. Ich habe bei dem standard Stoll Frontlader und bei dem Stoll Robust F30 das Problem, dass die Schläuche und Decals richtig sitzen (siehe 1 im Bild), der eigentlich Frontlader aber sehr weit nach hinten verschoben ist (siehe 2 im Bild).
Spoiler anzeigen
Bei dem Stoll Super wiederum funktioniert alles einwandfrei.
In der XML habe ich folgende Einträge benutzt:
einmal...
Code
<frontloaderConfigurations>
<frontloaderConfiguration name="$l10n_ui_no" price="0">
<objectChange node="0>9|6" visibilityActive="false"/>
</frontloaderConfiguration>
<frontloaderConfiguration name="$l10n_FL_Giants" price="1050" icon="$dataS2/menu/hud/configurations/config_loader.png">
<attacherJoint node="0>9|6|0" jointType="attachableFrontloader" lowerRotLimit="0 0 0" lowerTransLimit="0 0 0" moveTime="2">
<rotationNode upperRotation="0 0 0" lowerRotation="0 0 0"/>
<schema position="0 0.4" rotation="0" invertX="true"/>
</attacherJoint>
<objectChange node="0>9|6" visibilityActive="true"/>
</frontloaderConfiguration>
</frontloaderConfigurations><frontloaderConfigurations>
<frontloaderConfiguration name="$l10n_ui_no" price="0">
<objectChange node="0>9|6" visibilityActive="false"/>
</frontloaderConfiguration>
<frontloaderConfiguration name="$l10n_FL_Giants" price="1050" icon="$dataS2/menu/hud/configurations/config_loader.png">
<attacherJoint node="0>9|6|0" jointType="attachableFrontloader" lowerRotLimit="0 0 0" lowerTransLimit="0 0 0" moveTime="2">
<rotationNode upperRotation="0 0 0" lowerRotation="0 0 0"/>
<schema position="0 0.4" rotation="0" invertX="true"/>
</attacherJoint>
<objectChange node="0>9|6" visibilityActive="true"/>
</frontloaderConfiguration>
</frontloaderConfigurations>
Alles anzeigen
und..
Code
<dashboards>
<dashboard displayType="ROT" valueType="movingTool" node="0>9|2|6|1|0" rotAxis="1" minRot="-15" maxRot="15" axis="AXIS_FRONTLOADER_ARM" attacherJointIndex="5" doInterpolation="true"/>
<dashboard displayType="ROT" valueType="movingTool" node="0>9|2|6|2|0" rotAxis="1" minRot="-15" maxRot="15" axis="AXIS_FRONTLOADER_TOOL" attacherJointIndex="5" doInterpolation="true" />
</dashboards><dashboards>
<dashboard displayType="ROT" valueType="movingTool" node="0>9|2|6|1|0" rotAxis="1" minRot="-15" maxRot="15" axis="AXIS_FRONTLOADER_ARM" attacherJointIndex="5" doInterpolation="true"/>
<dashboard displayType="ROT" valueType="movingTool" node="0>9|2|6|2|0" rotAxis="1" minRot="-15" maxRot="15" axis="AXIS_FRONTLOADER_TOOL" attacherJointIndex="5" doInterpolation="true" />
</dashboards>
Ich habe dann mir alles bei einem anderen Traktor abgeguckt und habe die nodes für meinen Traktor angepasst.
Ich hoffe mir kann jemand weiterhelfen. Ich habe auch die Log angehangen.
Gruß
Orbi