ingram (DayZ)   0 Posted February 11, 2019 Hello! Please help me.😠1. I extracted the game data using Dayz tools -> Extract game data 2. Changed some files. For examle \DZ\scripts (Only change existing properties in the playerconstants.c) 3. Used Dayz tools -> Addon Builder for create scripts.pbo (without Binarize) 4. Replaced scripts.pbo on the serever files in folder dta It is work!!! BUT... After these changes the server starts to periodically kick players with a message: Modified data: dz\roads2\data\asf1_dashedline_sm.paa What am I doing wrong? May be need create custom addon with changes or create new .bisign file for new .pbo? Share this post Link to post Share on other sites
ingram (DayZ) Â Â 0 Posted February 11, 2019 (edited) I tried pack .PBO with Binarize, but before server was crashed. Now i try pack with other options List of files to copy directly: *.emat;*.edds;*.ptc;*.imageset;*.layout;*.ogg;*.c;*.xml;*.qss;*.sproj;*.cache;*.json;*.txt;*.h;*.ssln; And this new file is work, server started without errors. I'll monitor the server. maybe this will help. Edited February 11, 2019 by ingram (DayZ) Share this post Link to post Share on other sites
ingram (DayZ) Â Â 0 Posted February 12, 2019 Sorry guys. The source of the problem is not scripts.pbo (((( It is worlds_chernarusplus_ai.pbo very difficult to understand when text errors so strange. Guys please tell me what i need to do if i change .pbo in addons or scripts server folder? Maybe I should create a new signature (.bisign file)? What are the rules? Share this post Link to post Share on other sites
ingram (DayZ)   0 Posted February 13, 2019 I have tried many ways and utilities. DAYZ tools not work or I not understand how(((((PBO Manager (http://www.armaholic.com/page.php?id=16369) helped me! 😃 1. Open worlds_chernarusplus_ai.pbo in PBO Manager 2. Drug and drop .xml some with zones to any folder (click yes in alert) 3. Change .xml file how you want 4. Drug and drop changed .xml back to PBO Manager (click yes in alert) 5. Replace chenged worlds_chernarusplus_ai.pbo in your server folder addons This way is work!!! The server does not crash users does not kick!!😃 If you want to change config.cpp in worlds_chernarusplus_ai.pbo this way not work.((( Only .xml Share this post Link to post Share on other sites
lbmaster   21 Posted April 24, 2019 If you change files only on serverside and have verifySignatures =2 or equalModRequired =1 set in your serverDZ.cfg set, you will get kicked, because the files do not match anymore. You should use a Mod to change values or set verifySignatures to 0 and equalModRequired to 0, but this will allow other players to modify their files and if they want, they can do anything on your server like teleporting, spawning items etc. So you have to create a Mod, load it on the serverside with the -mod parameter and install your key in the keys folder. If you have equalModRequired =1, you have to load the same mod on clientside Share this post Link to post Share on other sites