Run a Tribes 2 server on Linux
Find a file
2021-01-03 00:54:11 -05:00
etc First Commit 2021-01-02 23:30:39 -05:00
sla First Commit 2021-01-02 23:30:39 -05:00
usr/local/bin First Commit 2021-01-02 23:30:39 -05:00
winbin First Commit 2021-01-02 23:30:39 -05:00
README.md Create README.md 2021-01-03 00:54:11 -05:00
setup First Commit 2021-01-02 23:30:39 -05:00
t2support.py First Commit 2021-01-02 23:30:39 -05:00

t2server

Run a Tribes 2 server on Linux

about

t2server automates the installation of Tribes 2 and the TribesNEXT patch to run under wine on Linux. After installation, it provides systemd service units and Python scripts for the purpose of managing your server.

Prerequisites

t2server has a handful of dependencies which are not automatically handled at this time. Before you run the setup script, run the following commands as root depending on your distro:

Ubuntu 20.04 LTS

# dpkg --add-architecture i386
# apt update
# apt install unzip xvfb python3-minimal python3-pip wine32 cpulimit
# pip3 install tqdm requests

(more to be tested and added)