Hello, is possible to copy ground and other prefabs from game? Like if I will create something in RustEdit, is possible to save it as copypaste file and place it on current procedural map? I want to use just normal rust prefabs nothing custom. thanks a lot
Copy ground and other prefabs
I have this arena which is spawning with arena event. There are some ground prefabs etc, so my question is if its possible to achieve something like that with copy paste. I am thinking about to create own json file for copypaste. My question is if I can copy and paste things like this: assets/bundled/prefabs/modding/admin/admin_cliff_low_arc.prefab thru copy/paste. I can spawn it easily thru F1 command, but wanna create something and copy and paste it with CopyPaste
No, you have to maunally add them to your copy paste data file, and as you probablly already know, that would be a pain in the ass to deal with. Im trying to visually paste those cliffs right now by using spawnat command, and then ill add that to my pterodactyl scheduler, to let it run the commands and spawn thos cliffs at the start of my server wipes. So I can have an arena without editing the map every single time. Unfortunettly for some reason I cant figure out how to rotate them using the spawnat command lol.
So many things to achive so little :(