Legrand Legacy

Legrand Legacy

Not enough ratings
fix for broken achievements
By rarestMeow
fix for "Mastering All Grimoire" and "Beep! Beep!" achievements
   
Award
Favorite
Favorited
Unfavorite
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: https://drive.google.com/file/d/1hLuAiSFOCNR_j3O9HpUYBuq5N8_uyj34/view

virustotal report: https://www.virustotal.com/gui/file/e09b72571d2f17efd5ec1097d930480e91cb65983cf4710b5b485a878e675513/detection

put that file in (overwrite existing file):
\steam\steamapps\common\Legrand Legacy\Legrand Legacy_Data\Managed

"Mastering All Grimoire"
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

"Beep! Beep!"
original game code had the following formula for checking current player's playtime:
if ((float)num2 < constantValueFormula || ((float)num2 == constantValueFormula && (float)num3 <= constantValueFormula2))
- 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

other achievements
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!)

"You're Done! Finished! Completed Everything! Now Go Outside!"
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
https://steamproxy.com/sharedfiles/filedetails/?id=1935376439
7 Comments
Seba Jun 21 Jan @ 1:48am 
Hey, just out of curiosity, did devs added this fix in an update yet or do we still need to download it manually here?
Mindslash - the Belmont 5 Sep, 2021 @ 12:35pm 
Confirmed that fix its working. Got all remaining achievements. Thanks!
rarestMeow  [author] 29 Apr, 2021 @ 2:15am 
@Idolomantis

thank you, and you are welcome! hope those fixes worked for your =)
PapacuRasteiro 28 Apr, 2021 @ 7:56pm 
@rarestMeow Hello! Just want to thank you and say I apreciate what you do. Being unable to complete this game achievments was bugging me for a long time.
You are a goddam hero for putting this fix and guide here.
Thanks! Wish you all the happiness!
Ordonnateur(Solia) 28 Feb, 2021 @ 8:02am 
Thank you @rarestMeow :)
rarestMeow  [author] 28 Feb, 2021 @ 4:45am 
hello, @Ordonnateur(Solia)

put that file in
\steam\steamapps\common\Legrand Legacy\Legrand Legacy_Data\Managed

(overwrite existing file)
Ordonnateur(Solia) 28 Feb, 2021 @ 1:32am 
Hi, it can be a dumb question but where have we to put the file we download ? ^^' Do we need to replace an existing file or just add the new too ?