Probleme mit Räder wheel shape not found

Eure Foren für alle Diskussionen rund ums Thema Modding.
Rammel
Posts: 3
Joined: Sun Oct 14, 2018 11:46 am

Probleme mit Räder wheel shape not found

Post by Rammel »

Guten Tag

Habe als kleinen Testmod ein Wasserfass in Blender erstellt und in Giants eingefügt XML usw alles geschrieben.
Soweit hat alles geklappt ich habe nur mit den Rädern ein kleines Problem.

(Habe standart Räder aus dem LS17 verwendet keine eigenen)

Sie tauchen auf jedoch viel zu gross da das Spiel gewisse WheelShapeIndex nicht finden kann.

leider finde ich keine Index Angabe für die WheelShape damit ich es ändern könnte.

in meiner XML habe ich folgendes eigetragen. bei repr= die Index aus meiner 3id eingetragen.
<wheelConfigurations>
<wheelConfiguration name="$l10n_configuration_valueDefault" price="0">
<wheels>
<wheel rotSpeed="0" restLoad="0.6" repr="0>6|1" forcePointRatio="0.3" filename="wheels.xml" isLeft="true" configIndex="single" initialCompression="15" suspTravel="0.15" spring="23" damper="50" hasTireTracks="true" hasParticles="true"/>
<wheel rotSpeed="0" restLoad="0.6" repr="0>6|0" forcePointRatio="0.3" filename="wheels.xml" isLeft="false" configIndex="single" initialCompression="15" suspTravel="0.15" spring="23" damper="50" hasTireTracks="true" hasParticles="true"/>
</wheels>
</wheelConfiguration>
</wheelConfigurations>
<rimColor>0 0 0 1</rimColor>
<brakeForce>0.4</brakeForce>
Bei der wheels XML habe ich folgendes eingetragen. die indexLeft="12|0" indexRight="12|1" sind nach mir auch richtig.
<?xml version="1.0" encoding="utf-8" standalone="no" ?>
<wheel>
<configurations>
<configuration index="single" >
<tire filename="$data/vehicles/wheels/lizard/lizardUnsized.i3d" indexLeft="12|0" indexRight="12|1" />
</configuration>
</configurations>
<size radius="0.47" width="0.13" maxDeformation="1" />
<physics mass="0.06" frictionScale="2" maxLongStiffness="8" maxLatStiffness="100" maxLatStiffnessLoad="2" />
<tire type="mud" atlasIndex="0" />
</wheel>
Muss ich irgendwo noch die wheelShapeIndex angeben?

Hier noch die Log
C:/Users/admin/Documents/My Games/FarmingSimulator2017/mods/wasserfasstestmod/wasserfasstestmod.i3d (0.75) ms
Warning: Invalid convex cooking data for Cube .
Physics: wheel shape not found, object wasserfasssimon wheelShapeIndex 31
Physics: setWheelShapeForcePoint failed, wheel shape with index 31 does not exist.
Physics: wheel shape not found, object wasserfasssimon wheelShapeIndex 31
Physics: setWheelShapeForcePoint failed, wheel shape with index 31 does not exist.
Physics: wheel shape not found, object wasserfasssimon wheelShapeIndex 31
Physics: setWheelShapeDirection failed, wheel shape with index 31 does not exist.
Physics: wheel shape not found, object wasserfasssimon wheelShapeIndex 31
Physics: enqueueSetWheelShapeTireFunction failed, wheel shape with index 31 does not exist.
Physics: wheel shape not found, object wasserfasssimon wheelShapeIndex 32
Physics: setWheelShapeForcePoint failed, wheel shape with index 32 does not exist.
Physics: wheel shape not found, object wasserfasssimon wheelShapeIndex 32
Physics: setWheelShapeForcePoint failed, wheel shape with index 32 does not exist.
Physics: wheel shape not found, object wasserfasssimon wheelShapeIndex 32
Physics: setWheelShapeDirection failed, wheel shape with index 32 does not exist.
Physics: wheel shape not found, object wasserfasssimon wheelShapeIndex 32
Physics: enqueueSetWheelShapeTireFunction failed, wheel shape with index 32 does not exist.
Physics: wheel shape not found, object wasserfasssimon wheelShapeIndex 31
Physics: enqueueControlWheelShape failed, wheel shape with index 31 does not exist.
Physics: wheel shape not found, object wasserfasssimon wheelShapeIndex 32
Physics: enqueueControlWheelShape failed, wheel shape with index 32 does not exist.
Application exit request forced.
Application exit request forced.
Vielen Dank für euere Hilfe