-
Content Count
6 -
Joined
-
Last visited
Community Reputation
0 NeutralAbout Mr Zkaar
-
Rank
On the Coast
-
Mr Zkaar changed their profile photo
-
Mr Zkaar started following For all those who Asked for an Admin Tool
-
For all those who Asked for an Admin Tool
Mr Zkaar replied to Wh1teQueen's topic in General Discussion
LAN Server 1. Yes 2. Yes 3. Yes 4. Yes, via my 64 digit Steam ID Client 1. Yes. It's installed when I subscribe? It's in the !workshop directory. 2. Yes, as you screen grabbed. I've sent you a private message with a link to the test server files I set up, in case you want to see what I've used. -
For all those who Asked for an Admin Tool
Mr Zkaar replied to Wh1teQueen's topic in General Discussion
:) Thank you. I just put my launcher code above on my edit. I've tested other mods, and they work. Just this one that doesn't seem to work. I've stripped the other mods out though for now in my launcher so I can eliminate any issues. -
For all those who Asked for an Admin Tool
Mr Zkaar replied to Wh1teQueen's topic in General Discussion
Thanks for your help. Unfortunately it's still not working for me. If it helps, this is my serverstart.bat file. Please also note, that I've tested other mods and they work fine, such as BuildAnywhere. So I know I can load mods fine. @echo off title Dayz Server Test set PORT=2302 set MOD=DayZ-SA-Tomato set LOG=true set CONFIG=serverDZ.cfg set FREEZE=true set PROFILE=C:\Users\antho\OneDrive\Desktop\DAYZ Servers\DayZ - Modded REM Handling input parameters (structuring the process arguments) IF NOT "%MOD%" == "" ( set MODLINE=-mod=%MOD% ) ELSE ( set MODLINE= ) IF %LOG% == true ( set LOGLINE=-dologs -adminlog -netlog -scriptDebug=true set LOGTITLE=[Logs] ) ELSE ( set LOGLINE= set LOGTITLE=[No Logs] ) IF %FREEZE% == true ( set FREEZELINE=-freezecheck set FREEZETITLE=[Freeze Check] ) ELSE ( set FREEZELINE= set FREEZETITLE=[No Freeze Check] ) IF NOT "%PROFILE%" == "" ( set PROFILELINE=-profiles=%PROFILE% ) ELSE ( set PROFILELINE= ) set STARTLINE=DayZServer_x64.exe -config=%CONFIG% -port=%PORT% %PROFILELINE% %LOGLINE% %FREEZELINE% %MODLINE% echo. Starting DayZ Server... %LOGTITLE% %FREEZETITLE% echo. [DEBUG] %STARTLINE% START %STARTLINE% -
For all those who Asked for an Admin Tool
Mr Zkaar replied to Wh1teQueen's topic in General Discussion
Doesn't the DayZ launcher tool load the mod? It now has a mods section when you press play and select 'Run DayZ launcher. I've ticked the mod and it says it's loaded. If not, what should I type in the launch options? I've also used other mods on my server and client and they work fine. Just seems this one isn't working. -
For all those who Asked for an Admin Tool
Mr Zkaar replied to Wh1teQueen's topic in General Discussion
Are you referring to the 'PARAMATERS' section on the dayz launch tool? I've ticked the mods box on basic and located the mod directory. AAll other ticket boxes are not ticket. Any help would be appreciated. -
For all those who Asked for an Admin Tool
Mr Zkaar replied to Wh1teQueen's topic in General Discussion
Doesn't work for me. - Copied the mod to server route - loaded the mod in my server start.bat file - Added steam id to admins.txt - Added mod to my Dayz Launcher - Logged in as admin #login [password] Press M and nothing happens. Have I missed anything? I'm not running BEC.exe on my LAN server. Would that affect it?