Overview
fix for “Mastering All Grimoire” and “Beep! Beep!” achievements
about
there are 74 achievements in the Legrand Legacy, with 2 achievements being broken:
- Mastering All Grimoire (Master All Characters’ Grimoire)
- Beep! Beep! (Speed Run)
I have fixed those 2 nonworking achievements by patching in-game Assembly-CSharp.dll
download: [link]
virustotal report: [link]
put that file in (overwrite existing file):
original code of the game required player to master all six heroes’ grimoires at the chapter 8 (which is not possible because Scatia dies at the chapter 7)
I have fixed it in the way that player now need to master Scatia‘s grimoire at the chapter 7 and other heroes have to master their grimoires at the chapter 8
original game code had the following formula for checking current player’s playtime:
– however there were no “constantValueFormula” and “constantValueFormula2” in the code itself, and because of it player had to finish the game under 0 hours and 0 minutes (lol)
I have fixed by hardcoding “under 15:00 hours” into that formula. the value of 15:00 hours came from developer’s response
all other achievements, including “Master of Stats”, “Look At All The Places I Have Visited!”, “It’s Time To Reexamine Your Life” and “Not Ever” – are working correctly and you can obtain them in a regular gameplay ( “Look At All The Places I Have Visited!” is easily missable tho!)
this is the last achievement that is given when player got all other achievements. because of two broken achievements player couldn’t get, but now it is granted as usual. in my case, however, when I got 73/74 achievements, I didn’t received that platinum one until I shutdown the game and re-launched it
if you want to thank me……then check my guide about fixing various game issues: launching, crashing, optimization, stuttering, gamepads, etc. the guide is huge, but the topic is broad to begin with
[link]