Karsk Games

Content delivery

Release manifests, game builds, launcher packages and shared artwork for No Man's Land. This host serves static files only. Accounts, product keys, news and service status are handled at karskgames.com.

Build channels

ChannelStatusDescriptionPath
Release No build The stable public build. /nomansland/release/
Beta No build Next release candidate. /nomansland/beta/
PlaytestKey No build Closed playtest builds. /nomansland/playtest/
DevelopmentTeam No build Internal builds off the branch. /nomansland/dev/

Layout

/nomansland/<channel>/manifest.json    what the launcher reads
/nomansland/<channel>/...              build files, paths as in the manifest
/launcher/latest.json                  current launcher version
/launcher/KarskLauncher-<v>-win64.zip  launcher packages
/images/                               hero art and shared artwork

How the launcher uses this

The launcher fetches the manifest for the selected channel, compares its build number against what is installed, and downloads only the files whose SHA-256 differs. Three things about that are worth knowing before you publish anything here.