viperx 10 Posted August 24, 2014 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
.kju 3245 Posted August 24, 2014 post your server.cfg - seems you have an error in it Share this post Link to post Share on other sites
viperx 10 Posted August 24, 2014 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
.kju 3245 Posted August 24, 2014 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
viperx 10 Posted August 24, 2014 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
.kju 3245 Posted August 24, 2014 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
viperx 10 Posted August 24, 2014 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
.kju 3245 Posted August 24, 2014 post your latest server.cfg Share this post Link to post Share on other sites
viperx 10 Posted August 28, 2014 (edited) 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 August 28, 2014 by viperx Share this post Link to post Share on other sites
.kju 3245 Posted August 28, 2014 you say ppl get kicked for other missing pbo or modified pbo, correct? Share this post Link to post Share on other sites
.kju 3245 Posted August 28, 2014 out of ideas - contact Dwarden.. Share this post Link to post Share on other sites
twoodz 10 Posted November 25, 2014 Can I bump this thread, I also need a way to detect this. Share this post Link to post Share on other sites