-
Notifications
You must be signed in to change notification settings - Fork 51
/
Copy pathconsole_csgo_setup.txt
149 lines (116 loc) · 2.97 KB
/
console_csgo_setup.txt
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
# Easy and medium deathmatch mode can be initialised from the main menu
# (deathmatch→ play offline with bots → dust 2 → easy/medium bots → classic mode).
# Then run below commands (have to be run in several batches).
# Manually join terrorist team, and select AK47.
# Note there seems to be a fair amount of variability between the server difficulty
# level even under this procedure (I spent a long time trying to debug why but couldn't :/)
# So for proper testing, restart the server several times, or compare agents on the same server
# make sure your game settings match those in appendix e
# most important probably are mouse sensitivity=250 and raw input off
# deathmatch easy mode, start from main menu -> practice with bots -> deathmatch -> classic mode -> dust II -> easy bots
# join terrorist team, buy AK47
sv_pausable 1;
sv_cheats 1;
mp_roundtime 6000;
mp_teammates_are_enemies 0;
bot_kick;
sv_auto_adjust_bot_difficulty "0";
contributionscore_assist "0";
contributionscore_kill "0";
mp_autoteambalance "0";
mp_limitteams "30";
bot_difficulty "0";
sv_infinite_ammo "1";
bot_pistols_only 1;
bot_difficulty 0;
sv_auto_adjust_bot_difficulty 0;
contributionscore_assist 0;
contributionscore_kill 0;
fps_max 64;
mp_restartgame 1;
# rebuy AK47 if needed
bot_add ct easy;
bot_add ct easy;
bot_add ct easy;
bot_add ct easy;
bot_add ct easy;
bot_add ct easy;
bot_add ct easy;
bot_add ct easy;
bot_add ct easy;
bot_add ct easy;
bot_add ct easy;
bot_add ct easy;
bot_add t easy;
bot_add t easy;
bot_add t easy;
bot_add t easy;
bot_add t easy;
bot_add t easy;
bot_add t easy;
bot_add t easy;
bot_add t easy;
bot_add t easy;
bot_add t easy;
# deathmatch medium mode, start from main menu -> practice with bots -> deathmatch -> classic mode -> dust II -> medium bots
# join terrorist team, buy AK47
sv_pausable 1;
sv_cheats 1;
mp_roundtime 6000;
mp_teammates_are_enemies 0;
bot_kick;
sv_auto_adjust_bot_difficulty "0";
contributionscore_assist "0";
contributionscore_kill "0";
mp_autoteambalance "0";
mp_limitteams "30";
bot_difficulty "1";
sv_infinite_ammo "2";
bot_difficulty 1;
sv_auto_adjust_bot_difficulty 0;
contributionscore_assist 0;
contributionscore_kill 0;
fps_max 64;
mp_restartgame 1;
# rebuy AK47 if needed
bot_add ct fair;
bot_add ct fair;
bot_add ct fair;
bot_add ct fair;
bot_add ct fair;
bot_add ct fair;
bot_add ct fair;
bot_add ct fair;
bot_add ct fair;
bot_add ct fair;
bot_add ct fair;
bot_add ct fair;
bot_add t fair;
bot_add t fair;
bot_add t fair;
bot_add t fair;
bot_add t fair;
bot_add t fair;
bot_add t fair;
bot_add t fair;
bot_add t fair;
bot_add t fair;
bot_add t fair;
# aim train mode
map workshop\368026786\aimtraindriving_v3
# (or start via menu)
# join ct team
sv_pausable 1;
sv_cheats 1;
god;
give weapon_ak47;
# make sure god is no (it toggles)
sv_auto_adjust_bot_difficulty "0";
contributionscore_assist "0";
contributionscore_kill "0";
mp_autoteambalance "0";
mp_limitteams "30";
bot_difficulty "0";
sv_infinite_ammo "1";
bot_knives_only 0;
mp_restartgame 1;