Hi!
I’m trying to package my project but some settings can’t be applied. I have some Engine render settings in my DefaultEngine.ini file like this:
[/Script/Engine.RendererSettings]
r.ScreenPercentage=150
…
…
But when I try the package project my game does not look like the editor. Checking the log file of the game I saw this:
[2016.09.14-10.28.53:760] 0]LogConsoleManager:Warning: Setting the console variable ‘r.ScreenPercentage’ with ‘SetByScalability’ was ignored as it is lower priority than the previous ‘SetByProjectSetting’
[2016.09.14-10.28.53:760] 0]LogConsoleManager:Warning: Setting the console variable ‘r.PostProcessAAQuality’ with ‘SetByScalability’ was ignored as it is lower priority than the previous ‘SetByProjectSetting’
[2016.09.14-10.28.53:760] 0]LogConsoleManager:Warning: Setting the console variable ‘r.LightFunctionQuality’ with ‘SetByScalability’ was ignored as it is lower priority than the previous ‘SetByProjectSetting’
…
…
…
Any idea about how to fix it??
Thanks