Sure. just so that I understood your issue, your save can't load due to the dlc install differences? I dont remember if I modified the dlc address for my fork of the aogami save editor but if you are fine with doing it manually I can list the steps here:
step 1: get a hex editing program (ex. HxD, Wxmedit, notepad++ with hex plugin, etc)
step 2: download the modified save tool from my fork here [link removed]
step 3: shift+right click in the directory where the save tool exe is and open powershell and run this command
Code:
./smtv.saveutil.exe -i "C:\ExampleLocation\GameSaveXX"
This code also works with cmd just need to remove the
Don't close the power shell just yet.
step 4: if it was successful, a message should have posted that it decrypted the save. Open the save directory and you should see "GameSaveXX_dec". open it using the editor you downloaded from step 1.
step 5: Go to this address in the save
0x0529. Here is an example image for comparison:
View attachment 470379
Step 6: change the value to
"0" then save.
Step 7: Go back to the powershell window and run this command
Code:
./smtv.saveutil.exe -i "c:\ExampleLocation\GameSaveXX_dec" -o GameSaveXX
This should encrypt the save with your changes and should now work ingame as if it had no dlc.