My Dota 2 autoexec.cfg

/////////////////////////////////////////////////////////
// fx custom autoexec
// v1.1

// Hold F4 to see top rune, F5 for bot rune
// Press x to speed courier to yourself
// Press mouse5 (or rebind it) to show a 1200 radius (blink dagger)

 

con_enable “1″
bind “F8″ “exec autoexec.cfg”
bind “F11″ “toggleconsole”

dota_killcam_show “1″

dota_disable_range_finder “0″
dota_minimap_misclick_time “0.4″

dota_camera_disable_zoom “1″
dota_ability_quick_cast “1″

dota_health_hurt_decay_time_max “0.4″
dota_health_hurt_decay_time_min “0.15″
dota_health_hurt_delay “0.05″
dota_pain_decay “0.4″
dota_pain_factor “1.5″
dota_pain_fade_rate “1.5″
dota_pain_multiplier “0.4″

snd_musicvolume “0″

net_graphinsetbottom “436″
net_graphinsetright “-68″
net_graphproportionalfont “0″
net_graph “1″

cl_interp 0.08

alias “quick_courier” “dota_courier_deliver; dota_select_courier;dota_ability_execute 5;+dota_camera_follow”
alias “showgraph” “showgraph_off”
alias “showgraph_on” “net_graph 1; alias showgraph showgraph_off”
alias “showgraph_off” “net_graph 0; alias showgraph showgraph_on”
alias “+showboard” “+showscores;dota_apm”
alias “-showboard” “-showscores;”
alias “+show_runetop” “dota_camera_setpos -2296.339355 1085.593506 0.000000″
alias “-show_runetop” “+dota_camera_follow;+dota_camera_follow;-dota_camera_follow”
alias “+show_runebottom” “dota_camera_setpos 2874.552734 -3017.180664 0.000000″
alias “-show_runebottom” “+dota_camera_follow;+dota_camera_follow;-dota_camera_follow”
alias “+range” “dota_range_display 1200″
alias “-range” “dota_range_display 0″

dota_force_right_click_attack “1″
dota_range_display “1200″
dota_disable_range_finder “0″
dota_screen_shake “1″
dota_player_multipler_orders “0″
dota_unit_fly_bonus_height “150″
dota_minimap_simple_colors “0″
dota_sf_old_heropedia “0″
dota_health_per_vertical_marker “250″
dota_embers “1″
dota_minimap_ping_duration “3″
dota_minimap_hero_size “600″

bind “f4″ “+show_runetop”
bind “f5″ “+show_runebottom”

bind “x” “quick_courier”
bind “F10″ “showgraph”
bind “\” “+showboard”

bind “mouse5″ “+range”

Ping-sweep via Windows CLI

for /L %x in (1,1,255) do @ping -n 1 192.168.137.%x -w 100 | find "Reply"

 

CSS to blur text until mouseover

This code snippet lets you hide things like API keys in a blur until the user hovers over them, while still allowing them to select and copy them.

.blur {
color: transparent;
text-shadow: 0 0 5px #000;
}
.blur:hover {
color: #333;
text-shadow:0 0 0;
}

Dragon Age 2 Windows 8 Crash Fix

If you have upgraded from an older install to Windows 8 (like many of us) you may find your Dragon Age II now crashes.

This is because it’s switched to Direct X 11, and your graphics card doesn’t have support.

Go to “Documents -> BioWare -> Dragon Age 2 -> Settings” and then edit DragonAge.ini

Find the line that says “UseDirectX11Renderer=1″ and change it to “UseDirectX11Renderer=0″

Enjoy

Contempt WordPress Theme

I’ve uploaded the Contempt WordPress theme to github. You may know of it as having been one of the original WordPress.com themes (I believe it’s still in the top 50), but sadly it needs a new caretaker quite badly.

Originally made by me 5+ years ago, it’s since had some updates, but needs lots of work. I’ve made it public as the old locations have been lost.

Feel free to use it, modify it, etc.

New Home

My blog has a new, clean home. There may be content coming, there may not :)

Follow

Get every new post delivered to your Inbox.

Join 348 other followers