Talk:Third-person camera: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Fix for side view in third person camera)
 
No edit summary
Line 10: Line 10:


--[[User:Sunblaze|Sunblaze]] 18:53, 19 Jul 2005 (PDT)
--[[User:Sunblaze|Sunblaze]] 18:53, 19 Jul 2005 (PDT)
Yah, I forgot to mention that. I added it in. --[[User:SubKamran|SubKamran]] 20:32, 19 Jul 2005 (PDT)

Revision as of 20:32, 19 July 2005

Just found the problem with the camera being placed to the right of the player. It seems that the mentioned fix doesn't work if you have already run your mod before. This is because the 90 degree value for cam_idealyaw gets saved to a config file. The config file can be found in Steam\SteamApps\SourceMods\MY_MOD_DIR\cfg\config.fcg. You can open it up and change

cam_idealpitch "90"

to this

cam_idealpitch "0"

Or if you're realy lazy and don't mind loosing your key-bindings and other configurations, just delete it so it gets regenerated.

--Sunblaze 18:53, 19 Jul 2005 (PDT)

Yah, I forgot to mention that. I added it in. --SubKamran 20:32, 19 Jul 2005 (PDT)