Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
NicknineTheEagle committed Mar 23, 2019
1 parent 5e684d0 commit 6531b0c
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 43 deletions.
43 changes: 0 additions & 43 deletions README

This file was deleted.

28 changes: 28 additions & 0 deletions README.md
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/

0 comments on commit 6531b0c

Please sign in to comment.