Well-Read Achievement Fix
⚪ Last updated 2022Preview

🔍 Analysis
- 🏆 #53 of 71 Miscellaneous mods in this game by downloads
📋 About This Mod
Fixed a bug with the "Well-read" achievement for collecting the 10 Hellraid notes that made it unobtainable for some people.
Had problems trying to get this myself; it would appear to count each note but not give the achievement at 10. Don't know how common this problem is but I saw several threads of people expressing their frustration online. Decided to poke around the files a bit and found a solution.
I did not test starting at partial completion, you may need to get all 10 notes again but it will give the achievement this time. Worked for me on first attempt testing the mod. Only needs to be installed until the achievement is granted, then it can be removed.
Install instructions:
Merge the folder \data\ with Data0.pak (not Data3.pak) in \steamapps\common\Dying Light\DW. Always make backups first! There's a video on the mod page for more detailed install instructions.
Changed (in achievements.scr)
Event("Evn_ItemTakenDropped")
ItemsSet("Collectable_Note_Hellraid_01;Collectable_Note_Hellraid_02;Collectable_Note_Hellraid_03;Collectable_Note_Hellraid_04;Collectable_Note_Hellraid_05;Collectable_Note_Hellraid_06;Collectable_Note_Hellraid_07;Collectable_Note_Hellraid_08;Collectable_Note_Hellraid_09;Collectable_Note_Hellraid_10");
AllDifferent(10);
SaveToProfile();
ForceCheckProgressForVer130();
Event("Evn_ItemTakenDropped")
ItemsSet("Collectable_Note_Hellraid_01;Collectable_Note_Hellraid_02;Collectable_Note_Hellraid_03;Collectable_Note_Hellraid_04;Collectable_Note_Hellraid_05;Collectable_Note_Hellraid_06;Collectable_Note_Hellraid_07;Collectable_Note_Hellraid_08;Collectable_Note_Hellraid_09;Collectable_Note_Hellraid_10");
The problem exists somewhere in these 3 lines but I couldn't find out exactly what their code does:
AllDifferent(10);
SaveToProfile();
ForceCheckProgressForVer130();
AllDifferent and SaveToProfile are used elsewhere without issue so I guess ForceCheckProgressForVer130 is the culprit. No way to test this as I have the achievement now. To be safe I still left out the other 2 lines in case they have some weird interaction with that achievement specifically.
📊 Mod Details
- Game
- Dyinglight Mods
- Author
- ModdedEnjoyer
- Version
- 1.00
- Downloads
- 283
- Endorsements
- 4
- Category
- Miscellaneous
- Created
- 12/27/2022
- Updated
- 12/27/2022
🔧 How to Install Dyinglight Mods
Download from Nexus Mods.
📖 Full step-by-step install guide for Dyinglight →
Visit the official mod page for specific installation instructions for this mod.
🎮 Need cheat codes or console commands? Check ur gaming wiki for Dyinglight commands, item IDs, and more.
Keep browsing — more Dyinglight mods await