Displaying both NVL and ADV modes simultaneously

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
GrueDragon
Newbie
Posts: 1
Joined: Thu Nov 30, 2017 8:10 pm
Projects: Dangan Fury, Outchaos Island
Organization: YonicStudios
itch: yonicstudios
Contact:

Displaying both NVL and ADV modes simultaneously

#1 Post by GrueDragon »

I'd like to make a visual novel which displays both NVL and ADV modes, similar to how it is displayed on 999: 9 Hours, 9 Persons, 9 Doors.

Image

I tried following this thread and the threads that it leads to. So far I've managed to customize the NVL screen so that it displays on the lower portion of the screen, but not to display both screens at the same time.

ImageImage

This is the code I added to the NVL screen. The ADV say screen is very similar to this:

Code: Select all

screen nvl(dialogue, items=None):
    
    default new_screen = False
    on "show" action If (new_screen, Hide("say"), Return("1") )
    on "replace" action If (new_screen, Hide("say"), Return("1") )

style nvl_window:
    ysize 256
    yalign 1.0

Any clues on how to make this?

Post Reply

Who is online

Users browsing this forum: Alex