Analysis updated 2026-05-18
Play Call of Duty WWII offline without connecting to Demonware servers
Test and develop mods using the restored developer console
Preserve the game's playability for research and community purposes
| brentdevent/s2x | cleverg0d/l0phtcrack | maxlaurence/slippi-android | |
|---|---|---|---|
| Stars | 26 | 26 | 27 |
| Language | C++ | C++ | C++ |
| Setup difficulty | hard | moderate | hard |
| Complexity | 4/5 | 3/5 | 4/5 |
| Audience | developer | developer | general |
Figures from each repo's GitHub metadata at analysis time.
Requires already owning a legitimate copy of the game through Steam, project is in early development.
S2x is a custom client for the video game Call of Duty: WWII, meaning it's a modified version of the game's software that lets players access and use the game in ways the original client doesn't support, such as offline play and future modding. You must already own a legitimate copy of the game through Steam to use it. The project is currently in early development and primarily useful for offline play, testing, and development work. It handles several technical tasks behind the scenes: it emulates (mimics) the Steam API and Demonware (the online service the game normally connects to), which allows offline multiplayer, zombies mode, and campaign to function without a live connection. It also disables certain anti-debugging and integrity checks to allow modifications to run. The internal and external developer console has been restored, which is useful for testing and modding. Features still in progress include dedicated server support and modding tools. The project is written in C++ and was inspired by the former XLabs community's work on similar custom clients for other Call of Duty titles, though S2x is an independent project with no affiliation to XLabs or the game's publishers. This is a preservation and research project aimed at keeping the game playable and extendable for the community. It does not provide game files or any way to obtain the game without paying for it.
A custom client for Call of Duty WWII that restores offline play and modding support for people who already own the game.
Mainly C++. The stack also includes C++.
The README does not state a license.
Setup difficulty is rated hard, with roughly 1h+ to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.