Member since 7 / 2014
Userprofile of Danny681
First name:
Danny
Age & Gender:
43
m
City:
no entry
Hobbies:
no entry
Homepage
no entry
About Danny681
no entry
No images available yet
No videos available yet
This user hasn't created any projects yet.
Mod: FENDT 900 Series MoreReality
Tipp von mir wer es nicht weiss: Zip-Datei über WinRar raparieren lassen, im Reiter "Extras"! Dann wieder richtig benennen! Und schon kommt man an die Daten!
Fertsch:)
Mod: Forestry set
Ach und es wäre schön wenn sich jemand der Ketten annimmt und da was gescheites draus macht;-) ansonsten wird es so langsam mit dem Pack aber ein Final" ist es definitiv nicht!!!
Mod: Forestry set
Kannst de doch ändern in der XML:
<cutLengths min="1" max="38" step="1.0" />
Mod: Forestry set
Habe noch Fehler beim T650Processor endeckt!
Da stimmt was nicht mit irgendeiner Animation ich denke, daß das der Fehler ist:
<movingTool index="" componentJointIndex="1" anchorActor="0" rotSpeed="-1200" rotAcceleration="150" rotMax="-1000" rotMin="1000" rotationAxis="3" axis="AXIS_FRONTLOADER_TOOL4" invertAxis="false" mouseAxis="" invertMouseAxis="false" speedFactor="9"/>
<movingTool index="" componentJointIndex="2" anchorActor="0" rotSpeed="1200" rotAcceleration="150" rotMax="-1000" rotMin="1000" rotationAxis="3" axis="AXIS_FRONTLOADER_TOOL4" invertAxis="false" mouseAxis="" invertMouseAxis="false" speedFactor="9"/>
Da fehlt der index!!! Also ich kann es nicht zuordnen deshalb kann man es, denke ich, ausklammern!
Und diesen Fehler hab ich gefunden:
<cutParticleSystems>
<cutParticleSystem node="" psRootNode="0" position="0 0 0" rotation="0 0 0" file="$data/vehicles/particleAnimations/ponsse/ponsseScorpionParticles.i3d" />
</cutParticleSystems>
Ändern in:
<cutParticleSystems>
<cutParticleSystem node="1>18" psRootNode="0" position="0 0 0" rotation="0 0 0" file="$data/vehicles/particleAnimations/ponsse/ponsseScorpionParticles.i3d" />
</cutParticleSystems>
Ansonsten die warnings bekommt man weg indem man die i3d mit dem notepad öffnet und alle Einträge "textures/..." bei <Files>...</Files> in "Textures/..." ändert