Commandline / DefaultEngine.ini parameters

Hi guys

I have packaged a game and would like to set some engine parameters, preferably in the ini file, but as a startup argument would be ok too for this case.

More precisely, I would like to set the x/y resolution as well as the fullscreen parameters.

I haven’t really found any documentation on this, can anyone point me to a tutorial or relevant docs?

Cheers,
Michael

Got it working for the command line:


open -a UE4Game-Mac-Shipping.app --args ../../../RealisticRendering/RealisticRendering.uproject -ResX=960 -ResY=540 -pak

:slight_smile:

Now, how to to this correctly in the .ini files?