Skip to content

[EN] How to install and play

Xottab_DUTY edited this page Nov 13, 2018 · 24 revisions

Please, carefully read the text about build naming system:

Build naming system

Engine archives are packed using special system used to determine purpose and the architecture of the build

There are six configurations: Dx86, Dx64, Mx86, Mx64, Rx86, Rx64;

They are named using YxZZ template, where

  • Y – letter that denotes the configuration;
  • ZZ – two numbers denoting architectute.

There are three configurations:

  • D – Debug; Special debugging build intended for engine developers only.
  • M – Mixed; Game debugging build intended for modmakers. (includes advanced capabilities for debugging the game process)
  • R – Release; Game release build intended for players. (most likely, this is what you need)

And two architectures:

  • x86 – 32-bit build
  • x64 – 64-bit build

Standard game archives are named as OpenXRay.YxZZ.7z (Most likely, this is what you need)

Archives with debug symbols are named as Symbols.YxZZ.7z (needed only for developers)

Download

Stable releases and release candidates are contained on Releases page.

You can get the lastest build from the latest commit on AppVeyor. (use them only if necessary)

Installation

Make sure that you have Microsoft Visual C++ 2017 Redistributable installed (x86 or x64 depending on what build you have selected)

  1. Download archive that you want
  2. Delete your original bin folder (backup before deleting it)
  3. Extract the archive to game root folder
  4. Launch the game using original launcher Stalker-COP.exe
    1. If you have problems with OpenAL install it using oalinst.exe
Clone this wiki locally