How do you make the dialogue box stay?

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
User avatar
anlo09
Newbie
Posts: 18
Joined: Fri Feb 21, 2014 9:45 pm
Projects: Music is Everything [GxB][KN][Classical Music] Idol [GxB][Otome][Visual Novel]
IRC Nick: Anneloe
Location: SOMEWHERE OVER THE RAINBOW
Contact:

How do you make the dialogue box stay?

#1 Post by anlo09 »

Hey, I just wanted to ask how to make the dialogue box to stay while the characters are changing emotions or moving, because when I am making my VN the dialogue box keeps disappearing for milliseconds... Please help... Thanks.

User avatar
Googaboga
Eileen-Class Veteran
Posts: 1395
Joined: Wed Dec 12, 2012 1:37 pm
Completed: https://gbpatch.itch.io/
Projects: Floret Bond, XOXO Blood Droplets, Our Life
Organization: GB Patch Games
Tumblr: gb-patch
itch: gbpatch
Contact:

Re: How do you make the dialogue box stay?

#2 Post by Googaboga »

Try adding:

Code: Select all

window show 
Before moving the character or changing their emotion.
In-Progress:
Floret Bond, XOXO Blood Droplets, Our Life
Released:
A Foretold Affair, My Magical Divorce Bureau, XOXO Droplets, Lake of Voices

Asceai
Eileen-Class Veteran
Posts: 1258
Joined: Fri Sep 21, 2007 7:13 am
Projects: a battle engine
Contact:

Re: How do you make the dialogue box stay?

#3 Post by Asceai »

Try the new

Code: Select all

window auto
statement, added in Ren'Py 6.17.0. It should cause the window to stay visible until you use a 'scene' command. This might be preferable to 'window show' because you only need to use it once.

User avatar
Googaboga
Eileen-Class Veteran
Posts: 1395
Joined: Wed Dec 12, 2012 1:37 pm
Completed: https://gbpatch.itch.io/
Projects: Floret Bond, XOXO Blood Droplets, Our Life
Organization: GB Patch Games
Tumblr: gb-patch
itch: gbpatch
Contact:

Re: How do you make the dialogue box stay?

#4 Post by Googaboga »

^That sounds nifty :0.
In-Progress:
Floret Bond, XOXO Blood Droplets, Our Life
Released:
A Foretold Affair, My Magical Divorce Bureau, XOXO Droplets, Lake of Voices

User avatar
anlo09
Newbie
Posts: 18
Joined: Fri Feb 21, 2014 9:45 pm
Projects: Music is Everything [GxB][KN][Classical Music] Idol [GxB][Otome][Visual Novel]
IRC Nick: Anneloe
Location: SOMEWHERE OVER THE RAINBOW
Contact:

Re: How do you make the dialogue box stay?

#5 Post by anlo09 »

Asceai wrote:Try the new

Code: Select all

window auto
statement, added in Ren'Py 6.17.0. It should cause the window to stay visible until you use a 'scene' command. This might be preferable to 'window show' because you only need to use it once.
Where should I put that? In the options, or script? Thanks in advance.

Asceai
Eileen-Class Veteran
Posts: 1258
Joined: Fri Sep 21, 2007 7:13 am
Projects: a battle engine
Contact:

Re: How do you make the dialogue box stay?

#6 Post by Asceai »

In the script.

User avatar
anlo09
Newbie
Posts: 18
Joined: Fri Feb 21, 2014 9:45 pm
Projects: Music is Everything [GxB][KN][Classical Music] Idol [GxB][Otome][Visual Novel]
IRC Nick: Anneloe
Location: SOMEWHERE OVER THE RAINBOW
Contact:

Re: How do you make the dialogue box stay?

#7 Post by anlo09 »

Thanks, but how about the name box? It also keeps disappearing...

User avatar
Donmai
Eileen-Class Veteran
Posts: 1960
Joined: Sun Jun 10, 2012 1:45 am
Completed: Toire No Hanako, Li'l Red [NaNoRenO 2013], The One in LOVE [NaNoRenO 2014], Running Blade [NaNoRenO 2016], The Other Question, To The Girl With Sunflowers
Projects: Slumberland
Location: Brazil
Contact:

Re: How do you make the dialogue box stay?

#8 Post by Donmai »

And old remedy that should still work:

Code: Select all

label start:

    $ _window_during_transitions = True
    # Rest of your game...
Image
No, sorry! You must be mistaking me for someone else.
TOIRE NO HANAKO (A Story About Fear)

Post Reply

Who is online

Users browsing this forum: No registered users