EXPERMIENTAL BRANCH

This information is intended for users who have opted into the Teardown Experimental branch and wish to explore Multiplayer prior to the official launch.

Please note that this is a one week open beta and that Teardown Multiplayer is still a work in progress!

Multiplayer Modding documentation
Multiplayer Scripting API
Report an issue

Access to experimental on Steam

Right-click on Teardown on Steam → Select Properties… → Go to Betas → Select experimental → Let it update and click on Play

Trailer & Screenshots

VERSIONS

...
EDITION STANDARD DELUXE ULTIMATE SEASON PASS
BASE GAME ... ... ...
DLC - TIME CAMPERS ... ... ...
DLC - FOLKRACE ... ... ...
DLC - THE GREENWASH GAMBIT ... ...
DLC 4* ... ...
QUILEZ RO113R ROBOT ... ...
* DLC #4 will be available in the first half of 2026.

About the game

Plan the perfect heist using creative problem solving, brute force and everything around you. Teardown features a fully destructible and truly interactive environment where player freedom and emergent gameplay are the driving mechanics.

Tear down walls with explosives or vehicles to create shortcuts no one thought was possible. Stack objects, build structures or use floating objects to your advantage. Take your time to create an efficient path through the level, plan the heist and get ready to execute it.

Run, jump, drive, slingshot. Do whatever you need to collect targets, avoid robots or steal whatever your clients ask for. But make sure not to get caught!

Clang Compiler Windows Fixed ●

Using Clang gives you seamless access to LLVM-based tools like clang-format for code styling, clang-tidy for static analysis, and AddressSanitizer (ASan) for finding memory bugs. How to Install Clang on Windows

Open a new Command Prompt or PowerShell window and verify the installation: clang --version Use code with caution. 2. Via Visual Studio (Recommended for IDE Users)

: The most straightforward method is to download the pre-built binaries from the official LLVM download page. Here, you can find the latest version of Clang for Windows, which comes as part of the LLVM installer.

To configure VS Code to build with Clang, you will need the Microsoft installed. clang compiler windows

Install the "Desktop development with C++" workload via the Visual Studio Installer, or ensure you are running your compilation commands from the Developer Command Prompt . 2. "clang: error: linker command failed with exit code 1"

Clang on Windows has matured into a first-class development tool. Whether you value its lightning-fast compilation, unrivaled error messages, modern standard support, or its powerful analysis tools, incorporating Clang into your workflow can be a significant upgrade.

If you prefer a lightweight setup or use an editor like VS Code, you can download the standalone LLVM installer. Navigate to the official LLVM GitHub Releases page. Using Clang gives you seamless access to LLVM-based

Before installing Clang, it is crucial to understand that it can operate in two distinct modes on Windows depending on which runtime library and binary interface you target:

Then, run your instrumented program. When a bug is encountered, it will print a detailed diagnostic backtrace.

This is the direct build from the LLVM project . It's available for installation via the LLVM website, package managers like winget , or as part of the Visual Studio Build Tools. It is not a Microsoft product , though it is distributed by them in Visual Studio. It depends on the MSVC runtime and toolchain for linking and standard library support on Windows. Via Visual Studio (Recommended for IDE Users) :

Clang on Windows is a mature, high-performance, and highly compliant C++ compiler. It excels in cross-platform development and CI environments. For new cross-platform projects or teams seeking faster compiles and clearer errors, Clang is strongly recommended. However, for deep Windows platform integration or legacy MSVC-dependent codebases, the native MSVC compiler remains a safer choice.

To help refine your development setup, tell me a bit more about your current environment:

FAQ

Whether you are playing on PC or console or curious about what's coming with multiplayer, our FAQ has answers to the most common questions. It covers gameplay, platforms, features, and what to expect ahead of the multiplayer launch. We’ll keep updating it as new questions arise.

PC System Requirements

Minimum

  • Requires a 64-bit processor and operating system
  • Windows 10 or later
  • Quad Core CPU
  • 4 GB RAM
  • NVIDIA GeForce GTX 1060 or similar. 3 Gb VRAM
  • 4 GB available space
  • Additional Notes: Integrated graphics cards not supported.

Recommended

  • Requires a 64-bit processor and operating system
  • Windows 10 or later
  • Intel Core i7 or better
  • 4 GB RAM
  • NVIDIA GeForce GTX 1080 or similar. 8 Gb VRAM
  • 4 GB available space

Contact Us

Contact us if you experience problems with the game and need technical support or have a business enquiry. Make sure to read the FAQ above first. You can also find many answers to questions by joining the offical Discord server

...