Arma 3
Discover the best community content
Get the most out of Arma 3 with Steam Workshop. Find and install player-created scenarios and mods, or create your own and upload it directly to Steam.
Learn More
Custom Faction not appearing in Zeus (Appears in Editor) Alive ORBAT
Hello,

As the title implies, I've made my first custom faction using Alive ORBAT and everything seemed fine, worked, and appeared in Editor and when I zeused it locally on my PC for trying.

But when I uploaded it on the server it didn't appear when I wanted to use it in Zeus (Yes I installed the mod correctly on the server)

The GameMaster Module also has enabled all the Unofficial addons.

I used this tutorial https://www.youtube.com/watch?v=vC9eLS7fCWQ&t=1660s&ab_channel=WarIsHell
< >
Showing 1-5 of 5 comments
Blueberry Pie 2 14 Jun, 2022 @ 10:08am 
All you need is this

class CfgFactionClasses
{
class my_faction_01
{
displayName="My Tiny Faction";
priority=8;
side=2;
icon="PBO_Name\icon.paa";
};
};
Blueberry Pie 2 14 Jun, 2022 @ 10:10am 
here is an example from the mod I made:

class CfgFactionClasses
{
class legendary_Aces
{
displayName="Legendary Aces";
priority=8;
side=2;
icon="MF_Uniforms\icon.paa";
};
};

class CfgVehicles
{
class pook_EF2000_BLUFOR;
class MF_Ace_Yeagerist_EF2000: pook_EF2000_BLUFOR
{
author="Marki";
side=1;
faction="Legendary_Aces";
vehicleclass="Planes";
scope=2;
displayName="The Yeagerist";
textureList[]={};
scopeCurator=2;
hiddenSelectionsTextures[]=
{
"MF_Legendary_Aces\MF_Aces_Planes\data\MF_Plane_Yeagerist.paa",
"",
""
};
crew="B_Fighter_Pilot_F";
};
};
Dirty Jack 2 15 Jun, 2022 @ 2:21am 
Originally posted by M T-444 Blueberry Pie:
All you need is this

class CfgFactionClasses
{
class my_faction_01
{
displayName="My Tiny Faction";
priority=8;
side=2;
icon="PBO_Name\icon.paa";
};
};


So for me it looks like this .


class CfgFactionClasses {
class O_ZimbabweZANLA_LowVis {
displayName = "[ZANU] ZANLA";
side = 0;
flag = "\ARMSCor_Africa_O\data\ui\ARMSCor_Faction_ZANU_ca.paa";
icon = "\ARMSCor_Africa_O\data\ui\ARMSCor_Faction_ZANU_ca.paa";
priority = 0;


Do I put priority to 8 and side 2 ? Is that what my issue is?


(This is my first time making a faction and I have no knowledge of using these settings)
Blueberry Pie 2 15 Jun, 2022 @ 6:52am 
Experiment, I am not sure, I probably wouldnt leave priority 0
brendob47 35 3 Aug, 2022 @ 11:30am 
Make sure to put the class names into your cfgPatches
< >
Showing 1-5 of 5 comments
Per page: 1530 50