Jump to content
Sign in to follow this  
Maiens

Server issue with mods

Recommended Posts

Hey guys,

so i decided to make a server me and some friend could have some fun on for event and such.

i got the server up and running and we can all connect to it, but then i wanted to add some mods to the server and this is where i got my behind kicked.

Whenever anyone now tries to join the server we get an error: You were kicked off the game. (File not found:@mod\addon\gui.pbo)

ive tried with a few mods and the result is the same.

my bat file is the following: DZSALModServer.exe -config=serverDZ.cfg -port=2302 -dologs -adminlog -netlog -freezecheck -noFilePatching  -profiles=ServerName -mod=@modname -dayzserver=DayZServer_x64  (the modname is not the name of the mod, i have tried few diffrent mods and same result)

if i remove the -mod= part we can join the server again.

anyone know what iam doing wrong here? the server start i can query the server on dzsalauncher and it will show as running but it wont show mods and we cant join it.

the mod folder is in my root server folder as @modname, the key from the mod is in the keys folder

Share this post


Link to post
Share on other sites
1 hour ago, Fuze95 said:

Did you load mods from the Dayz launcher before connect?

i did, tried unloading them aswell but same result

Share this post


Link to post
Share on other sites

Try this .bat,

@echo off
cls

set watch=DayZ Server

title %watch% Watchdog

cd "C:\Program Files (x86)\Steam\steamapps\common\DayZServer"

:watchdog
echo (%time%) %watch% started.
start "DayZ Server" /wait "DayZServer_x64.exe" -config=serverDZ.cfg -port=2302 -dologs -mod=@CF;StaminaDisable;ZomBerry -profiles=ServerProf
echo (%time%) %watch% closed or crashed, restarting.
goto watchdog

replace your mods into "-mod" (use ;  to add more mods. I think you know). btw I have my "ServerProf" folder in DayZserver root.

Edited by Fuze95

Share this post


Link to post
Share on other sites
4 hours ago, Fuze95 said:

Try this .bat,


@echo off
cls

set watch=DayZ Server

title %watch% Watchdog

cd "C:\Program Files (x86)\Steam\steamapps\common\DayZServer"

:watchdog
echo (%time%) %watch% started.
start "DayZ Server" /wait "DayZServer_x64.exe" -config=serverDZ.cfg -port=2302 -dologs -mod=@CF;StaminaDisable;ZomBerry -profiles=ServerProf
echo (%time%) %watch% closed or crashed, restarting.
goto watchdog

replace your mods into "-mod" (use ;  to add more mods. I think you know). btw I have my "ServerProf" folder in DayZserver root.

ive tried the "" for mods gave me same result. just tried your batfile and get the same result, missing pbo file from the addon even though its in the mod folder and the mod folder is in the root folder for the server files.(i only changed the address to my dayzserver folder and what mods to run)

i can join other community servers no problem just not this one 😮 if  i had any hair id pull it out 😛

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
Sign in to follow this  

×