| Category | Farming Simulator 25 |
| Created | 28.05.2025 13:12 |
| Mirko Mirko (brumbrum) | 28.05.2025 13:12 |
|---|---|
| Hi guys, i'm triying to make a map and in the log there are this kind of errors. The objects with these errors are pieces of fences that i have imported from the base game folder. Any suggestion to resolve? LUA call stack: =[C]:-1 getSplineLength =dataS/scripts/objects/Ship.lua:21 new =dataS/scripts/objects/Ship.lua:8 onCreate 2025-05-28 12:30:08.162 Warning (script): EntityId 39067 ('spline') passed as parameter 'shapeId' in method 'getSplineLength' has wrong type. Expected: SHAPE Actual: TRANSFORM. 2025-05-28 12:30:08.162 Script error in getSplineLength: EntityId 39067 ('spline') passed as parameter 'shapeId' in method 'getSplineLength' has wrong type. Expected: SHAPE Actual: TRANSFORM. |
|
| illgib81 | 29.05.2025 03:10 |
|---|---|
| From the log the game expect a SHAPE (like an actual 3d object) instead it have a TRANSFORM (an empty node, or Transform group), check what's gone wrong, maybe the fence shapes aren't suported or from a wrong engine version. |
|
Note: Log in to post. Create a new account here.