-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcs2_practice.cfg
74 lines (59 loc) · 1.49 KB
/
cs2_practice.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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
exec cs2_autoexec
// ** Server config **
// Allow cheats
sv_cheats 1
// Allow unbalanced teams
mp_limitteams 0
mp_autoteambalance 0
// Maximum round time
mp_roundtime 60
// 0 forces to use mp_roundtime, which is 60
mp_roundtime_defuse 0
mp_roundtime_hostage 0
// Maximum and start money
mp_maxmoney 60000
mp_startmoney 60000
// No freezetime
mp_freezetime 0
// Maximum buy time and buy anywhere
mp_buytime 3600
mp_buy_anywhere 1
// Infinite ammo
// 0 is normal
// 1 never spends ammo
// 2 spends ammo but has infinite clips to reload
sv_infinite_ammo 2
// Allow you to have all grenades at the same time
ammo_grenade_limit_total 5
// Show grenade trajectory
sv_grenade_trajectory_prac_pipreview "true"
sv_grenade_trajectory_prac_trailtime "20" // Max is 8 :( Hoping they change that
sv_grenade_trajectory_time_spectator "20"
// Show bullet impacts
// 0 is turned off
// 1 is client and server (red and blue)
// 2 is client (red) only
// 3 is server (blue) only
sv_showimpacts 1
// Show for 10 seconds (max)
sv_showimpacts_time 10
// Show bullet penetration
// sv_showimpacts_penetration 1
// ** Round config **
// Kick all bots
bot_kick
// End warmup
mp_warmup_end
// Restart game
mp_restartgame 1
// Binds
bind "capslock" "noclip"
//bind “KEY” “cast_ray”
bind "u" "endround"
bind "y" "sv_rethrow_last_grenade"
echo "Useful commands (use the command find to find what is not here):"
echo "mp_freezetime [6]"
echo "mp_roundtime [1.92]"
echo "endround"
echo "host_timescale [1]"
echo "find trajectory"