UTLauncher is a standalone application to join UT4 servers. You will need latest raxxy's UT build to use this though. In the future it is planned to automatically download latest UT playable releases.
Double click on a server to join. It will ask for UnrealTournament.exe
on Windows or UnrealTournament
on Linux or Mac.
For compiled binaries no installation is necessary. For source, see below:
UTLauncher is available in AUR as utlauncher-git. Installation is as follows:
curl -O https://aur.archlinux.org/packages/ut/utlauncher-git/utlauncher-git.tar.gz
tar -xf utlauncher-git.tar.gz
cd utlauncher-git
makepkg -s
pacman -U utlauncher-git*.pkg.tar.xz
You need to install Qt5 base development package, G++ compiler and cmake.
sudo apt-add-repository ppa:ubuntu-sdk-team/ppa
sudo apt-add-repository ppa:packetlost/cmake
sudo apt-get update
sudo apt-get install qtbase5-dev g++ cmake
sudo zypper install libqt5-qtbase-devel gcc-c++ cmake
sudo zypper install libQt5Gui-devel libQt5Network-devel libQt5Widgets-devel gcc-c++ cmake
git clone https://github.com/CodeCharmLtd/UTLauncher.git
mkdir UTLauncher/build
cd UTLauncher
git submodule update --init --recursive
cd build
cmake .. -DCMAKE_BUILD_TYPE=Release
make
sudo make install
Licensed under the MIT license
Copyright (c) 2014 Damian "Rush" Kaczmarek from Code Charm Ltd and other contributors