Permanent fade out?

Post » Mon Aug 19, 2013 8:45 am

Having some problems with FadeOutGame in that it doesn't make the screen indefinitely black. One the fade out ends, the screen just pops back to normal.

Game.FadeOutGame(True, True, 0, 10)
User avatar
Carlos Vazquez
 
Posts: 3407
Joined: Sat Aug 25, 2007 10:19 am

Post » Mon Aug 19, 2013 9:00 am

i don't think FadeOutGame can made to remain permanent, tried pretty hard myself :-)

use http://www.creationkit.com/ApplyCrossFade_-_ImageSpaceModifier instead and fade to a static ism

User avatar
El Goose
 
Posts: 3368
Joined: Sun Dec 02, 2007 12:02 am

Post » Mon Aug 19, 2013 7:44 am

Which imagespace would you apply to make it dark?

User avatar
Melanie
 
Posts: 3448
Joined: Tue Dec 26, 2006 4:54 pm

Post » Mon Aug 19, 2013 5:08 am

a black one ;-)

don't know if there's a vanilla solid black one, if not just make one. non animating, set colours 0 (a=alpha though, that'd be 255), brightness to 0, everything hdr that sounds like light to 0 to, should turn out pretty dark :-)

User avatar
Epul Kedah
 
Posts: 3545
Joined: Tue Oct 09, 2007 3:35 am

Post » Mon Aug 19, 2013 12:01 pm

I just do this...

Function imgmod()    FadeToBlackImod.Apply()    Utility.Wait(2.5)    FadeToBlackHoldImod.Apply()endFunction

Works well enough for me. Never tried ApplyCrossFade

User avatar
Sophh
 
Posts: 3381
Joined: Tue Aug 08, 2006 11:58 pm


Return to V - Skyrim