MikeCandys
Well-Known Member
AH IS NOT THE PROBLEM. I just want to know if my basic.cfg is ok now or not.
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Copied ur mission pbo ?? Da fuck. I am checking out Open DayZ for scripts. How can i copy it ?
Yep i just copied those but i checked it out before on Opendayz.Ur right
![]()
if only I knew what I was doing with basic.cfg lolremove AI, add additional cleanup, streamline basic.cfg
if only I knew what I was doing with basic.cfg lol
Wow this just gets better and better
If you have a GUID for this idiot please let me know it Zeehond
Wow this just gets better and better
If you have a GUID for this idiot please let me know it Zeehond
Edit: nm EPM DB already has him
Nee the min/max errors and near send
it means you're on a banlist.I am not an Idiot....
1f97ab46d636e5ecdcc3821a556017e8 whats that for a GUID ?
i didnt copied his mission pbo i just copied the investigation folder. And the teargas i checked out on arma2 homepage... and i read the investiagion script there too
if only I knew what I was doing with basic.cfg lol
@Echo
:: Settings:
set ARMApath=C:\Program Files\DayZ Epoch\ArmA 2\instance_24_Napf
set instance=24
set BECpath=C:\Program Files\DayZ Epoch\ArmA 2\instance_24_Napf\BEC\bec.exe -f config.cfg
set port=2312
set mod=@DayZ_Epoch;@DayZ_Epoch_Server;
set dbport=3306
set dbuser=dayz
set dbpass=dayz
set dbname=dayz_epoch_napf
set worldid=24
timeout 5
:initialize
cls
:: see if our settings are correct
echo ARMA main directory is: C:\Program Files\DayZ Epoch\ArmA 2
echo ARMA BEC directory is: C:\Program Files\DayZ Epoch\ArmA 2\instance_24_Napf\BEC
echo.
cd /d C:\Program Files\DayZ Epoch\ArmA 2
echo Switched to ArmA 2 main directory:
echo C:\Program Files\DayZ Epoch\ArmA 2\instance_24_Napf\arma2oaserver
echo.
echo Killing current running server ...
taskkill /IM arma2oaserver.exe
echo.
:start
timeout 5
echo Starting server again ...
@start instance_24_Napf\arma2oaserver.exe -beta=Expansion\beta;Expansion\beta\Expansion -mod=@DayZ_Epoch;@DayZ_Epoch_Server; -name=instance_24_Napf -config=instance_24_Napf\config.cfg -cfg=instance_24_Napf\basic.cfg -profiles=instance_24_Napf -port=2312 -cpuCount=8 -maxMem=2048 -exThreads=7 -noCB -noPause -noSound
echo.
:start_bec
timeout 25
echo starting BEC again...
cd /d C:\Program Files\DayZ Epoch\ArmA 2\instance_24_Napf\BEC
echo Switched to instance 11 BEC directory:
echo C:\Program Files\DayZ Epoch\ArmA 2\instance_24_Napf\BEC
start bec.exe -f Config.cfg
echo.
echo restart procedure completed
exit