Search found 9 matches

by 42riccichase
Fri May 30, 2014 11:28 pm
Forum: Ren'Py Questions and Announcements
Topic: Character Side Image Ren'py HELP
Replies: 15
Views: 5977

Re: Character Side Image Ren'py HELP

Thanks for trying. I'm sure I'll figure it out eventually. I guess for now I'll just focus on the story and artwork.
by 42riccichase
Fri May 30, 2014 2:13 pm
Forum: Ren'Py Questions and Announcements
Topic: Character Side Image Ren'py HELP
Replies: 15
Views: 5977

Re: Character Side Image Ren'py HELP

sorry I didn't include the dialogue... my bad, here it is with dialogue # You can place the script of your game in this file. # Declare images below this line, using the image statement. # eg. image eileen happy = "eileen_happy.png" image RoyalE = "Royalentry.png" image forest = ...
by 42riccichase
Fri May 30, 2014 1:45 pm
Forum: Ren'Py Questions and Announcements
Topic: Character Side Image Ren'py HELP
Replies: 15
Views: 5977

Re: Character Side Image Ren'py HELP

Yeah that didn't work... well if you find anything let me know. Thank you for taking the time to help me.
by 42riccichase
Fri May 30, 2014 1:38 pm
Forum: Ren'Py Questions and Announcements
Topic: Character Side Image Ren'py HELP
Replies: 15
Views: 5977

Re: Character Side Image Ren'py HELP

It still wont work... :( I going to try uninstalling and re-installing ren'py but if you have time to look at this maybe I have something in the wrong order... Thanks for the help you've provided so far. # You can place the script of your game in this file. # Declare images below this line, using th...
by 42riccichase
Thu May 29, 2014 4:45 pm
Forum: Ren'Py Questions and Announcements
Topic: Character Side Image Ren'py HELP
Replies: 15
Views: 5977

Re: Character Side Image Ren'py HELP

Thanks for the help, but it's still not working... The image isn't showing up at all... Here's what I have now init: image side e = "chark.png" $ e = Character("E", color="#6495ed", show_side_image=Image("chark.png", xalign=0.0, yalign=1.0)) The name also won'...
by 42riccichase
Wed May 28, 2014 9:42 pm
Forum: Ren'Py Questions and Announcements
Topic: Character Side Image Ren'py HELP
Replies: 15
Views: 5977

Re: Character Side Image Ren'py HELP

I can't seem to figure it out... This is what I have: image side e = ("chark.png") define e = Character('%(e)s',color="#6495ed", show_side_image=Image("chark.png", xalign=0.0, yalign=1.0)) I have issues reading code due to slight dislexia, so if anyone could point me so...
by 42riccichase
Wed May 28, 2014 8:58 pm
Forum: Ren'Py Questions and Announcements
Topic: Character Side Image Ren'py HELP
Replies: 15
Views: 5977

Re: Character Side Image Ren'py HELP

Thanks guys I'll check it out :)
by 42riccichase
Wed May 28, 2014 4:06 pm
Forum: Ren'Py Questions and Announcements
Topic: Character Side Image Ren'py HELP
Replies: 15
Views: 5977

Re: Character Side Image Ren'py HELP

sorry... I don't know how to get to different forums and stuff this is my first time posting on this sight... how do I move it?
by 42riccichase
Wed May 28, 2014 11:46 am
Forum: Ren'Py Questions and Announcements
Topic: Character Side Image Ren'py HELP
Replies: 15
Views: 5977

Character Side Image Ren'py HELP

Hey, I'm very new to Ren'py (and coding in general) and I seem to be having problems getting my main characters picture to appear on the side of the text bar. I've been reading all the websites and tutorials I can find but my code isn't working and I don't know why. Most of my code I got from online...