Jump to content
Sign in to follow this  
drunken officer

Problems with the cfg faction

Recommended Posts

Hello guys. I've a problem with the cfg faction.

class CfgFactionClasses 
{
class myfaction //just a example
{
	displayName = "myfaction"; //normal this menu will show up, if i open the civilian menu
	priority = 100;
	side = 3;
};
};

Now, i've some police buildings, some cop cars and civilian cars, bulding and objects.

Every base class is defined with

faction="myfaction";
side= 3;
display="police buildings"; 

The problem is, if i open the editor -> civilian -> myfaction, i can only see 2 options in the dropdown menu. But if i open the editor->empty, i can find all defined objects under the defined display name and they have the "myfaction-tag". I used copy&paste to make sure, that everything is 100% correct.

CfgVehilceClass is correct too.

I tried more ways. Every single object, base classes, ... Same thing, i see every time only the same both options in the dropdown menu.

some ideas or do you need more codes?

Share this post


Link to post
Share on other sites

Buildings are always on side empty, there is no way to change that.

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  

×