Skip to content
This repository was archived by the owner on Sep 14, 2022. It is now read-only.

Copy nodes between save files #38

Open
Javanoyak opened this issue Dec 31, 2020 · 4 comments
Open

Copy nodes between save files #38

Javanoyak opened this issue Dec 31, 2020 · 4 comments
Labels
enhancement New feature or request feature-request

Comments

@Javanoyak
Copy link

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
Copy link

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
Copy link
Member

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

@SirBitesalot SirBitesalot added enhancement New feature or request feature-request labels Jan 5, 2021
@SirBitesalot
Copy link
Member

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
Copy link

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request feature-request
Projects
None yet
Development

No branches or pull requests

4 participants