项目作者: santeri3700
项目描述 :
CS:GO Server Blocker for Linux
高级语言: Python
项目地址: git://github.com/santeri3700/csgosb.git
CS:GO Server Blocker for Linux
(and possibly soon for Windows and MacOS also)
To make things clear
- THIS WILL NOT GET YOU VAC- OR GAMEBANNED!
- This script MUST run be run with root access. Iptables won’t work otherwise.
- Changes made by this script are not permanent. (Linux: reboot to reset all of the changes)
- This script basically uses ‘iptables’ (on Linux) to block servers.
- This script will affect all Official Valve servers (including SDR relays).
Prepare & Run
- Make sure you have a backup of your iptables rules. I am not responsible if this script destroys your precious custom rules.
- Make sure you have all of the required dependencies:
- Open a terminal, ‘cd’ in to the directory where you have extracted the script
and then run ‘chmod +x ./csgosb.py’ to give it run access. - Start the script by running ‘sudo ./csgosb.py’.
- Choose regions which you want to block and then start CS:GO.
How to use
TODO: Write documentation about the usage.
FAQ
Q: Why am I getting connected to a region I have blocked?
A: Sometimes CS:GO routes your connection via a Steam Datagram Relay to another server in another region. As of now, there is no way around it that I know of.
Q: How to fix “Failed to connect the match.”?
A: Restart CS:GO and set your max ping to 350ms (mm_dedicated_search_maxping 350
)
Q: I’m in a lobby and stuck at “Confirming match…“
A: Make sure the lobby leader has blocked the same servers as you.
Q: Am I allowed to modify and publish my own version of this script?
A: Yes, see LICENSE.md.
Plans and work in progress before version 1.0.0
Suggestions and bug reports are welcome via GitHub issues.