Skip to content
mehtty edited this page Feb 16, 2020 · 2 revisions

FortressOne uses FTE extensions, so requires an FTE server to run. There are several ways to accomplish this:

Setting up docker server set

  1. Install Docker Engine and Docker Compose.
  2. Edit the .env.example and rename it to .env.
  3. Start the server with docker-compose up -d
  4. More info here

Setting up a simple dedicated server

  1. Download/clone the contents of https://github.com/FortressOne/fortressonesv
  2. Ideally, download the latest FTE server from http://fte.triptohell.info/downloads and put it into your quake root directory
  3. Get the latest set of mod logic files from https://github.com/FortressOne/server-qwprogs/releases
  4. Alternatively, build your own progs and place the 3 generated dat files into fortress/
  5. Optionally, download/clone the map repo from https://github.com/FortressOne/map-repo