How to Download IX-Ray (Stable and Rolling Versions)
Overview
There are two ways to download IX-Ray platform modules (engine, editors, utilities, plugins, etc.):
- Download the stable version from releases — recommended for most users.
- Download the rolling version — for those who need the latest changes.
IMPORTANT
Important: Rolling releases are builds that are assembled after each commit. Such releases may contain bugs, incomplete features, test features, and are unstable. Only in full releases do you get a fully tested and stable version of IX-Ray. Full releases lag behind rolling versions because we want to provide a finished product.
What is an artifact?
Artifact — is any file or set of files created during the automatic build process of the project. In our case — these are assembled IX-Ray platform files. Artifacts are not stored in the main project code. They are created "on the fly" after each commit. Their main purpose — to give you the ability to download the latest version of the IX-Ray platform (engine, editors, utils, plugins) without building it yourself.
Method 1: Downloading the Stable Version (Recommended)
- Go to the main repository page: ixray-1.6-stcop
- On the main page of the repository, find and click on the
Releasestab.
- You will go to the page with the latest stable release. Here you can select
game(game) ordevelop(for developers, includes editors) build depending on your needs.
- Just click on the desired file to download it. This is the simplest and most reliable way.
TIP
Registration is not required to download releases!
Method 2: Downloading the Latest (Rolling) Version via Actions
Step 1: Preparation and Repository Login
- Go to github.com.
- Log in (create an account if necessary).
Hint: If you can't select a Russian number (+7) during registration, select Kazakhstan. - Follow the link to the official repository:
https://github.com/ixray-team/ixray-1.6-stcop - You will be on the main page of the project.
- (Important!) Be sure to give the repository a
Stars(star) to support the developers! The button is in the upper right corner of the page.
Step 2: Go to the "Actions" tab
At the top of the page, below the repository name, there is a menu: Code, Issues, Pull requests, Discussions, Actions, etc.
- Click on the
Actionstab.
Step 3: Search for a successful build
NOTE
What do we see? We got to the section with the history of automatic launches (workflow). On the left is a list of these workflows (scripts for building).
Now you need to find the latest successful build. This is the most important step.
- In the left sidebar, select a workflow (for example,
Build engine). - Then pay attention to the center list. The most recent builds are at the top.
- In the
Branchcolumn, select the branch you need (we recommend using onlydefaultanddevelop). - Find the top-most run with a ✅ (green checkmark) in the left column. This is the latest successful build. A red cross (❌) means an error, and a yellow circle (🟡) means the build is in progress.
- Click on its name (for example,
Rename debug console commands #8622).
Step 4: Downloading the Artifact
- On the run page, scroll down to the
Artifactssection. - In the list, find the artifact named
engine-publish-windows-latest-x64-.... - Click on the name of the desired artifact to start downloading.
WARNING
Without authentication you cannot download the artifact!
Installation
- The downloaded file (for both methods) is a ZIP archive
- Extract its contents to the folder with the installed game
- When asked to replace files — agree
NOTE
Key Warning: IX-Ray is only an engine. It requires a pre-installed legal copy of the original game.
Summary
- For a stable game: use Releases
- To test the latest features: use Actions (artifacts)
- Don't forget to support the project with a star (
Stars)!