-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcameras-and-drones.cfg
136 lines (114 loc) · 3.43 KB
/
cameras-and-drones.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
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
// This file was auto-generated by SourceMod (v1.8.0.6040)
// ConVars for plugin "cameras-and-drones.smx"
// Set how much time (in seconds) players have to buy their gear. -2 to use 'mp_buytime' value, -1 = forever
// -
// Default: "-2"
// Minimum: "-2.000000"
// Maximum: "3600.000000"
cd_buytime "-2"
// Set when to start buy time counter. 0 = on round start, 1 = on spawn
// -
// Default: "0"
// Minimum: "0.000000"
// Maximum: "1.000000"
cd_buytime_start "0"
// Size of the edge of the box surrounding the cam, used to detect if it touches something. Camera will freeze when something enters this box. Set to 0 if you don't want sticky cameras.
// -
// Default: "15"
// Minimum: "0.000000"
// Maximum: "500.000000"
cd_cam_box_size "15"
// Set whether to use a model specified in sourcemod/gamedata/custom_models.txt.
// -
// Default: "0"
// Minimum: "0.000000"
// Maximum: "1.000000"
cd_custom_model_cam "0"
// Set whether to use a model specified in sourcemod/gamedata/custom_models.txt.
// -
// Default: "0"
// Minimum: "0.000000"
// Maximum: "1.000000"
cd_custom_model_drone "0"
// The hover height of your drone. Setting it too hight or too low will break the drone. It should match the phys model size.
// -
// Default: "5"
// Minimum: "1.000000"
// Maximum: "150.000000"
cd_drone_hoverheight "5"
// Set drone jump force
// -
// Default: "300"
// Minimum: "0.000000"
// Maximum: "500.000000"
cd_drone_jump "300"
// Set the drone speed. 130 = human walk, 250 = human run
// -
// Default: "150"
// Minimum: "1.000000"
// Maximum: "500.000000"
cd_drone_speed "150"
// Set which team can use cameras. The oposite will have drones. 0 = All drones, 1 = All cameras, 2 = T cameras, 3 = CT cameras
// -
// Default: "3"
cd_gear_team "3"
// Set the time players must wait before jmping again with the drone.
// -
// Default: "1"
// Minimum: "0.000000"
// Maximum: "30000.000000"
cd_jump_cooldown "1"
// Set whether to keep gear between rounds when staying alive with one. This will also keep override state.
// -
// Default: "1"
// Minimum: "0.000000"
// Maximum: "1.000000"
cd_keep_between_rounds "1"
// Set the max range at which a player can pickup its drone/cam. 0 = no pickup
// -
// Default: "150"
// Minimum: "0.000000"
// Maximum: "30000.000000"
cd_pickup_range "150"
// Set cameras price. min = 0, max = 30000
// -
// Default: "800"
// Minimum: "0.000000"
// Maximum: "30000.000000"
cd_price_cam "800"
// Set drones price. min = 0, max = 30000
// -
// Default: "800"
// Minimum: "0.000000"
// Maximum: "30000.000000"
cd_price_drone "800"
// Set whether teammates can break gear. 0 = no protection, 1 = protected
// -
// Default: "1"
// Minimum: "0.000000"
// Maximum: "1.000000"
cd_tkprotect "1"
// Set the maximum cameras a player can setup. Change 'ammo_grenade_limit_default' to change the number of gear a player can carry. min = 1, max = 10
// -
// Default: "1"
// Minimum: "1.000000"
// Maximum: "10.000000"
cd_totalmax_cam "1"
// Set the maximum drones a player can setup. Change 'ammo_grenade_limit_default' to change the number of gear a player can carry. min = 1, max = 10
// -
// Default: "1"
// Minimum: "1.000000"
// Maximum: "10.000000"
cd_totalmax_drone "1"
// Set whether to use camera angles when using it.
// -
// Default: "1"
// Minimum: "0.000000"
// Maximum: "1.000000"
cd_use_cam_angles "1"
// Displays a welcome message to new players. 0 = no message, 1 = display message
// -
// Default: "1"
// Minimum: "0.000000"
// Maximum: "1.000000"
cd_welcomemessage "1"