-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathchickenwars.cfg
214 lines (181 loc) · 4.63 KB
/
chickenwars.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
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
// This file was auto-generated by SourceMod (v1.8.0.6001)
// ConVars for plugin "chickenwars.smx"
// Set bait price in custom buy menu.
// -
// Default: "1000"
// Minimum: "0.000000"
// Maximum: "30000.000000"
cw_bait_price "1000"
// Set if chickens can wear a Bday hat. 0 = no, 1 = yes
// -
// Default: "0"
// Minimum: "0.000000"
// Maximum: "1.000000"
cw_bday_hat "0"
// Set if chickens can wear bunny ears. 0 = no, 1 = yes
// -
// Default: "0"
// Minimum: "0.000000"
// Maximum: "1.000000"
cw_bunny_hat "0"
// MIGHT CRASH SERVER IF TOO HIGH | Number of chickens to create on round start. min = 0, max = 1000
// -
// Default: "100"
// Minimum: "0.000000"
// Maximum: "1000.000000"
cw_chicken_number "100"
// How many chickens (npc) the player can kill before being auto killed? 0 = no limit, x = can only kill x before dying
// -
// Default: "1"
// Minimum: "0.000000"
cw_chickenkill_limit "1"
// Set how much time the custom buy menu should be displayed after player spawn. 0 = disabled, x = x seconds
// -
// Default: "20"
// Minimum: "0.000000"
// Maximum: "3600.000000"
cw_custombuymenu "20"
// Set whether to enable custom decoys. 0 = disabled, 1 = enabled
// -
// Default: "1"
// Minimum: "0.000000"
// Maximum: "1.000000"
cw_customdecoy "1"
// Set whether to enable custom HE grenades. 0 = disabled, 1 = enabled
// -
// Default: "1"
// Minimum: "0.000000"
// Maximum: "1.000000"
cw_customhe "1"
// Set whether to enable custom incendiary grenades. 0 = disabled, 1 = enabled
// -
// Default: "1"
// Minimum: "0.000000"
// Maximum: "1.000000"
cw_custominc "1"
// Set whether to enable custom smokes. 0 = disabled, 1 = enabled
// -
// Default: "1"
// Minimum: "0.000000"
// Maximum: "1.000000"
cw_customsmoke "1"
// Set detector price in custom buy menu.
// -
// Default: "3000"
// Minimum: "0.000000"
// Maximum: "30000.000000"
cw_detector_price "3000"
// Set whether to enable Free For All mode.
// -
// Default: "0"
// Minimum: "0.000000"
// Maximum: "1.000000"
cw_ffa "0"
// Set if chickens can wear a ghost cap. 0 = no, 1 = yes
// -
// Default: "0"
// Minimum: "0.000000"
// Maximum: "1.000000"
cw_ghost_hat "0"
// Set player's health. min = 1, max = 30000
// -
// Default: "15"
// Minimum: "1.000000"
// Maximum: "3000.000000"
cw_health "15"
// Set health shot price in custom buy menu.
// -
// Default: "3000"
// Minimum: "0.000000"
// Maximum: "30000.000000"
cw_health_price "3000"
// Set whether to hide radar from players. 0 = show, 1 = hide
// -
// Default: "1"
// Minimum: "0.000000"
// Maximum: "1.000000"
cw_hideradar "1"
// Set kamikaze chicken price in custom buy menu.
// -
// Default: "1500"
// Minimum: "0.000000"
// Maximum: "30000.000000"
cw_kamikaze_price "1500"
// Set if chickens cannot have hats. If this is set to 0 and no hats are enabled, this will be ignored. 0 = no, 1 = yes
// -
// Default: "1"
// Minimum: "0.000000"
// Maximum: "1.000000"
cw_no_hat "1"
// Set whether players can choose hats and skins. 0 = no, 1 = yes
// -
// Default: "0"
// Minimum: "0.000000"
// Maximum: "1.000000"
cw_playerstyles "0"
// Set if chickens can wear a pumpkin head. 0 = no, 1 = yes
// -
// Default: "0"
// Minimum: "0.000000"
// Maximum: "1.000000"
cw_pumpkin_hat "0"
// Set the chicken's skin. 0 = white, 1 = brown, 2 = both
// -
// Default: "0"
// Minimum: "0.000000"
// Maximum: "2.000000"
cw_skin "0"
// Set chicken spawner price in custom buy menu.
// -
// Default: "500"
// Minimum: "0.000000"
// Maximum: "30000.000000"
cw_spawner_price "500"
// Set whether to spawn chickens around the world origin. Set this to 0 only if the map is not built around the world origin. 0 = around pos(0,0,0), 1 = around spawns
// -
// Default: "1"
// Minimum: "0.000000"
// Maximum: "1.000000"
cw_spawnorigin "1"
// Set ssg price in custom buy menu.
// -
// Default: "5000"
// Minimum: "0.000000"
// Maximum: "30000.000000"
cw_ssg_price "5000"
// Set whether to transform players into chickens on spawn.
// -
// Default: "1"
// Minimum: "0.000000"
// Maximum: "1.000000"
cw_trans_onspawn "1"
// Set usp-s price in custom buy menu.
// -
// Default: "2500"
// Minimum: "0.000000"
// Maximum: "30000.000000"
cw_usp_price "2500"
// Show view model? 0 = no, 1 = yes
// -
// Default: "0"
// Minimum: "0.000000"
// Maximum: "1.000000"
cw_viewmodel "0"
// Displays a welcome message to new players. 0 = no message, 1 = display message
// -
// Default: "1"
// Minimum: "0.000000"
// Maximum: "1.000000"
cw_welcomemessage "1"
// Set if chickens can wear a Xmas sweater. 0 = no, 1 = yes
// -
// Default: ""
// Minimum: "0.000000"
// Maximum: "1.000000"
cw_xmas_hat ""
// Set zombie egg price in custom buy menu.
// -
// Default: "1000"
// Minimum: "0.000000"
// Maximum: "30000.000000"
cw_zombie_price "1000"