Questions tagged [cryengine]

CryEngine is a game engine developed by Crytek used for the first-person shooter computer game Far Cry.Now, it is also used for Sniper Warfare Games like Sniper Ghost Warrior 2

CryEngine is a game engine developed by Crytek used for the first-person shooter computer game Far Cry. Unlike other game engines, Cryengine supports photo realism, advanced graphics, advanced physics and complex 3D animations that is demand of today's gaming. One can develop a real world using cryengine just like Crysis 3 and many more games. Cryengine proves to be one of the world's best gaming engine for a game developer as it is loyalty free engine and has all those features that today's gaming industry requires.

38 questions
0
votes
0 answers

Creating a Testing level

Im trying to build my first testing level in Cryengine. Im really new to coding and c++ (basically a baby). I have modelled the island in Cryengine. I want to make a Server for my friend to log in to test If we would be able to run it- I cannot find…
Royalitaz
  • 1
  • 1
0
votes
0 answers

CryEngine Problem Show Blue Lines EveryWhere

I have problem Cry Engine Show Blue line EveryWhere!!! How Can Fix it ?! in Unity & UNIGINE no problem Only CryEngine have this problem. I reinstalled it but not Fixed :(,I reinstalled Windows 10 But Problem Not Changed. HOW CAN FIX THAT ? export…
0
votes
1 answer

Why can't I generate a solution for the C++ project (.cryproject)?

I am a beginner and follow the lessons from the c++ CryEngine documentation. But the problem is that I can't go any further until I generate a solution for the c++ project I don't even have an icon for the corresponding buttons in the menu I can…
0
votes
1 answer

Cryengine 3 Cgf Upload Failed

I see this error when I stage an object that I imported from 3ds max. The error I get is: [Warning] CGF Upload failed : Directory stream 8 cannot be from 32-bit to 16-bit format because it contains directory 65535 [File=demo/3D/Sofa.cgf]. What…
0
votes
0 answers

Build Standalone Release Porject CryEngine V

I'm making my project with CryEngine V (5.5) and I'd like to obtain a release-standalone build. I'm really going crazy with that. My porject is the First Person Shooter template with some dependecies on boost and OpenSSL. I'm able to build the…
Evethir
  • 31
  • 3
0
votes
0 answers

I can't open my scripts using Visual Studio

When I am trying to open my script in CryEngine Window I face this warning in Visual Studio 2017 screenshot How to fix?
jjoook
  • 1
  • 1
0
votes
0 answers

CMake error to build the project with Cyrillic letters

I have error with build my project. I use last CMake version. And CryEngine. "C:\Program Files (x86)\Crytek\CRYENGINE Launcher\Crytek\CRYENGINE_5.3\Tools\CryVersionSelector\cryrun.exe" "build" "C:\Users\HP\Documents\CRYENGINE Projects\My…
0
votes
0 answers

Accessing Variables In Struct Array Outside of Scope

I am brand new to SO, and it all looks very helpful. My code is being used for cryengine, but this seems to be a good all around c++ problem. And lets face it, the official CE forums blow. The trouble I'm having is accessing the const char* variable…
0
votes
2 answers

Vehicles are missing in default CryEngine 5 installation

I installed CryEngine 5 from an official site. Now I want to add a vehicle to a level. As described in Beginners manual, I need to open the Create Object tool, go to Entity and expand Vehicles in the list that appears in the bottom of the tool.…
Skyblade
  • 2,354
  • 4
  • 25
  • 44
0
votes
1 answer

Launch Cryengine Game Engine

https://askubuntu.com/questions/750532/how-to-install-the-cryengine-sdk I followed the above webpage and successfully able to compile source code of Cryengine, now I am having linux_x64_clang_profile folder and i am searching how to start…
Amul Bhatia
  • 154
  • 1
  • 11
0
votes
1 answer

Can we use Video as a Game Environment?

I am going to build a FPS video game. When I developing my game, I got this problem in my mind. Each and every video game developer spend very big time and use a lot of effort to make their game's environment more realistic and life-like. So my…
0
votes
1 answer

Cryengine V missing documentation

I have a few questions about newest cryengine and if somebody encountered with same problems as me. I tried search the web for this, look for answer on cryengine forum, YouTube, etc. but nothing help. Also I tried to submit a new thread on their…
Mat5i6
  • 25
  • 1
  • 6
0
votes
1 answer

Winres.h copilation error in CryEngine EaaS

I am new to Cryengine and I am trying to build custom Game DLL for my game. But first, I tried to compile CryGameZero DLL and I came up with some compilation errors. I am using VS2013 Professional. Error RC1015: cannot open include file 'winres.h'. …
Milos Miskone Sretin
  • 1,748
  • 2
  • 25
  • 46
0
votes
1 answer

Automatically generated WAF solution fails to load

Cryengine as an SDK has recently switched from providing pre-made solutions to forcing developers to use a WAF based build system to automatically generate a visual studio solution. Right now, there's very little communication coming from Crytek…
0
votes
0 answers

Visual Studio loadyng symbols from unexistent symbol path

I can't debug any C++ project because they freeze when I get this: Loading symbols for xyz.exe from symbol path: E:/.... The thing is that I don't have any hard drive with the letter E:, I have tried everything and I do not know what to do!! How…