Skip to content

Instantly share code, notes, and snippets.

@Krayons
Created February 25, 2014 17:28
Show Gist options
  • Save Krayons/9213656 to your computer and use it in GitHub Desktop.
Save Krayons/9213656 to your computer and use it in GitHub Desktop.
con_enable "1"
cl_cmdrate "60" //Amount of updates sent to server per second
cl_updaterate "60" //Amount of updates received from server per second
rate "80000" //Total amount of bandwith dota may use
cl_interp "0" //More network stuff below...
cl_interp_ratio "1"
cl_smooth "1"
cl_smoothtime "0.01"
cl_lagcompensation "1"
cl_pred_optimize "2"
dota_camera_disable_zoom "1" //Can't zoom camera in
dota_disable_range_finder 0 //Shows spells are within casting range of targeted area/target
dota_minimap_hero_size 1100 //Changes the size of heroes on the minimap
dota_minimap_misclick_time "0" //Removes delay before allowing input on minimap
dota_health_hurt_decay_time_max "0" //Fade time on DMG done/received reduced to instant
dota_health_hurt_decay_time_min "0"
dota_health_hurt_delay "0"
dota_pain_decay "0"
dota_pain_factor "0"
dota_pain_multiplier "0"
dota_pain_fade_rate "0"
dota_sf_game_end_delay "0"
net_graph "1"
net_graphheight "64" //Netgraph settings, net_graph 1 enables in game with console
net_graphinsetbottom "437"
net_graphinsetleft "0"
net_graphinsetright "-83"
net_graphpos "1"
net_graphproportionalfont "0"
net_graphtext "1
bind "F1" "dota_camera_setpos -2273.898682 1232.745483 982.072876" // Top Rune, Camera Bind
bind "F2" "dota_camera_setpos 3035.773438 -2972.680176 966.072937" // Bot Rune, Camera bind
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment