Who ever wrote this bat for ArmA2OA Epoch i really love you since i cant got it working with TADST !
Just delete the .txt after .bat and change the pathnames !!!!
@echo off
:: Settings:
set ARMA3path = C:\Server\ArmA3 //edit pathfile
set BECpath = C:\Server\ArmA3\BEC\bec.exe -f config.cfg //edit pathfile
set port = 2312 //edit port
[do we need to set the db name and port or similar like for dayzepoch????]
set mod = @Epoch;@EpochHive;
timeout 5
:initialize
cls
:: see if our settings are correct
echo ARMA3 main directory is: C:\Server\ArmA3 //edit pathfile
echo ARMA3 BEC directory is: C:\Server\ArmA3\BEC //edit pathfile
echo.
cd /d C:\Server\ArmA3 //edit pathfile
echo Switched to ArmA 3 main directory:
echo C:\Server\ArmA3\arma3server //edit pathfile
echo.
echo Killing current running server ...
taskkill /IM arma3server.exe
echo.
:start
timeout 5
echo Starting server again ...1
@start arma3server.exe -mod=@Epoch;@EpochHive; -name=SC -config=C:\Server\ArmA3\SC\config.cfg -cfg=C:\Server\ArmA3\SC\basic.cfg -profiles=SC -port=2312 -cpuCount=8 -maxMem=2048 -exThreads=7 -noCB -noPause -noSound -malloc=system //edit pathfile
echo.
:start_bec
timeout 25
echo starting BEC again...
cd /d C:\Server\ArmA3\BEC //edit pathfile
echo Switched to instance 1 BEC directory:
echo C:\Server\ArmA3\BEC //edit pathfile
start bec.exe -f Config.cfg
echo.
echo restart procedure completed
exit
Use the download not the file in the code over there...just an example where u have to edit the files !
I hope i didn't forgot something... otherwise reply !
Question
Fuchs
Just delete the .txt after .bat and change the pathnames !!!!
Use the download not the file in the code over there...just an example where u have to edit the files !
I hope i didn't forgot something... otherwise reply !
Have fun !
cheers fox
a3epoch.bat.txt
Edited by FuchsLink to comment
Share on other sites
3 answers to this question
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now