FPS cap for the Editor?

0

Is there some way to cap FPS for the editor? I have a noisey GPU and don't need the editor running at 200 FPS. It doesn't obey the nvidia control panel vsync setting.

gefragt vor 7 Jahren166 Aufrufe
9 Antworten
0
Akzeptierte Antwort

I may have found the answer. Console command sys_MaxFPS

beantwortet vor 7 Jahren
0

Good find. That is exactly it.

beantwortet vor 7 Jahren
0

HI,

sys_MaxFPS apparently doesn't do anything to cap the editor. I tried a few values 30, 60 and 144, it doesn't seems change anything. I'm using 1.11.1.0 and the console shows:


sys_maxfps=30
sys_MaxFPS=30 [ ]

The editor still pushing an empty level to highest FPS possible despite sys_maxfps had been changed. GPU runs 100% all the time, which is too noisy and hot.

Can you check with the team @REDACTEDUSER

beantwortet vor 7 Jahren
0

Checking with the team on this @REDACTEDUSER

beantwortet vor 7 Jahren
0

@REDACTEDUSER

beantwortet vor 7 Jahren
0

That's odd! Thanks for keeping us posted on this :D. I've sent this note to the team for further action

beantwortet vor 7 Jahren
0

Good afternoon, Ensure that you have vsync turned OFF in the editor, otherwise the "sys_maxFPS" won't work:

vsync on:

REMOVEDUPLOAD

REMOVEDUPLOAD

vsync off:

REMOVEDUPLOAD

Hope this helps,

-MajorBliss

beantwortet vor 7 Jahren
0

Is there a way to set this by default? When my framerate goes above 200 fps, my mouse look becomes choppy and unusable in the editor. In game, framerate is capped at 60 fps and runs smooth as glass.

beantwortet vor 6 Jahren
0

As stated here you can modify default values for these variables in system.cfg and user.cfg files.

I modified my C:\Amazon\Lumberyard\1.24.1.0\dev\Engine\Config\user.cfg like this and it worked:

--This file allows users to override the system defaults for cvars r_VSync=0 sys_MaxFPS=60

I think this is sort of global default values and can be overridden on per project basis.

beantwortet vor 4 Jahren

Dieser Beitrag ist geschlossen: Das Hinzufügen neuer Antworten, Kommentare und Abstimmungen ist deaktiviert.