Image Sizes

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
Xino

Image Sizes

#1 Post by Xino »

I tried looking around before posting this because I really don't want to ask a question if it's already been answered. But alas, I haven't found anything and I'm tired of searching... So here it goes...

About Images:
What sizes do they need to be for characters and BGs alike?

Can I use any file type? Or should I just stick with .png?

Please forgive me if I've asked something silly.

User avatar
mugenjohncel
Hentai Poofter
Posts: 2121
Joined: Sat Feb 04, 2006 11:13 pm
Organization: Studio Mugenjohncel
Location: Philippines
Contact:

Re: Image Sizes

#2 Post by mugenjohncel »

Xino wrote:What sizes do they need to be for characters and BGs alike?
For BG's I suggest you stick to standard LCD sizes like...

Code: Select all

800x600 pixels
960x600 pixels
1024x768 pixels
Of course you could make larger ones but I do suggest you stick to either 800x600 pixels or 1024x768 pixels for maximum compatibility...

Also, you should tell ren'py which screensize you are using... so things will display properly...

Code: Select all

init -1 python hide:
    config.developer = True
    config.screen_width = 800
    config.screen_height = 600
For Character Sprites... sky is the limit... but I really do recommend something within bounds of your screen...

"POOF" (Disappears)

Hime
Veteran
Posts: 384
Joined: Thu Jun 01, 2006 12:46 pm
Projects: Project Nattsu, Take Rena Home
Contact:

Re: Image Sizes

#3 Post by Hime »

Xino wrote:Can I use any file type? Or should I just stick with .png?
You can use a lot of file types in Ren'Py. As a file type, PNG is nice for having good quality and partial transparency, but note that it might not be wise to use it for all graphics because of the size of PNG files. It is good for sprites, since they usually need partial transparency for the borders, but JPG is often better for backgrounds and CGs since it can take a lot less space (remember to compress your files!) and there is no need for transparency. It is good to keep the size of your image files as small as possible so that your game will be easy and quick to download, even for people with slow connections. :)
Image

Xino

Yay!

#4 Post by Xino »

Thank you both so much! It's great how you both answered the questions separately, lol. I'm very thankful you replied. Now back to work for me... There are romances to be born!! --Evil laughter--

Thanks again.

Xino
Regular
Posts: 78
Joined: Tue Jun 23, 2009 12:26 pm
Projects: W.I.P. Love Demon
Contact:

Re: Image Sizes

#5 Post by Xino »

I made an actual account, now let's do this!!
Want something drawn? Just ask~! I love to draw! Free of charge!

I <3 Ctrl+Z

Post Reply

Who is online

Users browsing this forum: No registered users