Category | Farming Simulator 19 |
Created | 17.08.2019 21:40 |
Dave Chuckry (CaptainD430) | 17.08.2019 21:40 |
---|---|
what im trying to do is animate the hood of a vehicle the problem is i have the x button animating a different object and i dont know how to map a different buttion the mouse controls dont seem to work or im missing something to make it work <animations> <animation name="rpmDisplay"> <part node="rpm_indicator" startTime="0" endTime="3" startRot="0 0 0" endRot="0 0 230" /> </animation> <animation name="speedDisplay"> <part node="speed_indicator" startTime="0" endTime="1" startRot="0 0 0" endRot="0 0 250"/> </animation> <animation name="loadingBarTemperature"> <part node="temp_indicator" startTime="0" endTime="1" startRot="0 0 0" endRot="-180 -2.515 -180"/> </animation> <animation name="loadingBarFuel"> <part node="fuel_indicator" startTime="0" endTime="1" startRot="0 0 0" endRot="-180 76.884 180"/> </animation> <animation name="left articulated"> <part node="left articulated" startTime="0" endTime="1" startRot="0 20 0" endRot="-45.22 20 0"/> </animation> <animation name="right articulated"> <part node="right articulated" startTime="0" endTime="1" startRot="0 -20 0" endRot="-45.22 -20 0"/> </animation> <animation name="Hood"> <part node="Hood" startTime="0" endTime="1.5" startRot="0 0 0" endRot="37 0 0" /> </animation> </animations> <foldable> <foldingParts> <foldingPart animationName="left articulated" speedScale="1"/> <foldingPart animationName="right articulated" speedScale="1"/> </foldingParts> </foldable> <cylindered> <movingTools> <movingTool node="left articulated" playSound="true"/> </movingTools> <sounds> <hydraulic template="DEFAULT_HYDRAULIC_SOUND" linkNode="vettec3_main_component1"/> </sounds> <defaultLight shaderNode="highBeamLightStatic" lightTypes="2"/> <defaultLight shaderNode="highBeamLightStatic1" lightTypes="2"/> <movingTool node="Hood" playSound="true" isEasyControlTarget="false" /> <controls axis="AXIS_CRANE_ARM" invertAxis="true" mouseSpeedFactor="1" iconName="CRANE_ARM1_ROTATE_Y" /> <rotation rotSpeed="60" rotAcceleration="180" rotMax="0" rotMin="37" /> <sounds> <hydraulic template="DEFAULT_PICKUP_TRUNK" linkNode="vettec3_main_component1"/> </sounds> </cylindered> |
Bilbo Beutlin (BBeutlin) | 18.08.2019 00:42 |
---|---|
Look into your inputBinding.xml and choose another axis or button. |
Note: Log in to post. Create a new account here.