Andyno Posted November 23, 2017 Share Posted November 23, 2017 As the title says, I'm trying to reverse the effect of animated ImageSpace Modifier. Is such thing possible? To be more specific, there's an ImageSpace Modifier (DLC05TeleportInSFX) that has nice fadein effect, and I'd like to make from it a fadeout effect... Thanks for any suggestions... Link to comment Share on other sites More sharing options...
Mktavish Posted November 23, 2017 Share Posted November 23, 2017 (edited) Your missing the "I" infront of the "SFX"Took me a minute to figure out ... cuz it was not showing up by pasting in the filter.This is it >>> "DLC05TeleportInISFX" Does your script have the wrong ID also ? But surely there is something to adjust within the screen that shows all those variable inputs ? No ? Edited November 23, 2017 by Mktavish Link to comment Share on other sites More sharing options...
Mktavish Posted November 23, 2017 Share Posted November 23, 2017 Something explained here maybe ... http://geck.bethsoft.com/index.php?title=ImageSpace_Modifiers Radial BlurUsed to create blur around the edges of the screen, blur in the center of the screen, or a ring of blur.Str: How strong of a blur it will be.2.5 For a Moderate Blur5 For a Strong BlurRamp Up: How quickly the blur Ramps Up from the start area to the edges. Seems that 0.0 is no blur(never ramps) and that 1.0 is instantly at full strength.Start: This number represents the percent of the screen that is blurred, with the blur radiating outward from the Center. The larger the number, the bigger the radius of the non-blurred area(Center).0.0 For a full screen blur1.0 For no blur on screenRamp Down: The inverse of Ramp Up, the fade from the outer to the inner.Needs to be larger than Ramp UpDown Start: The inverse of Start; it places a clean ring around the edge of the screen. Larger numbers compress the blurred circle around the center.Must be larger than the startCenter: The on-screen location of the start position Link to comment Share on other sites More sharing options...
Andyno Posted November 25, 2017 Author Share Posted November 25, 2017 Nevermind, I figured this by myself. :yes: Link to comment Share on other sites More sharing options...
Recommended Posts