UDIM textures
Tire configurations
Hoses back attacher support
Manure Arm full animated
support all implements default
Passender Xerion:
forbidden-mods.de/filebase/file/10081/TUTORIAL für die xml Anpassungen von christian984 (vielen Dank an dieser Stelle!!)
TUTORIAL
Beim Schlepper dem Xerion von Ewok in der Xerion3800TracVC.xml diesen Eintrag suchen:
<attacherJoint node="semiAttacher" jointType="trailerSaddled" lowerRotLimit="10 110 50" lowerTransLimit="0 0 0" upperRotRotationOffset="0" allowsJointLimitMovement="false" allowsLowering="false" comboTime="1">
<schema position="1 0" rotation="0" invertX="false"/>
<objectChange node="attacherJointBackArmTop" visibilityActive="false" visibilityInactive="true"/>
<objectChange node="warnschildLi" rotationActive="90 0 0"/>
<objectChange node="warnschildRe" rotationActive="90 0 0"/>
</attacherJoint>
und so ändern:
<attacherJoint node="semiAttacher" jointType="semitrailer" lowerRotLimit="10 110 50" lowerTransLimit="0 0 0" upperRotRotationOffset="0" allowsJointLimitMovement="false" allowsLowering="false" comboTime="1">
<schema position="1 0" rotation="0" invertX="false"/>
<objectChange node="attacherJointBackArmTop" visibilityActive="false" visibilityInactive="true"/>
<objectChange node="warnschildLi" rotationActive="90 0 0"/>
<objectChange node="warnschildRe" rotationActive="90 0 0"/>
</attacherJoint>
beim Fass in der kawecoSCH2.xml diesen Eintrag suchen:
<attachable>
<inputAttacherJoints>
<inputAttacherJoint node="attacherJoint" jointType="trailerSaddled" />
</inputAttacherJoints>
<steeringAxleAngleScale startSpeed="2" endSpeed="90" />
<brakeForce>2</brakeForce>
<support animationName="moveSupport" />
<airConsumer usage="0.4" />
</attachable>
und so ändern:
<attachable>
<inputAttacherJoints>
<inputAttacherJoint node="attacherJoint" jointType="semitrailer" />
</inputAttacherJoints>
<steeringAxleAngleScale startSpeed="2" endSpeed="90" />
<brakeForce>2</brakeForce>
<support animationName="moveSupport" />
<airConsumer usage="0.4" />
</attachable>
-
Version 1.0.0
-
Administrator -
29. Dezember 2019 um 15:30 -
4,3k Downloads
-