DayZ
ZomBerry Admin Tools
no admin cfg profile being made
having an issue with the file not creating a admin profiles but hen i go into the server and load it says it has zomberry installed here is my start.bat please help would love to use this mod
@echo off
:start
::Server name
set serverName=lilnugget server
::Server files location
set serverLocation="C:\Program Files (x86)\Steam\steamapps\common\DayZServer"
::Server Port
set serverPort=2302
::Server config
set serverConfig=serverDZ.cfg
::Logical CPU cores to use (Equal or less than available)
set serverCPU=2
::Sets title for terminal (DONT edit)
title %serverName% batch
::DayZServer location (DONT edit)
cd "%serverLocation%"
echo (%time%) %serverName% started.
::Launch parameters (edit end: -config=|-port=|-profiles=|-doLogs|-adminLog|-netLog|-freezeCheck|-filePatching|-BEpath=|-cpuCount=)
start "DayZ Server" /min "DayZServer_x64.exe" "-profiles=ServerProfiles" -config=%serverConfig% -port=%serverPort% -"-profiles=config" "-mod=@Unlimited Stamina;@CF;@Zomberry Admin Tools"
timeout 14390
taskkill /im DayZServer_x64.exe /F
::Time in seconds to wait before..
timeout 10
::Go back to the top and repeat the whole cycle again
goto start