Frictional Games Forum (read-only)
How do I increase sanity without the screen effect? - 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: How do I increase sanity without the screen effect? (/thread-53650.html)



How do I increase sanity without the screen effect? - PeterP - 04-09-2017

I know how to increase sanity, and decrease it with or without the scare effect, but is there any way to increase sanity without that white screen effect? Please let me know.

Oh well, nevermind, I experimented and found out that using the GiveSanityDamage command using a negative integer and "false" as a Boolean will work. Thanks for your attention. Smile


RE: How do I increase sanity without the screen effect? - FlawlessHappiness - 04-10-2017

Not completely sure, but I think AddPlayerSanity(float afSanity); does not have an effect.


RE: How do I increase sanity without the screen effect? - Mudbill - 04-11-2017

Yeah, I think it's only "Give" that has effects if the boolean for abEffects is set to true.