// Default sniper.cfg created for Cry Havoc. Last updated 4/7/98 // Included as part of CFG Pack 1.1 // Note: Some bind commands have been replaced by the "set" command. This has been done // because the commands are rebound serveral times in associated aliases. // Set key bindings and variables. // The zoom and zoom mode switching keys set zoomst "shift" bind r "zoomode" // The key used for +attack set attst "mouse1" // Weapon switching bind tab "weapswitch" // Rebinding the jump key. // This is important becuase this key is rebound in the vampire and rocketman cfg's. // Delete if it does not pertain to your prefered bindings. bind space "+moveup" // Prefered sensitivity. zens = mouse speed while zoomed. nsens = normal mouse speed. set zsens ".5" set nsens "4" // Amount of zoom. The lower the number, the lager the image. set zfov "30" // Set starting zoom mode. // Change to "atmode" or "hzmode" if you prefer one of those as a starting zoom mode. nzmode // Zooming recursive aliases // Zoom alias alias +zoom "fov $zfov; sensitivity $zsens" alias -zoom "fov 90; sensitivity $nsens" // Zoom modes alias zhold "+zoom; bind $zoomst znohold" alias znohold "-zoom; bind $zoomst zhold" alias +atzoom "+zoom" alias -atzoom "+rattack; wait; wait; -zoom; -rattack" // Zoom mode switching RA alias nzmode "-zoom; sensitivity $nsens; bind $zoomst +zoom; echo Quick Zoom.; alias zoomode atmode" alias atmode "bind $attst +atzoom; echo +Attack Zoom.; alias zoomode hzmode" alias hzmode "bind $zoomst zhold; echo Zoom Lock.; alias zoomode nzmode; bind $attst +attack" // Weapon switching alias weap1 "use railgun; alias weapswitch weap2" alias weap2 "use super shotgun; alias weapswitch weap1" weap1 // Generated by Jaz (Cry Havoc) April 7, 1998.