How do I hide the info window in a prebuilt assembly?

0

How do I hide the info window in a prebuilt assembly (Export to Engine)? REMOVEDUPLOAD I don't need it to be visible to an ordinary player, because there is no point in that. And also, is it possible to leave only the FPS visibility and how to regulate it? I want to make sure that by pressing some keyboard key, you can show and hide the FPS value maybe there is some kind of console variable ...

asked 3 years ago218 views
4 Answers
0
Accepted Answer

Thank you for your help! I found information in the documentation. There are many console variables, but the one that disables the window is

r_DisplayInfo 0

https://docs.aws.amazon.com/lumberyard/latest/userguide/debugging-intro.html

answered 3 years ago
0

REMOVEDUPLOAD I'm thinking if u toggle the ! button to clear the screen of the output it should not show up in the build. and as far as fps go if the game is going to be on steam, steam has the option to turn on fps.

answered 3 years ago
0

this does not workREMOVEDUPLOAD REMOVEDUPLOAD

answered 3 years ago
0

I read on here a long time ago that the solution was to do what I posted. Maybe if u go digging into your .cfg files u can change a variable to turn it off. I'm at work so can't look. Maybe it's something silly like you needed to save project before exporting to commit the change.

answered 3 years ago

This post is closed: Adding new answers, comments, and votes is disabled.