// Binds and announcements. bind "r" "ent_fire prop_portal fizzle" echo Press R to remove portals. bind "z" "sv_cheats 1" echo Press Z to enable cheats. bind "x" "sv_cheats 0" echo Press X to disable cheats. bind "c" "god" echo Press C to toggle godmode. bind "v" "noclip" echo Press V to toggle NoClip mode. bind "b" "showtriggers_toggle" echo Press B to toggle trigger-show mode. bind "n" "toggle sv_portal_placement_never_fail 1 0" echo Press M to toggle place portals everywhere. Requires cheats. //HL2 compatability aliases. alias "hl2_compat" "bind R +reload" // Disabling aliases. alias "unr" "unbind r; echo Disabled remove portals." alias "unz" "unbind z; echo Disabled enable cheats." alias "unx" "unbind x; echo Disabled disable cheats." alias "unc" "unbind c; echo Disabled toggle godmode." alias "unv" "unbind v; echo Disabled toggle noclip mode." alias "unb" "unbind b; echo Disabled toggle trigger-show mode." alias "unn" "unbind n; echo Disabled toggle place portals everywhere." alias "unload_easycontrols" "unr; unz; unx; unc; unv; unb; unn"