Skip to content

This is the XRay engine for Call of Chernobyl compiled for 64bit using VS2013 Express

License

Notifications You must be signed in to change notification settings

atsb/xray-coc-64bit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

XRAY 16 Engine Modifications

Open X-Ray Call of Chernobyl Edition


This repository contains XRAY Engine sources based on version 1.6.02 for specific use with the Call of Chernobyl modification. The original engine is used in S.T.A.L.K.E.R. Call of Pripyat game released by GSC Game World and any changes to this engine are allowed for non-commercial use only (see License.txt for details).

Note that Master branch contains stable code that is documented on Wiki but you can also checkout Working for nightly builds

  • Build instructions can be found here
  • If you find a bug or have an enhancement request, file an Issue.
  • Please go to our Wiki pages for detailed description of changes and other useful information.

Pull requests appreciated! Just check out the task list and follow our procedures. (not updated for this code base yet)

I got the code here: https://bitbucket.org/SeargeDP/coc-1.4-xray-64/src/coc-1.4-xray-64/

and modified it to compile out of the box on Release x64 on the Express 2013 edition of Visual Studio (The code is C++ 11) and later versions do not support this (2019+) and this presents a huge issue with the amount of overloaded classes and other code that currently is not compatible with VS2022.

any help is appreciated.