Zze 5 Posted December 1, 2018 (edited) yes you use either game launcher or DZSA launcher and enable the mod Edited December 1, 2018 by Zze Share this post Link to post Share on other sites
eggy785 8 Posted December 1, 2018 3 minutes ago, Zze said: yes you use either game launcher or DZSA launcher and enable the mod i see no where on DZSA to enable mods lol Share this post Link to post Share on other sites
eggy785 8 Posted December 1, 2018 DZSALModServer.exe -config=serverDZ.cfg -port=2302 -dologs -adminlog -netlog -freezecheck -noFilePatching -BEpath=C:\DayZServer\Battleye -profiles=C:\Dayzserver\PlayerLogs -mod=DayZ-SA-Tomato -dayzserver=DayZServer_x64 how i set my server to run way it says Share this post Link to post Share on other sites
Zze 5 Posted December 1, 2018 (edited) otherwise if DZSAlauncher is used and configured properly on server should dowload/load the mod automatically Edited December 1, 2018 by Zze 1 Share this post Link to post Share on other sites
eggy785 8 Posted December 1, 2018 2 minutes ago, Zze said: I'm a retard mate i have it now lol, thank tho bro :) Share this post Link to post Share on other sites
Zze 5 Posted December 1, 2018 lol :P np glad you got it. 1 Share this post Link to post Share on other sites
eggy785 8 Posted December 1, 2018 13 minutes ago, Zze said: lol :P np glad you got it. cheers mate 1 Share this post Link to post Share on other sites
Valish33 1 Posted December 20, 2018 (edited) Zze can you explain to me how to set up the DZSALModServer? already have a batch file to start my server, i visited http://www.dayzsalauncher.com/#/tools but I don't understand where i have to Define the launcher options from DZSALModServe.exe PD: Sorry about my english, im from argentina! Edited December 20, 2018 by Valish33 Share this post Link to post Share on other sites
=UN= Square 17 Posted December 20, 2018 Instead of DayZServer_64.exe in your batch file put DZSALModServer.exe Share this post Link to post Share on other sites
Valish33 1 Posted December 20, 2018 I did, this is my start.bat file @echo off TITLE DayZ SA Server - Status COLOR 0A :: Variables:: ::DayZServer_64.exe path set DAYZ-SA_SERVER_LOCATION="C:\Program Files (x86)\Steam\steamapps\common\DayZServer" ::Bec.exe path set BEC_LOCATION="C:\Program Files (x86)\Steam\steamapps\common\DayZServer\battleye\Bec" :::::::::::::: echo Agusanz goto checksv pause :checksv tasklist /FI "IMAGENAME eq DayZServer_x64.exe" 2>NUL | find /I /N "DayZServer_x64.exe">NUL if "%ERRORLEVEL%"=="0" goto checkbec cls echo Server is not running, taking care of it.. goto killsv :checkbec tasklist /FI "IMAGENAME eq Bec.exe" 2>NUL | find /I /N "Bec.exe">NUL if "%ERRORLEVEL%"=="0" goto loopsv cls echo Bec is not running, taking care of it.. goto startbec :loopsv FOR /L %%s IN (30,-1,0) DO ( cls echo Server is running. Checking again in %%s seconds.. timeout 1 >nul ) goto checksv :killsv taskkill /f /im Bec.exe taskkill /f /im DayZServer_x64.exe goto startsv :startsv cls echo Starting DayZ SA Server. timeout 1 >nul cls echo Starting DayZ SA Server.. timeout 1 >nul cls echo Starting DayZ SA Server... ccd "%DAYZ-SA_SERVER_LOCATION%" start DZSALModServer.exe -scrAllowFileWrite -config=serverDZ.cfg -port=2302 "-profiles=ServerProfiles" -dologs -adminlog -freezecheck -cpuCount=8 "-mod=@DisableBaseDestruction;@BuildAnywhere;@BuilderItems;@Trader;@RPCFramework;@Permissions Framework;@Community Online Tools" FOR /L %%s IN (45,-1,0) DO ( cls echo Initializing server, wait %%s seconds to initialize Bec.. timeout 1 >nul ) goto startbec :startbec cls echo Starting Bec. timeout 1 >nul cls echo Starting Bec.. timeout 1 >nul cls echo Starting Bec... timeout 1 >nul cd "%BEC_LOCATION%" start Bec.exe -f Config.cfg goto checksv Share this post Link to post Share on other sites
=UN= Square 17 Posted December 20, 2018 What issue are you having? Share this post Link to post Share on other sites
IbziDK 4 Posted December 25, 2018 (edited) DZSALModServer.exe is running with the server started via batch file: @echo off cls set watch=DayZ Server2 title %watch% Watchdog DayZ2 cd "D:\DayZServer" :watchdog echo (%time%) %watch% started. Start "DayZ_SA" /wait "DZSALModServer.exe" -config=serverDZ.cfg -port=2312 -profiles=D:\DayZServer\DayZ -scrAllowFileWrite -dologs -adminlog -netlog -freezecheck -noFilePatching -mod=Trader;DayZ-SA-Tomato;DayZPlus;KillFeed -ignoremod=DayZ-SA-Tomato "-dayzserver=DayZServer_x64.exe" echo (%time%) %watch% closed or crashed, restarting. goto watchdog But no mods are being downloaded nor do they show up in launcher... What have I done wrong? Mods are running server vise and I can join the server even with verifySignatures = 2; Edited December 25, 2018 by IbziDK Share this post Link to post Share on other sites
XxFri3ndlyxX 19 Posted December 25, 2018 5 hours ago, IbziDK said: DZSALModServer.exe is running with the server started via batch file: @echo off cls set watch=DayZ Server2 title %watch% Watchdog DayZ2 cd "D:\DayZServer" :watchdog echo (%time%) %watch% started. Start "DayZ_SA" /wait "DZSALModServer.exe" -config=serverDZ.cfg -port=2312 -profiles=D:\DayZServer\DayZ -scrAllowFileWrite -dologs -adminlog -netlog -freezecheck -noFilePatching -mod=Trader;DayZ-SA-Tomato;DayZPlus;KillFeed -ignoremod=DayZ-SA-Tomato "-dayzserver=DayZServer_x64.exe" echo (%time%) %watch% closed or crashed, restarting. goto watchdog But no mods are being downloaded nor do they show up in launcher... What have I done wrong? Mods are running server vise and I can join the server even with verifySignatures = 2; Change this Quote Start "DayZ_SA" /wait "DZSALModServer.exe" -config=serverDZ.cfg -port=2312 -profiles=D:\DayZServer\DayZ -scrAllowFileWrite -dologs -adminlog -netlog -freezecheck -noFilePatching -mod=Trader;DayZ-SA-Tomato;DayZPlus;KillFeed -ignoremod=DayZ-SA-Tomato "-dayzserver=DayZServer_x64.exe" to Quote Start DZSALModServer.exe -config=serverDZ.cfg -port=2312 -profiles=D:\DayZServer\DayZ -scrAllowFileWrite -dologs -adminlog -netlog -freezecheck -noFilePatching "-mod=Trader;DayZ-SA-Tomato;DayZPlus;KillFeed" "-ignoremod=DayZ-SA-Tomato" Share this post Link to post Share on other sites
HeadCrabD 5 Posted December 26, 2018 Anyone tried to run this tool in vilayer game layer? Share this post Link to post Share on other sites
IbziDK 4 Posted December 26, 2018 11 hours ago, XxFri3ndlyxX said: Start DZSALModServer.exe -config=serverDZ.cfg -port=2312 -profiles=D:\DayZServer\DayZ -scrAllowFileWrite -dologs -adminlog -netlog -freezecheck -noFilePatching "-mod=Trader;DayZ-SA-Tomato;DayZPlus;KillFeed" "-ignoremod=DayZ-SA-Tomato" Nope, that made the DZSALModserver crash :-( Share this post Link to post Share on other sites