Skip to content

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!

Building

  1. Go to the src/ directory
  2. Run createallprojects.bat
  3. Open everything.sln in Visual Studio 2022 or later.
  4. Switch the build configuration from Debug to Release.
  5. Build the solution.
  6. Run ./game_clean/dlpak.sh in Git for Windows Bash.
  7. Launch TC2 by running tc2.bat for the client or start_dedicated_tc2.bat for the server.

Debugging

  1. Set Client (TF) as the startup project.
  2. Open the properties view for Client (TC2).
  3. Go to the Debugging section.
  4. Modify the startup program to be tc2.exe in the game/ directory.
  5. Modify the start location to be the game/ directory.
Clone this wiki locally