Space Engineers

Space Engineers

Share Your Creations
Find and download player-created worlds and mods, or create your own and upload them directly to Steam Workshop.
Learn More
hammermine 15 Jul, 2024 @ 10:08pm
How do I spawn two grids located near one another using MES?
I have learned how to have one planetary installation spawn in from a YT tutorial. How do I spawn in say, a car and a building, roughly 20m apart using MES? Any help would be greatly appreciated.

The tutorial I learned to spawn in one grid from: https://www.youtube.com/watch?v=qHcYS82kQog&ab_channel=Meridius_IX%2FLucas
< >
Showing 1-1 of 1 comments
You can add a second prefab by doing something like this:

<Prefabs> <Prefab SubtypeId="Test Station"> <Position> <X>0.0</X> <Y>0.0</Y> <Z>0.0</Z> </Position> <Speed>25</Speed> <Behaviour></Behaviour> </Prefab> <Prefab SubtypeId="Moms Car"> <Position> <X>25.0</X> <Y>0.0</Y> <Z>25.0</Z> </Position> <Speed>25</Speed> <Behaviour></Behaviour> </Prefab> </Prefabs>

In the Position values of the 2nd prefab, you can specify offset distances in X and Y to position the prefab away from the initial spawn location. That should get you in the right direction!
< >
Showing 1-1 of 1 comments
Per page: 1530 50