sQuat 0 Posted October 7, 2015 (edited) Just made a server for dayz after making mysql servers and stuff like that everything is going great until the last 50% of the last loading to my server Waiting for server to start authentication 1.. 2.. 3.. and so on until 150 or something and it starts again i cant figure out a fix for this went to google some sayd the problem might be the dayz.pbo so i deleted it and got a new one of steam still no help what can this be? Seems like um not able to upload the server_console.log Bonus questioni cant figure out where to enter my ip so others can join so i cant se if there is a fail on my game or the server Thanks sQuat Edited October 7, 2015 by sQuat Share this post Link to post Share on other sites
kichilron 8550 Posted October 7, 2015 A few things to note: it is not suggested to start a server is there's 0 knowledge, as the tiniest changes can affect overall playability. However, if you wish to continue: search your computer for the arma2oaserver.rpt Where to find that: https://community.bistudio.com/wiki/Crash_Files Share this post Link to post Share on other sites
sQuat 0 Posted October 7, 2015 (edited) A few things to note: it is not suggested to start a server is there's 0 knowledge, as the tiniest changes can affect overall playability. However, if you wish to continue: search your computer for the arma2oaserver.rpt Where to find that: https://community.bistudio.com/wiki/Crash_Filesi wish to continue as im doing this for me and my friend where my friend cant connect to the same servers as i and she wasted her money on a game se cant play with me https://www.dropbox.com/s/gkuk842t55rn769/arma2oaserver.RPT?dl=0 hope you can help me :) Edited October 7, 2015 by sQuat Share this post Link to post Share on other sites
Trader Joe 1 Posted October 7, 2015 (edited) 19:31:47 Warning Message: Script z\addons\dayz_server\init\server_functions.sqf not found 19:31:47 Warning Message: Script z\addons\dayz_server\system\server_monitor.sqf not found This is your problem. Make sure that you install a "fresh" server (no mods) then start adding them one by one. This error means that those two files aren't in the correct place. I would start here :) *If you need help feel free to message me* Edited October 7, 2015 by Trader Joe Share this post Link to post Share on other sites
kichilron 8550 Posted October 8, 2015 More importantly you seem to be missing the entire serverside addon. Mind sharing how you're starting up the server? Share this post Link to post Share on other sites
sQuat 0 Posted October 8, 2015 More importantly you seem to be missing the entire serverside addon. Mind sharing how you're starting up the server?i made the mysQl hivemind logged in using heidisql added added @client and @server to my arma 2 oa directory added all the battleye files to its dirctory made a 6houre restarting.bat what i remembre i had kind of a guide but i cant finde it Share this post Link to post Share on other sites
kichilron 8550 Posted October 8, 2015 It would be good to know what is part of the serverstartup-routine. Be as detailed as possible. Simply saying "I doubleclick the exe" just won't cut it and is not how you start the server-instance itself. Share this post Link to post Share on other sites
sQuat 0 Posted October 8, 2015 It would be good to know what is part of the serverstartup-routine. Be as detailed as possible. Simply saying "I doubleclick the exe" just won't cut it and is not how you start the server-instance itself.the file i use to start the server is a bat file @echo off :start :: start the server..set dayzpath="C:\your arma 2 oa insallation folder\"cd /d %dayzpath%start "dayz" /min "arma2oaserver.exe" -port=2302 "-config=cfgdayz\server.cfg" "-cfg=cfgdayz\basic.cfg" "-maxMem=2047" -cpuCount=2 "-profiles=cfgdayz" "-name=cfgdayz" "-mod=@dayz;@hive;" timeout 21600 taskkill /im arma2oaserver.exe /F timeout 145 goto start this batfile wil read the config files run the arma2oaserver.exe and after 6 houres it will exit waith 145 secounds then start the server again when i start the game i go to multi player and choose my server and i log into my server with mysql password and press start Share this post Link to post Share on other sites