Client Commands

From The MegaTF/TeamFortress Wiki!
Revision as of 12:55, 17 April 2018 by Giblets (talk | contribs) (EZQuake)
Jump to: navigation, search

EZQuake

This could potentially get too huge, the number of options are as many as the client's cvar list, let's limit to useful and not just 100% preference based

v_viewheight

Some useful cvar options

  • r_fastsky 1 //sets sky to a solid color, less distracting, easier to see players outline in the sky.
  • r_skycolor x x x //RGB value of sky color
  • r_fastturb 1 //sets all liquids to a solid color based on texture, less distracting, cleaner looking map.
  • v_viewheight "-6" // Some lore about this one. This lowers your view as much as possible, with the idea of being exactly in line with your rocket trajectory, instead of above it. The idea is that your crosshair is more accurately where the rockets will hit in the distance.
  • s_khz "44" // attempt to sample all sounds at 44khz, crisper audio, and needed for the replacement sound pack.
  • s_ambientlevel "0" // removes annoying looping background noises
  • cl_bob "0" //removes screen bobbing
  • cl_bobcycle "0.0" //removes screen bobbing
  • cl_bobup "0.0" //removes screen bobbing
  • cl_rollangle "0" //controls how much your screen tilts when strafing.
  • etc. etc.