Add these to your autoexe.cfg
to
have them permanently in your game.
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
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"