From abd5c3ea54cd045cd3bdb29ff8eae2514ef6e9bb Mon Sep 17 00:00:00 2001 From: greenseeker Date: Sun, 3 Jan 2021 00:54:11 -0500 Subject: [PATCH] Create README.md --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..d3e3403 --- /dev/null +++ b/README.md @@ -0,0 +1,20 @@ +# 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)