All Projects → Im-dex → xray-162

Im-dex / xray-162

Licence: Apache-2.0 license
XRay engine 1.6.2 (S.T.A.L.K.E.R: Call of Pripyat) evolution

Programming Languages

C++
36643 projects - #6 most used programming language
c
50402 projects - #5 most used programming language
CMake
9771 projects

Projects that are alternatives of or similar to xray-162

x-force
winning sloution of Digtial Manfacturing Algorithm Competition II of JinNan Tianjin
Stars: ✭ 56 (+16.67%)
Mutual labels:  xray
Xray Core
Xray, Penetrates Everything. Also the best v2ray-core, with XTLS support. Fully compatible configuration.
Stars: ✭ 6,908 (+14291.67%)
Mutual labels:  xray
cordisproject
Custom engine based on OpenXRay engine. Global mod for S.T.A.L.K.E.R. - Call of Pripyat.
Stars: ✭ 25 (-47.92%)
Mutual labels:  stalker
cdk-microservices-labs
Hugo Style Documents
Stars: ✭ 12 (-75%)
Mutual labels:  xray
AE-CNN
ICVGIP' 18 Oral Paper - Classification of thoracic diseases on ChestX-Ray14 dataset
Stars: ✭ 33 (-31.25%)
Mutual labels:  xray
Xray onekey
Xray 基于 Nginx 的 VLESS + XTLS 一键安装脚本
Stars: ✭ 7,012 (+14508.33%)
Mutual labels:  xray
xray-plugin-android
A SIP003 plugin based on Xray-core for shadowsocks-android
Stars: ✭ 52 (+8.33%)
Mutual labels:  xray
lung-segmentation
Lung segmentation for chest X-Ray images
Stars: ✭ 74 (+54.17%)
Mutual labels:  xray
V2ray Rules Dat
🦄 🎃 👻 V2Ray 路由规则文件加强版,可代替 V2Ray 官方 geoip.dat 和 geosite.dat,兼容 Shadowsocks-windows、Xray-core、Trojan-Go 和 leaf。Enhanced edition of V2Ray rules dat files, compatible with Xray-core, Shadowsocks-windows, Trojan-Go and leaf.
Stars: ✭ 6,550 (+13545.83%)
Mutual labels:  xray
blender-xray
STALKER (aka xray-engine) import/export plugin for Blender 3D
Stars: ✭ 132 (+175%)
Mutual labels:  stalker
geoip
🌚 🌍 🌝 GeoIP 规则文件加强版,同时支持定制 V2Ray dat 格式路由规则文件 geoip.dat 和 MaxMind mmdb 格式文件 Country.mmdb。Enhanced edition of GeoIP files for V2Ray, Xray-core, Trojan-Go, Clash and Leaf, with replaced CN IPv4 CIDR available from ipip.net, appended CIDR lists and more.
Stars: ✭ 524 (+991.67%)
Mutual labels:  xray
Xray-yes
Xray安装脚本 / Xray install script (VLESS TCP XTLS)
Stars: ✭ 72 (+50%)
Mutual labels:  xray
Proxysu
Xray,V2ray,Trojan,NaiveProxy, Trojan-Go, ShadowsocksR(SSR),Shadowsocks-libev及相关插件,MTProto+TLS 一键安装工具,windows下用(一键科学上网)
Stars: ✭ 3,309 (+6793.75%)
Mutual labels:  xray
XTLS.github.io
XTLS github pages
Stars: ✭ 52 (+8.33%)
Mutual labels:  xray
Xray 16
Improved version of the X-Ray Engine, the game engine used in the world-famous S.T.A.L.K.E.R. game series by GSC Game World. Join OpenXRay! ;)
Stars: ✭ 1,806 (+3662.5%)
Mutual labels:  stalker
yarx
An awesome reverse engine for xray poc. | 一个自动化根据 xray poc 生成对应 server 的工具
Stars: ✭ 229 (+377.08%)
Mutual labels:  xray
Multi V2ray
v2ray/xray多用户管理部署程序
Stars: ✭ 5,382 (+11112.5%)
Mutual labels:  xray
go-arty
Go client library for Artifactory and Xray
Stars: ✭ 26 (-45.83%)
Mutual labels:  xray
TProxy
透明代理的旁路由虚拟网关
Stars: ✭ 39 (-18.75%)
Mutual labels:  xray
Covid Chestxray Dataset
We are building an open database of COVID-19 cases with chest X-ray or CT images.
Stars: ✭ 2,759 (+5647.92%)
Mutual labels:  xray

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].