Advertisement
Guest User

Dota2 SS Config v2.1

a guest
Feb 13th, 2013
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. //DOTA2 Screenshots
  2. //credits: Dota2Wiki, CyborgMatt and ReaverXai
  3. //more commands: http://www.dota2wiki.com/wiki/Console_Command_List
  4.  
  5. sv_cheats 1
  6. thirdperson
  7.  
  8. bind "F10" "ssMode"
  9.  
  10. alias "ssMode" "fullui"
  11. alias "fullui" "sv_cheats 1; 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_sf_hud_stats_dropdown 1; dota_render_y_inset 31; alias ssMode noui"
  12. alias "noui" "sv_cheats 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_sf_hud_stats_dropdown 0; dota_render_y_inset 0; alias ssMode fullui"
  13.  
  14. //lets you rotate using mouse5
  15. dota_camera_disable_yaw 0
  16. dota_camera_yaw_rotate_hold_time 0
  17.  
  18. //change angle/tilt
  19. bind "PGUP" "+camyawleft"
  20. bind "PGDN" "+camyawright"
  21. bind "END" "+campitchup"
  22. bind "HOME" "+campitchdown"
  23.  
  24. //framerate "host_framerate 1000; host_timescale 0.001;" //lets you adjust camera more precisely
  25. bind "INS" "host_framerate 0; host_timescale 1;" //default
  26. bind "DEL" "host_framerate 5000; host_timescale 5;" //for screens
  27.  
  28. //distance
  29. bind "KP_1" "dota_camera_distance 800"
  30. bind "KP_2" "dota_camera_distance 600"
  31. bind "KP_3" "dota_camera_distance 470"
  32.  
  33. //----------------- Other helpful commands -----------------
  34. //dota_camera_distance - controls the amount you can zoom out (1134 is the default)
  35. //dota_free_cam 1 - Free Mode, unpause then move around cursor to look around
  36.  
  37. //----------------- Could be helpful -----------------
  38. //dota_hide_cursor 1 - hides the cursor
  39. //fogui - This opens up the Fog UI, allowing you to override the default fog
  40. //dota_camera_setpos and getpos
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement