Quote from: the Crazed on August 03, 2005, 12:47:25 PMomg omg omg!
omg omg omg!
I always forget to take a screenshot when matches end (particularly NADML matches).
� have no idea what you are doing with these binds� �:???:
Using the one quadz post up while ago: Quote from: quadz on May 05, 2004, 12:55:01 PMHere's a zoom-in alias I use... not too often, but occasionally for those "way across the map" shots...Code: [Select]set fovNormal 100set fovZoom 25fov $fovNormalset sensNormal 12set sensLow 3sensitivity $sensNormalalias ZoomIn "fov $fovZoom; sensitivity $sensLow; bind r ZoomOut"alias ZoomOut "sensitivity $sensNormal; fov $fovNormal; bind r ZoomIn"bind r ZoomInI used cvars to hold the "normal" and "zoomed" values to make it easier to tweak in-game.
Here's a zoom-in alias I use... not too often, but occasionally for those "way across the map" shots...Code: [Select]set fovNormal 100set fovZoom 25fov $fovNormalset sensNormal 12set sensLow 3sensitivity $sensNormalalias ZoomIn "fov $fovZoom; sensitivity $sensLow; bind r ZoomOut"alias ZoomOut "sensitivity $sensNormal; fov $fovNormal; bind r ZoomIn"bind r ZoomInI used cvars to hold the "normal" and "zoomed" values to make it easier to tweak in-game.
set fovNormal 100set fovZoom 25fov $fovNormalset sensNormal 12set sensLow 3sensitivity $sensNormalalias ZoomIn "fov $fovZoom; sensitivity $sensLow; bind r ZoomOut"alias ZoomOut "sensitivity $sensNormal; fov $fovNormal; bind r ZoomIn"bind r ZoomIn
Had a similar problem with a rocketjump bind that Shogun was using back when I was in EoM. I forget exactly what it read like, but it was a little too complicated or made the players view twitch too much so that you'd get kicked from the server for using an aimbot even though you weren't.Weird shit.