forked from Classic-Fortress/server-qwprogs
-
Notifications
You must be signed in to change notification settings - Fork 16
Local Server Setup
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:
- Install Docker Engine and Docker Compose.
- Edit the
.env.example
and rename it to.env
. - Start the server with
docker-compose up -d
- More info here
- Download/clone the contents of https://github.com/FortressOne/fortressonesv
- Ideally, download the latest FTE server from http://fte.triptohell.info/downloads and put it into your quake root directory
- Get the latest set of mod logic files from https://github.com/FortressOne/server-qwprogs/releases
- Alternatively, build your own progs and place the 3 generated dat files into fortress/
- Optionally, download/clone the map repo from https://github.com/FortressOne/map-repo