miRror updated Copy Paste with a new update entry:
3.6.6

Copy Paste
Copy and paste your buildings to save them or move them
Total Downloads: 21,412 - First Release: Apr 3, 2015 - Last Update: Jun 14, 2018
- 5/5, 83 likes
-
THANK YOU! Building spawn with items inside perfectly.
-
-
I can't get the API to work after the update.
//TryPasteFromVector3(Vector3 pos, float rotationCorrection, string filename, string[] args
//TryPaste(Vector3 startPos, string filename, BasePlayer player, float RotationCorrection, string[] args, bool autoHeight = true)
Code:private void PasteStuff(string name, Vector3 position, Quaternion rotation) { List<string> options = new List<string> { "height", "0" }; //CopyPaste.Call("TryPasteFromVector3", position, 0, name, options.ToArray()); CopyPaste.Call("TryPaste", position, name, null, 0, options.ToArray()); }
I have multiple debug Puts inserted into CopyPaste to hopefully find the issue and the first Puts isn't called
Code:private object TryPaste(Vector3 startPos, string filename, BasePlayer player, float RotationCorrection, string[] args, bool autoHeight = true) { //findles Puts($"TryPaste. pos:{startPos} file:{filename}"); //findles
Last edited by a moderator: Jun 10, 2018 -
Figured it out... I was using
0
instead of
0f
for rotationcorrection. the odd thing is I for sure know this was working before update. I wonder if this was a unity change. Either way, just following up. -
Feature Request: Could we have a separate permission for /pasteback please? This is so we can give trusted players on a fixed map (from wipe to wipe, same map on our PvE server) the ability to pasteback their old bases if they have the required materials on them? Thanks.
-
miRror updated Copy Paste with a new update entry:
3.6.7
-
Hi, suddenly getting an issue when pasting that my structure is oriented randomly instead of the angle that I was looking at it from when I copied it, any ideas why?
-
I have the same issue but the I found out that you can use /pasteback <name>
Keep in mind to use the same map and seed otherwise you have a waterbase -
-
-
Would it be possible to create a command that would list all of the copypaste files you have saved? Like /copypaste_list?
Thanks -
@miRror
Do you know why it wont let me bind and copy/paste function?
bind o "chat.say /copy last share true"
One more thing, when paste searchlights are not on, but on when copyAttached Files:
Last edited by a moderator: Jul 7, 2018 -
-
@miRror Hey, is possible to copy the whole map and put it again in the same seed?
-
Code:
bind k "chat.say "/copy last share true"\
-
Wulf Community Admin
Code:bind k "chat.say \"/copy last share true\""
-
I've this on my cfg file and work without problem...
Read-only to prevent rust to added multiple \\\ -
Wulf Community Admin
-
-
Is there a section or website where we can share buildings?