Moin FBM Community!
Ich hab mal in der xml vom neun LS25er Fendt 700 ein wenig rumgestöbert und bin auf die Transformgroups für die Dachluke, Tür und Heckfenster gestoßen.
Also dachte ich mir, ich probiere das mal mit Mousecontrol zu bewegen. Und Überraschung: Giants war so nett und hat die Modelle schon vorbereitet, es gibt sogar ungenutze Eintäge in der xml.
Ich möchte da nicht einen extra Mod für erstellen, aber möchte gerne die Eintäge aus der xml teilen. So kann die jeder für sich in einen Mod einbauen, z.B. in die, die mit Farbwahl schon existieren.
Einfach in den <animations> Block kopieren:
<animation name="windowBackAnimation">
<part node="windowBack" startTime="0.0" endTime="0.5" startRot="0 0 0" endRot="65 0 0" />
</animation>
<animation name="hatchAnimation">
<part node="flapRoof" startTime="0.0" endTime="0.5" startRot="0 0 0" endRot="15 0 0" />
</animation>
<animation name="doorLeftAnimation">
<part node="doorLeft" startTime="0.0" endTime="0.5" startRot="0 0 0" endRot="0 80 0" />
</animation>
Alles anzeigen
Im Teil <cylindered> bei <movingTools> die vorhandenen Einträge ergänzen oder ersetzen.
<!-- windowBack -->
<movingTool node="windowBack" >
<controls axis="AXIS_CRANE_TOOL2" invertAxis="false" iconName="SNOW_PLOW_ROT_RIGHT"/>
<animation animSpeed="0.5" animAcceleration="120" animName="windowBackAnimation"/>
<dependentPart node="windowBackHydraulicLeftPunch"/>
<dependentPart node="windowBackHydraulicRightPunch"/>
</movingTool>
<!-- roof -->
<movingTool node="flapRoof" >
<controls axis="AXIS_CRANE_TOOL" invertAxis="false" iconName="TOP_DOOR_ROTATE" />
<animation animSpeed="1" animAcceleration="15" animName="hatchAnimation"/>
</movingTool>
<!-- doorLeft -->
<movingTool node="doorLeft" >
<controls axis="AXIS_CRANE_TOOL3" invertAxis="false" iconName="SNOW_PLOW_ROT_LEFT"/>
<animation animSpeed="1" animAcceleration="15" animName="doorLeftAnimation"/>
<dependentPart node="doorLeftHydraulic"/>
</movingTool>
Alles anzeigen
Die Warning Signs hab ich leider nicht hinbekommen.
Ist erstmal nur für den Fendt 700. Andere hab ich noch nicht angeschaut.
Viel Spaß damit!
Hugo