Author Topic: Coordinates for builds in the Bedroom?  (Read 1103 times)

I want to load AMC City or Beta City in the Static Map Bedroom, now I typed

Code: [Select]
$loadoffset = "-84 114 -93.9";
But when I type that in, nothing loads. So what are the real numbers?

After you typed that into the console, did you try loading the save?

Yes, I did.

Edit: It loads nothing. Just says 0/whatevernumber bricks loaded
« Last Edit: September 13, 2015, 03:45:28 PM by Red Spy »

Code: [Select]
$loadoffset = "-84 114 -93.9";
You're trying to load the build below the ground plane. Notice the -93.9 Z offset.

Code: [Select]
$loadoffset = "-84 114 -93.9";
But when I type that in, nothing loads. So what are the real numbers?
where did you get this from?
I don't think the bedroom map is underground

He means the coordinates you're using are loading the save under the map, try inverting the -93.9 and see if there's any signifiact difference.


You're trying to load the build below the ground plane. Notice the -93.9 Z offset.
That's because builds that were built in the bedroom were well over the ground plane.

where did you get this from?
I don't think the bedroom map is underground
Wrapperup said it in the Static Shapes Topic

are you using the old saves for ACM/beta city or the new saves?
I thought they loaded on the ground now and loaded in the air before?

I think the coordinates you are using are used to take a build made in the bedroom and load it on a flat map, not the other way around.  However, if that is your intention then those look like the right values.

are you using the old saves for ACM/beta city or the new saves?
I thought they loaded on the ground now and loaded in the air before?
The saves load on the ground now, but he's using the coordinates so they can load on the surface of the bedroom.

The saves load on the ground now, but he's using the coordinates so they can load on the surface of the bedroom.
the coordinates are not for old saves from the bedroom?
the new saves (of the cities) are for slate and not the bedroom is what I thought

The saves load on the ground now, but he's using the coordinates so they can load on the surface of the bedroom.
Then he's going in the opposite direction.