MCPcopy Create free account
hub / github.com/ccomrade/c1-launcher

github.com/ccomrade/c1-launcher @v2.7

Chat with this repo
repository ↗ · DeepWiki ↗ · release v2.7 ↗ · + Follow
145 symbols 202 edges 23 files 20 documented · 14% updated 6mo agov8 · 2026-01-19★ 47121 open issues

Browse by type

Functions 102 Types & classes 43
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

c1-launcher

An open-source replacement of the original Crysis executables. It provides a better game launcher and dedicated server launcher with additional features.

Features

  • Full source code is available.
  • Supports all game versions in one executable.
  • Completely DRM-free launcher without any broken SecuROM crap inside.
  • No compatibility mode is required to make the game work on modern systems.
  • Fixes all startup issues, including the well-known crash of 32-bit Crysis on modern AMD processors.
  • Smaller files, especially game launcher.
  • Annoying startup video ads are automatically skipped.
  • Very High settings are available in DX9 mode.
  • Game running in DX9 mode can connect to DX10 servers. Everything works just like in the DX10 mode.
  • Server doesn't kick players with the same CD key anymore.
  • It's possible to run multiple Crysis instances at once.
  • Advantages of pre-ordered version are available to everyone.
  • Details of any game or server crash are automatically written to the log file.
  • The connect [IP] [PORT] console command now works without a GameSpy account.
  • Fixes the low refresh rate bug in DX10 mode. Thanks to Guzz and Vladislav.

Supported game versions

Crysis

Version Build 32-bit 64-bit
1.0 5767 Y Y
1.1 5879 Y Y
1.2 6115 Y Y
1.2.1 6156 Y Y

Crysis Wars

Version Build 32-bit 64-bit
1.0 6527 Y -
1.1 6566 Y Y
1.2 6586 Y Y
1.3 6627 Y Y
1.4 6670 Y Y
1.5 6729 Y Y

Where to get the game

Crysis

Platform Version Build 32-bit 64-bit Supported
DVD 1.0 5767 Y Y Y
GOG 1.2.1 6156 Y Y Y
Steam 1.2.1 6156 Y - Y
Origin 1.2.1 6156 Y Y Y
  • The latest official version is 1.2.1 (6156).
  • If you have DVD version, install the 1.2 and 1.2.1 official patches to get the latest version.
  • If you have Steam version, missing 64-bit files can be downloaded here.

Crysis Wars

Platform Version Build 32-bit 64-bit Supported
DVD 1.0 6527 Y - Y
Trial 1.0 6527 Y - Y
GOG (Warhead bundle) 1.5 6729 - Y Y
Steam (Warhead bundle) 1.5 6729 Y Y Y
Origin (Warhead bundle) 1.5 6729 Y - Y
  • The latest official version is 1.5 (6729).
  • If you have DVD or Trial version, install the 1.5 official patch to get the latest version. It also adds missing 64-bit files.

FAQ

How to use it?

Get the latest executables from the release section and just replace the original files. That's it.

You can also compile the source code yourself. See below for instructions.

Remember that you should always use a legal copy of Crysis. If you still don't have one, see the list above for where you can get it.

I don't want to replace the original executables. Is there any way?

Yes, you can rename the executables of this launcher to whatever you want and use them next to the original files.

How can I play Crysis multiplayer?

The official multiplayer no longer works due to GameSpy shutdown. However, there are community projects that provide their own multiplayer services. The most successful one is CryMP Network.

For Crysis Wars take a look here.

How can I run Crysis in DX9 mode instead of the default DX10 mode?

Just launch the game with -dx9 command line parameter.

Is it possible to disable automatic skipping of startup video ads?

Yes, launch the game with -splash command line parameter.

Does Crysis support screen resolutions higher than 1080p?

Yes, it does. There is a scrollbar in the resolution list.

Does this launcher support Crysis Remastered?

No, it doesn't.

Does this launcher support Crysis Warhead?

No, it doesn't. The reason is that CryGame and CryAction DLLs have been moved into the EXE in Crysis Warhead.

Why does the Bin64 folder contain 2 executables?

The original Bin64/Crysis.exe file is actually only a 32-bit SecuROM DRM launcher. It reads the Bin64/Crysis.ini config file and runs Bin64/crysis64.exe, which is the 64-bit game launcher. However, running the game launcher directly results in a crash during game startup. This is because the 64-bit CrySystem loads the Bin64/b64.dll library with additional SecuROM garbage. It checks whether the game was launched using the DRM launcher or not, and if not, the game crashes in a sneaky way.

All this nonsense is skipped by this launcher. That means you can safely delete all the mentioned files.

Build instructions

Requirements

  • Microsoft Visual C++ compiler (MSVC) >= VS2005
  • CMake >= 3.15

No other compilers are supported because Crytek used the MSVC compiler to build Crysis, and the same ABI is required. You don't have to install the highly bloated Visual Studio to get the MSVC compiler. All you need is the Windows SDK.

Building

Using Windows SDK (recommended)

  1. Download the source code.
  2. Create two empty build directories named Build32 and Build64 inside the source code directory.
  3. Open the 32-bit Windows SDK command prompt in the newly created Build32 directory and run the following commands:
cmake -G "NMake Makefiles" -D CMAKE_BUILD_TYPE=Release ..
cmake --build .
  1. Repeat the previous step using the 64-bit Windows SDK command prompt and the Build64 directory.

Using Visual Studio

Modern Visual Studio (VS2019) allows you to directly open the source code directory and compile the project as usual.

Older versions of Visual Studio require manually generated solution files. You can use either the cmake-gui tool or the same steps as above with the following command:

cmake -G "Visual Studio 10 2010" -A Win32 ..

Use the appropriate version of Visual Studio. For 64-bit build replace Win32 with x64.

Core symbols most depended-on inside this repo

browse all functions →

Shape

Method 80
Class 42
Function 22
Enum 1

Languages

C++100%

Modules by API surface

Code/CryCommon/ISystem.h36 symbols
Code/Launcher/CrashLogger.cpp31 symbols
Code/Launcher/Patch.cpp15 symbols
Code/Library/WinAPI.cpp12 symbols
Code/Library/DLL.h12 symbols
Code/Launcher/Launcher.cpp12 symbols
Code/Launcher/Launcher.h8 symbols
Code/CryCommon/ILog.h4 symbols
Code/CryCommon/IGameRef.h4 symbols
Code/Library/CmdLine.cpp3 symbols
Code/Library/Format.cpp2 symbols
Code/Library/CPU.cpp2 symbols

For agents

$ claude mcp add c1-launcher \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page