1
- # [ CS2] Kill-Sound-GoldKingZ (1.0.6 )
1
+ # [ CS2] Kill-Sound-GoldKingZ (1.0.7 )
2
2
3
3
### Kill Sound ( Kill , HeadShot , Quake )
4
4
36
36
//If KS_EnableQuakeSounds Enabled Do You Like To Disable Quake Sounds On WarmUp?
37
37
"KS_DisableQuakeSoundsOnWarmUp" : false ,
38
38
39
- //If You Want To Disable Any Make it Empty Like This ""
40
- //Sound HeadShot Kill
41
- "KS_HeadShotKillSoundPath" : " sounds/GoldKingZ/Training/bell_normal.vsnd_c" ,
39
+ //If KS_EnableQuakeSounds Do You Like To Reset Kill Streaks On Every Round?
40
+ "KS_ResetKillStreakOnEveryRound" : false ,
42
41
43
- //Sound BodyShot Kill
44
- "KS_BodyKillSoundPath" : " sounds/GoldKingZ/Training/timer_bell.vsnd_c" ,
42
+ //-----------------------------------------------------------------------------------
45
43
46
- //Sound HeadShot Hit
47
- "KS_HeadShotHitSoundPath " : " sounds/GoldKingZ/Training/bell_impact.vsnd_c " ,
44
+ //Do You Like To Add Freeze On Open Menu Option In The Menu?
45
+ "KS_AddMenu_FreezeOnOpenMenu " : true ,
48
46
49
- //Sound BodyShot Hit
50
- "KS_BodyHitSoundPath " : " sounds/GoldKingZ/Training/timer_bell .vsnd_c" ,
47
+ //Do You Like To Add Sound HeadShot Kill Option In The Menu? (To Disable Make It Empty Like This "")
48
+ "KS_AddMenu_HeadShotKillSoundPath " : " sounds/GoldKingZ/Training/bell_normal .vsnd_c" ,
51
49
50
+ //Do You Like To Add Sound BodyShot Kill Option In The Menu? (To Disable Make It Empty Like This "")
51
+ "KS_AddMenu_BodyKillSoundPath" : " sounds/GoldKingZ/Training/timer_bell.vsnd_c" ,
52
+
53
+ //Do You Like To Add Sound HeadShot Hit Option In The Menu? (To Disable Make It Empty Like This "")
54
+ "KS_AddMenu_HeadShotHitSoundPath" : " sounds/GoldKingZ/Training/bell_impact.vsnd_c" ,
55
+
56
+ //Do You Like To Add Sound BodyShot Hit Option In The Menu? (To Disable Make It Empty Like This "")
57
+ "KS_AddMenu_BodyHitSoundPath" : " sounds/GoldKingZ/Training/timer_bell.vsnd_c" ,
58
+
59
+ //Do You Like To Add Quake Sounds Toggle Option In The Menu?
60
+ "KS_AddMenu_QuakeSoundsToggle" : true ,
61
+
62
+ //Do You Like To Add Quake Center Message Toggle Option In The Menu?
63
+ "KS_AddMenu_QuakeCenterMessageToggle" : true ,
64
+
65
+ //Do You Like To Add Quake Chat Message Toggle Option In The Menu?
66
+ "KS_AddMenu_QuakeChatMessageToggle" : true ,
67
+
68
+ //-----------------------------------------------------------------------------------
52
69
//Default Value Of FreezeOnOpenMenu
53
70
"KS_FreezeOnOpenMenuDefaultValue" : true ,
54
71
@@ -128,7 +145,6 @@ You Cannot Control ["RoundPrepare" , "RoundStart" ] Becasue Its Already Announce
128
145
## .:[ Language ] :.
129
146
``` json
130
147
{
131
-
132
148
//==========================
133
149
// Colors
134
150
//==========================
@@ -142,6 +158,7 @@ You Cannot Control ["RoundPrepare" , "RoundStart" ] Becasue Its Already Announce
142
158
//{nextline} = Print On Next Line
143
159
//==========================
144
160
161
+
145
162
"player.not.allowed" : " {green}Gold KingZ {grey}| {darkred}Toggle Sounds Menu Is For {lime}VIPS {darkred}Only" ,
146
163
147
164
"player.toggle.freeze.on" : " {green}Gold KingZ {grey}| {grey}Freeze On Menu Open Is {lime}On" ,
@@ -159,6 +176,15 @@ You Cannot Control ["RoundPrepare" , "RoundStart" ] Becasue Its Already Announce
159
176
"player.toggle.headshothit.on" : " {green}Gold KingZ {grey}| {grey}HeadShot Hit Sound Is {lime}On" ,
160
177
"player.toggle.headshothit.off" : " {green}Gold KingZ {grey}| {grey}HeadShot Hit Sound Is {darkred}Off" ,
161
178
179
+ "player.toggle.quake.sounds.on" : " {green}Gold KingZ {grey}| {grey}Quake Sounds Is {lime}On" ,
180
+ "player.toggle.quake.sounds.off" : " {green}Gold KingZ {grey}| {grey}Quake Sounds Is {darkred}Off" ,
181
+
182
+ "player.toggle.quake.center.message.on" : " {green}Gold KingZ {grey}| {grey}Quake Center Messages Is {lime}On" ,
183
+ "player.toggle.quake.center.message.off" : " {green}Gold KingZ {grey}| {grey}Quake Center Messages Is {darkred}Off" ,
184
+
185
+ "player.toggle.quake.chat.message.on" : " {green}Gold KingZ {grey}| {grey}Quake Chat Messages Is {lime}On" ,
186
+ "player.toggle.quake.chat.message.off" : " {green}Gold KingZ {grey}| {grey}Quake Chat Messages Is {darkred}Off" ,
187
+
162
188
//--------------------------------------------------------------------------------------------------------------------------------------------------------------------------//
163
189
164
190
"chat.announce.quake.headshot.streak.5" : " {green}Gold KingZ {grey}| {purple}{0} {grey}IS HEAD HUNTER!!! Got {yellow}{1} {grey}HeadShot Streak!" ,
@@ -226,15 +252,33 @@ You Cannot Control ["RoundPrepare" , "RoundStart" ] Becasue Its Already Announce
226
252
"menu.item.bodykill" : " Body Kill Sound" ,
227
253
"menu.item.headshothit" : " HeadShot Hit Sound" ,
228
254
"menu.item.headshotkill" : " HeadShot Kill Sound" ,
255
+ "menu.item.quake.sounds" : " Quake Sounds" ,
256
+ "menu.item.quake.center.messages" : " Quake Center Message" ,
257
+ "menu.item.quake.chat.messages" : " Quake Chat Message" ,
229
258
"menu.left.image" : " <img src='https://raw.githubusercontent.com/oqyh/cs2-Kill-Sound-GoldKingZ/main/Resources/left.gif' class=''>" ,
230
259
"menu.right.image" : " <img src='https://raw.githubusercontent.com/oqyh/cs2-Kill-Sound-GoldKingZ/main/Resources/right.gif' class=''>" ,
260
+ "menu.more.down" : " <img src='https://raw.githubusercontent.com/oqyh/cs2-Kill-Sound-GoldKingZ/main/Resources/arrow.gif' class=''> <img src='https://raw.githubusercontent.com/oqyh/cs2-Kill-Sound-GoldKingZ/main/Resources/arrow.gif' class=''> <img src='https://raw.githubusercontent.com/oqyh/cs2-Kill-Sound-GoldKingZ/main/Resources/arrow.gif' class=''>" ,
231
261
"menu.bottom" : " <font color='cyan'>[ WASD - To Native ]</font> <br><font color='purple'>[ <img src='https://raw.githubusercontent.com/oqyh/cs2-Kill-Sound-GoldKingZ/main/Resources/tab.gif' class=''> - To Exit ]<br>"
232
262
}
233
263
```
234
264
235
265
236
266
## .:[ Change Log ] :.
237
267
```
268
+ (1.0.7)
269
+ -Fix Some Bugs
270
+ -Rework Menu Expose Toggle On / Off Without Hover Over
271
+ -Fixed Fly Bug (Turn On Freeze While Jump)
272
+ -Added KS_ResetKillStreakOnEveryRound
273
+ -Added KS_AddMenu_FreezeOnOpenMenu
274
+ -Added KS_AddMenu_QuakeSoundsToggle
275
+ -Added KS_AddMenu_QuakeCenterMessageToggle
276
+ -Added KS_AddMenu_QuakeChatMessageToggle
277
+ -Added Quake In Menu
278
+ -"ShowChat"
279
+ -"ShowCenter"
280
+
281
+
238
282
(1.0.6)
239
283
-Upgrade Net.7 To Net.8
240
284
-Fix RoundPrepare, RoundStart Bug
0 commit comments