How to make editor boot with a locked FPS?

I know the command in the console is t.MaxFPS 30, etc. but how do I make the editor load with this command, instead of adding it every time?

thanks

Here is some useful information

Console Variables

The summary is that you can set up your default console variables in your “Engine/Config/ConsoleVariables.ini”

I doubled checked that this does work for your t.MaxFPS. :slight_smile:

Hope that answers your question. Good luck.

thanks, I got it to work by adding t.MaxFPS=30 in the consolevairables.ini (4.1 directory).

Awesome, glad you got it working.

works perfectly, I tried other places but this one seems the only granted to work, my video card breaks specular light even with latest nvidia drivers for its model, so this also worked ShowFlag.Specular=0 thx!