You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-2Lines changed: 12 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,16 @@ Note: Every player is allowed to drop knives only once in each round.
13
13
14
14
## Which version should I use?
15
15
16
-
For most of the cases, I would recommand to use [the version without chat filtering](https://github.com/lengran/CS2DropKnife/releases/download/v1.1.0/CS2DropKnife-v1.1.0.zip). You can bind css_drop or css_takeknife to your prefered key to achieve the effect of one-key-drop-knife.
16
+
### Chat filtering
17
17
18
-
To support some drop key-bind (commands "say !drop" or "say_team !drop" issued from the game console or via a key-bind), [A version with chat filtering support](https://github.com/lengran/CS2DropKnife/releases/download/v1.1.0/CS2DropKnife-v1.1.0-with-chat-filtering.zip) is provided. This version filters all chat messages to manually call the drop knife function for you. However this might also cause performance downgrade and make the server laggy.
18
+
For most of the cases, I would recommand to use **the version without chat filtering**. You can bind css_drop or css_takeknife to your prefered key to achieve the effect of one-key-drop-knife.
19
+
20
+
To support some drop key-bind (commands "say !drop" or "say_team !drop" issued from the game console or via a key-bind), **A version with chat filtering support** is provided. This version filters all chat messages to manually call the drop knife function for you. However this might also cause performance downgrade and make the server laggy.
21
+
22
+
### Different drop rules
23
+
24
+
Version 1.0 has no regulations. You can drop whenever you want.
25
+
26
+
Version 2.0 allows each player to only drop once in a round.
27
+
28
+
Version 3.0 only knife dropping in freeze time (before round actually starts) and the knife will be sent directly to teammates.
0 commit comments