Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Loading exported json file into the same character doesn't change anything #12

Open
SilvanaDamikola opened this issue Jun 8, 2024 · 0 comments
Assignees
Labels
pending These changes/fixes will be implemented soon or in the next patch.

Comments

@SilvanaDamikola
Copy link

Describe the bug
When importing an externally changed Player JSON file nothing happens

To Reproduce
Steps to reproduce the behavior:

  1. Open Player file
  2. Export Player JSON via menu File->Export->Player JSON...
  3. Edit something in JSON file in an external text editor. For example in inventory:itemBags:materialBag: change the content of field "count" from say 9 to 10
  4. Import changed Player JSON file via menu File->Import->Player JSON...

Expected behavior
The number of items of the material edited in step 3. should show as 10 but instead it still is 9.

Work around
Import another Player JSON file, don't save!!!!, immediately afterwards load the Player JSON file in question. The content of the player inventory will change as expected.

@gen3vra gen3vra added the pending These changes/fixes will be implemented soon or in the next patch. label Jun 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pending These changes/fixes will be implemented soon or in the next patch.
Projects
None yet
Development

No branches or pull requests

2 participants