Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 692 Bytes

README.md

File metadata and controls

40 lines (27 loc) · 692 Bytes

Commands

Add these to your  autoexe.cfg  to
have them permanently in your game.


Slow Walk

Add this to toggle slow walking.


alias SlowWalk SlowWalk_On
alias SlowWalk_On  "alias SlowWalk SlowWalk_Off;+movedown"
alias SlowWalk_Off "alias SlowWalk SlowWalk_On ;-movedown"
bind l SlowWalk


Xmas Snow Flakes

Use these bindings to constantly emit snowflakes.


bind mouse1 "+attack;+use_action_slot_item"
bind space "+jump;+use_action_slot_item"
bind s "+moveright;+use_action_slot_item"
bind a "+moveleft;+use_action_slot_item"
bind w "+forward;+use_action_slot_item"
bind d "+back;+use_action_slot_item"