Hello guys. I've a problem with the cfg faction.
Now, i've some police buildings, some cop cars and civilian cars, bulding and objects.Code: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; }; };
Every base class is defined with
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.Code:faction="myfaction"; side= 3; display="police buildings";
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?
HOME
Reply With Quote