Created
January 6, 2016 22:14
-
-
Save rpetrano/314a4f8203f642f9729e to your computer and use it in GitHub Desktop.
Dota 2 autoexec
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# When spectating swap between player perspective (or comentator) camera and free camera | |
alias _dota_toggle_spectator_mode_1 "dota_spectator_mode 1; alias _dota_toggle_spectator_mode _dota_toggle_spectator_mode_3" | |
alias _dota_toggle_spectator_mode_3 "dota_spectator_mode 3; alias _dota_toggle_spectator_mode _dota_toggle_spectator_mode_1" | |
alias _dota_toggle_spectator_mode _dota_toggle_spectator_mode_1 | |
# Bind numpad 0 | |
bind KP_0 _dota_toggle_spectator_mode | |
# Ignore pathfinding when moving with Alt pressed | |
cl_dota_alt_unit_movetodirection 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment