Skip to content

Commit 189512c

Browse files
committed
- UPDATED: Deathmatch settings
1 parent 68655df commit 189512c

File tree

3 files changed

+13
-33
lines changed

3 files changed

+13
-33
lines changed

game/csgo/addons/counterstrikesharp/configs/plugins/Deathmatch/Deathmatch.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
},
3434
"Sounds Settings": {
3535
"Weapon Cant Equip Sound": "sounds/ui/weapon_cant_buy.vsnd_c",
36-
"New Mode Sound": "sounds/music/3kliksphilip_01/bombtenseccount.vsnd_c"
36+
"New Mode Sound": ""
3737
},
3838
"Custom Commands": {
3939
"Deatmatch Menu Commands": "dm,deathmatch",
@@ -105,7 +105,7 @@
105105
"OnlyHS": false,
106106
"KnifeDamage": true,
107107
"RandomWeapons": false,
108-
"CenterMessageText": "<font class='fontSize-l' color='orange'>Pistols Only</font>",
108+
"CenterMessageText": "\u003Cfont class=\u0027fontSize-l\u0027 color=\u0027blue\u0027\u003EPistols Only\u003C/font\u003E\u003Cbr\u003ENext Mode: {NEXTMODE} in {REMAININGTIME}\u003Cbr\u003E",
109109
"PrimaryWeapons": [],
110110
"SecondaryWeapons": [
111111
"weapon_usp_silencer",
@@ -129,7 +129,7 @@
129129
"OnlyHS": true,
130130
"KnifeDamage": true,
131131
"RandomWeapons": false,
132-
"CenterMessageText": "<font class='fontSize-l' color='red'>Pistols HS-Only</font>",
132+
"CenterMessageText": "\u003Cfont class=\u0027fontSize-l\u0027 color=\u0027blue\u0027\u003EPistols HS Only\u003C/font\u003E\u003Cbr\u003ENext Mode: {NEXTMODE} in {REMAININGTIME}\u003Cbr\u003E",
133133
"PrimaryWeapons": [],
134134
"SecondaryWeapons": [
135135
"weapon_usp_silencer",
@@ -153,7 +153,7 @@
153153
"OnlyHS": false,
154154
"KnifeDamage": true,
155155
"RandomWeapons": false,
156-
"CenterMessageText": "<font class='fontSize-l' color='orange'>2nd Round Buy</font>",
156+
"CenterMessageText": "\u003Cfont class=\u0027fontSize-l\u0027 color=\u0027yellow\u0027\u003E2nd Round Buy\u003C/font\u003E\u003Cbr\u003ENext Mode: {NEXTMODE} in {REMAININGTIME}\u003Cbr\u003E",
157157
"PrimaryWeapons": [
158158
"weapon_mac10",
159159
"weapon_ssg08",
@@ -189,7 +189,7 @@
189189
"OnlyHS": false,
190190
"KnifeDamage": true,
191191
"RandomWeapons": false,
192-
"CenterMessageText": "<font class='fontSize-l' color='orange'>Rifles</font>",
192+
"CenterMessageText": "\u003Cfont class=\u0027fontSize-l\u0027 color=\u0027blue\u0027\u003ERifles\u003C/font\u003E\u003Cbr\u003ENext Mode: {NEXTMODE} in {REMAININGTIME}\u003Cbr\u003E",
193193
"PrimaryWeapons": [
194194
"weapon_ak47",
195195
"weapon_m4a1",
@@ -223,7 +223,7 @@
223223
"OnlyHS": true,
224224
"KnifeDamage": true,
225225
"RandomWeapons": false,
226-
"CenterMessageText": "<font class='fontSize-l' color='red'>Rifles HS-Only</font>",
226+
"CenterMessageText": "\u003Cfont class=\u0027fontSize-l\u0027 color=\u0027orange\u0027\u003ERifles HS Only\u003C/font\u003E\u003Cbr\u003ENext Mode: {NEXTMODE} in {REMAININGTIME}\u003Cbr\u003E",
227227
"PrimaryWeapons": [
228228
"weapon_ak47",
229229
"weapon_m4a1",

game/csgo/addons/counterstrikesharp/configs/plugins/GameModeManager/GameModeManager.json

Lines changed: 3 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -26,34 +26,10 @@
2626
"Folder": "settings"
2727
},
2828
"Warmup": {
29-
"Time": 30,
29+
"Time": 0,
3030
"PerMap": false,
31-
"Default": {
32-
"Name": "Deathmatch",
33-
"Config": "warmup/dm.cfg",
34-
"DefaultMap": null,
35-
"MapGroups": []
36-
},
37-
"List": [
38-
{
39-
"Name": "Deathmatch",
40-
"Config": "warmup/dm.cfg",
41-
"DefaultMap": null,
42-
"MapGroups": []
43-
},
44-
{
45-
"Name": "Knives Only",
46-
"Config": "warmup/knives_only.cfg",
47-
"DefaultMap": null,
48-
"MapGroups": []
49-
},
50-
{
51-
"Name": "Scoutz Only",
52-
"Config": "warmup/scoutz_only.cfg",
53-
"DefaultMap": null,
54-
"MapGroups": []
55-
}
56-
]
31+
"Default": {},
32+
"List": []
5733
},
5834
"Commands": {
5935
"Map": true,

game/csgo/cfg/deathmatch_settings.cfg

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@ mp_respawn_immunitytime 10
4444
exec bots.cfg
4545
exec custom_bots.cfg
4646

47+
mp_warmup_end
48+
49+
exec_after_delay 5 "mp_warmup_end"
50+
4751
exec_after_delay 20 "say Use !gun !dm command in all chat"
4852

4953
exec custom_deathmatch.cfg

0 commit comments

Comments
 (0)