Jump to content

Unlocked skills ?


ceano

Recommended Posts

I wanted to make a mod that unlock all skills so that you can pick them in any order you want when you got a skill Point, any one that can Point me in the right direction how to accomplish this?

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

OK i was in to the same direction but was not sure, thanks for the help :smile:

Edited by ceano
Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...