[SOLVED] How to change default scene transition
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.
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.
-
felsenstern
- Regular
- Posts: 62
- Joined: Tue Jul 11, 2017 2:13 am
- Contact:
[SOLVED] How to change default scene transition
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?
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
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
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
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
Re: How to change default scene transition
Hi, felsenstern,
I think Renpy doesn't use any transition by default. Check if there is a difference if you add 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:
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
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
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!
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
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
Who is online
Users browsing this forum: No registered users