1. If you're looking for help-related things (for example, the key rebinding tutorial), please check the FAQ and Q&A forum! A lot of the stickies from this forum have been moved there to clean up space.
    Dismiss Notice

Warping with coordinates

Discussion in 'Starbound Discussion' started by Earlopain, Sep 27, 2016.

Tags:
  1. Earlopain

    Earlopain Void-Bound Voyager

    Is it still possible to warp to a planet and specify where you want to be put? I read some info on the wiki but heard that the stuff is pretty outdated. I already know how to get my own coordinates so that is no problem. If I use /warp Nowhere I get warped to the spawnpoint of the current world. In the wiki then stands :
    Most warp actions can have "=xcoordinate.ycoordinate" added to specify a position within that world.
    I already tried many combinations but it always fails with could not parse. Any ideas? If someone can do it, can you please also send an example?
     
  2. LordBaconator

    LordBaconator Scruffy Nerf-Herder

    You might try
    Code:
    '{"=xnum.ynum"}'
    which makes it parse the stuff in single quotes as a JSON variable. There could be more to the arguments than that, though.
     
  3. Earlopain

    Earlopain Void-Bound Voyager

    After trying a few different formats, this one worked
    /warp Nowhere:50.100
    That would teleport you to x=50 and y=100. I don't know how I didn't try that already
     

Share This Page