Skip to content

Commit 82caa68

Browse files
committed
- UPDATED: CS2 Deathmatch 1.2.5 > 1.2.7
1 parent a5d5ee6 commit 82caa68

File tree

8 files changed

+66
-23
lines changed

8 files changed

+66
-23
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ Mod | Version | Why
102102
[CS2 Whitelist](https://github.com/PhantomYopta/CS2_WhiteList)| `1.0.0`| Restricts access to the server for SteamID members/employees listed in the whitelist. [How?](#enable-whitelist-so-only-a-list-of-people-can-play)
103103
[CS2 Executes](https://github.com/zwolof/cs2-executes)| `1.0.6` | CS2 implementation of executes. Based on the version for CS:GO by Splewis.
104104
[CS2 Advertisement](https://github.com/partiusfabaa/cs2-advertisement)| `1.0.8` | Allows you to show ads in chat/center/panel. [How?](#enable-advertisements)
105-
[CS2 Deathmatch](https://github.com/NockyCZ/CS2-Deathmatch)| `1.2.5` | Custom Deathmatch CS2 plugin (Includes custom spawnpoints, multicfg, gun selection, spawn protection, etc)
105+
[CS2 Deathmatch](https://github.com/NockyCZ/CS2-Deathmatch)| `1.2.7` | Custom Deathmatch CS2 plugin (Includes custom spawnpoints, multicfg, gun selection, spawn protection, etc)
106106
[OpenPrefirePrac](https://github.com/lengran/OpenPrefirePrac)| `0.1.47` | Multiple prefire practices on competitive maps and support multiplayer practicing simultaneously.
107107
[CS2-CustomVotes](https://github.com/imi-tat0r/CS2-CustomVotes)| `1.1.3` | A plugin for Counter-Strike 2 to create custom votes for settings.
108108
[deathrun-manager](https://github.com/leoskiline/cs2-deathrun-manager)| `0.1.0` | Deathrun Manager for CounterStrikeSharp Framework CS2.

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

+53-20
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,21 @@
88
"Map Start Custom Mode": 0,
99
"New Mode Countdown": 10,
1010
"Hud Type": 1,
11-
"Check Enemies Distance": true,
12-
"Distance From Enemies for Respawn": 500,
1311
"Default Weapons": 2,
1412
"Switch Weapons": true,
1513
"Allow Buymenu": true,
16-
"Use Default Spawns": false,
1714
"Respawn Players After New Mode": false,
1815
"Fast Weapon Equip": true,
1916
"Spawn Protection Color": ""
2017
},
18+
"Spawn System": {
19+
"Spawns Method": 1,
20+
"Team Spawns Separation": false,
21+
"Check Spawn Visibility": true,
22+
"Distance From Enemies": 500
23+
},
2124
"General Settings": {
25+
"Display Spawns Editor In Menu": true,
2226
"Hide Round Seconds": true,
2327
"Hide New Mode Countdown": false,
2428
"Block Radio Messages": true,
@@ -41,60 +45,89 @@
4145
"Weapons Select Shortcuts": "weapon_ak47:ak,weapon_m4a1_silencer:m4,weapon_m4a1_silencer:m4a1s,weapon_m4a1_silencer:m4a1-s,weapon_m4a1:m4a4,weapon_awp:awp,weapon_ssg08:scout,weapon_usp_silencer:usp,weapon_glock:glock,weapon_mac10:mac,weapon_deagle:deagle"
4246
},
4347
"Players Gameplay Settings": {
44-
"VIP_flag": "@css/vip",
48+
"VIP Flag": "@css/vip",
4549
"Non VIP Players": {
4650
"Respawn Time": 1.5,
4751
"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
52+
"Refill Ammo Kill": false,
53+
"Refill Ammo Headshot": false,
54+
"Refill Ammo in All Weapons": false,
55+
"Refill Health Kill": 20,
56+
"Refill Health Headshot": 40
5357
},
5458
"VIP Players": {
5559
"Respawn Time": 1.1,
5660
"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
61+
"Refill Ammo Kill": false,
62+
"Refill Ammo Headshot": false,
63+
"Refill Ammo in All Weapons": false,
64+
"Refill Health Kill": 25,
65+
"Refill Health Headshot": 50
6266
}
6367
},
6468
"Client Preferences": {
6569
"Kill Sound": {
6670
"Enabled": true,
6771
"Sound path": "sounds/ui/armsrace_kill_01.vsnd_c",
6872
"Default value": false,
69-
"Only for VIP": false
73+
"Only for VIP": false,
74+
"Command Shortcuts": []
7075
},
7176
"Headshot Kill Sound": {
7277
"Enabled": true,
7378
"Sound path": "sounds/buttons/bell1.vsnd_c",
7479
"Default value": false,
75-
"Only for VIP": false
80+
"Only for VIP": false,
81+
"Command Shortcuts": []
7682
},
7783
"Knife Kill Sound": {
7884
"Enabled": true,
7985
"Sound path": "sounds/ui/armsrace_final_kill_knife.vsnd_c",
8086
"Default value": false,
81-
"Only for VIP": false
87+
"Only for VIP": false,
88+
"Command Shortcuts": []
8289
},
8390
"Hit Sound": {
8491
"Enabled": true,
8592
"Sound path": "sounds/ui/csgo_ui_contract_type2.vsnd_c",
8693
"Default value": false,
87-
"Only for VIP": false
94+
"Only for VIP": false,
95+
"Command Shortcuts": []
96+
},
97+
"No Primary": {
98+
"Enabled": true,
99+
"Default value": false,
100+
"Only for VIP": false,
101+
"Command Shortcuts": [
102+
"noprimary",
103+
"primary"
104+
]
88105
},
89106
"Only Headshot": {
90107
"Enabled": true,
91108
"Default value": false,
92-
"Only for VIP": false
109+
"Only for VIP": false,
110+
"Command Shortcuts": [
111+
"hs",
112+
"onlyhs"
113+
]
93114
},
94115
"Hud Messages": {
95116
"Enabled": true,
96117
"Default value": true,
97-
"Only for VIP": false
118+
"Only for VIP": false,
119+
"Command Shortcuts": [
120+
"hud"
121+
]
122+
},
123+
"Damage Info": {
124+
"Enabled": true,
125+
"Default value": true,
126+
"Only for VIP": false,
127+
"Command Shortcuts": [
128+
"damage",
129+
"dmg"
130+
]
98131
}
99132
},
100133
"Custom Modes": {
Binary file not shown.

game/csgo/addons/counterstrikesharp/plugins/disabled/Deathmatch/lang/en.json

+4
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,11 @@
3535
"Prefs.OnlyHS": "Only Headshot",
3636
"Prefs.HudMessages": "Hud Messages",
3737
"Prefs.DamageInfo": "Damage Info",
38+
"Prefs.NoPrimary": "No Primary",
39+
"Prefs.Primary": "PRIMARY",
40+
"Prefs.Secondary": "SECONDARY",
3841
"Prefs.ValueChanged": "{0} has been successfully {green}{1}{default}.",
42+
"Prefs.ValueSet": "{0} has been successfully set to {green}{1}{default}.",
3943
"weapon_mag7": "MAG-7",
4044
"weapon_nova": "Nova",
4145
"weapon_sawedoff": "Sawed-Off",

game/csgo/addons/counterstrikesharp/plugins/disabled/Deathmatch/lang/uz.json

+8-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,13 @@
1212
"Chat.ListOfAllowedWeapons": "RUXSAT BERILGAN ASOSIY QUROLLAR:",
1313
"Chat.ListOfAllowedSecondaryWeapons": "RUXSAT BERILGAN IKKINCHI QUROLLAR:",
1414
"Chat.SetupWeaponsCommand": "Siz qurollarni {green}/gun{default} buyrugʻi orqali olishingiz mumkin",
15+
"Chat.Disabled": "Oʻchirilgan",
16+
"Chat.Unlimited": "Cheklanmagan",
17+
"Chat.GivenDamageVictim": "Siz {orange}{0}{default} oʻyinchisiga {blue}{2}{default} ta tekkizib, {darkred}{1}{default} zarar yetkazdingiz",
18+
"Chat.GivenDamageAttacker": "Siz {green}{0}{default} oʻyinchisiga {blue}{2}{default} ta tekkizib, {darkred}{1}{default} zarar yetkazdingiz",
19+
"Chat.NoDamageGiven": "Siz {darkred}{0}{default} oʻyinchisiga hech qanday zarar yetkazmadingiz",
1520
"Hud.KnifeDamageIsDisabled": "Ushbu rejimda pichoq bilan zararlanish oʻchirilgan!",
16-
"Hud.NewModeStarting": "Yangi rejim {0} soniyadan keyin boshlanadi!",
21+
"Hud.NewModeStarting": "Yangi rejim {0} soniyadan keyin boshlanadi! ({1})",
1722
"Hud.NewModeStarted": "Yangi rejim boshlandi!",
1823
"Menu.Title": "Deathmatch menyusi",
1924
"Menu.SoundsTitle": "Deathmatch menyusi • Ovozlar",
@@ -29,6 +34,7 @@
2934
"Prefs.HitSound": "Oʻq tekkizish ovozi",
3035
"Prefs.OnlyHS": "Faqat boshga",
3136
"Prefs.HudMessages": "Hud xabarlari",
37+
"Prefs.DamageInfo": "Zarar ma’lumotlari",
3238
"Prefs.ValueChanged": "{0} muvaffaqiyatli {green}{1}{default} boʻldi.",
3339
"weapon_mag7": "MAG-7",
3440
"weapon_nova": "Nova",
@@ -64,4 +70,4 @@
6470
"weapon_revolver": "Revolver",
6571
"weapon_tec9": "Tec-9",
6672
"weapon_usp_silencer": "USP"
67-
}
73+
}
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)