Frictional Games Forum (read-only)
[WIP] FadeSepiaColorTo - Printable Version

+- Frictional Games Forum (read-only) (https://www.frictionalgames.com/forum)
+-- Forum: Amnesia: The Dark Descent (https://www.frictionalgames.com/forum/forum-6.html)
+--- Forum: Custom Stories, TCs & Mods - Development (https://www.frictionalgames.com/forum/forum-38.html)
+--- Thread: [WIP] FadeSepiaColorTo (/thread-25094.html)



FadeSepiaColorTo - MacKetchup - 04-17-2014

How to fix the screen back to normal after using this effect?

Im a noob when it comes to scripting.

Thanks on Beforehand


RE: FadeSepiaColorTo - Mudbill - 04-17-2014

0 is the default sepia value, so if you change it to for example 1, it will stay at 1 until you change it back to 0. Call FadeSepiaColorTo(0, 1); to make it normal (the 1 is the speed. Could be anything).


RE: FadeSepiaColorTo - MacKetchup - 04-17-2014

(04-17-2014, 05:19 PM)Mudbill Wrote: 0 is the default sepia value, so if you change it to for example 1, it will stay at 1 until you change it back to 0. Call FadeSepiaColorTo(0, 1); to make it normal (the 1 is the speed. Could be anything).

Thank you so much


RE: FadeSepiaColorTo - CarnivorousJelly - 04-17-2014

Not trying to steal the moderators' jobs here, but your questions should be going to the Development Support section. It's also the first sub-forum link at the top of the page for TC/Mod Development (the one we're currently in).

Don't worry about being a noob either - everyone starts off that way :D You'll get better by asking questions and practicing stuff c:

Welcome to the forum, by the way!