Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
Adjusted indenting in Usage to reduce confusion, swapped ordering of filter descriptions to reduce confusion.
  • Loading branch information
Speyedr committed Mar 6, 2022
1 parent 69bd9a8 commit 1db39c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
2. Run `SCBlocker.exe` as Administrator.

- Alternatively, if you have Python, you can run directly from the interpreter by executing `python main.py` in an elevated command prompt while at the repo directory.
- If you use this method then no build is needed.
- If you use this method then no build is needed.
4. If the program is running and the network filter is **ON**, notifications should now be blocked and won't reach your client.
5. Use the keys on your keyboard to navigate the menu.

Expand All @@ -24,8 +24,8 @@

## Filters
- This app provides three different filtering heuristics that all target different points in the chain of communication between your client and the SocialClub Overlay.
- Filter #1 `DROP_INC_80` is the fastest and impacts performance the least but you may be flooded with notifications when the filter is turned off.
- Filter #2 `DROP_CLIENT_POST` is enabled by default as the end result is probably what most users are looking for.
- Filter #1 `DROP_INC_80` is much faster and impacts network performance less but you will be flooded with notifications when the filter is turned off.
- Filter #3 `DROP_LENGTHS` is the most complicated and still under development and therefore not recommended.

<img src="/img/SCBlockerTease3.png" alt="Logging dropped packets" height=120 width=527>
Expand Down

0 comments on commit 1db39c6

Please sign in to comment.