Greetings,
I'm attempting to hide the display information (FPS, etc) when I click launch game. I've used the console command to hide it in the sandbox, but that's not translating to the actual game, let alone the final build.
Thanks.
Re: Is there a way to hide display info EVERYWHERE instead of just in the Sandbox?
#2Hello!
You can disable the display a couple of ways.
If you press the grave accent/tilde key, you get the console where you can type r_displayinfo = 0.
The other option is to create a user.cfg file (just a text file saved as user.cfg) inside your root folder, where you can put in console_variables to be run. Add the r_displayinfo = 0 to it.
Here's some more info on CVars and Config files: https://docs.cryengine.com/pages/viewpa ... d=25535264
You can disable the display a couple of ways.
If you press the grave accent/tilde key, you get the console where you can type r_displayinfo = 0.
The other option is to create a user.cfg file (just a text file saved as user.cfg) inside your root folder, where you can put in console_variables to be run. Add the r_displayinfo = 0 to it.
Here's some more info on CVars and Config files: https://docs.cryengine.com/pages/viewpa ... d=25535264