-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5e684d0
commit 6531b0c
Showing
2 changed files
with
28 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
Team Fortress 2 | ||
===== | ||
|
||
[![Build status](https://ci.appveyor.com/api/projects/status/1qx349wcxa5eenjk/branch/master?svg=true)](https://ci.appveyor.com/project/NicknineTheEagle/tf2-base/branch/master) | ||
|
||
This is the old Team Fortress 2 source code from February 2008 ported to Source Engine 2013. This ensures the game has all the latest engine features and security fixes. No new features will be added to the code. No bugs will be fixed with the exception of crashes and bugs that were not in the original 2008 build of the game. | ||
|
||
Official Facepunch thread: https://forum.facepunch.com/games/squi/Team-Fortress-2-1-0-1-8-Source-2013-Port/ | ||
|
||
## Dependencies | ||
|
||
### Windows | ||
* [Visual Studio 2013 with Update 5](https://visualstudio.microsoft.com/vs/older-downloads/) | ||
|
||
### macOS | ||
* [Xcode 5.0.2](https://developer.apple.com/downloads/more) | ||
|
||
### Linux | ||
* GCC 4.8 | ||
* [Steam Client Runtime](http://media.steampowered.com/client/runtime/steam-runtime-sdk_latest.tar.xz) | ||
|
||
## Building | ||
|
||
Compiling process is the same as for Source SDK 2013. Instructions for building Source SDK 2013 can be found here: | ||
https://developer.valvesoftware.com/wiki/Source_SDK_2013 | ||
|
||
Assets that need to be used with compiled binaries and running instructions can be found here: | ||
https://forum.facepunch.com/games/squi/Team-Fortress-2-1-0-1-8-Source-2013-Port/ |