Category | Farming Simulator 25 |
Created | 28.12.2024 13:47 |
Alessandro Amatucci (AlessandroStar) | 28.12.2024 13:47 |
---|---|
hello everyone, i am working on my mod for fs25, i would like to be able to put the tension tapes on my truck body, i have all the reference points on the i3d file and done the xml part but in game they don't show up and i can't fasten them, anyone know why? this is my xml parts on Vehicle.xml <tensionBelts> <tensionBeltsConfigurations> <tensionBeltsConfiguration> <tensionBelts linkNode="tensionBelts" jointNode="0>" activationTrigger="beltActivationTrigger" width="0.55" maxEdgeLength="0.1" geometryBias="0.01" ratchetPosition="0.2" defaultOffset="0.1" defaultOffsetSide="0.1" defaultHeight="4"> <tensionBelt startNode="belt01Start" endNode="belt01End" offsetLeft="0.2"/> <tensionBelt startNode="belt02Start" endNode="belt02End"/> <tensionBelt startNode="belt03Start" endNode="belt03End"/> <sounds> <addBelt template="beltOpen" /> <removeBelt template="beltClose" /> </sounds> </tensionBelts> </tensionBeltsConfiguration> </tensionBeltsConfigurations> </tensionBelts> |
Note: Log in to post. Create a new account here.