jointType="trailer" - starr ?

Eure Foren für alle Diskussionen rund ums Thema Modding.
anthu
Posts: 4973
Joined: Thu Nov 06, 2014 8:03 am

jointType="trailer" - starr ?

Post by anthu »

Hallo Leute
ich habe hier einen JCB260 an den ich eine anhängevorrichtung montiert habe, daran möchte ich gerne einen kleinen Düngerstreuer montieren.
hab mir drei aus den modseiten rausgesucht
einen KOS mit Rädern, einen Amazone ZA (oval, ausm modhub) und einen IMT Ciklon (rund):
BBCode Thumbnail: Image
habe mir die beiden letzteren von 3punkt auf trailer geändert:
amazone ZA:

Code: Select all

    <inputAttacherJoints>
        <inputAttacherJoint index="0>1" jointType="trailer" lowerRotLimitScale="0 0 0.2" />
        <!-- <inputAttacherJoint index="0>1" jointType="implement" topReferenceNode="0>2" ptoInputNode="0>7" upperRotationOffset="2" lowerRotLimitScale="0 0 0" lowerTransLimitScale="0 0 0" lowerDistanceToGround="0.2" upperDistanceToGround="0.7" needsLowering="false" /> -->
    </inputAttacherJoints>     

und den IMT Ciklon:

Code: Select all

    <inputAttacherJoints>
        <inputAttacherJoint index="0>0|0" jointType="trailer" lowerRotLimitScale="0 0 0.2" />
        <!-- <inputAttacherJoint index="0>0|0" jointType="implement" topReferenceNode="0>0|1" lowerRotLimitScale="0 0 0" lowerTransLimitScale="0 0 0" lowerDistanceToGround="0.2" upperDistanceToGround="0.75" upperRotationOffset="2" ptoInputNode="0>0|2" needsLowering="false" /> -->
    </inputAttacherJoints>
auskommentiert jeweils die originale einstellung,
die werte für die starre hab ic haus dem ihc koffergewicht vom modhub
jedoch sieht man, das die beiden etwas nach hinten hängen,
wie kann ich die nun etwas gerader anhängen?

lg
andreas
User avatar
HeinzS
Posts: 11728
Joined: Mon May 16, 2011 5:19 pm

Re: jointType="trailer" - starr ?

Post by HeinzS »

da nimmt man besser etwas aus einem Giants Trecker:
<attacherJoint index="0>5|1|0|0" transNode="0>5|1|0" transNodeMinY="0.56" transNodeMaxY="1.11" jointType="trailer" lowerRotLimit="10 50 50" upperRotRotationOffset="0" allowsJointLimitMovement="false" ptoOutputNode="0>5|2|0" comboTime="1">
<schema position="1 0" rotation="0" invertX="false" />
<objectChange node="0>5|1|1" visibilityActive="false" visibilityInactive="true" />
</attacherJoint>
anthu
Posts: 4973
Joined: Thu Nov 06, 2014 8:03 am

Re: jointType="trailer" - starr ?

Post by anthu »

Sry wir reden aneinander vorbei.
Diese einträge sind in der xml der Geräte nicht der traktoren.
Und ich brauche zum vergleich ein gerät welches starr auf einer anundfürsich beweglichen anhängung hängt.
Ein anhänger hat an dem traktor attacher trailer einen gewissen spielraum nach links/rechts und oben/unten.
Ein gewicht welches ab demselben attacher trailer hängt darf sich nicht bewegen.
Weshalb ich auch versuchte die werte vom ihc koffergewicht zu nehmen.
Dieses bild hier:
https://cdn1.giants-software.com/modHub ... nshot0.jpg
Von diesem mod:
http://farming-simulator.com/mod.php?la ... tle=fs2017
War meine ausgangsbasis

Lg
Andreas
User avatar
HeinzS
Posts: 11728
Joined: Mon May 16, 2011 5:19 pm

Re: jointType="trailer" - starr ?

Post by HeinzS »

probiere den attacherjoint in der i3d zu drehen oder teste diesen Eintrag: upperRotationOffset="3"
anthu
Posts: 4973
Joined: Thu Nov 06, 2014 8:03 am

Re: jointType="trailer" - starr ?

Post by anthu »

Werde ich versuchen.
Derzeit hängen sie halt noch runter.
Und wenn ich rückwärts an eine wand fahre werden sie hochgedrückt.
D.h. starr sind sie noch nicht
Post Reply