Category | Farming Simulator 19 |
Created | 26.04.2020 10:36 |
Unitech Uni (Unknown) | 26.04.2020 10:36 |
---|---|
Hi, thanks to all who can help! Im trying to build a mod of a loader for FS19. Everything worked fine until I changed the level of the back part of a loader. First the structure was 0> for vehicle (one rigid body) and 0>0 for it's front part and 0>1 for it's back one. Then I transmitted the front and backparts onto higher level: front 0> and back 1> (two rigid bodies) After that loading of mod started to generate an errors (all for the back part 1>): Error: Invalid compound index: 1>0|0 Error: Invalid compound index: 1>2|1 Though I checked i3d and xml indexes of wheels 1>0|0 and cameras 1>2|1 they are present and absolutely correct. Yet I recieve an errors while loading a mod! |
Bilbo Beutlin (BBeutlin) | 26.04.2020 10:57 |
---|---|
If you have more than one component, you must declare this in the mod.xml <base> <components>. The components must be linked with <joint>. See game default vehicles for examples. |
Unitech Uni (Unknown) | 26.04.2020 11:21 |
---|---|
Done! It works! Thank you!! |
Note: Log in to post. Create a new account here.