https://github.com/suppliedorange/r6server
A server changer tool for Rainbow Six Siege
https://github.com/suppliedorange/r6server
Last synced: 2 months ago
JSON representation
A server changer tool for Rainbow Six Siege
- Host: GitHub
- URL: https://github.com/suppliedorange/r6server
- Owner: SuppliedOrange
- License: mit
- Created: 2024-01-06T16:56:01.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-13T15:19:49.000Z (about 1 year ago)
- Last Synced: 2025-03-26T17:53:53.079Z (2 months ago)
- Language: Python
- Size: 190 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# r6server
A server changer tool for Rainbow Six Siege
Just a silly little tool I made to change the r6s server for my friends and I, it speeds up my process.
# How to install
Download the .exe from if you want to use the executable. You may also run it with python or build it yourself if you like.
# How to use
- Start the .exe and choose the server you want to use.
- Select your Ubisoft ID incase you have multiple.
- You may choose to make the app automatically start siege.
- It's recommend you change and customize the constants like your Ubisoft ID and R6S Path to speed up the app's process even more.# Running as python
Download the repository. Run `pip install -r requirements.txt` to install all prequisites. Then run `py r6server.py`
# Building
I used Python 3.10.10. You'll need to get PyInstaller for this. You can change the name and favicon to anything you like.
PyInstaller Command:```
pyinstaller r6server.py -F -n "R6 Server Changer" -i "favicon.ico"
```
You should see it in `/dist` after it's completed.