Author Topic: DOF Screenshots  (Read 1158526 times)

did you like the build, by the way?
with the light limit, it stinks.


How did you even manage that?
very similarly to how I managed this
« Last Edit: October 15, 2012, 06:46:12 PM by Eksi »



Oh wow, that's clever :o

Edit:
The camera doesn't know what it's focusing on

« Last Edit: October 16, 2012, 01:58:39 PM by Masterlegodude »

Holy stuff that is just freaky.

How do you even build like that? O_o
« Last Edit: October 16, 2012, 04:00:51 PM by lordician »

Legodude what are you doing

no legodude stahp

STAHP

Holy stuff that is just freaky.

How do you even build like that? O_o

The

Slate

End.


DUN DUN DUUUN

Holy stuff that is just freaky.

How do you even build like that? O_o
You can't, that's the demo house duplicated to the Out There

See how the walls and roof is crushed together? That's basically all the room you have to build on that one axis, you can still build/move normally on other axises, you can trick your ghost brick past the invisible walls somehow and also do the crouch + jet + jump combo to break past them to try and build further out

You could use the camera to teleport yourself, but due to how things work in the Out There, you might be stuck inside another tight area between the invisible walls, so you may not land exactly where you want to

Everything is so twitchy and broke, especially trying to place the ghost brick, use your paint can, or just trying to fire any kind of a projectile

But i like that place anyway because it's amusing, the coordinates is basically 9999999, or 1e+007 on the X or Y axis

the coordinates is basically 9999999, or 1e+007 on the X or Y axis
how do you teleport

MLD Pls release whatever that is.

how do you teleport
Enter the camera mode, open the Mission Editor, click your character, click the Transform tab and replace any of the 3 Position values and click Apply

Then you can spy on your character to see where he's at

MLD Pls release whatever that is.
No mods, i only call it the 'Out There' is because it's some twisted broken dimension so far out that it converts the player's coordinate to 1e+007

how do you teleport
if it's a local hosted server
Code: [Select]
serverconnection.getControlObject().setPosition("9999999 0 0");or non local (but access to console)
Code: [Select]
findclientbyname(eksi).player.setPosition("9999999 0 0");

You can do both from a local server ^

You can do both from a local server ^
Yes, but the top cannot be used on a non-local server.