Search found 95 matches

by Skaiya
Wed Sep 26, 2012 12:59 pm
Forum: Ren'Py Questions and Announcements
Topic: [Solved] Problem, Side Image stays on the screen
Replies: 10
Views: 2116

Re: Problem, Side Image stays on the screen

The code for say and nvl screens is in "screens.rpy". And if you didn't change it everything should work fine. In your code there is no side image for bunny-character. Sidenote, you have "bunny_normal" and "bunny_happy" images - they will not replace eachother as you c...
by Skaiya
Wed Sep 26, 2012 8:15 am
Forum: Ren'Py Questions and Announcements
Topic: [Solved] Problem, Side Image stays on the screen
Replies: 10
Views: 2116

Re: Problem, Side Image stays on the screen

# Images image felenoira_normal = "felenoira ys novel v2.png" image bg_blocks = "blokjes spel.png" image side felenoira = "felenoira side.png" image bunny_normal = "the bunny girl.png" image bunny_happy = "the bunny girl2.png" # characters define f ...
by Skaiya
Wed Sep 26, 2012 7:42 am
Forum: Ren'Py Questions and Announcements
Topic: [Solved] Problem, Side Image stays on the screen
Replies: 10
Views: 2116

Re: Problem, Side Image stays on the screen

As documentation said "The position of the side image can be changed by customizing the say or nvl screens." http://www.renpy.org/doc/html/side_image.html#leaving-room-customization I looked there and got the code I have shown above but I get confused with the last 2 codes and I don't kno...
by Skaiya
Wed Sep 26, 2012 5:29 am
Forum: Ren'Py Questions and Announcements
Topic: [Solved] Problem, Side Image stays on the screen
Replies: 10
Views: 2116

Re: Problem, Side Image stays on the screen

config.side_image_tag = "felenoira" That basically means "always use a side image with the tag 'felenoria', regardless of who is speaking". It sounds like that isn't what you want; I'm having trouble following your description of how you want it to work. I had trouble showing a ...
by Skaiya
Tue Sep 25, 2012 5:52 pm
Forum: Ren'Py Questions and Announcements
Topic: [Solved] Problem, Side Image stays on the screen
Replies: 10
Views: 2116

[Solved] Problem, Side Image stays on the screen

Hello there^^ Sorry if the question was already asked I tried to find it but maybe I typed in the wrong words.. Ok so here is the problem: I recently started to use Ren'Py and I added a Side Image when one of the characters was talking. But when someone else was on the screen the Side Image stays on...