New NVL Scrolling [solved]

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
saguaro
Miko-Class Veteran
Posts: 560
Joined: Sun Feb 12, 2012 9:17 am
Completed: Locked-In, Sunrise, The Censor
Organization: Lucky Special Games
itch: saguarofoo
Location: USA
Contact:

New NVL Scrolling [solved]

#1 Post by saguaro »

I'm working with the new GUI NVL and having a hard time understanding how to display more than 6 lines. Could someone advise? I know this is something obvious I'm just not getting.
screenshot0001.png
Last edited by saguaro on Wed May 03, 2017 9:49 am, edited 1 time in total.

User avatar
Scribbles
Miko-Class Veteran
Posts: 636
Joined: Wed Sep 21, 2016 4:15 pm
Completed: Pinewood Island, As We Know It
Projects: In Blood
Organization: Jaime Scribbles Games
Deviantart: breakfastdoodles
itch: scribbles
Location: Ohio
Contact:

Re: New NVL Scrolling

#2 Post by Scribbles »

I *think* it's under screeny, NVL,

Code: Select all

## This controls the maximum number of NVL-mode entries that can be displayed at
## once.
define config.nvl_list_length = 6 #but you also have to adjust the textbox or it'll bleed out
the NVL textbox:

Code: Select all

style nvl_window:
    xfill True
    yfill True

    background "gui/nvl_custom.png" <-- the image you use as the text box
    padding gui.nvl_borders.padding
I'm not sure what else you'd have to fiddle with to get it to work
Image - Image -Image

User avatar
saguaro
Miko-Class Veteran
Posts: 560
Joined: Sun Feb 12, 2012 9:17 am
Completed: Locked-In, Sunrise, The Censor
Organization: Lucky Special Games
itch: saguarofoo
Location: USA
Contact:

Re: New NVL Scrolling

#3 Post by saguaro »

nvl_list_length is it! Thank you!!

Post Reply

Who is online

Users browsing this forum: Bing [Bot]