Frictional Games Forum (read-only)
Disabling sanity drain from monster - 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: Disabling sanity drain from monster (/thread-10749.html)



Disabling sanity drain from monster - Elven - 10-14-2011

Is it possible to remove sanity drain from monster (when you look at it) and also maybe the borders when you look at him?

Any way is welcomed, including changing model editor settings..



RE: Disabling sanity drain from monster - Your Computer - 10-14-2011

As far as i've tried, it is not possible.


RE: Disabling sanity drain from monster - Thomas - 10-14-2011

void SetSanityDrainDisabled(bool abX);

Does the trick I think


RE: Disabling sanity drain from monster - Your Computer - 10-14-2011

(10-14-2011, 04:36 PM)Thomas Wrote: void SetSanityDrainDisabled(bool abX);

Does the trick I think
I wish it did, but that only works for darkness.


RE: Disabling sanity drain from monster - Elven - 10-14-2011

(10-14-2011, 04:36 PM)Thomas Wrote: void SetSanityDrainDisabled(bool abX);

Does the trick I think
Yes. It still drains from monster Sad. Else I wouldn't be here.

I checked that maybe in the model editor is option to choose how much they eat sanity but didn't notice any of these options...





RE: Disabling sanity drain from monster - Statyk - 10-14-2011

(10-14-2011, 05:09 PM)Elven Wrote:
(10-14-2011, 04:36 PM)Thomas Wrote: void SetSanityDrainDisabled(bool abX);

Does the trick I think
Yes. It still drains from monster Sad. Else I wouldn't be here.

I checked that maybe in the model editor is option to choose how much they eat sanity but didn't notice any of these options...
Maybe if the enemy is not moving, just in one spot for a time, you could MAYBE try to bring him up in the model editor and save him as something different than an enemy, say... an entity like a chair. where it has no effect. But if he moves... I'm not sure =\