Jump to content
Sign in to follow this  
Scheintot887

Disable a faction in the Editor

Recommended Posts

It is possible to disable a faction in the Editor? I just want to have US Units.

class CfgFactionClasses

{

class CDF

{

priority = 100;

};

};

Possible with any configs?

Share this post


Link to post
Share on other sites
No it doesnt work. How the config have to look like?

Try this.

CfgFaction is just a basic. You'll find inside the class definiton a point, called "faction".

Try this.

//faction = "CDF"; << disable the faction

Share this post


Link to post
Share on other sites

You mean like this?

class CfgFactionClasses
{
   class BIS_CZ
   {
       disabled=1;
   };
};

I already tried this but it doesnt work.

Its possible to delete the faction in the class definition... but its hard to delete everything. A little "disabled=1;" would be better.

Edited by Scheintot887

Share this post


Link to post
Share on other sites
You mean like this?

class CfgFactionClasses
{
   class BIS_CZ
   {
       disabled=1;
   };
};

I already tried this but it doesnt work.

Its possible to delete the faction in the class definition... but its hard to delete everything. A little "disabled=1;" would be better.

Not, i mean you have to set >> // << at the beginning.

In German:

CfG Faction ist nur die Basis-Definition. Wenn die Klassen definiert werden, steht

class blub : man
{
bla bla bla
faction = "cdf";
..
};

//faction = "..."; setzt diese Funktion außer Kraft

Share this post


Link to post
Share on other sites

In German:

Danke schonmal für deine Hilfe.

Ja das ist richtig aber dann muss ich um eine Fraktion vollständig zu entfernen, jede Klasse in einer Config erwähnen (auch Air, Armored etc.) anstatt einfach zu schreiben "delete BIS_Faction".

Share this post


Link to post
Share on other sites

Maybe you can ignore CDF faction in faction class. But vehicles class using it. If you remove CDF faction, CDF vehicles can be catogorized in empty faction. Best way change or remove the faction section (faction = "CDF") in CfgVehicles. Maybe you can find another quick solution too but I don't know right now.

Share this post


Link to post
Share on other sites

§13) Write in English

Please write only in English on the public forums. Avoid writing in any other language or any kind of slang or txt speak since the majority of the members most likely won't understand. In private messages you are of course welcome to write in any language you wish.

Just as reminder. ;)

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  

×