Skip to content

Commit bc934e5

Browse files
committed
update README
1 parent ed6c92a commit bc934e5

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,16 @@ Note: Every player is allowed to drop knives only once in each round.
1313

1414
## Which version should I use?
1515

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
1717

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

Comments
 (0)