Jump to content

Is posible to create a Stratis server?


w4rgo

Recommended Posts

Stratis is supported.  There is a mission file for it distributed with the server files.  If you have already started a Stratis server though you will need a new database instance, since the coordinates data is different between maps.  

 

Do you know why it says

 

// MISSIONS CYCLE (see below) epoch.Altis epoch.Stratis epoch_noZ.Altis
class Missions
{
class Epoch {
template = epoch.Altis; // DO NOT CHANGE THIS, IT WILL BREAK YOUR SERVER
difficulty = "veteran";    // difficulty settings: veteran == NORMAL, mercenary == HARDCORE
};
};
Link to comment
Share on other sites

// MISSIONS CYCLE (see below) epoch.Altis epoch.Stratis epoch_noZ.Altis
class Missions
{
class Epoch {
// template = epoch.Altis; // DO NOT CHANGE THIS, IT WILL BREAK YOUR SERVER
 template = epoch.Stratis; // DO NOT CHANGE THIS, IT WILL BREAK YOUR SERVER
difficulty = "veteran";    // difficulty settings: veteran == NORMAL, mercenary == HARDCORE
};
};
Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...