Adding Factions to DayZ Epoch Server

ThelMightylThor

New Member
So after many many many hours of trying to add factions (Blufor, Opfor, Indeps) to my DayZ Epoch server I have not had much luck. I have been able to unlock the teams by simply adding something that looks about like this to the mission.sqm

class Item1
{
side="GUER";
class Vehicles
{
items=1;
class item0
{
position[]={8788.7305, 12559.396, 0.17831968};
azimut=-17.083944;
id=32;
side="GUER";
vehicle="Soldier_PMC";
player="PLAY CDG";
skill=0.60000002;
init="this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';removeallweapons this;";
};
};
};

You are able to join the server as Indep in the case of the above code by selecting the player slot the above code creates. The issue arises is that the game still recognizes that player as being Blufor (The way I test this is by typing in global and it says Blufor beside my name) no matter what team you join. If anybody has ANY help on this PLEASE let me know, this has been driving me insane...
 
Back
Top