Using Template Manager to copy contents of Copy/Paste Gadget to Clipboard Fails
StanleyMcClister opened this issue · 2 comments
Building Gadgets Version
1.0.5
Describe the bug
When using the template manager to copy the contents of the copy and paste gadgets to my clipboard, the operation returns a semi-empty json string. The json string contains properties but not values.
To Reproduce
In DW 1.20 I loaded a superflat world to do some building. After copying a structure, i went to the template manager and pressed copy. To copy the contents of the build to my clipboard. I pasted to VS Code and the results are as follow:
{
"name": "",
"statePosArrayList": "{}",
"requiredItems": {}
}
Expected behavior
I should be able to copy the contents of a copy from a copy and paste gadget to my clipboard so that i can save it for later.
Please note:
I am using Embeddium for 1.20 (the rewrite for Rubidum) I have not had any issues with the gadgets other than not being able to copy to clipboard, which is something embeddium shouldn't mess with.
(Edit: Removed screenshot)
I think you may be trying to copy the schematic using an old janky method (I did the same thing, initially). As in adding the copy paste tool and nothing more, then clicking on copy and then pasting that into notepad. This worked in previous versions of the mod, now you have to do the following.
BG2 method:
- Copy the building using the copy/paste tool
- Insert the copy/paste tool and a piece of paper into the template manager
- click 'save'
- click 'copy'
now paste your clipboard into notepad, or github (whichever is you're preferred method)
Dire covered this in his recent mod spotlight.