L218 Schaufel-Kippwinkel

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

L218 Schaufel-Kippwinkel

Post by anthu »

Hallo Leute
ich würde mir gerne beim NewHolland L218 Kompaktlader den Schaufel Kippwinkel um 15 Grad erhöhen,
also damit ich mehr nach oben drehen kann:
BBCode Thumbnail: Image
krieg ich aber nicht hin.
die Stelle in der L218.xml hab ich, glaub ich, gefunden:

Code: Select all

            <movingTool node="attacherDummy" delayedNode="attacher" playSound="true">
                <controls axis="AXIS_FRONTLOADER_TOOL" invertAxis="true" mouseSpeedFactor="0.8" iconName="CRANE_ARM2_ROTATE_TOOL" />
                <attacherJoint jointIndices="1" />
                <rotation rotSpeed="50" rotAcceleration="300" rotMax="120" rotMin="-15" />
                <!-- <rotation rotSpeed="50" rotAcceleration="300" rotMax="120" rotMin="0" /> -->
                <dependentPart node="attacherHydraulic" />
            </movingTool>
also den rotMin="0" hab ich auf rotMin="-15" geändert, aber die Schaufel geht trotzdem nicht weiter ankippen.
wo ist da mein Denkfehler?

lg
andreas
User avatar
Papa42
Posts: 593
Joined: Fri Mar 01, 2019 7:06 pm

Re: L218 Schaufel-Kippwinkel

Post by Papa42 »

Ist das Minus nicht nach unten ???? Stell mal auf 15 anstatt auf -15.
Bei Interesse hier melden.
Discord: https://discord.gg/8dYaMKzCPz
Steam: Dr_Ranzigesau
User avatar
HeinzS
Posts: 11728
Joined: Mon May 16, 2011 5:19 pm

Re: L218 Schaufel-Kippwinkel

Post by HeinzS »

du must auch hier die Werte anpassen:

<movingTool node="arm01Dummy" delayedNode="arm01" playSound="true">
<controls axis="AXIS_FRONTLOADER_ARM" invertAxis="false" mouseSpeedFactor="0.8" iconName="CRANE_ARM2_ROTATE_X" />
<attacherJoint jointIndices="1" />
<rotation rotSpeed="20" rotAcceleration="150" rotMax="66" rotMin="0" />
<dependentMovingTool node="arm02Dummy" speedScale="-1"/>
<dependentPart node="attacherDummyRot" />
<dependentMovingTool node="attacherDummy" minRotLimits="-45 -15" maxRotLimits="95 120" />
</movingTool>
anthu
Posts: 4974
Joined: Thu Nov 06, 2014 8:03 am

Re: L218 Schaufel-Kippwinkel

Post by anthu »

@Heinz
Danke, das wars.
ist das wegen der Parallelführung?
lg
andreas
anthu
Posts: 4974
Joined: Thu Nov 06, 2014 8:03 am

Re: L218 Schaufel-Kippwinkel

Post by anthu »

Papa42 wrote: Sun Apr 28, 2019 2:50 am Ist das Minus nicht nach unten ???? Stell mal auf 15 anstatt auf -15.
nö,da ja +120 die untere auslenkgrenze ist, und 0 die obere,
wenn ich für die obere +15 einstelle geht die schaufel nichtmal gerade
lg
andreas
User avatar
HeinzS
Posts: 11728
Joined: Mon May 16, 2011 5:19 pm

Re: L218 Schaufel-Kippwinkel

Post by HeinzS »

anthu wrote: Sun Apr 28, 2019 9:59 am ist das wegen der Parallelführung?
genau *thumbsup*
Post Reply