Jump to content
Sign in to follow this  
3rd-mef

vehicles from faction not showing in zeus

Recommended Posts

hey guys,

 

my vehicle's from my faction are not showing in the zeus menu at the moment, and i can't find why not... the normal units are in zeus but not the vehicles:

 

my basic vehicle config is :

 

class FA18E : JS_JC_FA18E
        {
            side = 1;
            faction = "3rd_MEF";
            vehicleclass = "Air_Vehicles";
            author = "Eliree";
            displayName = "F/A 18 E";
            scope = 2;
            cost = 2000;
            scopeCurator = 2;
        }

 

the vehicles class is offcourse listed in the parent .cpp file whilest all the vehicles are listed in a .hpp file

Share this post


Link to post
Share on other sites

nvm i figured it ,

 

found out i forgot to list them in the units line of the config

  • Like 1

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  

×