-
Notifications
You must be signed in to change notification settings - Fork 0
/
autoexec.cfg
55 lines (37 loc) · 1.9 KB
/
autoexec.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
echo "================================================"
echo "===========[AUTOEXEC CONFIG LOADED]============="
echo "================================================"
echo " Loopuleasa's Super Compact Layout v4.3"
echo " Updated 04/11/2014"
echo "================================================"
////////////////////////////////////////////////////////////
//Basic autoexec functions
////////////////////////////////////////////////////////////
//Enables console
//You can also enable console by adding the "-console" parameter in the launch options, but that opens a console window on game open which is annoying
con_enable "1"
developer "0"
contimes 5
//Play a confirmation sound that the autoexec loaded
playuisound DOTA_Item.Hand_Of_Midas
////////////////////////////////////////////////////////////
//Load the game settings
////////////////////////////////////////////////////////////
//Load the tech settings from dota2_settings_tech.cfg
execifexists dota2_gameplay_mode/dota2_settings_tech.cfg
//Load the game settings from "dota2_settings_game.cfg"
execifexists dota2_gameplay_mode/dota2_settings_game.cfg
////////////////////////////////////////////////////////////
//Load the custom hero functions
////////////////////////////////////////////////////////////
//Sets up the active functions defined from the external file
execifexists dota2_gameplay_mode/dota2_functions_active.cfg
////////////////////////////////////////////////////////////
//Load default Keybinds
////////////////////////////////////////////////////////////
//This line initialises the initial cast mode state to quick cast
quick_normal_cast_toggle
//Load the regular keybinds from the external "dota2_keybinds_default.cfg" file
execifexists dota2_gameplay_mode/dota2_keybinds_default.cfg
//This line rebinds ALT (Ping is now on Tilde) - this is needed for ALT+ keyboard layout to work and not conflict
dota_remap_alt_key "`"