Search found 5 matches

by NEOTH1X_
Sun Apr 04, 2021 5:57 am
Forum: Works in Progress
Topic: Honeydew [VN] [Free to Play] [Slice of Life]
Replies: 0
Views: 934

Honeydew [VN] [Free to Play] [Slice of Life]

THIS GAME IS STILL IN EARLY DEVELOPMENT. PLEASE CHECK MY DEVLOGS ON ITCH.IO FOR MORE INFO! Alexander finds his old diary, one in which he wrote during high school. It takes him back to his teenage years, and all his experiences with friends and romance. But, where did it all go wrong? screenshot000...
by NEOTH1X_
Fri Apr 02, 2021 2:22 am
Forum: Ren'Py Questions and Announcements
Topic: How to change namebox depending on character
Replies: 1
Views: 716

How to change namebox depending on character

Hello!
So as the subject says, how do I code renpy so that the name box changes depending on the character speaking? I felt like this would suit my game better than just changing the text colour.
Thank you!
by NEOTH1X_
Mon Dec 21, 2020 8:39 am
Forum: Ren'Py Questions and Announcements
Topic: ValueError: need more than 2 values to unpack
Replies: 1
Views: 334

ValueError: need more than 2 values to unpack

So, I'm still a beginner when it comes to Ren'py and I get very confused when it comes to screens. And I've been trying to make an imagemap that shows another screen, but I keep having an error. I did see another post on this error but I can't comprehend the language haha. I will list the traceback ...
by NEOTH1X_
Sat Dec 19, 2020 11:30 pm
Forum: Ren'Py Questions and Announcements
Topic: How to outline interface text?
Replies: 2
Views: 434

Re: How to outline interface text?

gas wrote: Sat Dec 19, 2020 1:09 pm

Code: Select all

style gui_text:
    properties gui.text_properties("interface")
    outlines [(2,"#d474ae",0,0)]
It works! Thank you!
by NEOTH1X_
Sat Dec 19, 2020 8:25 am
Forum: Ren'Py Questions and Announcements
Topic: How to outline interface text?
Replies: 2
Views: 434

How to outline interface text?

Hi! I'm a beginner when it comes to Ren'py, and at the moment I want to outline the GUI interface text but I can't figure out how. Is it possible and if so, how do you code it? (I want to make the main menu text to #d474ae)