CyberCAT icon indicating copy to clipboard operation
CyberCAT copied to clipboard

Copy nodes between save files

Open Javanoyak opened this issue 5 years ago • 4 comments

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).

Javanoyak avatar Dec 31 '20 02:12 Javanoyak

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.

zeynepsudebal avatar Dec 31 '20 07:12 zeynepsudebal

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

SirBitesalot avatar Jan 05 '21 19:01 SirBitesalot

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

SirBitesalot avatar Jan 10 '21 12:01 SirBitesalot

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

aceace33333 avatar Jan 13 '21 23:01 aceace33333