L4D - toggle between 1st and 3rd person view

Glad a few of you have at least tried it. As CrowK said, it still needs a lot of work for it to be perfect though, still, there's no harm in having a key assigned to it. :)

^^ He was only playing mate, as was I, I'm not sure why you felt the need to troll your quippy remark though? You do realise the command is not compulsory, merely just a heads up for those who wish to try it?

Troll my quippy remark..... Whatever that means. Smilie faces give a hint on the type of reply given ;)

Something to try out, but at the moment I'm too scard of something jumping out, so have to focus on running around in fps viewing ready to shoot every zombie and team member just in case :D
 
Note, you'll have to set the file as read only otherwise the bind will be overwritten when starting the game (right click CFG > properties > read only > apply).

Or create an autoexec.cfg file in your steam directory with that and other commands in.

Create the file in steam/steamapps/common/left 4 dead/left4dead/cfg and as long as it is called autoexec.cfg it will be run every time you start up L4D and won't be overwritten by the game.

I've got the third person bind in there, a crouch toggle bind instead of hold to crouch (got used to toggled crouch with FarCry2), extra binds for the main gun (slot1) and grenade (slot3) as you can only bind 1 key in the game interface and bind q to 'sorry' for those accidental friendly fire incidents :)

alias crouch "+duck;bind CTRL nocrouch"
alias nocrouch "-duck;bind CTRL crouch"
bind CTRL crouch

bind "MOUSE4" "slot3"
bind g "slot3"

bind "MOUSE5" "slot1"

bind q "vocalize PlayerSorry"

bind p thirdpersonshoulder
 
Back
Top Bottom