Jump to content

idlehands88

Members
  • Posts

    5
  • Joined

  • Last visited

Nexus Mods Profile

About idlehands88

Profile Fields

  • Country
    Canada

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

idlehands88's Achievements

Newbie

Newbie (1/14)

  • First Post
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  1. 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.
  2. Go to your Data0.pak file and extract the "common_skills.xml" file in the "data\skills" fodler to "C:\Users\<username>\Documents\DyingLight\data\skills". Open the common_skills.xml file in Notepad or Notepad++. Delete all the lines that say: "<skill_req id="___________"/>" And then change all the lines: <level_req type="Fighter" value="#"/> TO <level_req type="Fighter" value="2"/> <level_req type="Runner" value="#"/> TO <level_req type="Runner" value="2"/> <level_req type="Status" value="#"/> TO <level_req type="Status" value="2"/> That will allow you to select any skill you want once you level up once in that Skill's category.
  3. Download my Developer Menu and Cheat Menu and in the Player Cheat Menu is an option called "Use [T]PP VIS" in the middle of the menu. That enables Third Person Mode :)
×
×
  • Create New...