Jump to content
Sign in to follow this  
maxjoiner

How to do my New Police Lightbar Model.CFG???

Recommended Posts

Hi all,

I done a new Police Lightbar Model..

I should to add it many hidden sections..

I know how to do it in ossigen2, but I don't know how to do a Model.CFG

to recall inside it the hidden sections of my Police lightbar...

Please can Someone to show some example?

Share this post


Link to post
Share on other sites

Add the selection to your lightbar class in the model.cfg.

class lightBarP3dName: blahBlahBlah
{
sections[] = {"sectionName"};
};

Share this post


Link to post
Share on other sites

I already done this...

but It doesn't work

this is my model.cfg:

class CfgModels
{
class CfgSkeletons
   {
   };
class Default{};
class Static: Default{};
class newlightbar: Static {
sections[]={"camo"};
};
};

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  

×