Note
This repository was previously hosted on Codeberg and has been moved to GitHub on December 17, 2025.
You are currently on the new repository, no action is required.
↳ Visit the old repository.
Make Your Choice is a server region changer for Dead by Daylight. It allows you to play on any server of choice.
Download the latest .exe file from the Releases page and run it as administrator.
- Windows 10
- Windows 11
The application needs to be run with administrator permissions to ensure the hosts file can be edited. Since I don't want to pay Microsoft a fee for getting this free application signed, you will be met with a prompt to trust the unknown developer.
The SmartScreen Alert only appears on Windows 8 and newer.
Note
For SteamOS users: There are two ways to use Make Your Choice:
- Download the binary and simply run it. For this, follow the steps for "Precompiled Binary" at the bottom. (Easiest)
- Disable system immutability, and follow the steps for Arch Linux. This will give you a nice desktop entry which makes it easier to use the program. (Advanced, only recommended for nerds)
Currently, only Arch Linux is supported for this method.
If you would like to contribute: feel free to distribute Make Your Choice for other package managers, and give me a headsup so I can provide official steps for other people to follow.
Simply install the program from the AUR using your AUR helper of choice:
# Using yay
yay -S make-your-choice
# Using paru
paru -S make-your-choice
# Using pikaur
pikaur -S make-your-choiceThis method can be used to build and install the program straight from source using Makefile. This is the best choice for most distros that aren't SteamOS or Arch.
Install the prerequisite packages in order to build, install and run the program. If your distro isn't listed below, find out the correct package names for your distro's package manager.
sudo pacman -S rust gtk4 polkit base-devel gitsudo apt install cargo rustc make gcc pkg-config libgtk-4-dev git policykit-1sudo dnf install cargo rust make gcc pkg-config gtk4-devel git polkitsudo zypper install cargo rust make gcc pkg-config gtk4-devel git polkitClone and install using Makefile:
cd ~/ && git clone https://github.com/laewliet/make-your-choice.git
cd make-your-choice/linux/makefile && make install
cd ~/ && rm -rf ~/make-your-choiceAfter installation, the clone will be removed.
This option won't provide desktop entries to easily access the app. Use this only if you have no other options available. No prerequisites are required. Simply download the binary from the Releases page and run it.
This option is recommended if you have a SteamOS device.

Screenshots taken on Windows 10 with a Windows 7 skin.


Screenshots taken on Arch Linux with the KDE Plasma Desktop Environment.


