
About
CCCP (Cortex Command Community Project) is a community-driven continuation of Cortex Command's development, built with Meson (Linux/macOS) or MSBuild (Windows). It's free/libre and open source under the GNU AGPLv3, has an active mod portal, and accepts community pull requests and contributions.
Getting started
The latest builds are available from the project's website, and mods can be downloaded from its dedicated mod portal (cccp.mod.io). To build from source on Windows, the repository is compiled with Visual Studio using the included solution file; on Linux and macOS it's built with the Meson build system and its listed dependencies. Windows builds can also be produced and run inside WSL by following the Linux instructions.
Media
Additional notes
- Tools
- The project recommends PVS-Studio, a static analyzer for C, C++, C# and Java, as part of its code-quality tooling.