Author Topic: No looking up or down player  (Read 931 times)

A player that only can look left and right, nothing else.

Thanks.

   I Hope someone makes this.  :iceCream:

Third person or first person? Pretty sure first person is impossible.

try doom player
i believe that can only look left and right

try doom player
i believe that can only look left and right

That's weird because you can look up and down in DOOM.


So, the Doom playertype, but normal speed.

I explained it, now someone make it.

So, the Doom playertype, but normal speed.

I explained it, now someone make it.
It isn't default anymore?


It wasn't ever default...
OH YEAH YOU'RE RIGHT
Wtf I swear to God I used that playertype before
Wut hapne

Third person or first person? Pretty sure first person is impossible.

Both, please, and normal speed.

Will someone ever make it?

There is no variable for limiting the vertical viewing angle so I think this would require a client sided add-on that automatically resets the first person view to the horizon if any vertical difference is detected.

There is no variable for limiting the vertical viewing angle

Yes there is

minLookAngle = 0;
maxLookAngle = 0;

Yes there is

minLookAngle = 0;
maxLookAngle = 0;
Oh yeah, somehow I missed those two variables. I just tested and it does exactly what OP wants.

Oh yeah, somehow I missed those two variables. I just tested and it does exactly what OP wants.

Yay!