Author Topic: How to load Saves but moved up?  (Read 1096 times)

Hey. Tried searching for this in the forums and could not find anything. But how is it when loading saves can you modify where in the map they load? I want to load Ice Palace but higher because many of the bricks won't load because there is no "edge" to slate anymore. So how is it you load a save but modify where in the map the save is loaded?

Thanks

Code: [Select]
$LoadOffset = "X Y Z"; in console

if you want to load it 1000 units in the air (torque units, not studs iir) it's
Code: [Select]
$LoadOffset = "0 0 1000";


0.2 torque units is one plate (vertical), and 0.5 torque units is 1 stud (horizontal)