Hunger issues

Post » Sat May 28, 2011 9:40 am

I tried removing the awful animation for the hungers when they are knocked out it loops rapidly and is extremely annoying. I tried uninstalling game reinstall brought it back the same. any suggestions would be appreciated. Thanks
User avatar
Dawn Farrell
 
Posts: 3522
Joined: Thu Aug 23, 2007 9:02 am

Post » Fri May 27, 2011 7:00 pm

Well, you could obviously alter the hunger's model and animation files and change its 'knocked out' animations, but if that is beyond what you consider being worth the effort, then you can use scripting instead:

Begin hunger_skipanimfloat timerif ( GetHealth < 1 )	Returnendifif ( GetFatigue > 0 )	set timer to 0	Returnendifif ( timer < 0.8 )	set timer to ( timer + GetSecondsPassed )	ReturnendifSkipAnimEnd


If you attach this script to the hunger creature, it will make them skip all animation entirely 0.8 second after they had been knocked out, all the way up until they regain fatigue or die. Now I didn't test this, so the 0.8 second delay might not look correct in-game. You can try it yourself and tweak that value in the script to your liking.
User avatar
Charles Mckinna
 
Posts: 3511
Joined: Mon Nov 12, 2007 6:51 am


Return to III - Morrowind