Hi I would like to know what is the entity name of this ?
https://image.noelshack.com/fichiers/2017/52/5/1514560923-20171229162016-1.jpg
I would like to spawn some on my server. I guess it is
assets/content/structures/spherical tank/pumping_station.prefab
But i can't spawn it, it tells me this: Entity type not found
Thanks
Spawning pumping station?
Discussion in 'Rust Discussion' started by Lowden, Dec 29, 2017.
-
I don't think you can spawn that.
-
-
I don't think so.
This plugin will output all the build/fx prefabs to a .txt file, i suggest looking through that. > PrefabSniffer -
-
-
-
you can copy/paste them tho
-
copy this save it as .json add it to your copy/paste data folder and paste away
{
"default": {
"position": {
"x": "1267.922",
"y": "12.78226",
"z": "-121.4617"
},
"rotationdiff": "-3.059216",
"rotationy": "0.05404121"
},
"entities": [
{
"pos": {
"x": "-1.696296",
"y": "-3.020374",
"z": "-0.05202315"
},
"prefabname": "assets/bundled/prefabs/static/pumpjack-static.prefab",
"rot": {
"x": "0",
"y": "3.113257",
"z": "0"
},
"skinid": 0
}
]
} -
-