Category | Farming Simulator 17 |
Created | 04.01.2017 12:50 |
Brian Bolger (briano74) | 04.01.2017 12:56 |
---|---|
Hello. I am making a new mod and want to open a lid with a hydraulic ram. I cannot get the rod to translate in the right axis. Can you help with the rules for making this work. See pic of the setup https://dl.dropboxusercontent.com/u/26038451/ram_problem.png This is what it is doing! https://dl.dropboxusercontent.com/u/26038451/fsScreen_2017_01_04_11_55_26.png The piston will not position or translate correctly Any ideas? Thanks Brian |
Brian Bolger (briano74) | 04.01.2017 13:04 |
---|---|
This is the XML code: <movingTools> <movingTool index="0>8"/> <movingTool index="0>24"> <controls axis="AXIS_FRONTLOADER_ARM" iconFilename="$dataS2/menu/moveControls/topDoor.png" invertAxis="true" invertMouseAxis="true" speedFactor="0.3"/> <rotation rotSpeed="45" rotAcceleration="280" rotMax="40" rotMin="6" rotationAxis="3"/> <dependentPart index="0>25"/> </movingTool> </movingTools> <movingParts> <movingPart index="0>25" referencePoint="0>24|0" referenceFrame="0>24|0"> <translatingPart index="0>25|0|0"/> </movingPart> </movingParts> Here are pictures of the GE file https://dl.dropboxusercontent.com/u/26038451/ram_1.png https://dl.dropboxusercontent.com/u/26038451/ram_2.png https://dl.dropboxusercontent.com/u/26038451/ram_3.png https://dl.dropboxusercontent.com/u/26038451/ram_4.png |
Jorn Hiel (fa285634) | 09.01.2017 15:39 |
---|---|
start with making sure the model is correctly setup on child / parent and its axis and O-point. That's the main reason this happens |
Note: Log in to post. Create a new account here.