Skip to content

kootrit/TF2-GoldRush

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Team Fortress 2: Gold Rush

New source repository for Team Fortress 2: Gold Rush, rebuilt on the Team Fortress 2 code now included in the Source SDK.

Discord server invite

Note: VERY WIP!!!!! Right now we're in the process of tearing most of the new TF2 stuff that was added. Might take a while.

(Meanwhile, you can download the old tf_port-based build here.)

Build instructions

Clone the repository using the following command:

git clone https://github.com/conneath/TF2-GoldRush

Windows

Requirements:

  • Source SDK 2013 Multiplayer installed via Steam
  • Visual Studio 2022

Inside the cloned directory, navigate to src, run:

createallprojects.bat

This will generate the Visual Studio project everything.sln which will be used to build your mod.

Then, on the menu bar, go to Build > Build Solution, and wait for everything to build.

You can then select the Client (Mod Name) project you wish to run, right click and select Set as Startup Project and hit the big green > Local Windows Debugger button on the tool bar in order to launch your mod.

The default launch options should be already filled in for the Release configuration.

Linux

Requirements:

  • Source SDK 2013 Multiplayer installed via Steam
  • podman

Inside the cloned directory, navigate to src, run:

./buildallprojects

This will build all the projects related to the SDK and your mods automatically against the Steam Runtime.

You can then, in the root of the cloned directory, you can navigate to game and run your mod by launching the build launcher for your mod project, eg:

./mod_tf

Mods that are distributed on Steam MUST be built against the Steam Runtime, which the above steps will automatically do for you.

Additional Resources

License

The SDK is licensed to users on a non-commercial basis under the SOURCE 1 SDK LICENSE, which is contained in the LICENSE file in the root of the repository.

For more information, see Distributing your Mod.

About

The Team Fortress 2 you've been missing, in better quality than ever.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 95.8%
  • C 3.4%
  • ReScript 0.5%
  • GLSL 0.3%
  • Squirrel 0.0%
  • Batchfile 0.0%