bind

  1. Lunaire

    Small but helpful tools to make things quicker!

    Not much of a guide, but helpful for when you wondered "man surely there is a quicker way to do XYZ" 1. Selecting overlapping objects: For example, a train has both a trigger_hurt and func_tracktrain, but clicking it will only select one! How do we select without moving the other? Simple! Use...
  2. MrHatlf

    Toggle bind for taking screenshots.

    I made this bind because typing in all these commands are hard. //disable hud bind ins hudtoggle alias hudtoggle "hudoff" alias hudoff "alias hudtoggle hudon; cl_showfps 0; cl_showpos 0; r_drawviewmodel 0; cl_drawhud 0" alias hudon "alias hudtoggle hudoff; cl_showfps 1; cl_showpos 1...