Search found 7 matches

by I_Am_Boredom
Mon Dec 07, 2020 4:34 pm
Forum: Ren'Py Questions and Announcements
Topic: Move Namebox Offscreen Before Updating Name
Replies: 2
Views: 602

Move Namebox Offscreen Before Updating Name

Hey everyone! I have a question on how to do this. I'm trying to replicate the GUI of a video game, namely Danganronpa 2. Everything looks good in a screenshot, but I just have a small question with the polish. screenshot0080.png Whenever the namebox (vertically on the left) is updated to a new name...
by I_Am_Boredom
Sat Nov 07, 2020 1:24 pm
Forum: Ren'Py Questions and Announcements
Topic: (FIXED) Recursive Styles Error Upon Returning to Main Menu
Replies: 3
Views: 563

Re: Recursive Styles Error Upon Returning to Main Menu

The only things I've typed like that would be

Code: Select all

if style.namebox is not style.namebox.PLAIN
So I don't think I've done anything wrong.
by I_Am_Boredom
Sat Nov 07, 2020 10:56 am
Forum: Ren'Py Questions and Announcements
Topic: (FIXED) Recursive Styles Error Upon Returning to Main Menu
Replies: 3
Views: 563

(FIXED) Recursive Styles Error Upon Returning to Main Menu

Hey everyone! I'm having some problems with my nameboxes. They throw a recursive style error upon returning to the menu, with this error: I'm sorry, but an uncaught exception occurred. While running game code: Exception: style plain_namebox is part of a loop of recursive styles (is one of its own pa...
by I_Am_Boredom
Sun Nov 01, 2020 6:40 pm
Forum: Ren'Py Questions and Announcements
Topic: How to make automatically scrolling viewport?
Replies: 5
Views: 441

Re: How to make automatically scrolling viewport?

I'm not really familiar with Dangonronpa, so I have no idea what you mean. One thing to ask is when do you want the viewport to scroll? Like when a button is clicked? If that's the case, something like this should do the trick. screen something(): viewport: id "vp" $ vp = renpy.get_widget...
by I_Am_Boredom
Sun Nov 01, 2020 6:39 pm
Forum: Ren'Py Questions and Announcements
Topic: How to make automatically scrolling viewport?
Replies: 5
Views: 441

Re: How to make automatically scrolling viewport?

I don't recall any moving text in danganronpa 2, can you provide a visual example? The music indicator in the top left. It constantly moves to show the song name. https://gematsu.com/wp-content/uploads/2014/08/DGR2_08-16-14.jpg I have basically the rest of the GUI completed (it's a replication proj...
by I_Am_Boredom
Sun Nov 01, 2020 5:36 pm
Forum: Ren'Py Questions and Announcements
Topic: How to make automatically scrolling viewport?
Replies: 5
Views: 441

How to make automatically scrolling viewport?

Hi, I'm trying to make a GUI similar to that of Super Danganronpa 2, and one of the things done there is one part of the GUI is moving text within a set boundary, specifically a triangle shape.

How do I do this? I'm doing my best but I'm doing this from scratch.

:o Thanks for replying in advance!