Zoom Enhancement made for .357 and the Crossbow.
//EnhancedZoom// //This script will bind the x button to a FOV changing zoom bind.// //AS OF THE HALF-LIFE 2 UPDATE, ACTIVATING THIS SCRIPT WILL //DISABLE ACHIEVEMENTS FOR THIS GAME SESSION! //This script was made for use with the Crossbow weapon. //ENABLE SV_CHEATS 1 IN CONSOLE BEFORE USING bind x +ecbzoom Alias +ecbzoom "viewmodel_fov 10; fov 10; r_screenoverlay effects/combine_binocoverlay.vtf; play buttons\button18; cl_drawhud 0" Alias -ecbzoom "viewmodel_fov 53l fov 75; r_screenoverlay 0; play buttons\lightswitch2; cl_drawhud 1"
~~~~~~~~~~V2 CHANGELOG~~~~~~~~~~ -Less Buggy -Changed zoom from 5 to 10 -Added Viewmodel FOV changing while zooming. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ My first script for any game. This script is meant for use with the .357 or Crossbow, as they are the two most accurate projectile weapons on the game.
INSTALLATION INSTRUCTIONS Step 1, Copy everything inside the script code box above.
Step 2, Open Any text program, and paste the script into it. (Examples: Notepad, Wordpad, Notepad++ Microsoft word can be used, but not recommended.)
Step 3, go to YOURDRIVE\program files\steam\steamapps\YOUR USERNAME\half life 2\hl2\cfg\ and save your text document as autoexec.cfg. Save it as ANSI and save it under "All files". Make sure it's .CFG and not .TXT. This is important.
Step 4, Launch Half-Life 2 and press x ingame to zoom.

