Author Topic: F8 camera speed?  (Read 741 times)

Is there any way to change the speed in which the camera moves in the F8 admin orb?

I know "C" slows it down just a bit but i need even slower, is there any way to set the speed to something maybe in the console or something?

there was a variable

something like $mvforwardspeed or something
1 was full speed, you could go down to like 0.015 and be /sit and just scoot on your ass

i don't recall precisely what it was

there was a variable

something like $mvforwardspeed or something
1 was full speed, you could go down to like 0.015 and be /sit and just scoot on your ass

i don't recall precisely what it was

can anyone confirm?

i'm going to try this in bl in a bit

You can press the crouch key and C at the same time to slow it down even more.

prolly useless, but LMB makes it go faster.
so don't push that.

you could probably slow down your client timescale to make it go slower

you could probably slow down your client timescale to make it go slower

the actors have to be moving regular speed, though

This feature is in mission editor. No idea how it worked though.

You have to open the mission editor and change the camera speed.
There are like 7 speed options, from extremely slow to extremely fast.
http://forum.blockland.us/index.php?topic=86817.0

Noedit:
Holding c makes it go slower, shift makes it go slower, holding both makes it twice as slow.

You can use moveforward(0.07); and use your crouch key to go very slowly.

Client-sided, I think you could enter the following into the console :
clientcmdtimescale(# 0.2-2)
[not tested]

Server-wide, there will have to be a mod for it.

Note : entering a timescale above 1.3 will result in choppy movement.

$Camera::movementSpeed (server-sided)