Search found 55 matches

by Natsu Dragneel
Sun Aug 13, 2017 7:56 am
Forum: Ren'Py Questions and Announcements
Topic: NVL menu choices spacing problem
Replies: 0
Views: 389

NVL menu choices spacing problem

I managed to adjust the margins of NVL menu choice buttons, but those adjustments made the spacing between said buttons wider. Capture.PNG Also, here's the code used to adjust the margins: style.nvl_menu_choice_button.left_margin = 5 style.nvl_menu_choice_button.top_margin = 250 Can you tell me how ...
by Natsu Dragneel
Thu Aug 10, 2017 8:44 am
Forum: Ren'Py Questions and Announcements
Topic: How to make a specific menu an NVL menu? (SOLVED)
Replies: 3
Views: 1854

Re: How to make a specific menu an NVL menu?

It seems that unlike nvl_menu, ren'py doesn't provide a default constant\reference for the adv_menu (or at least i couldn't find one). However, since we know that ren'py always starts with the adv style menu, we know that the "menu" name must reference the adv menu object, so you can simp...
by Natsu Dragneel
Mon Aug 07, 2017 6:24 am
Forum: Ren'Py Questions and Announcements
Topic: How to make a specific menu an NVL menu? (SOLVED)
Replies: 3
Views: 1854

How to make a specific menu an NVL menu? (SOLVED)

I'm trying to make a VN which uses both ADV menus and NVL menus, but the only way I know how to access the NVL menus is the

Code: Select all

init python:

menu = nvl_menu
which automatically transforms all of my menus into NVL menus and that's NOT what I want.
Can somebody please help me with this?
by Natsu Dragneel
Fri Jun 30, 2017 8:51 am
Forum: Ren'Py Questions and Announcements
Topic: How to remove the tabbing in front of a character in NVL?
Replies: 6
Views: 776

Re: How to remove the tabbing in front of a character in NVL

It solved that problem, but gave me bigger spacing between lines and I don't know how to change the color of the text. I'm just gonna use the legacy interface, the new one has been giving me more trouble than anything else. I will still be stuck with the padding problem though, thnx for trying to he...
by Natsu Dragneel
Wed Jun 28, 2017 4:40 pm
Forum: Ren'Py Questions and Announcements
Topic: How to remove the tabbing in front of a character in NVL?
Replies: 6
Views: 776

Re: How to remove the tabbing in front of a character in NVL

It basically says it's aligned at 1.0: displayable: color u'#3a4bff style nvl_label: minwidth 150 text_align 1.0 but I don't see any option to change it in my screen, options or script file. UPDATE: I've found the option in 00nvl_mode.rpy and have changed the alignment to 0.0 as seen here: # Set up ...
by Natsu Dragneel
Wed Jun 28, 2017 12:52 pm
Forum: Ren'Py Questions and Announcements
Topic: How to remove the tabbing in front of a character in NVL?
Replies: 6
Views: 776

Re: How to remove the tabbing in front of a character in NVL

I've tried, but my script doesn't have this property and I've tried multiple codes already.
by Natsu Dragneel
Wed Jun 28, 2017 10:18 am
Forum: Ren'Py Questions and Announcements
Topic: How to remove the tabbing in front of a character in NVL?
Replies: 6
Views: 776

How to remove the tabbing in front of a character in NVL?

So I've created an NVL screen for my game to serve as IM system, but some characters are moved a bit to the right and I want them to be in a straight column (image below). Is there any way to make that happen?
Yuuko56 is moved to the right automatically while anyami is alright
Yuuko56 is moved to the right automatically while anyami is alright
Capture.PNG (3.21 KiB) Viewed 776 times
Thank you :3
by Natsu Dragneel
Wed Jun 28, 2017 10:03 am
Forum: Ren'Py Questions and Announcements
Topic: My screen script won't work suddenly
Replies: 2
Views: 510

Re: My screen script won't work suddenly

Thank you, I somehow solved the problem, but thank you anyways
by Natsu Dragneel
Tue Jun 06, 2017 7:51 am
Forum: Ren'Py Questions and Announcements
Topic: My screen script won't work suddenly
Replies: 2
Views: 510

My screen script won't work suddenly

I haven't touched my screen file, but somehow now my game gives me an error: I'm sorry, but errors were detected in your script. Please correct the errors listed below, and try again. File "game/screens.rpy", line 29: indentation mismatch. Ren'Py Version: Ren'Py 6.99.12.2.2029 the screen l...
by Natsu Dragneel
Mon Jun 05, 2017 5:10 pm
Forum: Ren'Py Questions and Announcements
Topic: Making an email system?
Replies: 1
Views: 384

Making an email system?

I would very much appreciate if someone could tell me how can I make an emailing system in my game to fit the email GUI I made already. I really need it asap, thnx so much
by Natsu Dragneel
Fri May 12, 2017 11:42 am
Forum: Asset Creation: Art
Topic: I need a simple bedroom bg
Replies: 3
Views: 1461

I need a simple bedroom bg

Hey guys, so here's the thing,
I've been working on a new game (which I'm hopefully gonna finish) with my friend,
but we need a bedroom background to use commercially.
Can you find one? We need it to be teen styled, boyish and it has to have a computer somewhere in it's focus.
Thanks for helping ^-^
by Natsu Dragneel
Wed Feb 01, 2017 3:58 pm
Forum: Creative Commons
Topic: Pls give me a cafe background
Replies: 3
Views: 1708

Re: Pls give me a cafe background

Thank you to everyone
by Natsu Dragneel
Tue Jan 31, 2017 12:01 pm
Forum: Creative Commons
Topic: Pls give me a cafe background
Replies: 3
Views: 1708

Pls give me a cafe background

I am in the early stage of making my VN and I need a cafe or a small cute restaurant background also please make sure it can be used in commercial projects.

Thank you :D
by Natsu Dragneel
Mon Feb 22, 2016 11:42 am
Forum: Ren'Py Questions and Announcements
Topic: Texbox problem
Replies: 3
Views: 458

Re: Texbox problem

Thnx people it worked once I put in 4 spaces :)
by Natsu Dragneel
Sun Feb 21, 2016 12:29 pm
Forum: Ren'Py Questions and Announcements
Topic: Texbox problem
Replies: 3
Views: 458

Texbox problem

Hi, I have a textbox problem. I'm using pre made image (no stretching or deforming). I made it myself and put it into my game folder. Whenever I try to change it in options it gives me unexpected indent error. Here's the code: style.window.background = "textbox.png" ## Margin is space surr...