Jump to content
Sign in to follow this  
Heeeere's johnny!

Where can I find the door names for the vehicles?

Recommended Posts

Hi people,

I've been searching a while now in the config files to find the names of the doors of some vehicles like the SUV, the hatchback and stuff. I was able to find some for the MRAP and some others, looking like this:

class AnimationSources: AnimationSources {

   class HitReserveWheel {
       source = "Hit";
       hitpoint = "HitReserveWheel";
       raw = 1;
   };

   class Door_LF {
       source = "door";
       animPeriod = 0.800000;
   };

   class Door_RF {
       source = "door";
       animPeriod = 0.800000;
   };

   class Door_LB {
       source = "door";
       animPeriod = 0.800000;
   };

   class Door_RB {
       source = "door";
       animPeriod = 0.800000;
   };
};

But for instance for the SUV, all I found was this:

class AnimationSources: AnimationSources {

   class Hide {
       source = "user";
       animPeriod = 1;
       initPhase = 0;
   };
};

Do they even have animated doors? If so, where can I find the super class "AnimationSources" where these names seem to be?

Best regards,

waltenberg aka Johnny

Edited by waltenberg

Share this post


Link to post
Share on other sites

Most likely it doesn't have animated doors, not all the vehicles do, and you appear to be looking in the right place so...

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  

×