Jump to content
Sign in to follow this  
viperx

plants2_Clutter.pbo not detected -> no grass hack

Recommended Posts

Dear Bohemia Team,

plants2_Clutter.pbo is not detected from filecheck.

Means player can join servers and play without this file in their addon folder which result in having a no grass hack.

Its a serious problem for DayZ and all other missions.

Please fix this asap.

Share this post


Link to post
Share on other sites

post your server.cfg - seems you have an error in it

Share this post


Link to post
Share on other sites


steamPort = 8766;
steamQueryPort = 27015;

hostName = "test";
password = "";
passwordAdmin = "test";
logFile = "server.log"; 


motd[] = {
};
motdInterval = 3;

maxPlayers = 64;
kickduplicate = 1;
verifySignatures = 2;
requiredSecureId = 1;

voteMissionPlayers = 0;
voteThreshold = 1.5;

disableVoN = 0;
vonCodecQuality = 10;
persistent = 1;
timeStampFormat = "short";
BattlEye = 1;


doubleIdDetected = "";
onUserConnected = "";
onUserDisconnected = "";
onHackedData = "";
onDifferentData = "";
onUnsignedData = "";
regularCheck = "";

class Missions
{
class Mission_1
{
	template = "mytestmission.Chernarus";
	difficulty = "veteran";
};


};

I dont think its an error in the cfg cause all other files like the one for trees is detected it concernes just the plants2_Clutter.pbo

And more player use it than you may imagine...

Share this post


Link to post
Share on other sites

these might be wrong - try to remove these to make it use the defaults

doubleIdDetected = "";

onUserConnected = "";

onUserDisconnected = "";

onHackedData = "";

onDifferentData = "";

onUnsignedData = "";

regularCheck = "";

as a workaround you could try:

checkfiles[]= {ca\plants2\clutter\c_autumn_flowers.p3d"};//or with all p3d/files inside

https://community.bistudio.com/wiki/server.cfg

Share this post


Link to post
Share on other sites

I tried this and also

checkFiles[] = {
"AddOns\plants2_Clutter.pbo"
};

but i didnt found any way to kick not to talk about that its easy to bypass this...

Bohemia need to investigate and add plants2_Clutter.pbo to the list were the other files like the one for trees already is.

Share this post


Link to post
Share on other sites

the pbo itself is no good; you have to check the data inside / with the virtual prefix as shown above

Share this post


Link to post
Share on other sites

even this does not rly help cause

onUnsignedData = "kick (_this select 0)";

onHackedData = "kick (_this select 0)";

does not work...

Share this post


Link to post
Share on other sites

post your latest server.cfg

Share this post


Link to post
Share on other sites
steamPort = 8766;
steamQueryPort = 27015;

hostName = "test";
password = "";
passwordAdmin = "test";
logFile = "server.log"; 


motd[] = {
};
motdInterval = 3;

maxPlayers = 64;
kickduplicate = 1;
verifySignatures = 2;
requiredSecureId = 1;

voteMissionPlayers = 0;
voteThreshold = 1.5;

disableVoN = 0;
vonCodecQuality = 10;
persistent = 1;
timeStampFormat = "short";
BattlEye = 1;


checkFiles[] = {
"ca\plants2\clutter\c_autumn_flowers.p3d"
};  

onUnsignedData = "kick (_this select 0)";
onHackedData = "kick (_this select 0)";

class Missions
{
   class Mission_1
   {
       template = "mytestmission.Chernarus";
       difficulty = "veteran";
   };


};  

Edited by viperx

Share this post


Link to post
Share on other sites

you say ppl get kicked for other missing pbo or modified pbo, correct?

Share this post


Link to post
Share on other sites

out of ideas - contact Dwarden..

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  

×