Always Best Stats – Gear
Equipped with full entries
Unzip the file and place it in Dying Light 2\ph\sourcer
How to update (I’m lazy and don’t want to keep updating)
1. Find this file “steamapps\common\Dying Light 2\ph\source\data0.pak” in the root directory of the game
2. Make a copy of “data0.pak” and back it up. Let’s open it with the compressed package software and find the following files in the compressed package directory
3. “data0.pak\scripts\inventory\itemaffixes.scr”
1. “itemaffixes.scr” Copy this file and put it on the desktop to make changes
2. Change the suffix of “itemaffixes.scr” from .scr to .txt, such as “itemaffixes.txt” At this point we can open it with Notepad
how to modify
1. We can replace ” _Min”); with one click of CTRL+H and replace it with _Max”); ”
2. ValueSpreadMinCurve(“Effect_Damage_Min”); replace it with ValueSpreadMinCurve(“Effect_Damage_Max”);
ValueSpreadMaxCurve(“Effect_Damage_Max”); This does not need to be replaced
3. After the modification is complete, we change “itemaffixes.txt” back to “itemaffixes.scr”
4. At this time, put the modified file into our data2~7.pak
How to generate “data2.pak” file We only need to create a new compressed package and change the suffix .7z or .zip, .rar to .pak
Remember to follow the “data0.pak” file path to archive our modified files
For example: data0.pak\data\scripts\inventory\itemaffixes.scr
Except for “itemaffixes.scr”, we don’t need to generate a new folder. Create a new folder under the rest of the path hierarchy and store the modified files at the end