I don't think I explained very well, I understand the animations will work and it will do most things most people need, but for my plug-in to work I need the limbs to be completely controllable.
Models can be setup without all the limb control and they still work but certain limb functions don't work, like the FPSC models.
The models you get with GDK/DBPro all seem to work with every limb command, these are the ones that work with my plug-in.
This is the code:
sObject* obj;
obj->ppFrameList[limb]->vecScale;
ppFrameList is a list of all the limbs, but this code only works if this list is setup, and sometimes it is not.
I really need to find some time and learn the basics of modelling, I would be able to explain better then, or I would be able to set the model up myself, I think.
If anyone has the slightest idea of what I am talking about I would appreciate some help, thanks.