Server Side Cleaning & FPS [Troubleshooting] !!!

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. :oops: Ur right :)

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
1f97ab46d636e5ecdcc3821a556017e8
 
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
it means you're on a banlist.
 
Random Question: Is everybody now allowed to join your server, test your antihack? :D I got some real nice scripts ready tho and they won't be detected by InfiSTAR or Battleeye :p
 
On a dedicated machine i would recommend using a bat.file

cpuCount=8 -maxMem=2048 -exThreads=7 -noCB -noPause -noSound

e.g. for napf

Code:
@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
 
Back
Top