Jump to content
Uncle Zed

I can't get mods to work on my local test server

Recommended Posts

yes you use either game launcher or DZSA launcher and enable the mod

Edited by Zze

Share this post


Link to post
Share on other sites
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

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

cubYBUP.png

tFeH8qs.png

 

otherwise if DZSAlauncher is used and configured properly on server should dowload/load the mod automatically

Edited by Zze
  • Beans 1

Share this post


Link to post
Share on other sites
2 minutes ago, Zze said:

cubYBUP.png

tFeH8qs.png

I'm a retard mate i have it now lol, thank tho bro :)

Share this post


Link to post
Share on other sites

lol :P np glad you got it.

  • Like 1

Share this post


Link to post
Share on other sites

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 by Valish33

Share this post


Link to post
Share on other sites

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

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 by IbziDK

Share this post


Link to post
Share on other sites
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
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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×