Here is pic:
Thanks.

Then tried cry_cmake.exe as advised. Changed nothing. Just clicked "Generate". I got this:

image hosting com
I am normally able to build projects of Cryengine 5.3 with my VS 2015.
Thanks
Code: Select all
cmake -G "YOUR GENERATOR"^
"-DCMAKE_TOOLCHAIN_FILE=%ENGINE_ROOT%\Tools\CMake\toolchain\windows\WindowsPC-MSVC.cmake"^
"-DPLUGIN_USERANALYTICS=0" "-DPLUGIN_VR_OCULUS=0" "-DPLUGIN_VR_OPENVR=0" "-DPLUGIN_VR_OSVR=0"^
"-DOPTION_SCALEFORMHELPER=0" "-DRENDERER_DX12=0" "-DRENDERER_VULKAN=0" "-DPROJECT_CRYENGINE_GAMEZERO=1"^
%ENGINE_ROOT%
Hi, can you post the content of the cmake log window? I think you have missing dependencies.
For the main branch, some module are brocken/incomplete. Disable the following entries and try again (re-generate):
or via commandline:
- PLUGIN_USERANALYTICS
- PLUGIN_VR_OCULUS
- PLUGIN_VR_OPENVR
- PLUGIN_VR_OSVR
- OPTION_SCALEFORMHELPER
- RENDERER_DX12
- RENDERER_VULKAN
...modules such as Vulkan need additional dependencies they are currently not included in the SDK's folder.Code: Select all
cmake -G "YOUR GENERATOR"^ "-DCMAKE_TOOLCHAIN_FILE=%ENGINE_ROOT%\Tools\CMake\toolchain\windows\WindowsPC-MSVC.cmake"^ "-DPLUGIN_USERANALYTICS=0" "-DPLUGIN_VR_OCULUS=0" "-DPLUGIN_VR_OPENVR=0" "-DPLUGIN_VR_OSVR=0"^ "-DOPTION_SCALEFORMHELPER=0" "-DRENDERER_DX12=0" "-DRENDERER_VULKAN=0" "-DPROJECT_CRYENGINE_GAMEZERO=1"^ %ENGINE_ROOT%
However, after a successful compiling, only the game launcher will running, sandbox needs an update....tested with VS 2017
You likely need to install the third party SDKs. Go to the releases section for Cryengine on GitHub, download the 5.3.3 third party SDKs archive, and extract it to the <repository root>/Code/SDKs folder. Click 'configure' and close CMake. Re-open CMake and you should then be able to generate a solution.
Return to “Programming General”
Users browsing this forum: No registered users and 1 guest