Forum
Help- TF2 Direction
Created 22nd June 2010 @ 01:48
Add A Reply Pages: « Previous 1 2
Quoted from Salmon
when in thirdperson mode in the pldx tool press 1, 2, 3, 4, 5 or 6 for different rotations.
Mind if I ask how you manage to get the camera to rotate 360 degrees around the player?
As far as I can see the command that controls that is cam_idealyaw which has lower and upper limits of -135 and 135 respectively. Am I missing a command or something else?
Last edited by iQue,
if you use the pldx cfg or tool, it binds the camera controls to the arrow keys (x,y) and to x and z (zoom)
just stop the game (for example) and press and hold the left arrow – you can do even 720° (i guess) :D
Quoted from iQue
[…]
Mind if I ask how you manage to get the camera to rotate 360 degrees around the player?
As far as I can see the command that controls that is cam_idealyaw which has lower and upper limits of -135 and 135 respectively. Am I missing a command or something else?
For some reason the default values are limited to 135, but just change them to 360. This is what the config’s got:
c_maxdistance 5000; c_maxpitch 360; c_maxyaw 360; c_mindistance -5000; c_minpitch -360; c_minyaw -360
With those u can rotate the camera 360 degrees in both directions and move the camera further / closer
Quoted from Salmon
For some reason the default values are limited to 135, but just change them to 360. This is what the config’s got:
c_maxdistance 5000; c_maxpitch 360; c_maxyaw 360; c_mindistance -5000; c_minpitch -360; c_minyaw -360
With those u can rotate the camera 360 degrees in both directions and move the camera further / closer
Big thanks, will edit my config
Add A Reply Pages: « Previous 1 2