Search found 6 matches

by ohmysquidmuffins
Fri Jun 29, 2012 4:33 pm
Forum: Ren'Py Questions and Announcements
Topic: Problem with character graphic not working(solved)
Replies: 11
Views: 1366

Re: Problem with character graphic not working

Alex wrote:Err, two silly questions - 1) do you have any code after <show ciel>? 2) what is the actual size of "ciel_neutral.jpg"
1) No
2) 355X320
by ohmysquidmuffins
Fri Jun 29, 2012 1:21 pm
Forum: Ren'Py Questions and Announcements
Topic: Problem with character graphic not working(solved)
Replies: 11
Views: 1366

Re: Problem with character graphic not working

Showsni wrote:When you say "made it transparent" I assume you just mean the bit around the picture, and not that you made the entire image transparent...
Correct.
by ohmysquidmuffins
Fri Jun 29, 2012 1:20 pm
Forum: Ren'Py Questions and Announcements
Topic: Problem with character graphic not working(solved)
Replies: 11
Views: 1366

Re: Problem with character graphic not working

TrickWithAKnife wrote:This code is fine:

Code: Select all

image ciel = "ciel_neutral.jpg"
Same with this:

Code: Select all

    show ciel
Sounds like the problem is with your image. Would you like to upload it so we can check?
It's fixed ^_^
by ohmysquidmuffins
Fri Jun 29, 2012 1:09 pm
Forum: Ren'Py Questions and Announcements
Topic: Problem with character graphic not working(solved)
Replies: 11
Views: 1366

Re: Problem with character graphic not working

It's possible there's something wrong with your image; try using sylvie_smile.png from "The Question" instead of your scanned image. If you can't get that to work either, there's probably a mistake in your script; if you're not sure where the issue is, please attach your complete script.r...
by ohmysquidmuffins
Thu Jun 28, 2012 9:51 pm
Forum: Ren'Py Questions and Announcements
Topic: Problem with character graphic not working(solved)
Replies: 11
Views: 1366

Re: Problem with character graphic not working

shuen wrote:It should be
image ciel = Image("ciel_neutral.jpg")
show ciel
It still isn't showing up :(
by ohmysquidmuffins
Thu Jun 28, 2012 9:43 pm
Forum: Ren'Py Questions and Announcements
Topic: Problem with character graphic not working(solved)
Replies: 11
Views: 1366

Problem with character graphic not working(solved)

Okay, so I'll start off by saying I'm very, very new to this program. I like drawing, so I went ahead and drew a character for game. I scanned it, went on photoshop and made it transparent, saved it as a jpg and put it in the game directory. I tried to put it in my game and when I launched it, only ...