Is it possible to change a file you don't have access to?

Fentus

Member
Specifically can I change the "CfgBuildingLoot.hpp" contained in the "dayz_code.pbo" only have access to the "dayz_server.pbo"?

If this is possible how? A link or example would be great!
 
Specifically can I change the "CfgBuildingLoot.hpp" contained in the "dayz_code.pbo" only have access to the "dayz_server.pbo"?

If this is possible how? A link or example would be great!

I'm assuming you're trying to setup custom loot tables?
If so then check this tutorial.

Any time a script asks for a file from dayz_code.pbo, you simply take the file from your local install, not your server. You'll find your map specific dayz_code files in your arma install then @mapname\addons\dayz_code.pbo\
If you're running standard Chernarus then it's just @dayz\addons\dayz_code.pbo\

Always COPY the files to your mission folder for editing. Never edit the files inside dayz_code.pbo or you will not be able to connect to servers.
 
Back
Top