In folder "C:\Users\MyUserName\AppData\Local\spacegame\Saved\Config\WindowsNoEditor" exist Engine.ini file with following content:
Code:
[Core.System]
Paths=../../../Engine/Content
Paths=%GAMEDIR%Content
Paths=../../../Engine/Plugins/2D/Paper2D/Content
Paths=../../../Engine/Plugins/Runtime/Coherent/CoherentUIGTPlugin/Content
Paths=../../../spacegame/Plugins/Wwise/Content
I try add "AspectRatio_MaintainXFOV"
Code:
[Core.System]
Paths=../../../Engine/Content
Paths=%GAMEDIR%Content
Paths=../../../Engine/Plugins/2D/Paper2D/Content
Paths=../../../Engine/Plugins/Runtime/Coherent/CoherentUIGTPlugin/Content
Paths=../../../spacegame/Plugins/Wwise/Content
AspectRatio_MaintainXFOV
It's absolutly no effect. After launch game, Engine.ini was reverted to initial state.
P.S. Sorry for my english.