This is a working port of the game Fortress Forever on Source SDK 2013 using Nbc66's SDK 2013 Community Edition repository.
Fortress Forever was made using Source SDK 2006, the original repository of the game can be found here.
Note: This repository contains the source code of the game, not the game files; the repository containing the game files are located here.
To be able to compile Fortress Forever 2013 you will need to download Visual Studio 2022 and install:
- MSVC v143 - VS 2022 C++ x64/x86 build tools
- C++ MFC Library for latest v143 build tools (x86 and x64)
- Windows 11 SDK (10.0.22000.0)
- Clone this repository and run
creategameprojects.bat
orcreateallprojects.bat
- This will generate the project files and solution files that are needed in order to compile the game.
- Open the generated
Game_FF.sln
orEverything_FF.sln
using Visual Studio 2022. - Run
Build Solution
.- The compiled binaries would automatically be copied to
mp/game/FortressForever2013
.
- The compiled binaries would automatically be copied to