Screen fades
Quote from GameBurger on August 5, 2014, 6:54 pmIs there any way to make env_fade instantly fade in, but take 2 seconds to fade out?
Is there any way to make env_fade instantly fade in, but take 2 seconds to fade out?
Quote from josepezdj on August 5, 2014, 7:37 pmSkotty wrote:Use the flag "Invert" or something like that.
GameBurger wrote:Is there any way to make env_fade instantly fade in, but take 2 seconds to fade out?Use the output "AddOutput" to change the value of the key "Duration" right after you fired the "FadeIn" output. Set a very low initial value for the "Duration" of the env_fade like 0.1, then use the output like so (via for example a logic_relay):
OnTrigger > [env_fade_name_here] > AddOutput > duration 2
Then you use the "FadeOut" output, but this time it'll take 2 seconds instead of 0.1.
I hope that helped.
Use the output "AddOutput" to change the value of the key "Duration" right after you fired the "FadeIn" output. Set a very low initial value for the "Duration" of the env_fade like 0.1, then use the output like so (via for example a logic_relay):
OnTrigger > [env_fade_name_here] > AddOutput > duration 2
Then you use the "FadeOut" output, but this time it'll take 2 seconds instead of 0.1.
I hope that helped.
Quote from GameBurger on August 6, 2014, 10:04 amOh, alright, thanks!
Oh, alright, thanks!