aye, apologies, I was fooled by them being aligned tab-wise in the config.
Will teach me to drink whilst reading configs.
Ok, your cfgModels will be wrong anyway as it should use the modelname and not the classname.
According to your cfgVehicles section the model is called 'speeder' so cfgModels should be:
class CfgModels
{
class default {};
class Vehicle: default {};
class Car: Vehicle {};
class Speeder: Car {};
};
Another slight tweak I noticed would be carmouflage=1;, which should be camoflage=1; ... I hope
And I haven't been drinking so far today.
As for the User Animations ... do you have named selections for the animation classes in the model?
I don't have O2 available on this machine to check myself.
EDIT: OK I checked the p3d in a text editor and searched for:
lockon, autolock, osa_lockon, osa_autolock and pos driver.
All were found ok.
However why you are using pos driver is beyond me, pos driver is a point in the lods that marks the position for the driver to board the vehicle.
I really need to get my main machine up and running again
Planck