Viper1.1 1 Posted September 20, 2018 Hello DayZ, I am an experianced player with north of 1000 hours in Arma and north of 600 in DayZ but am having trouble getting started in server setup/modding when it becomes available. I have downloaded the server files but cannot for the life of me figure out how to launch into my own server. I have no experiance with programming and desperately need help. Anyone available to chat or possibly walk me through what needs to happen so I can start learning this process? any help is greatly appreciated. Thanks all. Share this post Link to post Share on other sites
EVERYDAYG4MING 0 Posted September 20, 2018 Ya need to make a bat file. There are already open posts about this. Share this post Link to post Share on other sites
Viper1.1 1 Posted September 20, 2018 i will look, thank you. Share this post Link to post Share on other sites
Viper1.1 1 Posted September 20, 2018 I went through many pages and cannot find a topic for how to setup a server. Please help! for example what is a bat file and how does one set it up? Share this post Link to post Share on other sites
rafikicroz 1 Posted September 20, 2018 You need to create a Shoutcut and put this commands for the exe -config=serverDZ.cfg -port=2302 -profiles=Server Share this post Link to post Share on other sites
KILLJOY13 2 Posted September 20, 2018 Create a start.bat and place it in the same folder as DayZServer_x64.exe Bat file should look something like this. @echo off start DayZServer_x64.exe -port=2302 -config=serverDZ.cfg -dologs -adminlog -netlog -freezecheck -noFilePatching -BEpath= C:\Users\%user%\Desktop\DayZServer\battleye -cpuCount= 4 1 Share this post Link to post Share on other sites
kaspar rave 4 Posted September 21, 2018 15 hours ago, KILLJOY13 said: Create a start.bat and place it in the same folder as DayZServer_x64.exe Bat file should look something like this. @echo off start DayZServer_x64.exe -port=2302 -config=serverDZ.cfg -dologs -adminlog -netlog -freezecheck -noFilePatching -BEpath= C:\Users\%user%\Desktop\DayZServer\battleye -cpuCount= 4 Edit the filePath offcourse Share this post Link to post Share on other sites