-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtacticalshield.cfg
79 lines (65 loc) · 1.96 KB
/
tacticalshield.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
75
76
77
// This file was auto-generated by SourceMod (v1.8.0.6036)
// ConVars for plugin "tacticalshield.smx"
// Set how much time (in seconds) players have to buy a shield. -2 to use 'mp_buytime' value, -1 = forever
// -
// Default: "-2"
// Minimum: "-2.000000"
// Maximum: "3600.000000"
ts_buytime "-2"
// Set when to start buy time counter. 0 = on round start, 1 = on spawn
// -
// Default: "0"
// Minimum: "0.000000"
// Maximum: "1.000000"
ts_buytime_start "0"
// Set the time after which player can change the shield state, re-deploy the shield (full/half).
// -
// Default: "1"
// Minimum: "0.000000"
// Maximum: "1000.000000"
ts_cooldown "1"
// Set whether to use a model specified in sourcemod/gamedata/tacticalshield/custom_models.txt.
// -
// Default: "0"
// Minimum: "0.000000"
// Maximum: "1.000000"
ts_custom_model "0"
// Set the path to the custom models file, relative to addons/sourcemod
// -
// Default: "gamedata/tacticalshield"
ts_custom_model_path "gamedata/tacticalshield"
// Set whether to keep shields between rounds when staying alive with one.
// -
// Default: "1"
// Minimum: "0.000000"
// Maximum: "1.000000"
ts_keep_between_rounds "1"
// Shield price.
// -
// Default: "800"
// Minimum: "0.000000"
// Maximum: "50000.000000"
ts_price "800"
// Set how much damage a shield can take before getting destroyed. -1 = not breakable.
// -
// Default: "1000"
// Minimum: "-1.000000"
ts_shield_health "1000"
// Set which team can use shields. This can be overridden per players with the command 'ts_override'. 0 = Everyone, 1 = Nobody, 2 = T only, 3 = CT only
// -
// Default: "0"
// Minimum: "0.000000"
// Maximum: "3.000000"
ts_shield_team "0"
// Player speed when using shield. 130 = walk with knife, 250 = run with knife
// -
// Default: "100"
// Minimum: "0.000000"
// Maximum: "250.000000"
ts_speed "100"
// Displays a welcome message to new players. 0 = no message, 1 = display message
// -
// Default: "1"
// Minimum: "0.000000"
// Maximum: "1.000000"
ts_welcomemessage "1"