Making the NVL screen invisible

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
Lightworker
Regular
Posts: 104
Joined: Sun Dec 13, 2015 2:06 pm
Projects: Detroit.exe
Discord: Happiness+#1168
Contact:

Making the NVL screen invisible

#1 Post by Lightworker »

How do I make the NVL textbox completely invisible?
Hide window does not work.
I want it invisible so that I could play a movie without that tint over the it.

User avatar
papiersam
Veteran
Posts: 231
Joined: Fri Aug 12, 2016 2:24 pm
Completed: Gem Hunt Beta, 1/Probably, Animunch
Projects: The Panda Who Dreamed
Contact:

Re: Making the NVL screen invisible

#2 Post by papiersam »

Do you mean make the NVL window background transparent? For that, you could use:

Code: Select all

init python:
    style.nvl_window.background = "nvl_window.png"
Where "nvl_window.png" is a completely transparent image.

If you want to completely remove the NVL window:

Code: Select all

    nvl clear #clears the nvl

    window hide #hides the window
After the show window statement, aligned indented and all.

Hope that helps.
Attachments
nvl_window.png
(3.38 KiB) Not downloaded yet

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: Making the NVL screen invisible

#3 Post by Donmai »

I believe

Code: Select all

style nvl_window:
    background None
will also do the job.
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: Ahrefs [Bot], geoWaffle, Google [Bot]