Arma 3
Drongos Config Generator
DANYOL 27. okt. 2019 kl. 10:08
No new faction shows up in Editor/Zeus
I created a faction, made it a PBO, signed it, activated it and it doesn't show up in my editor. Not sure what the issue is. Anyone had this problem before?
< >
Viser 1-3 af 3 kommentarer
B E A N 17. jan. 2020 kl. 10:21 
Same issue, did you get it figured out? I am clueless here.
Mr Elusive 21. sep. 2020 kl. 7:39 
Have you tried adding these lines to the unit classes in config.cpp?

scope = 2;
scopeCurator = 2;

Setting these both to 2 should have them show up in both the editor and Zeus.
Mr Elusive 21. sep. 2020 kl. 7:44 
Here's a very rough example of what I mean:

class My_Example_Unit : B_Soldier_F { scope = 2; scopeCurator = 2; displayName = "My Imaginary Rifleman"; editorSubcategory = "EdSubcat_Personnel_Camo_Woodland"; faction ="My_Example_Faction"; author = "Mr Elusive"; identityTypes[] = {"LanguageENG_F","Head_NATO"}; // Equipment uniformClass = "Uniform"; backpack = ""; weapons[] = {"Weapon","Throw","Put"}; magazines[] = {"Magazines"}; items[] = {"FirstAidKit"}; linkedItems[] = {"Items"}; respawnweapons[] = {"Weapon","Throw","Put"}; respawnmagazines[] = {"Magazines"}; respawnitems[] = {"FirstAidKit"}; respawnlinkedItems[] = {"","","","ItemMap","ItemCompass","ItemWatch","ItemRadio","","","","","","","",""}; };

Recommended reading:
https://community.bistudio.com/wiki/Arma_3_Characters_And_Gear_Encoding_Guide
< >
Viser 1-3 af 3 kommentarer
Per side: 1530 50