DayZ Launcher

Feb 3, 2019
9
2
#2
Here are working startup parameters for joining, you just need to modify the paths to your arma and mod.
"-connect=95.141.32.159 -port=2302" "-mod=C:\Program Files (x86)\Steam\steamapps\common\Arma 2;Expansion;C:\Users\M\Documents\DayZ Mods\@DayZ_Epoch"
asdad.png

EDIT: Deleted useless startup parameters as buffed pointed out. They are not needed for joining the server. im using them to speedup start of the game.
 
Last edited:
Nov 27, 2019
3
1
#3
Here are working startup parameters for joining, you just need to modify the paths to your arma and mod.
"-connect=95.141.32.159 -port=2302" "-mod=C:\Program Files (x86)\Steam\steamapps\common\Arma 2;Expansion;C:\Users\M\Documents\DayZ Mods\@DayZ_Epoch" -nologs -nosplash -skipIntro -world=empty -maxMem=2047 -cpuCount=32 -exThreads=7
View attachment 293
That worked perfectly. Thank you, Weyth.
 

BuFFed

Owner
Owner
Apr 25, 2018
610
315
#5
you cant just copy his datapath, you have to put your own path inside since your folders might have a different path/name

" -nologs -nosplash -skipIntro -world=empty -maxMem=2047 -cpuCount=32 -exThreads=7 " is not necessary
 
Nov 21, 2019
8
3
#6
this pc--> find folder @DayZ_Epoch, copy that folder and paste it arma 2 operation arrowhead folder
launch game, go expansion, enable epoch and reboot game
File-Upload.net - Genesisstartdatei.bat

then I wrote a desktop start file where everyone just has to change his paths then he can double click without arma 2 start playing on the server


:: YOUR Arma 2 Operation Arrowhead Directory
set arma2oapath=D:\Steam\steamapps\common\Arma 2 Operation Arrowhead
::
::
:: YOUR Arma 2 Directory
set arma2path=D:\Steam\steamapps\common\Arma 2
::
::
::
::
@echo off
echo ===============================
echo Gennis Epoch
echo ===============================
echo JOINING SERVER IN .....
timeout 3
==============================================================================================================================================
:: DO NOT EDIT ANYTHING BELLOW THIS LINE OR YOU WILL BREAK THIS FILE ==============================================================================================================================================
==============================================================================================================================================
::
::
set IP=95.141.32.159
set PORT=2302
set MODS=@DayZ_Epoch

start "" "%arma2oapath%\ArmA2OA_BE.exe" 0 0 -skipintro -mod=%MODS% -noSplash -noFilePatching -world=empty -connect=%IP% -port=%PORT% "-mod=%arma2path%;expansion;"

@exit