This is an actively developed port of the game Fortress Forever on Source SDK 2013 using @Nbc66's SDK 2013 Community Edition repository.
Fortress Forever is based upon Source SDK 2006, the original repository of the game can be found here.
Note: This repository contains the source code of the game and not the game files, The repository containing the game files are found here.
To be able to compile Fortress Forever 2013 on Windows, you will need to download Visual Studio 2022 and install:
.\creategameprojects.bat
or .\createallprojects.bat
located in mp\src
Game_FF.sln
or Everything_FF.sln
using Visual Studio 2022.Debug
to Release
.Build Solution
.
mp\game\FortressForever2013
.Note: These instructions were only tested on Ubuntu 22.04 (Jammy Jellyfish), but should work for most Debian-based Linux distributions.
build-essential
gcc-9
gcc-9-multilib
g++-9
g++-9-multilib
To be able to compile Fortress Forever 2013 on Linux, you will need to do the following:
./creategameprojects
or ./createallprojects
located in mp/src
make -f Game_FF.mak
in mp/src
and the source code will start compiling.
mp/game/FortressForever2013
.