Arma 3
Drongos Config Generator
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?
< >
Se afișează 1-3 din 3 comentarii
B E A N 17 ian. 2020 la 10:21 
Same issue, did you get it figured out? I am clueless here.
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.
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
< >
Se afișează 1-3 din 3 comentarii
Per pagină: 1530 50