Sorrow446/HLSE-Hogwarts-Legacy-Save-Editor

Cannot inject DB twice in a row

JiCe31 opened this issue · 2 comments

I was playing around with db injection to change the wand (I'm writing a guide to change the wand and the handle appearance).
I discovered that if I make a change to the db file and inject it in the save file it will work when I load the game.

However, if I then change another thing in the db file and inject it again in the save file, it will become corrupted and the game will load the previous save file.

In order to work around this, I have to resave the game everytime I do a modification and redump the db and then re-inject the db into the save file.

For info, I am using DB Browser for SQL Lite to do the db modification.

Weird, will look into. Just implemented wand customisation.