Community Forum

Error loadVehicle: unknown type

Forum Overview >> Scripting

CategoryScripting
Created03.06.2017 20:30


Mattia Mattia (giro00000) 03.06.2017 20:30
Does anyone know how to fix this problem?

Error loadVehicle: unknown type 'Pack_Broyeurs_AGRAM.broyeur' in 'C:/Users/Mattia/Documents/My Games/FarmingSimulator2017/mods/Pack_Broyeurs_AGRAM/broyeur.xml'

Bilbo Beutlin (BBeutlin) 05.06.2017 04:12
There are many possibilities for this error.
Most common are:
- the vehicle.xml <vehicle type="myModType"> is different to modDesc <type name="myModType" ..
- the modDesc tag <type .. isn't enclosed in tag <vehicleTypes>
- the <type .. filename=".." should now point to "$data.." instead "data.."
- the <specialization .. descriptions are incomplete or in wrong order.


Note: Log in to post. Create a new account here.