Jump to content
Sign in to follow this  
eagledude4

Animations not working

Recommended Posts

Fixed, classname didnt match the model name.

Edited by eagledude4

Share this post


Link to post
Share on other sites

class CfgModels
{
class Default
{
	sections[] = {};
	sectionsInherit="";
	skeletonName = "";
};

class UltRP_Aventador:Default
{

The file name of your model is "UltRP_Aventador.p3d" ?

I don' think it is.

That class inside CfgModel MUST be the same as your file name.

class CfgModels
{
class Default
{
	sections[] = {};
	sectionsInherit="";
	skeletonName = "";
};

class aventador:Default
{

Share this post


Link to post
Share on other sites

AH, right. Thanks again Gnat. I need to stop reading tutorials at 2 am >.>

Edited by eagledude4

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×