Jitansgate Posted February 5, 2015 Share Posted February 5, 2015 Is there a mod that gives infinite weapon repairs or increases the Duribility of the weapons making them unbreakable? Link to comment Share on other sites More sharing options...
idlehands88 Posted February 6, 2015 Share Posted February 6, 2015 (edited) Open the Data0.pak file in the DW folder in your Dying install folder using Winzip or Winrar. Go to the "data\skills\" folder and extract the default_levels.xml file to "C:\Users\<username>\Documents\DyingLight\data\skills\". Open the file in Notepad or Notepad++. FIND:<prop n="BluntWpnDurabilityLoss" v="1.0"/><prop n="CutWpnDurabilityLoss" v="1.0"/><prop n="ChargeWeaponDurabilityMul" v="2.0"/> CHANGE TO:<prop n="BluntWpnDurabilityLoss" v="0.0"/><prop n="CutWpnDurabilityLoss" v="0.0"/><prop n="ChargeWeaponDurabilityMul" v="0.0"/> For the infinite Repairs, you'd have to change a lot of values. You have to go to "data\scripts\inventory\" and open "inventory_gen.scr" and "inventory_special.scr". FIND:AllowedRepairs(#); CHANGE TO:AllowedRepairs(9999999); You might be able to just delete the whole line and have infinite repairs, but I haven't tested that. Edited February 6, 2015 by idlehands88 Link to comment Share on other sites More sharing options...
naab007 Posted February 6, 2015 Share Posted February 6, 2015 or you can hitchback on the skill "Repairluck" in common_skills with this you have 100% of not using the repair count<effect id="PerfectRepairChance" change="1.00"/> Link to comment Share on other sites More sharing options...
Recommended Posts