A tool to edit Cyberpunk 2077 sav.dat files
This is a holidays project and will probably not reach the user-friendly GUI state that a save editor is expected to have.
If you are looking for an intuitive editor, please take a look at the other save editor project made by a group of C# developers on the CP modding discord:
- https://github.com/Deweh/CyberCAT-SimpleGUI (forked from https://github.com/WolvenKit/CyberCAT).
For an all-in-one modding tool (with save editor soon..):
To download CPSE as an executable, please click on Releases in the right pane as shown in this screenshot:
- load, save node tree
- mini hexeditor for nodes data (can change node data size)
- search tools (string, crc32(namehash) of string, u32, float double, from hexeditor clipboard)
- [experimental] copy/paste skin blob between saves (this can fail for unknown reasons yet between fresh save and high-level save)
- inventory editor (most fields are still obscure and some item names are not resolved)
- can unflag all quest items to make them normal items
- can add stat modifiers to items!
- can edit the scriptables data in system nodes.
- Code cleaning
- Work on github issues
To read about the game vulnerability (patched in v1.12):
To view the related xinput1_3.dll exploit POC: