Skip to main content

Deadworks SDK Documentation

Deadworks is a .NET plugin framework for creating server-side mods for Deadlock (Valve's Source 2 game). Plugins are compiled as .NET DLLs and loaded at runtime, with full access to the game's entity system, networking, damage pipeline, and more.

Quick Start

  • Project Setup — Create a Visual Studio project, reference the API DLL, and configure auto-deploy
  • Your First Plugin — Build a minimal plugin with a command