SCREEN TOO SMALL

This forum is intended to act as technical support for users who have issues or questions regarding the PISD Webstore.
Post Reply
garydanko
Posts: 4
Joined: Sun 01 Jun, 2014 2:54 pm

SCREEN TOO SMALL

Post by garydanko »

DURING THE DOWNLOAD IT SAYS THAT THE SCREEN IS TOO SMALL AND I DONT KNOW WHAT TO DO
User avatar
Paul Norman
Site Admin
Posts: 847
Joined: Thu 21 May, 2009 4:30 pm
Location: Bognor Regis, England
Contact:

Re: SCREEN TOO SMALL

Post by Paul Norman »

Which game/system are you running on?
garydanko
Posts: 4
Joined: Sun 01 Jun, 2014 2:54 pm

Re: SCREEN TOO SMALL

Post by garydanko »

TITLEBOUT 2013 WINDOWS 7
User avatar
Paul Norman
Site Admin
Posts: 847
Joined: Thu 21 May, 2009 4:30 pm
Location: Bognor Regis, England
Contact:

Re: SCREEN TOO SMALL

Post by Paul Norman »

oh, I assume you have a 1024x768 monitor. This is below the min screen size supported by the game. However you should still be able to run the game and the screen will be a little squashed. In some cases you might not see the entire button at the bottom of the screen.

My laptop that I used to build/develop TB2013 has a 768 height screen so I have been using the game with these limitations myself. I don't find them a problem...
garydanko
Posts: 4
Joined: Sun 01 Jun, 2014 2:54 pm

Re: SCREEN TOO SMALL

Post by garydanko »

It has downloaded with 1093 width and 614 height and I cant seem to change it.
garydanko
Posts: 4
Joined: Sun 01 Jun, 2014 2:54 pm

Re: SCREEN TOO SMALL

Post by garydanko »

Is that it am I actually not going to get a resolution
User avatar
Paul Norman
Site Admin
Posts: 847
Joined: Thu 21 May, 2009 4:30 pm
Location: Bognor Regis, England
Contact:

Re: SCREEN TOO SMALL

Post by Paul Norman »

I thought you were up and running... What happens if you ignore the screen size warning and install the game anyway? What happens when you start the game? (please give me exact wording of any errors seen)

in the code the window min limit is set by this line of code:

Code: Select all

if( new_width >= 1024 && new_height >= 600 )
So as you can see your screen of 1093x614 is bigger than the min size the game supports of 1024x600. This means the game should start and run.
Post Reply