ceano Posted February 5, 2015 Share Posted February 5, 2015 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 More sharing options...
idlehands88 Posted February 6, 2015 Share Posted February 6, 2015 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 More sharing options...
ceano Posted February 6, 2015 Author Share Posted February 6, 2015 (edited) OK i was in to the same direction but was not sure, thanks for the help :smile: Edited February 6, 2015 by ceano Link to comment Share on other sites More sharing options...
Recommended Posts