Author Topic: Is there a way to move where your save loads in?  (Read 965 times)

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.

$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

$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
Many thanks.

Edit: It's not working.
« Last Edit: December 20, 2012, 11:47:07 AM by DaSord213 »