Violt Posted October 7, 2017 Report Share Posted October 7, 2017 Hey guys, I have a question. Could you guys maybe give me your start bat for The Server.exe and the BEC.exe? As i can't figure out to get a working one. Link to comment Share on other sites More sharing options...
0 BigEgg Posted October 7, 2017 Report Share Posted October 7, 2017 :: Start server cd "D:\Arma 2 Servers\Chernarus" start "Server 1" /min "Server_1.exe" -ip=192.99.222.188 -port=2302 -config=Server_1\config.cfg -cfg=Server_1\basic.cfg -profiles=Server_1 -name=Server_1 "-mod=D:\Arma 2 Servers\Mods\@DayzOverwatch;D:\Arma 2 Servers\Mods\@DayZ_Epoch;@Server_1;" "-BEpath=D:\Arma 2 Servers\BattlEye" -world=Empty -noCB -maxMem=2047 -noSound -silentcrash timeout 10 :: Start BEC cd "D:\Arma 2 Servers\BEC" start "BEC" /min "BEC_Server_1.exe" -f "Server_1.cfg" Link to comment Share on other sites More sharing options...
0 Violt Posted October 8, 2017 Author Report Share Posted October 8, 2017 7 hours ago, BigEgg said: :: Start server cd "D:\Arma 2 Servers\Chernarus" start "Server 1" /min "Server_1.exe" -ip=192.99.222.188 -port=2302 -config=Server_1\config.cfg -cfg=Server_1\basic.cfg -profiles=Server_1 -name=Server_1 "-mod=D:\Arma 2 Servers\Mods\@DayzOverwatch;D:\Arma 2 Servers\Mods\@DayZ_Epoch;@Server_1;" "-BEpath=D:\Arma 2 Servers\BattlEye" -world=Empty -noCB -maxMem=2047 -noSound -silentcrash timeout 10 :: Start BEC cd "D:\Arma 2 Servers\BEC" start "BEC" /min "BEC_Server_1.exe" -f "Server_1.cfg" Thanks! Could you maybe give me your Scheduler.xml for BEC too? Link to comment Share on other sites More sharing options...
0 juandayz Posted October 8, 2017 Report Share Posted October 8, 2017 7 hours ago, Violt said: Thanks! Could you maybe give me your Scheduler.xml for BEC too? Check the arma2 tools section.Thers two tutorials for autorestart and maintain files. Link to comment Share on other sites More sharing options...
0 Violt Posted October 8, 2017 Author Report Share Posted October 8, 2017 2 hours ago, juandayz said: Check the arma2 tools section.Thers two tutorials for autorestart and maintain files. i just want to know how @BigEgg dit it Link to comment Share on other sites More sharing options...
0 BigEgg Posted October 8, 2017 Report Share Posted October 8, 2017 Here is my scheduler and the one I give to friends: Spoiler <?xml version="1.0" encoding="UTF-8" standalone="yes" ?> <Scheduler> <!-- One Hour Restart Message --> <job id='0'> <day>1,2,3,4,5,6,7</day> <start>010000</start> <runtime>000000</runtime> <loop>0</loop> <cmd>say -1 ****Server restart in one hour!****</cmd> </job> <!-- 15 Minute Restart Message --> <job id='1'> <day>1,2,3,4,5,6,7</day> <start>014500</start> <runtime>000000</runtime> <loop>0</loop> <cmd>say -1 ****Server restart in 15 minutes!****</cmd> </job> <!-- Find Safe Spot --> <job id='2'> <day>1,2,3,4,5,6,7</day> <start>014500</start> <runtime>000000</runtime> <loop>0</loop> <cmd>say -1 ****Start finding a safe spot to land/park vehicles!****</cmd> </job> <!-- 10 Minute Restart Message --> <job id='3'> <day>1,2,3,4,5,6,7</day> <start>015000</start> <runtime>000000</runtime> <loop>0</loop> <cmd>say -1 ****Server restart in 10 minutes!****</cmd> </job> <!-- Land/Lock Vehicles --> <job id='4'> <day>1,2,3,4,5,6,7</day> <start>015000</start> <runtime>000000</runtime> <loop>0</loop> <cmd>say -1 ****Land/Lock all vehicles and safes!****</cmd> </job> <!-- 5 Minute Restart Message --> <job id='5'> <day>1,2,3,4,5,6,7</day> <start>015500</start> <runtime>000000</runtime> <loop>0</loop> <cmd>say -1 ****Server restart in 5 minutes!****</cmd> </job> <!-- Log out now --> <job id='6'> <day>1,2,3,4,5,6,7</day> <start>015500</start> <runtime>000000</runtime> <loop>0</loop> <cmd>say -1 ****Log out now to prevent loss of gear!****</cmd> </job> <!-- Lock the Server --> <job id='7'> <day>1,2,3,4,5,6,7</day> <start>015500</start> <runtime>000000</runtime> <loop>0</loop> <cmd>#lock</cmd> </job> <!-- 4 Minute Restart Message --> <job id='8'> <day>1,2,3,4,5,6,7</day> <start>015600</start> <runtime>000000</runtime> <loop>0</loop> <cmd>say -1 ****Server restart in 4 minutes!****</cmd> </job> <!-- 3 Minute Restart Message --> <job id='9'> <day>1,2,3,4,5,6,7</day> <start>015700</start> <runtime>000000</runtime> <loop>0</loop> <cmd>say -1 ****Server restart in 3 minutes!****</cmd> </job> <!-- 2 Minute Restart Message --> <job id='10'> <day>1,2,3,4,5,6,7</day> <start>015800</start> <runtime>000000</runtime> <loop>0</loop> <cmd>say -1 ****Server restart in 2 minutes!****</cmd> </job> <!-- 1 Minute Restart Message --> <job id='11'> <day>1,2,3,4,5,6,7</day> <start>015900</start> <runtime>000000</runtime> <loop>0</loop> <cmd>say -1 ****Server restart in 1 minute!****</cmd> </job> <!-- 50 Second Restart Message --> <job id='12'> <day>1,2,3,4,5,6,7</day> <start>015910</start> <runtime>000000</runtime> <loop>0</loop> <cmd>say -1 ****Server restart in 50 seconds!****</cmd> </job> <!-- 40 Second Restart Message --> <job id='13'> <day>1,2,3,4,5,6,7</day> <start>015920</start> <runtime>000000</runtime> <loop>0</loop> <cmd>say -1 ****Server restart in 40 seconds!****</cmd> </job> <!-- 30 Second Restart Message --> <job id='14'> <day>1,2,3,4,5,6,7</day> <start>015930</start> <runtime>000000</runtime> <loop>0</loop> <cmd>say -1 ****Server restart in 30 seconds!****</cmd> </job> <!-- 20 Second Restart Message --> <job id='15'> <day>1,2,3,4,5,6,7</day> <start>015940</start> <runtime>000000</runtime> <loop>0</loop> <cmd>say -1 ****Server restart in 20 seconds!****</cmd> </job> <!-- 10 Second Restart Message --> <job id='16'> <day>1,2,3,4,5,6,7</day> <start>015950</start> <runtime>000000</runtime> <loop>0</loop> <cmd>say -1 ****Server restart in 10 seconds!****</cmd> </job> <!-- 5 Second Restart Message --> <job id='17'> <day>1,2,3,4,5,6,7</day> <start>015955</start> <runtime>000000</runtime> <loop>0</loop> <cmd>say -1 ****Server restart in 5 seconds!****</cmd> </job> <!-- 4 Second Restart Message --> <job id='18'> <day>1,2,3,4,5,6,7</day> <start>015956</start> <runtime>000000</runtime> <loop>0</loop> <cmd>say -1 ****Server restart in 4 seconds!****</cmd> </job> <!-- 3 Second Restart Message --> <job id='19'> <day>1,2,3,4,5,6,7</day> <start>015957</start> <runtime>000000</runtime> <loop>0</loop> <cmd>say -1 ****Server restart in 3 seconds!****</cmd> </job> <!-- 2 Second Restart Message --> <job id='20'> <day>1,2,3,4,5,6,7</day> <start>015958</start> <runtime>000000</runtime> <loop>0</loop> <cmd>say -1 ****Server restart in 2 seconds!****</cmd> </job> <!-- 1 Second Restart Message --> <job id='21'> <day>1,2,3,4,5,6,7</day> <start>015959</start> <runtime>000000</runtime> <loop>0</loop> <cmd>say -1 ****Server restart in 1 second!****</cmd> </job> <!-- Restart Initiated Message --> <job id='22'> <day>1,2,3,4,5,6,7</day> <start>020000</start> <runtime>000000</runtime> <loop>0</loop> <cmd>say -1 ****Server restart initiated!****</cmd> </job> <!-- Server Restart --> <job id='23'> <day>1,2,3,4,5,6,7</day> <start>020000</start> <runtime>000000</runtime> <loop>0</loop> <cmd>D:\Arma 2 Servers\Chernarus\Restart.bat</cmd> </job> <!-- Message --> <job id='24'> <day>1,2,3,4,5,6,7</day> <start>000500</start> <runtime>000000</runtime> <loop>0</loop> <cmd>fortune</cmd> </job> <!-- Message --> <job id='25'> <day>1,2,3,4,5,6,7</day> <start>001000</start> <runtime>000000</runtime> <loop>0</loop> <cmd>fortune</cmd> </job> <!-- Message --> <job id='26'> <day>1,2,3,4,5,6,7</day> <start>001500</start> <runtime>000000</runtime> <loop>0</loop> <cmd>fortune</cmd> </job> <!-- Message --> <job id='27'> <day>1,2,3,4,5,6,7</day> <start>002000</start> <runtime>000000</runtime> <loop>0</loop> <cmd>fortune</cmd> </job> <!-- Message --> <job id='28'> <day>1,2,3,4,5,6,7</day> <start>002500</start> <runtime>000000</runtime> <loop>0</loop> <cmd>fortune</cmd> </job> <!-- Message --> <job id='29'> <day>1,2,3,4,5,6,7</day> <start>003000</start> <runtime>000000</runtime> <loop>0</loop> <cmd>fortune</cmd> </job> <!-- Message --> <job id='30'> <day>1,2,3,4,5,6,7</day> <start>003500</start> <runtime>000000</runtime> <loop>0</loop> <cmd>fortune</cmd> </job> <!-- Message --> <job id='31'> <day>1,2,3,4,5,6,7</day> <start>004000</start> <runtime>000000</runtime> <loop>0</loop> <cmd>fortune</cmd> </job> <!-- Message --> <job id='32'> <day>1,2,3,4,5,6,7</day> <start>004500</start> <runtime>000000</runtime> <loop>0</loop> <cmd>fortune</cmd> </job> <!-- Message --> <job id='33'> <day>1,2,3,4,5,6,7</day> <start>005000</start> <runtime>000000</runtime> <loop>0</loop> <cmd>fortune</cmd> </job> <!-- Message --> <job id='34'> <day>1,2,3,4,5,6,7</day> <start>005500</start> <runtime>000000</runtime> <loop>0</loop> <cmd>fortune</cmd> </job> <!-- Message --> <job id='35'> <day>1,2,3,4,5,6,7</day> <start>010500</start> <runtime>000000</runtime> <loop>0</loop> <cmd>fortune</cmd> </job> <!-- Message --> <job id='36'> <day>1,2,3,4,5,6,7</day> <start>011000</start> <runtime>000000</runtime> <loop>0</loop> <cmd>fortune</cmd> </job> <!-- Message --> <job id='37'> <day>1,2,3,4,5,6,7</day> <start>011500</start> <runtime>000000</runtime> <loop>0</loop> <cmd>fortune</cmd> </job> <!-- Message --> <job id='38'> <day>1,2,3,4,5,6,7</day> <start>012000</start> <runtime>000000</runtime> <loop>0</loop> <cmd>fortune</cmd> </job> <!-- Message --> <job id='39'> <day>1,2,3,4,5,6,7</day> <start>012500</start> <runtime>000000</runtime> <loop>0</loop> <cmd>fortune</cmd> </job> <!-- Message --> <job id='40'> <day>1,2,3,4,5,6,7</day> <start>013000</start> <runtime>000000</runtime> <loop>0</loop> <cmd>fortune</cmd> </job> <!-- Message --> <job id='41'> <day>1,2,3,4,5,6,7</day> <start>013500</start> <runtime>000000</runtime> <loop>0</loop> <cmd>fortune</cmd> </job> <!-- Message --> <job id='42'> <day>1,2,3,4,5,6,7</day> <start>014000</start> <runtime>000000</runtime> <loop>0</loop> <cmd>fortune</cmd> </job> </Scheduler> Link to comment Share on other sites More sharing options...
0 Violt Posted October 8, 2017 Author Report Share Posted October 8, 2017 15 minutes ago, BigEgg said: Here is my scheduler and the one I give to friends: Hide contents <?xml version="1.0" encoding="UTF-8" standalone="yes" ?> <Scheduler> <!-- One Hour Restart Message --> <job id='0'> <day>1,2,3,4,5,6,7</day> <start>010000</start> <runtime>000000</runtime> <loop>0</loop> <cmd>say -1 ****Server restart in one hour!****</cmd> </job> <!-- 15 Minute Restart Message --> <job id='1'> <day>1,2,3,4,5,6,7</day> <start>014500</start> <runtime>000000</runtime> <loop>0</loop> <cmd>say -1 ****Server restart in 15 minutes!****</cmd> </job> <!-- Find Safe Spot --> <job id='2'> <day>1,2,3,4,5,6,7</day> <start>014500</start> <runtime>000000</runtime> <loop>0</loop> <cmd>say -1 ****Start finding a safe spot to land/park vehicles!****</cmd> </job> <!-- 10 Minute Restart Message --> <job id='3'> <day>1,2,3,4,5,6,7</day> <start>015000</start> <runtime>000000</runtime> <loop>0</loop> <cmd>say -1 ****Server restart in 10 minutes!****</cmd> </job> <!-- Land/Lock Vehicles --> <job id='4'> <day>1,2,3,4,5,6,7</day> <start>015000</start> <runtime>000000</runtime> <loop>0</loop> <cmd>say -1 ****Land/Lock all vehicles and safes!****</cmd> </job> <!-- 5 Minute Restart Message --> <job id='5'> <day>1,2,3,4,5,6,7</day> <start>015500</start> <runtime>000000</runtime> <loop>0</loop> <cmd>say -1 ****Server restart in 5 minutes!****</cmd> </job> <!-- Log out now --> <job id='6'> <day>1,2,3,4,5,6,7</day> <start>015500</start> <runtime>000000</runtime> <loop>0</loop> <cmd>say -1 ****Log out now to prevent loss of gear!****</cmd> </job> <!-- Lock the Server --> <job id='7'> <day>1,2,3,4,5,6,7</day> <start>015500</start> <runtime>000000</runtime> <loop>0</loop> <cmd>#lock</cmd> </job> <!-- 4 Minute Restart Message --> <job id='8'> <day>1,2,3,4,5,6,7</day> <start>015600</start> <runtime>000000</runtime> <loop>0</loop> <cmd>say -1 ****Server restart in 4 minutes!****</cmd> </job> <!-- 3 Minute Restart Message --> <job id='9'> <day>1,2,3,4,5,6,7</day> <start>015700</start> <runtime>000000</runtime> <loop>0</loop> <cmd>say -1 ****Server restart in 3 minutes!****</cmd> </job> <!-- 2 Minute Restart Message --> <job id='10'> <day>1,2,3,4,5,6,7</day> <start>015800</start> <runtime>000000</runtime> <loop>0</loop> <cmd>say -1 ****Server restart in 2 minutes!****</cmd> </job> <!-- 1 Minute Restart Message --> <job id='11'> <day>1,2,3,4,5,6,7</day> <start>015900</start> <runtime>000000</runtime> <loop>0</loop> <cmd>say -1 ****Server restart in 1 minute!****</cmd> </job> <!-- 50 Second Restart Message --> <job id='12'> <day>1,2,3,4,5,6,7</day> <start>015910</start> <runtime>000000</runtime> <loop>0</loop> <cmd>say -1 ****Server restart in 50 seconds!****</cmd> </job> <!-- 40 Second Restart Message --> <job id='13'> <day>1,2,3,4,5,6,7</day> <start>015920</start> <runtime>000000</runtime> <loop>0</loop> <cmd>say -1 ****Server restart in 40 seconds!****</cmd> </job> <!-- 30 Second Restart Message --> <job id='14'> <day>1,2,3,4,5,6,7</day> <start>015930</start> <runtime>000000</runtime> <loop>0</loop> <cmd>say -1 ****Server restart in 30 seconds!****</cmd> </job> <!-- 20 Second Restart Message --> <job id='15'> <day>1,2,3,4,5,6,7</day> <start>015940</start> <runtime>000000</runtime> <loop>0</loop> <cmd>say -1 ****Server restart in 20 seconds!****</cmd> </job> <!-- 10 Second Restart Message --> <job id='16'> <day>1,2,3,4,5,6,7</day> <start>015950</start> <runtime>000000</runtime> <loop>0</loop> <cmd>say -1 ****Server restart in 10 seconds!****</cmd> </job> <!-- 5 Second Restart Message --> <job id='17'> <day>1,2,3,4,5,6,7</day> <start>015955</start> <runtime>000000</runtime> <loop>0</loop> <cmd>say -1 ****Server restart in 5 seconds!****</cmd> </job> <!-- 4 Second Restart Message --> <job id='18'> <day>1,2,3,4,5,6,7</day> <start>015956</start> <runtime>000000</runtime> <loop>0</loop> <cmd>say -1 ****Server restart in 4 seconds!****</cmd> </job> <!-- 3 Second Restart Message --> <job id='19'> <day>1,2,3,4,5,6,7</day> <start>015957</start> <runtime>000000</runtime> <loop>0</loop> <cmd>say -1 ****Server restart in 3 seconds!****</cmd> </job> <!-- 2 Second Restart Message --> <job id='20'> <day>1,2,3,4,5,6,7</day> <start>015958</start> <runtime>000000</runtime> <loop>0</loop> <cmd>say -1 ****Server restart in 2 seconds!****</cmd> </job> <!-- 1 Second Restart Message --> <job id='21'> <day>1,2,3,4,5,6,7</day> <start>015959</start> <runtime>000000</runtime> <loop>0</loop> <cmd>say -1 ****Server restart in 1 second!****</cmd> </job> <!-- Restart Initiated Message --> <job id='22'> <day>1,2,3,4,5,6,7</day> <start>020000</start> <runtime>000000</runtime> <loop>0</loop> <cmd>say -1 ****Server restart initiated!****</cmd> </job> <!-- Server Restart --> <job id='23'> <day>1,2,3,4,5,6,7</day> <start>020000</start> <runtime>000000</runtime> <loop>0</loop> <cmd>D:\Arma 2 Servers\Chernarus\Restart.bat</cmd> </job> <!-- Message --> <job id='24'> <day>1,2,3,4,5,6,7</day> <start>000500</start> <runtime>000000</runtime> <loop>0</loop> <cmd>fortune</cmd> </job> <!-- Message --> <job id='25'> <day>1,2,3,4,5,6,7</day> <start>001000</start> <runtime>000000</runtime> <loop>0</loop> <cmd>fortune</cmd> </job> <!-- Message --> <job id='26'> <day>1,2,3,4,5,6,7</day> <start>001500</start> <runtime>000000</runtime> <loop>0</loop> <cmd>fortune</cmd> </job> <!-- Message --> <job id='27'> <day>1,2,3,4,5,6,7</day> <start>002000</start> <runtime>000000</runtime> <loop>0</loop> <cmd>fortune</cmd> </job> <!-- Message --> <job id='28'> <day>1,2,3,4,5,6,7</day> <start>002500</start> <runtime>000000</runtime> <loop>0</loop> <cmd>fortune</cmd> </job> <!-- Message --> <job id='29'> <day>1,2,3,4,5,6,7</day> <start>003000</start> <runtime>000000</runtime> <loop>0</loop> <cmd>fortune</cmd> </job> <!-- Message --> <job id='30'> <day>1,2,3,4,5,6,7</day> <start>003500</start> <runtime>000000</runtime> <loop>0</loop> <cmd>fortune</cmd> </job> <!-- Message --> <job id='31'> <day>1,2,3,4,5,6,7</day> <start>004000</start> <runtime>000000</runtime> <loop>0</loop> <cmd>fortune</cmd> </job> <!-- Message --> <job id='32'> <day>1,2,3,4,5,6,7</day> <start>004500</start> <runtime>000000</runtime> <loop>0</loop> <cmd>fortune</cmd> </job> <!-- Message --> <job id='33'> <day>1,2,3,4,5,6,7</day> <start>005000</start> <runtime>000000</runtime> <loop>0</loop> <cmd>fortune</cmd> </job> <!-- Message --> <job id='34'> <day>1,2,3,4,5,6,7</day> <start>005500</start> <runtime>000000</runtime> <loop>0</loop> <cmd>fortune</cmd> </job> <!-- Message --> <job id='35'> <day>1,2,3,4,5,6,7</day> <start>010500</start> <runtime>000000</runtime> <loop>0</loop> <cmd>fortune</cmd> </job> <!-- Message --> <job id='36'> <day>1,2,3,4,5,6,7</day> <start>011000</start> <runtime>000000</runtime> <loop>0</loop> <cmd>fortune</cmd> </job> <!-- Message --> <job id='37'> <day>1,2,3,4,5,6,7</day> <start>011500</start> <runtime>000000</runtime> <loop>0</loop> <cmd>fortune</cmd> </job> <!-- Message --> <job id='38'> <day>1,2,3,4,5,6,7</day> <start>012000</start> <runtime>000000</runtime> <loop>0</loop> <cmd>fortune</cmd> </job> <!-- Message --> <job id='39'> <day>1,2,3,4,5,6,7</day> <start>012500</start> <runtime>000000</runtime> <loop>0</loop> <cmd>fortune</cmd> </job> <!-- Message --> <job id='40'> <day>1,2,3,4,5,6,7</day> <start>013000</start> <runtime>000000</runtime> <loop>0</loop> <cmd>fortune</cmd> </job> <!-- Message --> <job id='41'> <day>1,2,3,4,5,6,7</day> <start>013500</start> <runtime>000000</runtime> <loop>0</loop> <cmd>fortune</cmd> </job> <!-- Message --> <job id='42'> <day>1,2,3,4,5,6,7</day> <start>014000</start> <runtime>000000</runtime> <loop>0</loop> <cmd>fortune</cmd> </job> </Scheduler> Question what does Fortune do? and this is an 2 hour restart right? Link to comment Share on other sites More sharing options...
0 BigEgg Posted October 8, 2017 Report Share Posted October 8, 2017 Just now, Violt said: Question what does Fortune do? and this is an 2 hour restart right? Yes two hour restarts. Fortune is the text document that you paste message into that you want displayed on your server. HiThisIsTalla 1 Link to comment Share on other sites More sharing options...
0 Violt Posted October 8, 2017 Author Report Share Posted October 8, 2017 Just now, BigEgg said: Yes two hour restarts. Fortune is the text document that you paste message into that you want displayed on your server. Aah thanks couldnt find it on the internet what it meant so yeah thats why i asked. Link to comment Share on other sites More sharing options...
Question
Violt
Hey guys,
I have a question.
Could you guys maybe give me your start bat for The Server.exe and the BEC.exe?
As i can't figure out to get a working one.
Link to comment
Share on other sites
8 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