Community Forum

Fs19 - attacherJoints problems

Forum Overview >> Farming Simulator 17

CategoryFarming Simulator 17
Created10.12.2018 01:35


Marctheboy Geekabits (Marctheboy) 10.12.2018 01:35
is it posible to add multiple 3-point attacher? (like 5 in a row to attach implements)

i can attach/detach to my Main Implement (Q) when it only the Main Implement, but as soon as i attatch to the attacherJoints i can't detatch no more.

<attacherJoints>
<!--connector #1 -->
<attacherJoint node="1.attacherJoint" jointType="implement" allowsLowering="false" topReferenceNode="1.topReferenceNode">
<distanceToGround lower="0.2" upper="0.75" />
<schema position="1 0" rotation="0" invertX="false"/>
</attacherJoint>

no error in log.

Marctheboy Geekabits (Marctheboy) 10.12.2018 01:36
<attachable> <!--Main Conection-->
<inputAttacherJoints>
<inputAttacherJoint node="attacherJoint" jointType="implement" topReferenceNode="topReferenceNode" lowerRotLimitScale="0 0 0" lowerTransLimitScale="0 0 0" upperRotationOffset="8" needsLowering="false" >
<distanceToGround lower="0.2" upper="0.75" />
<schema position="0 0" rotation="0" invertX="false"/>
</inputAttacherJoint>
</inputAttacherJoints>
</attachable>


<attacherJoints>
<!--connector #1 -->
<attacherJoint node="1.attacherJoint" jointType="implement" allowsLowering="false" topReferenceNode="1.topReferenceNode">
<distanceToGround lower="0.2" upper="0.75" />
<schema position="1 0" rotation="0" invertX="false"/>
</attacherJoint>
<!--connector #2 -->
<attacherJoint node="2.attacherJoint" jointType="implement" allowsLowering="false" topReferenceNode="2.topReferenceNode">
<distanceToGround lower="0.2" upper="0.75" />
<schema position="1 0" rotation="0" invertX="false"/>
</attacherJoint>

Bilbo Beutlin (BBeutlin) 10.12.2018 02:36
That will nobody can answer exactly before the FS19 script docs are out. ;)

I could imagine, it's simply not designed. You may have one front, one back attacher (of same type). But multiple never seen in any mod (before FS19). Beneath that would cause too much problems.

btw: avoid to use labels with leading digit. That can cause trouble with the LUA engine. Use only "A-Z", "a-z", "1-0" (non-leading) and "_". Alone your "." (dot) can cause trouble since it's LUA syntax component.

Marctheboy Geekabits (Marctheboy) 10.12.2018 02:54
There is a mod in fs17 that lets you attach 3 tree planter Damcon to a kinda big metal frame. This is what I'm upgrading from.

http://www.fsmods17.com/m82-koppelrahmen-fs-17-v1-0-fs17/

Bilbo Beutlin (BBeutlin) 10.12.2018 03:16
Have fun with the conversion. *g*

You know that these "fantasy mods" often have a short life cycle ('til next patch)?

Marctheboy Geekabits (Marctheboy) 13.12.2018 06:51
Looks like my mods was ok after all. it was my keybinding the problem. for some reason if you map the button (Attach/Detach) to a button that have more function then just the (Attach/Detach) it will not work. (was using button (y) on steering wheel.)

now i have a 5 implement attachments to hooks 5 Damcon tree planter. :)


Note: Log in to post. Create a new account here.