Xray 162

XRay engine 1.6.2 (S.T.A.L.K.E.R: Call of Pripyat) evolution
Alternatives To Xray 162
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Xray 16236
5 years ago25apache-2.0C++
XRay engine 1.6.2 (S.T.A.L.K.E.R: Call of Pripyat) evolution
Mfrontgallery15
24 days ago7gpl-3.0CMake
This project shows how to create a compilation project for MFront properties, behaviours and models
Dawg10
a year ago3gpl-2.0C++
Simulating Sequence Evolution
Smash9
4 years agogpl-3.0C
A tool to find and visualize rearrangements in DNA sequences
Gensim3
7 years agoC++
Simulating Evolution and Natural Selection
Alternatives To Xray 162
Select To Compare


Alternative Project Comparisons
Readme

xray-1.7

XRay engine 1.7

Attention!!! The project is no longer maintained. Development is suspended.

Build status

Branches

master - stable code

Build instructions

Prerequisites

  • CMake 3.8 or later

Supported compilers

  • Visual C++ 15.5 (2017) and higher

Visual Studio solution generation

Open command line at the root of repository and execute the following commands:

  • mkdir build
  • cd build
  • x86: cmake .. -DGAME_PATH=%GAME_PATH% -G "Visual Studio 15 2017" -T "host=x64"
  • x64: cmake .. -DGAME_PATH=%GAME_PATH% -G "Visual Studio 15 2017 Win64" -T "host=x64"

Open generated solution and build the engine.

%GAME_PATH% - path to your stalker game root folder.

Additional CMake command line options

BUILD_UTILS (boolean)

Enable utils projects build

REL_DEVELOP (boolean)

Switch the following useful options for development using RelWithDebInfo build configuration

  • Enable incremental linking
  • Disable LTCG
  • Disable unreferenced function elimination by linker

BUILD_TESTS (boolean)

Enable tests projects build

DEBUG_CAPS (boolean)

Enable some debug console commands and cheats

PNG_SCREENSHOTS (boolean)

Switch screenshots format from .*jpg to *.png.

If you have issues with openal when the game is starting, install extras\oalinst.exe.

Popular Evolution Projects
Popular Cmake Projects
Popular Science Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
C Plus Plus
Cpp
Cmake
Evolution
X64