Mod Fahrzeuge bremsen auf Terrain

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

Mod Fahrzeuge bremsen auf Terrain

Post by anthu »

Hallo Leute
ich habe einige mof-fahrzeuge die auf dem normalen terrain stark verlangsamen bzw nicht die endgeschwindigkeit erreichen.
zur info noch, habe den Ground response und den tire dirt mod von giants installiert
hier als beispiel hab ich einen zil130, der auf den strassen und betonplatten 80 fährt, sobald es jedoch auf wiesen, oder sonstiges terrain, pigmud, roughDirt, beachsand, gravel, ... geht, kann ich nicht schneller als 40 fahren, auf feldern z.b. geackert bringt er noch 35
hier der auszug der räder aus der xml:

Code: Select all

    <wheels autoRotateBackSpeed="1.5">
        <wheel rotSpeed="1" repr="0>0" driveNode="0>0|0" radius="0.52" restLoad="8.8" forcePointRatio="0.2" initialCompression="50" suspTravel="0.2" spring="30" damper="20" hasTireTracks="true" tireTrackAtlasIndex="1" mass="0.4" maxLatStiffnessLoad="3" width="0.42" hasParticles="true"/>
        <wheel rotSpeed="1" repr="0>1" driveNode="0>1|0" radius="0.52" restLoad="8.8" forcePointRatio="0.2" initialCompression="50" suspTravel="0.2" spring="30" damper="20" hasTireTracks="true" tireTrackAtlasIndex="1" mass="0.4" maxLatStiffnessLoad="3" width="0.42" hasParticles="true"/>
        <wheel rotSpeed="0" repr="0>2" driveNode="0>2|0" radius="0.52" restLoad="16.0" forcePointRatio="0.3" initialCompression="50" suspTravel="0.1" spring="85" damper="65" hasTireTracks="true" tireTrackAtlasIndex="1" mass="0.8" maxLatStiffnessLoad="3" width="0.84" hasParticles="true"/>
        <wheel rotSpeed="0" repr="0>3" driveNode="0>3|0" radius="0.52" restLoad="16.0" forcePointRatio="0.3" initialCompression="50" suspTravel="0.1" spring="85" damper="65" hasTireTracks="true" tireTrackAtlasIndex="1" mass="0.8" maxLatStiffnessLoad="3" width="0.84" hasParticles="true"/>
    </wheels>
 
mit anderen fahrzeugen hab ich diese probleme nicht, die fahren auch auf dem terrain fast endgeschwindigkeit und werden nur auf den feldern eingebremst
hier z.b. die radauszüge eines mb zetros:

Code: Select all

        <wheelConfiguration name="$l10n_configuration_valueDefault" price="0">
            <wheels autoRotateBackSpeed="1.7">
                <wheel rotSpeed="1" restLoad="3.3" repr="0>0|0" driveNode="0>0|0|0|0" forcePointRatio="0.2" filename="$data/vehicles/wheels/trelleborg/TwinRadial_500_60R22_5.xml" configIndex="manFront" isLeft="true"  initialCompression="30" suspTravel="0.32" spring="32" damper="50" maxLatStiffness="350" hasTireTracks="true" hasParticles="true" />
                <wheel rotSpeed="1" restLoad="3.3" repr="0>1|0" driveNode="0>1|0|0|0" forcePointRatio="0.2" filename="$data/vehicles/wheels/trelleborg/TwinRadial_500_60R22_5.xml" configIndex="manFront" isLeft="false" initialCompression="30" suspTravel="0.32" spring="32" damper="50" maxLatStiffness="350" hasTireTracks="true" hasParticles="true" />
                <wheel rotSpeed="0" restLoad="2.6" repr="0>24"                         forcePointRatio="0.3" filename="$data/vehicles/wheels/trelleborg/TwinRadial_500_60R22_5.xml" configIndex="manFront" isLeft="true"  initialCompression="30" suspTravel="0.32" spring="52" damper="50" maxLatStiffness="350" hasTireTracks="true" hasParticles="true" />
                <wheel rotSpeed="0" restLoad="2.6" repr="0>25"                         forcePointRatio="0.3" filename="$data/vehicles/wheels/trelleborg/TwinRadial_500_60R22_5.xml" configIndex="manFront" isLeft="false" initialCompression="30" suspTravel="0.32" spring="52" damper="50" maxLatStiffness="350" hasTireTracks="true" hasParticles="true" />
            </wheels>
welcher eintrag in den rädern könnte dafür zuständig sein, bzw welchen wert könnte ich anpassen?

lg
andreas