Jump to content
  • 0

I need create Server for Arma 3 for Sandbox Epoch


mr_n0oo0b

Question

Recommended Posts

  • 0

Eh ? :unsure:

Epoch or Wasteland ? it's one or the other, they have their own unique basecode and are 2 seperate mods, although there is 1 person who i BetterNotMentionOrName who thinks otherwise.

More info Op, then you'll get clearer answers :)

*Edit*

Also the wrong section

a3wasteland is a mission actually...correct me if im wrong:)

Link to comment
Share on other sites

  • 0

Follow for setting up Epoch, to make it Stratis you change the config.cfg

The default is :

 

// MISSIONS CYCLE (see below) (epoch.Altis, epoch.Stratis, epoch.Chernarus, epoch.Bornholm)
class Missions
{
    class Epoch {
        template = epoch.Altis; // DO NOT CHANGE THIS, IT WILL BREAK YOUR SERVER
        difficulty = "veteran";    // difficulty settings: veteran == NORMAL, mercenary == HARDCORE
    };
};

 

Find :

template = epoch.Altis

 

Change to :

template = epoch.Stratis

Link to comment
Share on other sites

  • 0

EpochServer.ini

[EpochServer]
BattlEyePath = Z:\Arma3Server\TADST\default\BattlEye
InstanceID = NA123
LogAbuse = 1

[Redis]
IP = 127.0.0.1
Port = 6379
DB = 0
Password = 123456789

[steamAPI]
Logging = 0
Key =
VACBanned = 0
VACMinimumNumberOfBans = 0
VACMaximumDaysSinceLastBan = 0
PlayerAllowOlderThan = 0

 

 

redis.conf

bind 127.0.0.1
maxmemory 40gb
save 900 1
save 300 10
save 60 1000
requirepass 123456789

 

 

correct  ???

Same password

Link to comment
Share on other sites

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...