Raoul Posted January 10, 2015 Report Share Posted January 10, 2015 Hi, Just a quick question, can't seem tot figure it out myself. Where van I edit the costs of base maintance? Like I think it's way to expensive now, and I want to make it cheaper. Thanks! Raoul Link to comment Share on other sites More sharing options...
0 Antichrist Posted January 10, 2015 Report Share Posted January 10, 2015 1. Locate maintain_area.sqf 1.1 Located in Epoch Client Files -> Addons -> dayz_code.pbo -> actions 2. Copy it into your mission folder and change file path in compiles.sqf so it points to the custom file 3. Find & Edit this part of the file _requirements = []; switch true do { case (_count <= 10): {_requirements = [["ItemGoldBar10oz",1]]}; case (_count <= 20): {_requirements = [["ItemGoldBar10oz",2]]}; case (_count <= 35): {_requirements = [["ItemGoldBar10oz",3]]}; case (_count <= 50): {_requirements = [["ItemGoldBar10oz",4]]}; case (_count <= 75): {_requirements = [["ItemGoldBar10oz",6]]}; case (_count <= 100): {_requirements = [["ItemBriefcase100oz",1]]}; case (_count <= 175): {_requirements = [["ItemBriefcase100oz",2]]}; case (_count <= 250): {_requirements = [["ItemBriefcase100oz",3]]}; case (_count <= 325): {_requirements = [["ItemBriefcase100oz",4]]}; case (_count <= 400): {_requirements = [["ItemBriefcase100oz",5]]}; case (_count <= 475): {_requirements = [["ItemBriefcase100oz",6]]}; case (_count <= 550): {_requirements = [["ItemBriefcase100oz",7]]}; case (_count <= 625): {_requirements = [["ItemBriefcase100oz",8]]}; case (_count > 625): {_requirements = [["ItemBriefcase100oz",9]]}; }; Link to comment Share on other sites More sharing options...
Question
Raoul
Hi,
Just a quick question, can't seem tot figure it out myself.
Where van I edit the costs of base maintance? Like I think it's way to expensive now, and I want to make it cheaper.
Thanks!
Raoul
Link to comment
Share on other sites
1 answer to this question
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now