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.