Moin in die Runde,
hätte mal wieder ein kleines anliegen...
Ich weis es ist nur ne Warning, hätte diese aber gern aus der Log.dash Vielleicht kann mir ja einer helfen... ![]()
Warning (C:/Users/grANDYos/Documents/My Games/FarmingSimulator2019/mods/LS19_demoTafel/demoTafelImp2.xml): Missing '.distanceToGround#lower' for inputAttacherJoint 'vehicle.attachable.inputAttacherJointConfigurations.inputAttacherJointConfiguration(0).inputAttacherJoint(0)'!
Warning (C:/Users/grANDYos/Documents/My Games/FarmingSimulator2019/mods/LS19_demoTafel/demoTafelImp2.xml): Missing '.distanceToGround#upper' for inputAttacherJoint 'vehicle.attachable.inputAttacherJointConfigurations.inputAttacherJointConfiguration(0).inputAttacherJoint(0)'!
so sieht die XML aus:
vehicle type="implementDynamicMountAttacher"
Auszug
<auszug>
<attachable>
<!--inputAttacherJoints>
<inputAttacherJoint node="attacherJoint" jointType="implement" topReferenceNode="topReferenceNode" lowerRotLimitScale="0 0 0" upperRotationOffset="0" lowerRotationOffset="0" needsLowering="false" />
<distanceToGround lower="0.03" upper="0.47"/>
<objectChange node="lowerAttacher" visibilityActive="true" visibilityInactive="false"/>
<objectChange node="upperAttacher" visibilityActive="true" visibilityInactive="false"/>
</inputAttacherJoint>
</inputAttacherJoints-->
<inputAttacherJointConfigurations>
<inputAttacherJointConfiguration name="$l10n_attacherImplement" price="0" >
<inputAttacherJoint node="attacherJoint" jointType="implement" topReferenceNode="topReferenceNode" lowerRotLimitScale="0 0 0" upperRotationOffset="2" lowerRotationOffset="0" needsLowering="false" />
<distanceToGround lower="0" upper="1.5" />
<objectChange node="lowerAttacher" visibilityActive="true" visibilityInactive="false"/>
<objectChange node="upperAttacher" visibilityActive="true" visibilityInactive="false"/>
</inputAttacherJointConfiguration>
<inputAttacherJointConfiguration name="Telehandler" price="0" >
<inputAttacherJoint node="attacherJointTeleLoader" jointType="telehandler" fixedRotation="true"/>
<objectChange node="teleLattacher" visibilityActive="true" visibilityInactive="false"/>
<objectChange node="lowerAttacher" visibilityActive="true" visibilityInactive="false"/>
</inputAttacherJointConfiguration>
<inputAttacherJointConfiguration name="WheelLoader" price="0" >
<inputAttacherJoint node="attacherJointWheelLoader" jointType="wheelLoader" fixedRotation="true"/>
<objectChange node="$l10n_configuration_inputAttacherWheelLoader" visibilityActive="true" visibilityInactive="false"/>
</inputAttacherJointConfiguration>
<inputAttacherJointConfiguration name="KompaktLoader" price="1" >
<inputAttacherJoint node="attacherJointSkidSteer" jointType="skidSteer" fixedRotation="true"/>
<objectChange node="wheelLattacher" visibilityActive="true" visibilityInactive="false"/>
</inputAttacherJointConfiguration>
<inputAttacherJointConfiguration name="Frontloader" price="1" >
<inputAttacherJoint node="attacherJointFrontloader" jointType="frontloader" />
<objectChange node="wheelLattacher" visibilityActive="true" visibilityInactive="false"/>
</inputAttacherJointConfiguration>
</inputAttacherJointConfigurations>
</attachable>
</auszug>