[SOLVED] How to change default scene transition

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
felsenstern
Regular
Posts: 62
Joined: Tue Jul 11, 2017 2:13 am
Contact:

[SOLVED] How to change default scene transition

#1 Post by felsenstern » Wed Jan 06, 2021 3:18 am

Hiya,

How can I change the default scene transition?

RenPy per default uses a slow fade out (or dissolve?) to remove the pictures and say screen when the 'scene' command is used to start a new scene.

But I'd like to have the scene command remove the screen in an instant. How can I do this?
Last edited by felsenstern on Fri Jan 08, 2021 8:57 am, edited 1 time in total.
---
Yes, I've Read The F*cking Manual
Yes, I've used the f*cking search function
Yes, I've used a site search
No, I don't need a reminder that search functions exist
No, I don't need your astonished outbreak that I couldn't find the information
No, I don't need your answer if you can't just give it without all the BS around it

felsenstern
Regular
Posts: 62
Joined: Tue Jul 11, 2017 2:13 am
Contact:

Re: How to change default scene transition

#2 Post by felsenstern » Fri Jan 08, 2021 2:01 am

bump
---
Yes, I've Read The F*cking Manual
Yes, I've used the f*cking search function
Yes, I've used a site search
No, I don't need a reminder that search functions exist
No, I don't need your astonished outbreak that I couldn't find the information
No, I don't need your answer if you can't just give it without all the BS around it

User avatar
_ticlock_
Veteran
Posts: 393
Joined: Mon Oct 26, 2020 5:41 pm
Contact:

Re: How to change default scene transition

#3 Post by _ticlock_ » Fri Jan 08, 2021 4:26 am

Hi, felsenstern,

I think Renpy doesn't use any transition by default. Check if there is a difference if you add with None:

Code: Select all

scene something with None
I believe, the default transition for scene is controlled by the same parameters as for show and hide statements since scene is actually hiding everything and then showing new image:

Code: Select all

config.window_show_transition = None
config.window_hide_transition = None

felsenstern
Regular
Posts: 62
Joined: Tue Jul 11, 2017 2:13 am
Contact:

Re: How to change default scene transition

#4 Post by felsenstern » Fri Jan 08, 2021 8:56 am

now this is stupid... I'm pretty sure that I changed the window show and hide transition options without any result. I more or less just followed your instructions to be on the safe side when I report that it wouldn't work... but no matter what this time it worked. I'm not 100% through yet, because I used to have additional screens showed together with the say screen which appeared to still dissolve, but now I can check again, what went wrong.

thanks a lot!
---
Yes, I've Read The F*cking Manual
Yes, I've used the f*cking search function
Yes, I've used a site search
No, I don't need a reminder that search functions exist
No, I don't need your astonished outbreak that I couldn't find the information
No, I don't need your answer if you can't just give it without all the BS around it

Post Reply

Who is online

Users browsing this forum: No registered users