Frictional Games Forum (read-only)
Sanity / UI, help! - 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)
+---- Forum: Development Support (https://www.frictionalgames.com/forum/forum-39.html)
+---- Thread: Sanity / UI, help! (/thread-12861.html)



Sanity / UI, help! - Sabokizi - 01-25-2012

Hey there!

I have recently been creating another amnesia custom story (about 1 month now). And it would be really cool changing the sound effects when sanity is low. And also it would be nice if you tell me how to change InGame UI!

I didin't find any tutorial, but if you find one, please link it here.

Thank you for your time.


RE: Sanity / UI, help! - Your Computer - 01-25-2012

Either requires a full conversion. Changing the UI is a real pain, though.


RE: Sanity / UI, help! - Shadowfied - 01-26-2012

You mean globally adding an effect that changes all sounds?



RE: Sanity / UI, help! - Sabokizi - 01-26-2012

(01-26-2012, 03:11 PM)Shadowfied Wrote: You mean globally adding an effect that changes all sounds?

yes, I want to change the global sound effects when sanity is low in my own custom story.


RE: Sanity / UI, help! - Shadowfied - 01-26-2012

(01-26-2012, 06:18 PM)Sabokizi Wrote:
(01-26-2012, 03:11 PM)Shadowfied Wrote: You mean globally adding an effect that changes all sounds?

yes, I want to change the global sound effects when sanity is low in my own custom story.
Alright, can't help you though, sorry.




RE: Sanity / UI, help! - Statyk - 01-26-2012

Would either require a full conversion, or you could try running a script that checks for the amount of sanity the player has and when it reaches the amount you want, play the sound/music through script. It wouldn't be as clean, but still KIND OF the effect you're looking for.


RE: Sanity / UI, help! - Sabokizi - 01-26-2012

(01-26-2012, 06:56 PM)Statyk Wrote: Would either require a full conversion, or you could try running a script that checks for the amount of sanity the player has and when it reaches the amount you want, play the sound/music through script. It wouldn't be as clean, but still KIND OF the effect you're looking for.
Well... thats true. Atleast its better than nothing, but like you say, its not what I'm looking for.