Arma 3
Drongos Config Generator
DANYOL 27 Okt 2019 @ 10:08am
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?
< >
Menampilkan 1-3 dari 3 komentar
B E A N 17 Jan 2020 @ 10:21am 
Same issue, did you get it figured out? I am clueless here.
Mr Elusive 21 Sep 2020 @ 7:39am 
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 @ 7:44am 
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
< >
Menampilkan 1-3 dari 3 komentar
Per halaman: 1530 50