Search found 13 matches

by sandman12456
Sun Sep 24, 2017 8:14 am
Forum: Ren'Py Questions and Announcements
Topic: How do I display a bar's value? [Solved]
Replies: 7
Views: 1392

Re: How do I display a bar's value? [Solved]

Perfect thank you so much for all of your help!
by sandman12456
Sat Sep 23, 2017 5:28 pm
Forum: Ren'Py Questions and Announcements
Topic: How do I display a bar's value? [Solved]
Replies: 7
Views: 1392

Re: How do I display a bar's value? [Solved]

I tried reading the persistent variables page you linked to figure it out but i'm a little confused on how I actually make these persistent?
by sandman12456
Fri Sep 22, 2017 11:01 pm
Forum: Ren'Py Questions and Announcements
Topic: How do I display a bar's value? [Solved]
Replies: 7
Views: 1392

Re: How do I display a bar's value?

Hey thanks a lot that worked great! Do you happen to know how I can save the value? or should I start a new thread for that?
by sandman12456
Fri Sep 22, 2017 8:47 pm
Forum: Ren'Py Questions and Announcements
Topic: How do I display a bar's value? [Solved]
Replies: 7
Views: 1392

How do I display a bar's value? [Solved]

I'm having a hard time figuring this out. First of all here is a picture of what I am trying to do: https://imgur.com/a/YWHMs I've made a bar using the following code: init: $One = 0 hbox: bar value VariableValue("One", 100): xalign 0.0 yalign 0.0 xmaximum 400 ymaximum 15 left_bar Frame(&q...
by sandman12456
Thu Sep 07, 2017 2:32 pm
Forum: Ren'Py Questions and Announcements
Topic: [solved]Displaying dialogue and choices together
Replies: 2
Views: 339

Re: Displaying dialogue and choices together

OH! my gosh I can't believe it was so simple the whole time! Haha wow thank you so much.
by sandman12456
Thu Sep 07, 2017 9:00 am
Forum: Ren'Py Questions and Announcements
Topic: [solved]Displaying dialogue and choices together
Replies: 2
Views: 339

[solved]Displaying dialogue and choices together

I'm trying to make it so that when my choices come up they appear on screen with the dialogue. The tutorial has an example of it but for life of me I can't figure out how to do it. I want my choices to appear above the dialogue box like this image shows: https://imgur.com/ncFpkt4 but when my choices...
by sandman12456
Wed May 18, 2016 7:03 pm
Forum: Ren'Py Questions and Announcements
Topic: Speakers name in a separate screen from what they're saying?
Replies: 6
Views: 515

Re: Speakers name in a separate screen from what they're say

I originally had the whole thing except for the quick menu as one image, so before I could fix it I had to separate the images. Now they're all put in place with padding and margins. I have no idea how to make the background stay without a speaker, so until I learn an alternative, having an invisibl...
by sandman12456
Wed May 18, 2016 4:41 pm
Forum: Ren'Py Questions and Announcements
Topic: Speakers name in a separate screen from what they're saying?
Replies: 6
Views: 515

Re: Speakers name in a separate screen from what they're say

We have liftoff! It took me quite a bit of hunting to figure this out, plus I had to redo some of my pictures to fit with the changes, but its exactly how it should be now! Once I got the styling set I still had an issue where the top left part wouldn't appear if there was no speaker, but I ended up...
by sandman12456
Tue May 17, 2016 6:27 am
Forum: Ren'Py Questions and Announcements
Topic: Speakers name in a separate screen from what they're saying?
Replies: 6
Views: 515

Re: Speakers name in a separate screen from what they're say

Hey thanks for the reply! I'm really really new with all of this so I have to ask, where should I be changing stuff to style it properly?
by sandman12456
Mon May 16, 2016 3:29 pm
Forum: Ren'Py Questions and Announcements
Topic: Speakers name in a separate screen from what they're saying?
Replies: 6
Views: 515

Speakers name in a separate screen from what they're saying?

Hi there! I'm trying to put the display for the person who's speaking into a separate screen from what they're saying. I've looked around and played around with stuff but I honestly have no idea how to do it heh. Here's a picture comparison of the original and where I'm at in my Ren'Py version. http...
by sandman12456
Sun May 15, 2016 6:31 pm
Forum: Ren'Py Questions and Announcements
Topic: [Solved]Displaying an image instead of the character name?
Replies: 1
Views: 261

Re: Displaying an image instead of the character name?

After some lucky google results I figured it out! In my script I had to use show_who_image='image.png' ex: define Y = Character(show_who_image='speakername/yuuichi.png') In my say screen I had to add who_image=None ex: screen say(who, what, side_image=None, two_window=False, who_image=None): I also ...
by sandman12456
Sun May 15, 2016 5:47 pm
Forum: Ren'Py Questions and Announcements
Topic: [Solved]Displaying an image instead of the character name?
Replies: 1
Views: 261

[Solved]Displaying an image instead of the character name?

Hi there, I'm sorry if this has been asked before but i'm having a hard time finding the information. In the script when I define characters I can make their name appear when they're speaking, and I can change the color of the text that it appears as like so: "define e = Character('Eileen', col...