Jump to content
Reichman

Is there a known way to block people joining a server who have plants disabled?

Recommended Posts

I added this and it seems to kick ppl for it

checkFiles[] = {

"AddOns\plants2_Bush.pbo";

"AddOns\plants2_Clutter.pbo";

"AddOns\plants2_misc.pbo";

"AddOns\plants2_Plant.pbo";

"Expansion\AddOns\plants_e.pbo"

};

Edit:

I'd give credit to the original author but I forgot where I saw it first.

Edited by RS-Dolph

Share this post


Link to post
Share on other sites

verifySignatures = 2; in your server.cfg already does this

Share this post


Link to post
Share on other sites

The issue is Dayz devs sent out an advisory to disable "Regularcheck"

In my cfg I have this:

//regularCheck = "{}";

the // represent commenting it out, in the notes it says to uncomment to disable this.

Make sure it's commented out and anyone joining your server with hacked trees will get kicked for bad signatures on the plants pbos.

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

×