mr_n0oo0b Posted April 28, 2015 Report Share Posted April 28, 2015 Hey please help me i need to create server arma 3 for map Epoch how i can got the map for server ??? and what it's settings for map mr_n0oo0b 1 Link to comment Share on other sites More sharing options...
0 Richie Posted April 28, 2015 Report Share Posted April 28, 2015 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 mr_n0oo0b and BoleParty 2 Link to comment Share on other sites More sharing options...
0 BoleParty Posted April 28, 2015 Report Share Posted April 28, 2015 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:) mr_n0oo0b 1 Link to comment Share on other sites More sharing options...
0 Richie Posted April 28, 2015 Report Share Posted April 28, 2015 a3wasteland is a mission actually...correct me if im wrong:) More of an mod than a mission though, it's quite complex, I know because we've ran Wasteland for as long as we've ran Epoch, although let's not get hung up on technicalities. mr_n0oo0b 1 Link to comment Share on other sites More sharing options...
0 BoleParty Posted April 28, 2015 Report Share Posted April 28, 2015 Hey please help me i need to create server arma 3 for map A3Wasteland Startis how i can got the map for server ??? and what it's settings for map just google a3wasteland github and then ull find everything what ur asking for mr_n0oo0b 1 Link to comment Share on other sites More sharing options...
0 mr_n0oo0b Posted April 28, 2015 Author Report Share Posted April 28, 2015 I apologize for the mistake I mean ( Epoch ), but I wrote ( A3Wasteland Startis ) because I was thinking about it :) Link to comment Share on other sites More sharing options...
0 Richie Posted April 28, 2015 Report Share Posted April 28, 2015 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 More sharing options...
0 mr_n0oo0b Posted April 28, 2015 Author Report Share Posted April 28, 2015 Do you have to explain Video ??? and i'm useing TADST Link to comment Share on other sites More sharing options...
0 Richie Posted April 28, 2015 Report Share Posted April 28, 2015 Just follow the guide and i don't use TADST, it's great for missions but you're best off using bat files and BEC, although Firedameon is what you really want. Link to comment Share on other sites More sharing options...
0 mr_n0oo0b Posted April 28, 2015 Author Report Share Posted April 28, 2015 But if it's a video explaining that he was the best by modifying many files :( Link to comment Share on other sites More sharing options...
0 stonXer Posted April 28, 2015 Report Share Posted April 28, 2015 Did you install the Fluxcapacitor!? ZENITHOVMAN 1 Link to comment Share on other sites More sharing options...
0 mr_n0oo0b Posted April 28, 2015 Author Report Share Posted April 28, 2015 Did you install the Fluxcapacitor!? in the server ???? Link to comment Share on other sites More sharing options...
0 Richie Posted April 28, 2015 Report Share Posted April 28, 2015 Just ignore StonXer :p We keep him so we can be an equal opportunity forum, he's our token village idiot but we love him regardless :) Link to comment Share on other sites More sharing options...
0 stonXer Posted April 28, 2015 Report Share Posted April 28, 2015 2035.. If the fluxcapacitor isn't in then it aint worth it :/ true story. Link to comment Share on other sites More sharing options...
0 mr_n0oo0b Posted April 28, 2015 Author Report Share Posted April 28, 2015 ???? Link to comment Share on other sites More sharing options...
0 Richie Posted April 28, 2015 Report Share Posted April 28, 2015 Just follow and ignore StonXer :lol: Link to comment Share on other sites More sharing options...
0 mr_n0oo0b Posted April 29, 2015 Author Report Share Posted April 29, 2015 I have this error Link to comment Share on other sites More sharing options...
0 Richie Posted April 29, 2015 Report Share Posted April 29, 2015 Usually happens on the first restart, the server is spawning everything in for the first time, just give it a minute and try again, read the RPT log incase of errors, post them here. Link to comment Share on other sites More sharing options...
0 stonXer Posted April 29, 2015 Report Share Posted April 29, 2015 Got your database running? Link to comment Share on other sites More sharing options...
0 mr_n0oo0b Posted April 29, 2015 Author Report Share Posted April 29, 2015 Got your database running? did you have any video for settings please cuz if i run and log in server in game that got crash with out any error pop Link to comment Share on other sites More sharing options...
0 Richie Posted April 29, 2015 Report Share Posted April 29, 2015 Enter you password in Redis.conf and make sure it matches epochserver.ini, then run the start-redis.cmd file, your database will be running. stonXer 1 Link to comment Share on other sites More sharing options...
0 stonXer Posted April 29, 2015 Report Share Posted April 29, 2015 DB folder, redis.conf - open with notepad++ to edit (details must be the same as EpochServer.ini) Configure settings (battleye,InstanceID,Password) within the file EpochServer.ini found in the @EpochHive folder. Link to comment Share on other sites More sharing options...
0 mr_n0oo0b Posted April 29, 2015 Author Report Share Posted April 29, 2015 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 More sharing options...
0 stonXer Posted April 29, 2015 Report Share Posted April 29, 2015 Instance ID mr_n0oo0b 1 Link to comment Share on other sites More sharing options...
0 Richie Posted April 29, 2015 Report Share Posted April 29, 2015 maxmemory 40gb :o you'll have issues with it that high, you want 2GB or 4GB will do What does you Redis window show ? mr_n0oo0b 1 Link to comment Share on other sites More sharing options...
0 mr_n0oo0b Posted April 29, 2015 Author Report Share Posted April 29, 2015 Instance ID who i can found it and can u put ID for As an example ??? maxmemory 40gb :o you'll have issues with it that high, you want 2GB or 4GB will do What does you Redis window show ? it's By mistake Link to comment Share on other sites More sharing options...
Question
mr_n0oo0b
Hey
please help me
i need to create server arma 3 for map Epoch
how i can got the map for server ???
and what it's settings for map
Link to comment
Share on other sites
32 answers to this question
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now