WolvenKit / CyberCAT

CyberPunk 2077 Customization Assistant Tool. Work in progress Savegame editor.
MIT License
158 stars 34 forks source link

Copy nodes between save files #38

Open Javanoyak opened 3 years ago

Javanoyak commented 3 years ago

Is it possible to copy a node as is from one save file to another?

What I aim to achieve is to create something similar to what a New Game Plus functionality does in games. Like copying the entire inventory of one character to a freshly started character save. By using a hex editor, I tried copying the inventory node between decompressed save files then recompressing the changed save but no luck. The recompressed save file still shows its old inventory.

An automated process would be very handy. As CDPR promised to deliver NG+ for this game, but didn't (like many other features).

zeynepsudebal commented 3 years ago

Same... Because my save file of PointofNoReturn deleted I can't go back to game after finishing but I want to overwrite some settings to a new save. I changed many things by writing all but with one mistake all is gone unfortunately.

SirBitesalot commented 3 years ago

If we implement this we need to keep in mind that some Nodes are dependent on others. Like Inventory and StatsSystem

SirBitesalot commented 3 years ago

As a first step it is now possible to copy nodes that have no childnodes. This sadly prevents copying over for inventory for example. We will continue to expand this feature

aceace33333 commented 3 years ago

this would be a great feature to implement in the future, thanks for the updates!