ClayAmore / ER-Save-Editor

Elden Ring Save Editor. Compatible with PC and Playstation saves.
Apache License 2.0
306 stars 78 forks source link

Ps4 DLC Save close the Programm #76

Closed FunjaPlays closed 2 months ago

FunjaPlays commented 2 months ago

Hey if i try to Open my dlc save file the Programm instantly close

I hope a future update helps out

Thx for ur hard work

wenjian-zhou commented 2 months ago

You can check out my fork, it works with the save file from here

FunjaPlays commented 2 months ago

I try it but Programm close after I select the save

FunjaPlays commented 2 months ago

I use the exe file of the Programm

wenjian-zhou commented 2 months ago

I use the exe file of the Programm

Did you use the exe in my fork?

FunjaPlays commented 2 months ago

How u got a txt file from the save ?

wenjian-zhou commented 2 months ago

How u got a txt file from the save ?

@FunjaPlays Use the savewizard to export to a txt file, if you are playing on playstation

FunjaPlays commented 2 months ago

image

FunjaPlays commented 2 months ago

Got this error if I use my dlc savegame

wenjian-zhou commented 2 months ago

Yes, I can't use my save too, but you can use the file I mentioned above

ClayAmore commented 2 months ago

@FunjaPlays Can you post the save file so I can look at your items list. I am curious?

wenjian-zhou commented 2 months ago

@ClayAmore I can share my save file if you need one more reference. https://drive.google.com/file/d/1vYgLaQL3MrglaS8FkTZxjNvyZEkEZ7sN/view?usp=sharing

FunjaPlays commented 2 months ago

@ClayAmore sure https://drive.google.com/file/d/1--pL0h5QlqQcZe4-8bma6FeRsrf6eZhy/view?usp=drivesdk

ClayAmore commented 2 months ago

Thank you. I'll fix this bug. It's not recognizing the save as a playstation and trying to parse it as a pc save.

ClayAmore commented 2 months ago

I updated the er-save-lib. A fresh build should be able to parse this save now. image

FunjaPlays commented 2 months ago

Thx bud I try it if I'm back home I hope I can edit my savefile with that

wenjian-zhou commented 2 months ago

how to build it? Is it the same as ER-Save-Editor? If I build the lib, how should I use it with the save editor? @ClayAmore

wenjian-zhou commented 2 months ago

nvm, I managed to build it, it turned out that

[[package]] name = "er-save-lib" version = "0.1.0" source = "git+https://github.com/ClayAmore/ER-Save-Lib.git#2753ac0a0734d2d5e9f87e803ef83c34b473792c"

which is in Cargo.lock is preventing cargo to update the er-save-lib, so I changed it to:

[[package]] name = "er-save-lib" version = "0.1.0" source = "git+https://github.com/ClayAmore/ER-Save-Lib.git"

wenjian-zhou commented 2 months ago

@FunjaPlays I have the latest build in my fork now, it works find with my save.

ClayAmore commented 2 months ago

Nice!