Recommended resolution?

Discuss how to use the Ren'Py engine to create visual novels and story-based games. New releases are announced in this section.
Forum rules
This is the right place for Ren'Py help. Please ask one question per thread, use a descriptive subject like 'NotFound error in option.rpy' , and include all the relevant information - especially any relevant code and traceback messages. Use the code tag to format scripts.
Post Reply
Message
Author
El Presidente
Regular
Posts: 39
Joined: Sun Dec 19, 2010 9:05 am
Contact:

Recommended resolution?

#1 Post by El Presidente » Sun Dec 19, 2010 9:51 am

I am planning for my game to use a 1280 x 1024 resolution as standard, but when I look at other Ren'Py games it seems that the most common is 800 x 600. My question is more or less if there is a good reason for that which I missed or if I can just go ahead and use any resolution?

Since Ren'Py uses OpenGL I guess scaling to smaller sizes should not be a problem even if I am positioning a lot of graphical objects on the background.

IceD
Veteran
Posts: 433
Joined: Sun Feb 01, 2009 6:15 pm
Contact:

Re: Recommended resolution?

#2 Post by IceD » Sun Dec 19, 2010 11:05 am

And you're right, because with OpenGL resolutions shouldn't be that much of a problem and with a bit of thought you can make games both for standard and wide screen aspect, increasing their portability. The only matter is the "crispiness" of art. Smaller images resized by OpenGL will have this blurry look on larger screens. It's a matter of fileszie and graphics choice - you should chose the resolution depending on the style of artists who will be making art for the game - styles with more "artistic", hand drawn feel won't be affected much by the OpenGL prescaling, while vector-based and cell shaded art may truly look a bit worse, when asset sizes are too small; it's not common though, and you should just run a few tests to see how the graphics will look with different resolutions.

For example, take a look at these screens: http://www.dropbox.com/gallery/8974472/ ... a?h=4dfb30.They're from Littlewitch's Girlish Grimoire, and those are by native 800x600 art assets, drawn by OpenGL on 1280x1024 screen. They are hand-drawn high quality art and you can see a bit of blurryness, especially on the edges but it's clearly visible only when you take a closer look and if you'll play quite a distance from your monitor, you won't see any difference at all. There's even not much, if only a little pixellation side-effect from resizing (thanks to bluring).

El Presidente
Regular
Posts: 39
Joined: Sun Dec 19, 2010 9:05 am
Contact:

Re: Recommended resolution?

#3 Post by El Presidente » Sun Dec 19, 2010 12:48 pm

Thanks! Will do some tests when I'm ready for it, but will keep 1280 for now then.

IceD
Veteran
Posts: 433
Joined: Sun Feb 01, 2009 6:15 pm
Contact:

Re: Recommended resolution?

#4 Post by IceD » Sun Dec 19, 2010 1:37 pm

Just remember, that such high resolution graphics will need alot more space than smaller ones. PNG is the one most flexible option to chose from (mostly because of many interesting features and transculency), but higher quality PNG assets weight quite a lot and you will propably need a lot of them; this may have a big impact on the final release of you have to care about the game file size.

Post Reply

Who is online

Users browsing this forum: No registered users