Skip to main content

Installing the Workshop Tools

Each Source 2 game with public tools provides a DLC package that contains the tools required to create custom content. These tools are distributed separately from the main game, and the installation steps differ between games.

  1. Launch Counter-Strike 2 iconCounter-Strike 2 from Steam.
  2. Click on the Settings menu.
  3. Search for Install Counter-Strike Workshop Tools.
  4. Change the setting to Yes.

Cs2 settings menu button
Cs2 settings search buttom
Cs2 settings workshop search
Cs2 settings "Install Counter-Strike Workshop Tools" button

After this quit out of the game, and wait for the workshop tools to install.

After installing

The install adds three things to the game directory:

  • a content/ tree next to game/, where source files live; see content/ and game/
  • resourcecompiler.exe in game/bin/win64/, which turns source files into the compiled resources the game loads; see Resource Compiler
  • the Addon Launcher and the ability to run the game in tools mode (-tools)

The tools themselves are launched into an addon rather than on their own, so creating one is the next step: see Addons.