Aground
mobile lab stuck on enemy HQ in multiplayer
When beating HQ we were given the choice of leaving or destroying the nest. One of the other players spawned into orbit and locked the other players on the surface. They can just respawn on earth, but our mobile labs was on the surface and there is no way of getting it out. Is there a fix for this.
< >
Showing 1-2 of 2 comments
David Maletz  [developer] 7 May, 2020 @ 7:32am 
While you can go to the mobile lab using the spirit portal, you cannot fly the lab out of there while the planet is sealed, nor can you fit the mobile lab through the spirit portal. Your best bet is to use a command. Hit Ctrl+Shift+D to open the dev console, then paste this code:

var o = player.getNPC("research"); o.area.removeObject(o); o.setPosition(0, -16); player.areas.get("start").addObject(o);

And hit enter. This will move the mobile lab to the left coast of the starting island. The code can be changed to move it somewhere else, but I figure that's an easy place to find it.
squirleybob 7 May, 2020 @ 7:47am 
Also, someone could go into the mobile lab and put in: <teleport id="start" x="0" y="-16" /> which does the same thing only with someone in it.
< >
Showing 1-2 of 2 comments
Per page: 1530 50