Search found 7 matches

by SlayerGG
Tue Sep 07, 2021 8:34 am
Forum: Completed Games
Topic: The Delusion of Dream [Romance] [Free] [RUS-ENG-JP]
Replies: 0
Views: 1729

The Delusion of Dream [Romance] [Free] [RUS-ENG-JP]

https://i.imgur.com/dmeo5PG.png A hot summer day. Sumito is a normal high school student. He doesn't have any real friends or meaningful connections with other people, and he intends to keep it that way. But everything changes when he meets a girl from his dream. Is she just an illusion caused by s...
by SlayerGG
Thu Aug 12, 2021 3:28 pm
Forum: Ren'Py Questions and Announcements
Topic: Keep textbox during ImageDissolve transition
Replies: 11
Views: 1097

Re: Keep textbox during ImageDissolve transition

This worked, thank you! I should've posted my script file from the beginning. In my original project I also had to set config.window_hide_transition = None config.window_show_transition = None or else it would continue fading to black and back. If you don't mind me asking, why are you defining empty...
by SlayerGG
Thu Aug 12, 2021 1:51 pm
Forum: Ren'Py Questions and Announcements
Topic: Keep textbox during ImageDissolve transition
Replies: 11
Views: 1097

Re: Keep textbox during ImageDissolve transition

Updated Ren'Py, still didn't fix it. Made a new project, tried it there and it worked.
Quickly cutted everything non-essential as far as I could from my project and made this one to show the bug.
https://drive.google.com/file/d/1_YMxag ... sp=sharing
by SlayerGG
Thu Aug 12, 2021 12:33 pm
Forum: Ren'Py Questions and Announcements
Topic: Keep textbox during ImageDissolve transition
Replies: 11
Views: 1097

Re: Keep textbox during ImageDissolve transition

Nope, still the same.
My Ren'Py version is 7.3.5.606 btw if that can help.
by SlayerGG
Thu Aug 12, 2021 8:10 am
Forum: Ren'Py Questions and Announcements
Topic: Keep textbox during ImageDissolve transition
Replies: 11
Views: 1097

Re: Keep textbox during ImageDissolve transition

Tested with dissolve and now it hides the textbox, fades the screen to black and back, does the transition and after that shows the textbox. I've also determined that it actually shows NVL window for a brief moment after fading to black and back and before showing textbox. I had a brief NVL scene be...
by SlayerGG
Thu Aug 12, 2021 5:22 am
Forum: Ren'Py Questions and Announcements
Topic: Keep textbox during ImageDissolve transition
Replies: 11
Views: 1097

Re: Keep textbox during ImageDissolve transition

Tried it now but it just does the transition while hiding textbox, fades the screen to black and back, brings back textbox and then continues as normal.
Here is my code:

Code: Select all

"blablabla"
window show
show p3kao4 with blind
"blablabla"
by SlayerGG
Thu Aug 12, 2021 1:12 am
Forum: Ren'Py Questions and Announcements
Topic: Keep textbox during ImageDissolve transition
Replies: 11
Views: 1097

Keep textbox during ImageDissolve transition

Hello! I am trying to find a way to keep textbox during an ImageDissolve transition. I have a custom horizontal blinds image that I want to use with a quick ImageDIssolve transition during sprite change (like Never7) but so far couldn't find a way to prevent textbox from disappearing. Is there a way...