1. Dashboard
  2. News
  3. Forum
  4. Filebase Fs25
    1. Neue Dateien
    2. FBM Team Fs25
  5. Filebase Fs22
    1. Neue Dateien
    2. FBM Team Fs22
  6. Filebase Fs19
    1. FBM Team Fs19
  7. Streaming-Partner 1
  8. Mediathek
    1. Alben
    2. Videokanäle
  9. Support Discords
  10. Mitglieder
    1. Letzte Aktivitäten
    2. Benutzer online
    3. Team
    4. Mitgliedersuche
  • Anmelden
  • Registrieren
  • Suche
Dieses Thema
  • Alles
  • Dieses Thema
  • Dieses Forum
  • Artikel
  • Seiten
  • Forum
  • Dateien
  • Bilder
  • Videos
  • Erweiterte Suche
  1. Forbidden Mods - einfach verboten gut
  2. Support und Hilfe
  3. User helfen Usern
  4. Hilfe Ls17

Frontloader/teleshandler: Keeping the bucket level?

    • Offen
  • RobertLidstroem
  • 19. Januar 2020 um 05:37
In so genannten "Bilder/Hilfethreads" dürfen keine Bilder auf den Server von FBM hochgeladen werden.
Durch die hohe Anzahl an Bildern die täglich eingestellt werden ist eine baldige Serverauslastung vorauszusehen.
Da wir dies nicht kompensieren können und auch keine Bilder oder ganze Threads löschen möchten,
bitten wir euch auch in Zukunft die Bilder bei "Fremdhostern" einzustellen.
Wir empfehlen: https://de.imgbb.com/
  • RobertLidstroem
    Gast
    • 19. Januar 2020 um 05:37
    • #1

    Hi!

    Yes i am still playing FS17. I did some modding back in 9/11/13 but not for many years now. I am stuck on a question regarding keeping the bucket "level" or "flat" when lowering and raising the arm? Some mods can do it, some dont. Hoffi's Weidemann doesnt and i want it to. Some oldtimermods has this function aswell (in real life, so the bucket doesnt move).

    I want the bucket to stay horizontal while lifting and lowering the arm. I have been comparing xml's with one of each, but cant find any inputs that fit in.

    Any idea what to do?

    Thank you!

  • Claas Fendt
    Gast
    • 19. Januar 2020 um 08:19
    • #2

    I put it in the right Area.

  • RobertLidstroem
    Gast
    • 19. Januar 2020 um 09:30
    • #3

    Thank you, sorry for putting it wrong!

  • FarmerP99
    Reaktionen
    242
    Trophäen
    5
    Beiträge
    459
    Dateien
    3
    • 19. Januar 2020 um 09:36
    • #4
    Zitat von RobertLidstroem

    Yes i am still playing FS17

    No problem, i also do. All the good (and most privat) Mods would get lost.

    in Germany, we call it "Parallelführung". In English, it should be named "parallel guide"

    Just take a look at the Stoll FZ 30 and this german Thread: Parallelführung an einem Teleskoplader

    Code
            <movingTool index="0>3" delayedIndex="0>1">
                <controls axis="AXIS_FRONTLOADER_ARM" invertAxis="true" mouseSpeedFactor="1.0" iconFilename="$dataS2/menu/moveControls/frontloader_arm.png" />
                <attacherJoint jointIndices="0" />
                <rotation rotSpeed="25" rotAcceleration="200" rotMax="0" rotMin="-100" startRot="-5" detachingRotMinLimit="-10" />
                <dependentPart index="0>3|0" />
                <dependentMovingTool index="0>3|0|0" minRotLimits="-55 -65" maxRotLimits="100 50" />
            </movingTool>
            <movingTool index="0>3|0|0" delayedIndex="0>1|1|0">
                <controls axis="AXIS_FRONTLOADER_TOOL" invertAxis="true" mouseSpeedFactor="0.6" iconFilename="$dataS2/menu/moveControls/frontloader_tool.png" />
                <attacherJoint jointIndices="0" />
                <rotation rotSpeed="50" rotAcceleration="300" rotMax="100" rotMin="-65" startRot="-65" syncMaxRotLimits="true" />
            </movingTool>
    Alles anzeigen

    in the moving tool of the frontloader arm, you need to set the "dependentMovingTool", as you can see the moving tool of the frontloader tool rotation just below, in this case 0>3|0|0. I compared it with the Stoll Super 1.3 without parallel guide and maybe you also have to set "syncMaxRotLimits" to true in the moving tool of the frontloader tool rotation.

    Viele Grüße / Servus

    FarmerP99

  • RobertLidstroem
    Gast
    • 19. Januar 2020 um 13:00
    • #5
    Zitat von FarmerP99

    No problem, i also do. All the good (and most privat) Mods would get lost.

    in Germany, we call it "Parallelführung". In English, it should be named "parallel guide"

    Just take a look at the Stoll FZ 30 and this german Thread: Parallelführung an einem Teleskoplader

    Code
            <movingTool index="0>3" delayedIndex="0>1">
                <controls axis="AXIS_FRONTLOADER_ARM" invertAxis="true" mouseSpeedFactor="1.0" iconFilename="$dataS2/menu/moveControls/frontloader_arm.png" />
                <attacherJoint jointIndices="0" />
                <rotation rotSpeed="25" rotAcceleration="200" rotMax="0" rotMin="-100" startRot="-5" detachingRotMinLimit="-10" />
                <dependentPart index="0>3|0" />
                <dependentMovingTool index="0>3|0|0" minRotLimits="-55 -65" maxRotLimits="100 50" />
            </movingTool>
            <movingTool index="0>3|0|0" delayedIndex="0>1|1|0">
                <controls axis="AXIS_FRONTLOADER_TOOL" invertAxis="true" mouseSpeedFactor="0.6" iconFilename="$dataS2/menu/moveControls/frontloader_tool.png" />
                <attacherJoint jointIndices="0" />
                <rotation rotSpeed="50" rotAcceleration="300" rotMax="100" rotMin="-65" startRot="-65" syncMaxRotLimits="true" />
            </movingTool>
    Alles anzeigen

    in the moving tool of the frontloader arm, you need to set the "dependentMovingTool", as you can see the moving tool of the frontloader tool rotation just below, in this case 0>3|0|0. I compared it with the Stoll Super 1.3 without parallel guide and maybe you also have to set "syncMaxRotLimits" to true in the moving tool of the frontloader tool rotation.

    Thank you very much! I will look into this!

  • FlowRider86
    Reaktionen
    914
    Beiträge
    2.158
    Dateien
    2
    • 21. Januar 2020 um 16:02
    • #6

    Hi @RobertLidstroem

    I saw that you asked the same question to Hoffi at Modding Welt. I think your request was answered in the thread of Modding Welt right?

    Regards!

  • da-hoffi
    Gast
    • 22. Januar 2020 um 08:40
    • #7

    I assume yes ;-)

    Version 1.0.1.0 already has this functionality and btw... in next update the FS19 Weidemann will have it too.

  • RobertLidstroem
    Gast
    • 26. Januar 2020 um 11:53
    • #8

    Thanks for all the replies!

    And sorry, i dont play LS19 (yes i bought it on release and all the DLC....but i cant stand it, i cant get the same feel as in 17! Its missing so much that modders did for LS17!

Benutzer online in diesem Thema

  • 1 Besucher
  1. Datenschutzerklärung
  2. Cookie-Richtlinie
  3. Nutzungsbedingungen
  4. Impressum
  5. Kontakt
Community-Software: WoltLab Suite™
Design by Forbidden-Mods.de