Skip to content

Commit 68655df

Browse files
committed
- UPDATD: Deathmatch config
1 parent 702e97d commit 68655df

File tree

2 files changed

+35
-18
lines changed

2 files changed

+35
-18
lines changed

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

+34-17
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,39 @@
11
{
2+
"Save Players Weapons": false,
23
"Gameplay Settings": {
34
"Free For All": true,
45
"Custom Modes": true,
6+
"Game Length": 10,
57
"Random Selection Of Modes": false,
68
"Map Start Custom Mode": 0,
79
"New Mode Countdown": 10,
10+
"Hud Type": 1,
811
"Check Enemies Distance": true,
912
"Distance From Enemies for Respawn": 500,
10-
"Default Weapons": 1,
13+
"Default Weapons": 2,
1114
"Switch Weapons": true,
1215
"Allow Buymenu": true,
1316
"Use Default Spawns": false,
14-
"Respawn Players After New Mode": false
17+
"Respawn Players After New Mode": false,
18+
"Fast Weapon Equip": true,
19+
"Spawn Protection Color": ""
1520
},
1621
"General Settings": {
1722
"Hide Round Seconds": true,
23+
"Hide New Mode Countdown": false,
1824
"Block Radio Messages": true,
25+
"Block Player Ping": true,
26+
"Block Player ChatWheel": true,
1927
"Remove Breakable Entities": true,
20-
"Remove Decals After Death": true,
21-
"Force Map End": false
28+
"Remove Decals": true,
29+
"Remove Kill Points Message": true,
30+
"Remove Respawn Sound": true,
31+
"Force Map End": false,
32+
"Restart Map On Plugin Load": false
2233
},
2334
"Sounds Settings": {
2435
"Weapon Cant Equip Sound": "sounds/ui/weapon_cant_buy.vsnd_c",
25-
"New Mode Sound": ""
36+
"New Mode Sound": "sounds/music/3kliksphilip_01/bombtenseccount.vsnd_c"
2637
},
2738
"Custom Commands": {
2839
"Deatmatch Menu Commands": "dm,deathmatch",
@@ -31,18 +42,24 @@
3142
},
3243
"Players Gameplay Settings": {
3344
"VIP_flag": "@css/vip",
34-
"respawn_time": 1.1,
35-
"VIP_respawn_time": 1.1,
36-
"spawn_protection_time": 1.2,
37-
"VIP_spawn_protection_time": 1.2,
38-
"reffil_ammo_kill": true,
39-
"VIP_reffil_ammo_kill": true,
40-
"reffil_ammo_headshot": true,
41-
"VIP_reffil_ammo_headshot": true,
42-
"refill_health_kill": 25,
43-
"VIP_refill_health_kill": 25,
44-
"refill_health_headshot": 50,
45-
"VIP_refill_health_headshot": 50
45+
"Non VIP Players": {
46+
"Respawn Time": 1.5,
47+
"Spawn Protection Time": 1.1,
48+
"Reffil Ammo Kill": false,
49+
"Reffil Ammo Headshot": false,
50+
"Reffil Ammo in All Weapons": false,
51+
"Reffil Health Kill": 20,
52+
"Reffil Health Headshot": 40
53+
},
54+
"VIP Players": {
55+
"Respawn Time": 1.1,
56+
"Spawn Protection Time": 1.2,
57+
"Reffil Ammo Kill": false,
58+
"Reffil Ammo Headshot": false,
59+
"Reffil Ammo in All Weapons": false,
60+
"Reffil Health Kill": 25,
61+
"Reffil Health Headshot": 50
62+
}
4663
},
4764
"Client Preferences": {
4865
"Kill Sound": {

game/csgo/addons/counterstrikesharp/plugins/CS2AnnouncementBroadcaster/cfg/messages.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
}
9292
},
9393
{
94-
"msg": "[GREEN]Server Mode[NORMAL]: [RED]DM\u2029\u2029[NORMAL]Use [GREEN]!gun !dm[NORMAL] command in all chat\u2029[NORMAL]Type [GREEN]!modes[NORMAL] to switch mode, [GREEN]!maps[NORMAL] to switch map.\u2029 You can also type [GREEN]!rtv[NORMAL] to rock a map vote.\u2029 Map will change at the end of the round.",
94+
"msg": "[GREEN]Server Mode[NORMAL]: [RED]DM\u2029\u2029[NORMAL]Use the buy menu when you respawn without moving\u2029\u2029[NORMAL]Use [GREEN]!gun !dm[NORMAL] command in all chat\u2029[NORMAL]Type [GREEN]!modes[NORMAL] to switch mode, [GREEN]!maps[NORMAL] to switch map.\u2029 You can also type [GREEN]!rtv[NORMAL] to rock a map vote.\u2029 Map will change at the end of the round.",
9595
"delay": 3,
9696
"properties": "Value",
9797
"cond": {

0 commit comments

Comments
 (0)