Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Update the readme of the 0s_defuser
Browse files Browse the repository at this point in the history
  • Loading branch information
szmarczak authored Aug 17, 2020
1 parent 8036e26 commit 020d6ab
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions netcon_stuff/0s_defuser/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ developer 1;
con_filter_enable 2;
con_filter_text "Time until explosion: ";
bind 0 "echo defuse_0s_0";
bind - "echo defuse_0s_1";
bind = "echo defuse_0s_2";
bind - "echo defuse_0s_5";
bind = "echo defuse_0s_10";
```

Key description:
- `0` - disables autodefuse,
- `-` - enables 10s autodefuse (IOW without defuse kit),
- `=` - enables 5s autodefuse (IOW with defuse kit).
- `-` - enables 5s autodefuse (IOW with defuse kit),
- `=` - enables 10s autodefuse (IOW without defuse kit).

What's an autodefuse? If you have killed all of your enemies and have plenty of time, you can enable autodefuse. It starts defusing automatically so you will have a defuse time very close to `0.000s`. For example, you can use this script to get the `Second to None` achievement that looks like this:

Expand Down

0 comments on commit 020d6ab

Please sign in to comment.