I have decided to discontinue further updates on the code project. However, I have made the source code available for anyone who wishes to continue from where I left off.
How easy would it be to use this to get past the Percival Rackham Trial Bug? At the end of the trial, a tear is supposed to drop from the statue to the pensive after the button prompt, but nothing happens. The cutscene doesn't play, and the quest marker is still in the boss fight room. I've tried everything I can to make it work, but nothing helps. I even tried using a mod specifically said to fix that bug and a few duplicate bug reports, but it did nothing. Even when that was the only mod I had enabled. I literally can't even play the game now and trying to learn how to manually mod and edit this game is SOOO f*#@ing COMPLICATED!! CAN SOMEONE WHO KNOWS WHAT DO TO, PLEASE COME HELP ME? Reply or DM!
It might be possible, but it wouldn't be easy. I probably know more than anyone about this... and I'm not sure I could do it that way. My bug fix mod should work though. When you tried it did your health end in a "9"? If not, the mod wasn't installed correctly. Are you running the latest version of the game? If so, try the version of the mod available via the official in-game modding platform. It's actually more advanced than the one on Nexus. If you're running an older version of the game and can't get the Nexus mod to work, upload your save file to a free file-hosting website like mega.nz and send me a link to that file. I will use it to figure out why the mod isn't working.
It does work, but you need to use the Hogwarts Legacy Save Tool ("HLST") to decompress your save file first, then use HLST to recompress your save file after you've edited it. See the HLST mod description for more info.
I got problem cuz when i uploaded my save file. I couldn't click Apply or Cancel, and when I went to another tab, everything disappeared and everything was empty, does anyone know why?
Save files are in C:\Users\YourUserName\AppData\Local\Hogwarts Legacy\Saved\SaveGames\12345678 (but replace YourUserName with your username and 12345678 with the numeric folder name you see on your drive).
Yes but only if you use the Hogwarts Legacy Save Tool ("HLST") to decompress your save file first, then use HLST to recompress your save after you've edited it.
hoping someone can help - 1) decompressed my save file using the save tool 2) edited the decompressed save file with this save editor 3) recompressed the save file using the save tool
received zero errors, everything seems to have worked (no errors), but when I load the save game, nothing has changed
Hard to say. Decompress your edited save file and check that all your changes are actually in there. (It's really easy to forget to hit the "Apply" button in HLSGE.) If they are in there, let us know what changes you made and someone might be able to figure out why they're not working.
If you attempt to load a save file from early in the game (before you have any talent points) hlse.html will fail to load your file. That's because the SQL transaction SELECT DataValue FROM MiscDataDynamic WHERE DataName = 'PerkPoints' returns nothing, so the java code PerkPoints: o[0].values[0][0] fails, and parsing of the file aborts.
If you encounter this issue you will need to download a fixed version of hlse.html from here (under "Optional Files").
1087 comments
CAN SOMEONE WHO KNOWS WHAT DO TO, PLEASE COME HELP ME? Reply or DM!
I downloaded it but can't find saved file . Plz anyone tell me
(but replace YourUserName with your username and 12345678 with the numeric folder name you see on your drive).
Demo video: https://www.youtube.com/watch?v=GV_VvSyuJkg
1) decompressed my save file using the save tool
2) edited the decompressed save file with this save editor
3) recompressed the save file using the save tool
received zero errors, everything seems to have worked (no errors), but when I load the save game, nothing has changed
where am I going wrong?
If you attempt to load a save file from early in the game (before you have any talent points) hlse.html will fail to load your file. That's because the SQL transaction SELECT DataValue FROM MiscDataDynamic WHERE DataName = 'PerkPoints' returns nothing, so the java code PerkPoints: o[0].values[0][0] fails, and parsing of the file aborts.
If you encounter this issue you will need to download a fixed version of hlse.html from here (under "Optional Files").