Blockland Forums > General Discussion

Is there a way to move where your save loads in?

Pages: (1/1)

DaSord213:

Title. I'm curious as to if there's a way to move where my save loads. IE if I load something can I push it, say, 200 bricks to the north without having to manually duplicate EVERYTHING piece by piece?

Also I wasn't sure if this would go in help so I just posted it here.

Bester Bageler:

$LoadingBricks_PositionOffset = "X Y Z";
Put this in console before loading. Replace the X Y Z with numbers. For moving it 200 bricks north do
$LoadingBricks_PositionOffset = "0 200 0";
X is east and west Y is north and south Z is height

DaSord213:


--- Quote from: Bester Bageler on December 20, 2012, 10:59:34 AM ---$LoadingBricks_PositionOffset = "X Y Z";
Put this in console before loading. Replace the X Y Z with numbers. For moving it 200 bricks north do
$LoadingBricks_PositionOffset = "0 200 0";
X is east and west Y is north and south Z is height

--- End quote ---
Many thanks.

Edit: It's not working.

Chrono:

I'm pretty sure there was another topic about this posted not very long ago.
Where I've also posted an answer.

Pages: (1/1)

Go to full version