I've searched the forums and read everything on fullscreen, such a simple thing but it's not working for me
I've edited my defaultengine.ini set the res to 1920x1200 i've added a line fullscreen=true under that
I've added
simulated event BeginPlay()
{
ConsoleCommand("setres 1920x1200f");
}
to my gameinfo
I've tried setres 1920x1200f in console when I'm in game window playing
setres command works in that it changes res, but not to fullscreen, still windowed, and the res isn't 1920x1200, cause that would cover my desktop as thats my desktop res, it's something a little less
I've edited my defaultengine.ini set the res to 1920x1200 i've added a line fullscreen=true under that
I've added
simulated event BeginPlay()
{
ConsoleCommand("setres 1920x1200f");
}
to my gameinfo
I've tried setres 1920x1200f in console when I'm in game window playing
setres command works in that it changes res, but not to fullscreen, still windowed, and the res isn't 1920x1200, cause that would cover my desktop as thats my desktop res, it's something a little less
Comment