Available on Windows & Linux : download
This application allows you to select the Steam servers on which you want to play for the game Counter Strike : Global Offensive.
Administrator rights are required to block the IP addresses of the servers. For security reasons, requests for rights are systematic with each click on the "GO" and "Reset" buttons.
The IP addresses are automatically updated without any action on my part and the application is updated automatically.
This app is developed with the Electron framework.
Since we do not have direct access to the IP addresses of the game servers but only to the relayed addresses, you may not be connected to the desired server. The application is therefore used to get as close as possible to the desired server.
- You can launch CS:GO with the associate button
- You can reset the configuartion at any time with the associate button (it will remove all the rules from your firewall or your iptables)
- You just have to block the servers one time and you don't have to let the app open when you play
- But, Valve regulary update his servers so you have to reset the configuration too
- You can select several regions and servers
- The reset button also reset your selection of servers in the list
- The application updates itself (you just have to restart it when asked)
On Windows, the app create a new rule in your firewall. So you have to activate it.
Windows installer :
csgo-mm-server-picker-setup-x.x.x.exe
Linux app image :
csgo-mm-server-picker-x.x.x-x86_64.AppImage
Please provide the log file when you report an issue, you can find the files under the name "csgo-mm-server-picker.log" here :
Windows :
C:\Users\user name\AppData\Local\Programs\csgo-mm-server-picker
Linux : (I have to found a better way to put logs in is own folder)
file:///home/user name
This app requires Node.js and Electron to run.
Install the dependencies and devDependencies and start the app :
$ cd csgo-mm-server-picker/desktop
$ npm install -d
$ npm run start
To build and package :
$ npm run dist
Because existing project is virtually dead, none of the core functionality bugs for linux are remotely being addressed. All of which have simple fixes, but Electron and JavaScript is completely the wrong solution for this and doesn't make life simple (Zero surprises there). Specifically the simplest solution to the reset functionality being broken, can be done trivially in BASH to solve the problem, but filesystem permissions get in the way and would be ugly to handle in JavaScript.
Which rather begs the question again: Why? Once you have something semi-functional again you can destroy it and build it again. Properly. In a grown up language and without a minimum 80MB binary blob runtime footprint because you chose to be lazy with relying on Chromium as a crutch to solve all your windowing and UI problems.