jahangir13 Posted September 19, 2014 Report Share Posted September 19, 2014 Hi all, for those of you who like to know/understand step-by-step how to download all needed files for a Epoch 1.0.5.1 Linux Server to the server directly (and where to get them), you can have a look at the following video. https://www.youtube.com/watch?v=VvVGNCRG1z8 regards, jahan Link to comment Share on other sites More sharing options...
jahangir13 Posted September 24, 2014 Author Report Share Posted September 24, 2014 This video shows how to copy the files together to get the server started for the first time. https://www.youtube.com/watch?v=71xCShQ_HFM Link to comment Share on other sites More sharing options...
jahangir13 Posted September 29, 2014 Author Report Share Posted September 29, 2014 Gender Selection Screen / Play as a Zombie (as a side effect normal custom player loadout in misions init.sqf works and needs to be used) https://www.youtube.com/watch?v=hTaQyqdRDcQ Please let me know if it works for you and if there are any issues (and of course questions if any). Link to comment Share on other sites More sharing options...
jahangir13 Posted November 30, 2014 Author Report Share Posted November 30, 2014 Some useful SQL statements to cleanup the DB each server restart. Also contains an mysql event to get damage on buildables (so that these can be deleted after xx days). https://www.youtube.com/watch?v=jLLbjWttBZ4 As always I am happy for any feedback or additions. Link to comment Share on other sites More sharing options...
morggin Posted November 30, 2014 Report Share Posted November 30, 2014 If followed your Gender selection and play zombie video. I get gender selection now when a character dies but im also getting DBD::mysql::st execute failed: called with 9 bind variables when 8 are needed at ./writer.pl line 535, <STDIN> line 1085 in my dump.log after a player death. Line 535 is $res = $sth->execute ($playerId, $serverId, $worldSpace, $inventory, $backpack, $medical, $generation, $humanity, $infected); Link to comment Share on other sites More sharing options...
jahangir13 Posted November 30, 2014 Author Report Share Posted November 30, 2014 What are the lines before this line you posted. I guess that the execute wants to enter 9 values into the table row...but the table has not been extended? Is there a column Infected in the Character_DATA table? Are there '?' question marks) in the query. Maybe post a bit more code around this line. And do you have this column at the end of Character_DATA: http://s18.postimg.org/wci9g3vmh/image.jpg Link to comment Share on other sites More sharing options...
LunchboxCharlie Posted December 15, 2014 Report Share Posted December 15, 2014 Don't get me wrong, it's awesome that you did this, however, without text directions this takes about 20 times the time to make than if we had text directions. Link to comment Share on other sites More sharing options...
morggin Posted December 15, 2014 Report Share Posted December 15, 2014 On 11/30/2014 at 2:52 PM, jahangir13 said: What are the lines before this line you posted. I guess that the execute wants to enter 9 values into the table row...but the table has not been extended? Is there a column Infected in the Character_DATA table? Are there '?' question marks) in the query. Maybe post a bit more code around this line. And do you have this column at the end of Character_DATA: http://s18.postimg.org/wci9g3vmh/image.jpg Seems to have been a fat finger mistake on my part. I copied your files from the video links and it works just fine!! on that note thank you for the time you took to do this for the community!! Link to comment Share on other sites More sharing options...
jahangir13 Posted December 15, 2014 Author Report Share Posted December 15, 2014 @LunchboxCharlie: where do you want/need text directions? For the last video? Normally I always include a file, a script or point to my homepage with text for easier copying always in the video description). But that does not mean that there could be something missing. If you let me know, I will have a look. Link to comment Share on other sites More sharing options...
LunchboxCharlie Posted December 16, 2014 Report Share Posted December 16, 2014 On 12/15/2014 at 9:27 AM, jahangir13 said: @LunchboxCharlie: where do you want/need text directions? For the last video? Normally I always include a file, a script or point to my homepage with text for easier copying always in the video description). But that does not mean that there could be something missing. If you let me know, I will have a look. Oh my apologies. I didn't see it at first. I'm sorry and thank you. Link to comment Share on other sites More sharing options...
LunchboxCharlie Posted December 17, 2014 Report Share Posted December 17, 2014 Where is the error rpt located? I can't seem to find it. Link to comment Share on other sites More sharing options...
jahangir13 Posted December 17, 2014 Author Report Share Posted December 17, 2014 dump.log file is the server log. On your client it's here: C:\Users\<user>\AppData\Local\ArmA 2 OA\ArmA2OA.RPT Link to comment Share on other sites More sharing options...
LunchboxCharlie Posted December 18, 2014 Report Share Posted December 18, 2014 I am having an issue.. maybe you can help. I used your tutorial to set up the epoch server, which worked fine, however, I am having trouble opening ports to connect to steam. I changed both the ports to wild numbers (Shouldn't matter what values the ports are as long as they aren't in use): steamport = 8197; steamqueryport = 27103; server 17851 root 215u IPv4 869540099 0t0 UDP *:2304 server 17851 root 217u IPv4 869540107 0t0 UDP *:2302 I'm at a loss, it's not opening the ports at all, just those two ports... Just the game port and port 2304 which I don't know why that's happening either... also, I normally don't run in root but I was troubleshooting the issue. I don't have a firewall. Link to comment Share on other sites More sharing options...
jahangir13 Posted December 18, 2014 Author Report Share Posted December 18, 2014 Don't run the server as root! Have a look here: https://community.bistudio.com/wiki/server.cfg At the bottom of the page are some hints for the ports. To be honest, I think I cannot help much here. I donÄr know if these ports are showing up in netstat all the time. I mean what is not working? In other posts they already said that DayzCommander is not working very well at the moment and that a lot of people now are using Dayz Launcher. http://dayzlauncher.com/ My server was showing up there after some hours. But it is also showing up in Dayz Commander, but sometimes ok, sometimes not. Ping and players are normally showing up correctly...but my test server is not showing up there for whatever reason. Link to comment Share on other sites More sharing options...
Mochan Posted December 20, 2014 Report Share Posted December 20, 2014 With this method where do you gain the battleye filters from as there is none? I have them saved in a folder but what directory do they go in. Link to comment Share on other sites More sharing options...
jahangir13 Posted December 20, 2014 Author Report Share Posted December 20, 2014 Per default these are in <server>/expansion/battleye/ There also the beserver.so needs to be placed. You can add the filter.txts and be config to another folder and set it in the start file epoch.sh with -bepath= ... but the beserver.so needs to stay in expansion/battleye. Link to comment Share on other sites More sharing options...
Basti890 Posted April 5, 2015 Report Share Posted April 5, 2015 On 11/30/2014 at 7:01 AM, morggin said: If followed your Gender selection and play zombie video. I get gender selection now when a character dies but im also getting DBD::mysql::st execute failed: called with 9 bind variables when 8 are needed at ./writer.pl line 535, <STDIN> line 1085 in my dump.log after a player death. Line 535 is $res = $sth->execute ($playerId, $serverId, $worldSpace, $inventory, $backpack, $medical, $generation, $humanity, $infected); I got the same proble3m, i done the same changes in all the files like in the Video #4 and I also updated my Character_DATA. Now when i try to use YOUR linked writer-pl from the video get and Error: ./epoch.sh: ./writer.pl: /usr/bin/perl^M: bad interpreter: No such file or directory I got my Epoch-Server in /home/steam/epoch_napf/epochserver before I tried your writer.pl i could join and got Charakter-selection, but the character didn't get saved (on every join i had to select a new char) Now with Your writer.pl i can't even start the Server please help me!! :( Link to comment Share on other sites More sharing options...
DeanReid Posted April 5, 2015 Report Share Posted April 5, 2015 On 4/5/2015 at 1:27 PM, Basti890 said: I got the same proble3m, i done the same changes in all the files like in the Video #4 and I also updated my Character_DATA. Now when i try to use YOUR linked writer-pl from the video get and Error: ./epoch.sh: ./writer.pl: /usr/bin/perl^M: bad interpreter: No such file or directory I got my Epoch-Server in /home/steam/epoch_napf/epochserver before I tried your writer.pl i could join and got Charakter-selection, but the character didn't get saved (on every join i had to select a new char) Now with Your writer.pl i can't even start the Server please help me!! :( That error is due to Microsoft not saving the file correctly If I remember correctly you can type this in VIM so open file and then press ESC and type the below :) :set fileformat=unix Link to comment Share on other sites More sharing options...
Basti890 Posted April 5, 2015 Report Share Posted April 5, 2015 Thanks it worked! for any1 else got the same problem: vim writer.pl 2x ESC // to enable commandline from vim :set fileformat=unix :wq // to save the changes and close vim now it works perfekt you are aweome! (Y) Well even if it not belongs to the topic, how can i set a daily restart-job, that the serevr restart automaticlay if it crashes and to serval time f.e. 6,12,18,14 h each day? Link to comment Share on other sites More sharing options...
Basti890 Posted April 9, 2015 Report Share Posted April 9, 2015 Well I still got some Problems: I can't find the Server, neater in Steam (In-game, nor in DayZ-Launcher or DayZ-Commander. when i check the opened Ports I see, that the Steamports are not opened + I get the error in the log, that the gamemaster server doesn't answer. I searched for the reportingIP in all server files and only in your binary "server" and in the server.cfg it is used. could it be there is a bug with the regestrating of the server at steam? Found the solution: its because your server binary is outdatet I'm now using the original epoch from densio and the steam ports get opened. Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now