Spring naar inhoud
NLD Community

Join the NLD Discord channel! discord.png https://discord.gg/0WsKGiYeGHJEAI5q
Breaking News: NLD Community maakt een doorstart!

Adapter gezocht


Aanbevolen Bericht

Spoiler

<?xml version="1.0" encoding="utf-8" standalone="no" ?>
<vehicle type="EigenbauBG">
    <annotation>http://www.facebook.com/Stammtischrunde</annotation>
    <name>
        <en>Eigenbau Ballengabel</en>
        <de>Eigenbau Ballengabel</de>
    </name>

    <filename>EigenbauBallengabel.i3d</filename>

    <size width="2.0" length="1.5" />
    <attacherJoint index="1" jointType="frontloader" fixedRotation="true"/>
    <components count="1">
        <component1 centerOfMass="0 0 0" solverIterationCount="4" />
    </components>
    
    <Baletrailer castPoint1="0>2" castPoint2="0>3" attacherNode="0>" highOffset="4"/>

    <schemaOverlay file="$dataS2/menu/schemas/implementSchema.png" fileSelected="$dataS2/menu/schemas/implementSchemaSelected.png" width="0.5" height="0.5" attacherJointPosition="0 0"/>

</vehicle>
 

 

Bij deze de inhoud van de mod.

Link naar opmerking
Deel via andere websites

Hier zit 't 'm in:

    <attacherJoint index="1" jointType="frontloader" fixedRotation="true"/>

Je hebt bij attacherJoint altijd de volgende standaart verwijzingen:

frontloader : verwijst naar de voorlader van een trekker dus

telehandler : verwijst naar de verreiker

wheelloader : verwijst naar de shovel

 

Dus "frontloader" moet "telehandler" .


Zo dus:

<?xml version="1.0" encoding="utf-8" standalone="no" ?>
<vehicle type="EigenbauBG">
    <annotation>Giants</annotation>
    <name>
        <en>Eigenbau Ballengabel</en>
        <de>Eigenbau Ballengabel</de>
    </name>
    <filename>EigenbauBallengabel.i3d</filename>
    <size width="2.0" length="1.5" />
    <attacherJoint index="1" jointType="telehandler" fixedRotation="true"/>
    <components count="1">
        <component1 centerOfMass="0 0 0" solverIterationCount="4" />
    </components>
    
    <Baletrailer castPoint1="0>2" castPoint2="0>3" attacherNode="0>" highOffset="4"/>
    <schemaOverlay file="$dataS2/menu/schemas/implementSchema.png" fileSelected="$dataS2/menu/schemas/implementSchemaSelected.png" width="0.5" height="0.5" attacherJointPosition="0 0"/>
</vehicle>

 

Link naar opmerking
Deel via andere websites

Gearchiveerd

Dit topic is nu gearchiveerd en gesloten voor verdere reacties.

Gast
Dit onderwerp is gesloten voor verdere antwoorden.
×
×
  • Maak Nieuw...

Belangrijke Informatie

By using this site, you agree to our Gebruiksvoorwaarden.