Pink Petal Games

Feedback => Bugs and Game balancing => Topic started by: deltarno on December 18, 2014, 05:25:59 PM

Title: Resolving my resolution
Post by: deltarno on December 18, 2014, 05:25:59 PM
A quick question about resolution;  while I love this game, I keep having to change my screen resolution every time I want to play, since it insists on a very strange too large format.  I've tried to change it with the ScreenMode file, but even though it says this...

// First line is the width and height dimensions, second line is true or false for fullscreen
1360 768
True

It neither goes fullscreen nor to those dimensions.
Any help to this simple problem would be appreciated.
Title: Re: Resolving my resolution
Post by: aevojoey on December 19, 2014, 01:34:07 AM
A quick question about resolution;  while I love this game, I keep having to change my screen resolution every time I want to play, since it insists on a very strange too large format.  I've tried to change it with the ScreenMode file, but even though it says this...

// First line is the width and height dimensions, second line is true or false for fullscreen
1360 768
True

It neither goes fullscreen nor to those dimensions.
Any help to this simple problem would be appreciated.
The ScreenMode file is no longer used.
Screen size and fullscreen are controlled in the config.xml file now.
Title: Re: Resolving my resolution
Post by: deltarno on December 21, 2014, 05:52:47 PM
Yep, that did it, thank you!