Skip to content

Game Data Channels

Stuart Meeks edited this page Jun 21, 2026 · 2 revisions

Game data channels

The image bundles Satisfactory game data for two release channels:

  • stable (default)
  • experimental

Select one with SATISFACTORY_GAME_CHANNEL=stable|experimental. The server reports the bundled game version (for example 1.2.3.0) in every tool response. If the requested channel isn't present it falls back to the other.

When Coffee Stain isn't shipping a separate experimental build, both channels point at the same data.

To use your own install instead of the bundled data, set SATISFACTORY_GAME_DIR or SATISFACTORY_DOCS_PATH. Supplying updated bundled data is covered in CONTRIBUTING.md.

Clone this wiki locally