Skip to content

Instantly share code, notes, and snippets.

@fionafibration
Last active July 21, 2022 21:33
Show Gist options
  • Save fionafibration/c25ca961ed96ed610b1363f93781ac37 to your computer and use it in GitHub Desktop.
Save fionafibration/c25ca961ed96ed610b1363f93781ac37 to your computer and use it in GitHub Desktop.
Lawena settings for HLAE
sv_cheats 1
// Campath stuff
bind c "mirv_campath add"
bind v "mirv_campath clear"
bind x "mirv_input camera"
bind b "mirv_campath save temppath; mirv_campath load temppath; mirv_campath enabled 1"
// Demo playback
bind h demo_togglepause
bind j thirdperson
bind n "mirv_campath load temppath; mirv_campath enabled 1"
bind y "demo_timescale 0.1"
bind u "demo_timescale 0.5"
bind i "demo_timescale 1"
bind o "demo_timescale 2"
alias mirv_slinear "mirv_campath edit interp position linear; mirv_campath edit interp rotation sLinear; mirv_campath edit interp fov linear"
alias mirv_slerp "mirv_campath edit interp position cubic; mirv_campath edit interp rotation sCubic; mirv_campath edit interp fov cubic"
// Utility
bind tab "demoui"
bindtoggle enter cl_drawhud
bindtoggle \ hud_deathnotice_time 0 6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment