Skip to content

Commit

Permalink
Fixed long aliases in toggle_ui
Browse files Browse the repository at this point in the history
  • Loading branch information
iheartdisraptor committed Nov 22, 2013
1 parent 3f7f593 commit 9eb36d7
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions dota/cfg/clarity/alias/toggle_ui.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,15 @@ alias toggle_ui ui_noreplay
alias ui_noreplay "echo Disabling replay UI; developer 0; dota_sf_hud_stats_dropdown 0; dota_sf_hud_force_spec -1; alias toggle_ui ui_some"

// Disable all of the UI except the minimap and the hero portrait.
alias ui_some "echo Disabling some UI; sv_cheats 1; dota_sf_hud_stats_dropdown 0; dota_sf_hud_force_spec -1; dota_sf_hud_actionpanel 0; dota_sf_hud_channelbar 0; dota_sf_hud_chat 0; dota_sf_hud_inventory 0; dota_sf_hud_top 0; dota_hud_healthbars 0; dota_no_minimap 0; cl_drawhud 1; dota_render_crop_height 0; dota_render_y_inset 0; developer 0; net_graph 0; alias toggle_ui ui_none"
alias ui_some "echo Disabling some UI; sv_cheats 1; ui_some_2; dota_hud_healthbars 0; dota_no_minimap 0; cl_drawhud 1; dota_render_crop_height 0; dota_render_y_inset 0; developer 0; net_graph 0; alias toggle_ui ui_none"

// Disable all of the UI
alias ui_none "echo Disabling all UI; sv_cheats 1; dota_sf_hud_stats_dropdown 0; dota_sf_hud_force_spec -1; dota_sf_hud_actionpanel 0; dota_sf_hud_channelbar 0; dota_sf_hud_chat 0; dota_sf_hud_inventory 0; dota_sf_hud_top 0; dota_hud_healthbars 0; dota_no_minimap 1; cl_drawhud 0; dota_render_crop_height 0; dota_render_y_inset 0; developer 0; net_graph 0; alias toggle_ui ui_full"
alias ui_none "echo Disabling all UI; sv_cheats 1; ui_none_2; dota_sf_hud_top 0; dota_hud_healthbars 0; dota_no_minimap 1; cl_drawhud 0; dota_render_crop_height 0; dota_render_y_inset 0; developer 0; net_graph 0; alias toggle_ui ui_full"

// Reenable all of the UI. For 1080p, render_crop_height should be 166 else restoring the UI will
// not work quite right (you can change this below). For 1200p, render_crop_height should be 148.
alias ui_full "echo Enabling UI; sv_cheats 1; dota_sf_hud_stats_dropdown -1; dota_sf_hud_force_spec 0; dota_sf_hud_actionpanel 1; dota_sf_hud_channelbar 1; dota_sf_hud_chat 1; dota_sf_hud_inventory 1; dota_sf_hud_top 1; dota_hud_healthbars 3; dota_no_minimap 0; cl_drawhud 1; dota_render_crop_height 148; dota_render_y_inset 31; alias toggle_ui ui_noreplay"
alias ui_full "echo Enabling UI; sv_cheats 1; ui_full_2; dota_sf_hud_top 1; dota_hud_healthbars 3; dota_no_minimap 0; cl_drawhud 1; dota_render_crop_height 148; dota_render_y_inset 31; alias toggle_ui ui_noreplay"

alias ui_some_2 "dota_sf_hud_stats_dropdown 0; dota_sf_hud_force_spec -1; dota_sf_hud_actionpanel 0; dota_sf_hud_channelbar 0; dota_sf_hud_chat 0; dota_sf_hud_inventory 0; dota_sf_hud_top 0"
alias ui_none_2 "dota_sf_hud_stats_dropdown 0; dota_sf_hud_force_spec -1; dota_sf_hud_actionpanel 0; dota_sf_hud_channelbar 0; dota_sf_hud_chat 0; dota_sf_hud_inventory 0"
alias ui_full_2 "dota_sf_hud_stats_dropdown -1; dota_sf_hud_force_spec 0; dota_sf_hud_actionpanel 1; dota_sf_hud_channelbar 1; dota_sf_hud_chat 1; dota_sf_hud_inventory 1"

0 comments on commit 9eb36d7

Please sign in to comment.