forked from ValveSoftware/source-sdk-2013
-
-
Notifications
You must be signed in to change notification settings - Fork 15
Building (Windows)
mcoms edited this page Sep 14, 2025
·
4 revisions
This guide will teach you how to build and run Team Comtress 2 locally!
- Go to the
src/directory - Run
createallprojects.bat - Open
everything.slnin Visual Studio 2022 or later. - Switch the build configuration from
DebugtoRelease. - Build the solution.
- Run
./game_clean/dlpak.shin Git for Windows Bash. - Launch TC2 by running
tc2.batfor the client orstart_dedicated_tc2.batfor the server.
- Set
Client (TF)as the startup project. - Open the properties view for
Client (TC2). - Go to the Debugging section.
- Modify the startup program to be
tc2.exein thegame/directory. - Modify the start location to be the
game/directory.