tf15-client
tf15-client copied to clipboard
Team Fortress Classic reverse-engineered.
TF15-Client

Team Fortress Classic reverse-engineered.
Donate
Support me on Buy Me A Coffee, if you like my work and would like to support further development goals, like a working server implementation and reverse-engineering other great mods.
Download
You can download a build at the Releases section, or use these links:
- Android
- Linux (not recommended, just use the Steam version)
- Windows (not recommended, same as above)
Installation
To run TF15-Client you need the latest developer build of Xash3D FWGS, which you can get here.
You have to own the game on Steam and copy valve and tfc folders into your Xash3D FWGS directory.
After that, just install the APK and run.
Building
Clone the source code:
git clone https://github.com/Velaron/tf15-client --recursive
Windows
cmake -A Win32 -S . -B build
cmake --build build --config Release
Linux
cmake -S . -B build
cmake --build build --config Release
Android
cd android
./gradlew assembleRelease
