Community Forum

Mod on side when placing

Forum Overview >> Farming Simulator 19

CategoryFarming Simulator 19
Created13.05.2020 08:44


Adam Allgire (bloodember) 13.05.2020 08:44
I'm at my wits end, I have a mod, it's a pole with an attacherjoint, that I'm trying to get working. When I try placing it it is on it's side, rotated 90 degrees X (I think). Rotation in GE is at 0 on all axis, I've even changed X and Y to 90 and it still loads the same. Here's the xml for the pole, I assuming I'm just missing something, I have no idea.

<?xml version="1.8" encoding="utf-8" standalone="no" ?>
<placeable>
<storeData>
<name>$l10n_shopItem_oxfordPole</name>
<image>oxfordPole.dds</image>
<functions>
<function>$l10n_function_oxfordPole</function>
</functions>
<price>0</price>
<dailyUpkeep>0</dailyUpkeep>
<canBeSold>true</canBeSold>
<showInStore>true</showInStore>
<lifetime>1000</lifetime>
<rotation>0</rotation>
<brand>REDPANDA</brand>
<species>placeable</species>
<category>placeableMisc</category>
<vertexBufferMemoryUsage>1568</vertexBufferMemoryUsage>
<indexBufferMemoryUsage>430</indexBufferMemoryUsage>
<textureMemoryUsage>54392</textureMemoryUsage>
<instanceVertexBufferMemoryUsage>0</instanceVertexBufferMemoryUsage>
<instanceIndexBufferMemoryUsage>0</instanceIndexBufferMemoryUsage>
</storeData>

<placeableType>placeable</placeableType>
<filename>Oxfordpole.i3d</filename>
<placement testSizeX="1" testSizeZ="1" sizeX="1" sizeZ="1" useRandomYRotation="false" useManualYRotation="true"/>

<!--<leveling requireLeveling="false" maxSmoothDistance="0" maxSlope="0" maxEdgeAngle="0" >
<levelAreas>
</levelAreas>
</leveling> -->

<attacherJoints>
<attacherJoint node="trailerAttacherJoint" jointType="trailer" lowerRotLimit="0" upperRotationOffset="0" allowsJointLimitMovement="false" canTurnOnImplement="false">
<schema position="0 0" rotation="0" invertX="false" />
<attachSound template="ATTACH_01" linkNode="0>" />
</attacherJoint>
</attacherJoints>
<!--lowerRotLimit="10 70 50" -->
</placeable>

Thanks for the help.

Lorenzos (lorenzoita) 13.05.2020 09:44
Check the attacher joint orientation

Adam Allgire (bloodember) 13.05.2020 09:53
It's oriented in Giants Correctly, with the pole. Do I have the xml for it right, or is that the problem?

Adam Allgire (bloodember) 15.05.2020 09:23
I have figured it out, the model has to be oriented differently, as in on its side when exporting it from 3d software, so the model is on its side in GE with the Y axis in the up axis, which is just stupid.

Unknown 18.05.2020 17:24
No that is not stupid, the Y-axis is commonly taken as the vertical axis. This is very common in any engineering context, as well as in 3D software.


Note: Log in to post. Create a new account here.