Left 4 Dead 2 Guide

Third Person Camera modes like the included ones in True Dead Mutation.

Sharing is temporarily disabled

Left 4 Dead 2 Guide

After I released True Dead Mutation, some players asked for a seperate mod for Third Person Camera modes like the included ones in True Dead Mutation. 
I could make a seperate ThirdPerson Camera mod. However, It would need to be a cfg file mod, so I can't make it a workshop add-on. Since valve doesn't allow modding cfg files via add-on system anymore. 

So, I wrote this as a quick script to share in workshop comments. (it is hard to keep a script under 1000 char)
And I decided to write a guide article about it, so you can add it to your game yourself. 

How to add it to your game

First open this folder adress:
"C:\Program Files (x86)\Steam\SteamApps\common\Left 4 Dead 2\left4dead2\cfg" 

- If you want this code load automatically each game find the "autoexec.cfg" file.
- Or you can create a new text file. And rename it like "yourfilename.cfg".

Open the file and paste these codes in it. (if you use autoexec, end of it);
// -------- alias cam_mode_fps "firstperson; crosshair 1; cam_ideallag 0; alias cam_mode cam_mode_tps;" alias cam_mode_tps "firstperson; thirdpersonshoulder; crosshair 1; cam_idealpitch 0; cam_idealdist 25; c_thirdpersonshoulderdist 25; c_thirdpersonshoulderheight -2; c_thirdpersonshoulderoffset 20; c_thirdpersonshoulderaimdist 250; alias cam_mode cam_mode_far;" alias cam_mode_far "firstperson; thirdpersonshoulder; crosshair 0; cam_ideallag 0; cam_idealpitch 10; cam_idealdist 125; c_thirdpersonshoulderdist 125; c_thirdpersonshoulderheight -5; c_thirdpersonshoulderoffset 20; c_thirdpersonshoulderaimdist 250; alias cam_mode cam_mode_fps;" alias cam_change "playgamesound Buttons.snd37; cam_mode;" alias cam_mode "cam_mode_fps;" bind v "cam_change;" // --------
Save your file, and close it.

Now you can start your game. 

If you used the autoexec file. It should be ready to use. 

If you used a separate file. Open console while playing, write "exec yourfilename" and hit enter.
For some reason, some people's autoexec file doesn't load automatically. You may need to enter "exec autoexec" for that too.

Now you can press V during game play to switch between 3 camera mod. 
- First Person (Default)
- Third-person Shoulder Camera (like Resident-Evil) 
- Third-person Far Camera (Like GTA-V or MMORPGs)
Have fun! :)

Don't forget:

This script can't work well like as it does in True Dead Mutation. 
It can't detect if you are using sniper zoom or not. 
So This method is a little buggy. But you can use this when ever you want. 
(Except Versus mode. It counts as a cheat.)

.

Tagged

Community Tags

  • Third Person
  • CFG

Guide Credits

You may like

  • Mod
    Claucker's Third Person Mod
    Beta N/A

    Non VSLib version of Third Person Over the Shoulder Mod Resident Evil 6 Style How to make it work: 1- Subscribe 2- Subscribe to "Claucker's TPS Menu" 3- Start a Singleplayer game or Host a Local Server 4- Wait for the message that...

    13,684
  • Mod
    ATPS Camera
    N/A

    ATPS Simply stands for: "Action Third-Person Shooter". A Camera system to replicate your typical modern Third-Person Shooter. \ CONTROLS / - Movement: The camera will follow all body actions and simulate the weight of your char...

    11,206
  • Mod
    Super LED Flashlight Improved /w CFG
    N/A

    This is my super LED Flashlight i made, when the going gets tough, the tough get better flashlights... Good luck getting a cheap shot in the dark now, In all seriousness this is a well improved light over the original, and it comes with ...

    25,311
  • Mod
    True Dead
    Beta N/A

    No bots, No specials, No random huge hordes. They are slower. But gun fires attract them. And melees have durability. (THIS IS A MUTATION, IT DOESN'T CHANGE YOUR MAIN GAME) - Gun shots will attract surrounding zombies. - Third Person C...

    19,410
  • Mod
    ATPS Camera V2
    N/A

    || This is Action Third Person Shooter Camera, ATPS for short. || This addon tries to emulate closely modern AAA third person shooters gameplay through the use of camera settings and a combination of cvars. || Version 2 comes with ...

    2,146

Feedback