PixelRick / CyberpunkSaveEditor

A tool to edit Cyberpunk 2077 sav.dat files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

With v0.5.4-Alpha-14b, Got This Error If I Opened Save File From Game Version 1.23

GaneJ opened this issue · comments

With v0.5.4-Alpha-14b release, I got this error if I open save file from game version 1.23
Screen1
:
Screen2

I guess you are on PS4.
Each editor version is released with the types database (CObjectBPs.json) for only one game version.
Database for game v1.23 is accessible at this link: https://github.com/PixelRick/CyberpunkSaveEditor/blob/9f608573d3b838d9ec756336ce7bc1a1f064aa23/assets/CObjectBPs.json
Replace the one you have in the asset folder with it, and it should be good to go for 1.23 save files.
I didn't know PS4 would have deferred updates, I'll package multiple recent versions of the db in future updates of the editor.

Ahh, that explain a lot. I'm on windows 7. I tested your app to open my old save file (v1.23).

Database that you give me for v1.23 didn't worked, I got this error
Screen02_00
Screen02_01
:
Screen02_02
Screen02_03
Screen02_04
Screen02_05

First error causes the others.
Did you download the file via the download button ?
Here is the real direct link to the raw file: https://raw.githubusercontent.com/PixelRick/CyberpunkSaveEditor/9f608573d3b838d9ec756336ce7bc1a1f064aa23/assets/CObjectBPs.json

If you play on PC, just resave your save with the game and use last version of the editor ^^

Did you download the file via the download button ?
Ah yes. I forgot. Redownload.... and.... It works.

I'm waiting for this "I'll package multiple recent versions of the db in future updates of the editor" in your next release.

Thanks @PixelRick

Possible solution requested in #36.