Remove dialog HUD

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
neometalero
Regular
Posts: 198
Joined: Sun Oct 23, 2016 3:51 am
Completed: My Dream Sport Dating Simulator, Attack Helicopter Dating Simulator
Projects: My Dream Sport Dating Simulator, Attack Helicopter Dating Simulator
Deviantart: neometalero
Contact:

Remove dialog HUD

#1 Post by neometalero »

I want to know how to remove the dialog HUD in one scene.

Image
Working on many weird narrative games at Curse Box Studios
Image
https://www.curseboxstudios.com/

User avatar
xela
Lemma-Class Veteran
Posts: 2481
Joined: Sun Sep 18, 2011 10:13 am
Contact:

Re: Remove dialog HUD

#2 Post by xela »

Like what we're doing? Support us at:
Image

User avatar
neometalero
Regular
Posts: 198
Joined: Sun Oct 23, 2016 3:51 am
Completed: My Dream Sport Dating Simulator, Attack Helicopter Dating Simulator
Projects: My Dream Sport Dating Simulator, Attack Helicopter Dating Simulator
Deviantart: neometalero
Contact:

Re: Remove dialog HUD

#3 Post by neometalero »

I tried to use this but it just jump right trough my scene (Brillo) and goes to the next one.

Code: Select all

label creditosAHDS:
    scene Brillo
    window hide dissolve
What im doing wrong? I just want to stay in the scene Brillo without any text hud for a few seconds.
Working on many weird narrative games at Curse Box Studios
Image
https://www.curseboxstudios.com/

User avatar
Divona
Miko-Class Veteran
Posts: 678
Joined: Sun Jun 05, 2016 8:29 pm
Completed: The Falconers: Moonlight
Organization: Bionic Penguin
itch: bionicpenguin
Contact:

Re: Remove dialog HUD

#4 Post by Divona »

neometalero wrote:I tried to use this but it just jump right trough my scene (Brillo) and goes to the next one.

Code: Select all

label creditosAHDS:
    scene Brillo
    window hide dissolve
What im doing wrong? I just want to stay in the scene Brillo without any text hud for a few seconds.
You will have to pause, else the script will just keep on going.

Code: Select all

label creditosAHDS:
    scene Brillo
    window hide dissolve
    $ renpy.pause(3) ## pause the scene for 3 seconds before continue
Completed:
Image

User avatar
neometalero
Regular
Posts: 198
Joined: Sun Oct 23, 2016 3:51 am
Completed: My Dream Sport Dating Simulator, Attack Helicopter Dating Simulator
Projects: My Dream Sport Dating Simulator, Attack Helicopter Dating Simulator
Deviantart: neometalero
Contact:

Re: Remove dialog HUD

#5 Post by neometalero »

Divona wrote:
neometalero wrote:I tried to use this but it just jump right trough my scene (Brillo) and goes to the next one.

Code: Select all

label creditosAHDS:
    scene Brillo
    window hide dissolve
What im doing wrong? I just want to stay in the scene Brillo without any text hud for a few seconds.
You will have to pause, else the script will just keep on going.

Code: Select all

label creditosAHDS:
    scene Brillo
    window hide dissolve
    $ renpy.pause(3) ## pause the scene for 3 seconds before continue

Tks, now it worked. Just one final question. How can I block the player from skipping the scene doing click? So they have to sit throw the 3 seconds?
Working on many weird narrative games at Curse Box Studios
Image
https://www.curseboxstudios.com/

User avatar
xela
Lemma-Class Veteran
Posts: 2481
Joined: Sun Sep 18, 2011 10:13 am
Contact:

Re: Remove dialog HUD

#6 Post by xela »

Code: Select all

$ renpy.pause(3, hard=True)
Like what we're doing? Support us at:
Image

User avatar
neometalero
Regular
Posts: 198
Joined: Sun Oct 23, 2016 3:51 am
Completed: My Dream Sport Dating Simulator, Attack Helicopter Dating Simulator
Projects: My Dream Sport Dating Simulator, Attack Helicopter Dating Simulator
Deviantart: neometalero
Contact:

Re: Remove dialog HUD

#7 Post by neometalero »

xela wrote:

Code: Select all

$ renpy.pause(3, hard=True)
Tks , that worked just fine.
Working on many weird narrative games at Curse Box Studios
Image
https://www.curseboxstudios.com/

Post Reply

Who is online

Users browsing this forum: Ahrefs [Bot]