Ls -19 Attacher joint Node und Typzuweisung

Eure Foren für alle Diskussionen rund ums Thema Modding.
Klay
Posts: 5
Joined: Sat Jan 04, 2020 10:58 am

Ls -19 Attacher joint Node und Typzuweisung

Post by Klay »

Guten Morgen
Ich hab am Fliegl DHKA390 vom Horsch Pack https://www.farming-simulator.com/mod.p ... tle=fs2019 eine Kupplung verbaut,optisch ist alles in Ordnung, nur kann ich sie leider nicht benutzen.
Wie aus der Log ersichtlich ist:: Missing node for attacherJoint, Error: Index not found:
2020-01-04 10:31 Error: Index not found: trailerAttacherJointBack
2020-01-04 10:31 Warning (C:/Users/Home/Documents/My Games/FarmingSimulator2019/mods/FS19_horschPack/fliegl/dHKA390/dHKA390.xml): Missing node for attacherJoint 'vehicle.attacherJoints.attacherJoint(0)'
2020-01-04 10:31 Error: Index not found: trailerAttacherJointBackLow
2020-01-04 10:31 Warning (C:/Users/Home/Documents/My Games/FarmingSimulator2019/mods/FS19_horschPack/fliegl/dHKA390/dHKA390.xml): Missing node for attacherJoint 'vehicle.attacherJoints.attacherJoint(1)'
Was hab ich bis jetzt getan: Kupplung verbaut über Giants Editor, wird mir im Spiel auch angezeigt xml. eintrag hinzugefugt
<attacherJoints>
<attacherJoint node="trailerAttacherJointBack" jointType="trailer" lowerRotLimit="10 50 50" upperRotRotationOffset="0" allowsJointLimitMovement="false" comboTime="1">
<distanceToGround lower="0.69" upper="1.63" />
<transNode node="trailerAttacherNode" minY="0.523" maxY="0.98" height="0.25"/>
<schema position="1 0" rotation="0" invertX="false" />
<objectChange node="trailerLowNode" visibilityActive="false" visibilityInactive="true" />
</attacherJoint>
<attacherJoint node="trailerAttacherJointBackLow" jointType="trailerLow" lowerRotLimit="10 50 50" lowerTransLimit="0 0 0" upperRotRotationOffset="0" allowsJointLimitMovement="false" comboTime="1">
<distanceToGround lower="0.62" upper="1.61" />
<transNode node="trailerLowNode" minY="0.451" maxY="0.951" />
<schema position="1 0" rotation="0" invertX="false" />
<objectChange node="trailerAttacherNode" visibilityActive="false" visibilityInactive="true" />
<steeringBars leftNode="trailerSteeringLeftRef" rightNode="trailerSteeringRightRef" />
</attacherJoint>
</attacherJoints>
Mir fehlen die Anhalspunkte wie ich die Node/Index Werte ändern kann, oder wonach ich da gehen soll .
über eine Hilfestellung eines erfahrenen Modder,s währe ich sehr dankbar
User avatar
LSMapTester
Posts: 144
Joined: Wed Nov 21, 2018 7:56 pm
Contact:

Re: Ls -19 Attacher joint Node und Typzuweisung

Post by LSMapTester »

hast du die nodes auch unten in die i3dmapping liste eingetragen ?
Post Reply