Jump to content
  • 0

Adding Factions to DayZ Epoch Server


ThelMightylThor

Question

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...
 
Link to comment
Share on other sites

3 answers to this question

Recommended Posts

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...