Jump to content
The Dark Mod Forums

Recommended Posts

Posted

We would still need a floor sleeping stance though, as zombies are more in a lying position. A fetal-likw stance would the the most adequste for this purpose despite being hard to chain with the current get up anims.

Posted

If you change the sleeping animation you'll need to change the get up animations as well. However, the zombie ones will be functional alternatives in the meantime.

Posted

Lay down animation:

If you leave the "sit_down" anim off the zombie, the code will work fine with just the "lay_down" anim.

What do you mean by off? If I don't put the sit_down and sit_up lines into zombie def then they will be still played, only taken from proguard's def. I put those lines in zombie def:

anim sleep_idle_lft models/md5/chars/undead/zombie/zombie_sleep.md5anim
anim sit_2_sleep_lft models/md5/chars/undead/zombie/zombie_idle_2_sleep.md5anim
anim sleep_2_sit_lft models/md5/chars/undead/zombie/zombie_sleep_2_idle.md5anim

When I set zombie to sleep then it plays: sit_down, zombie_idle_2_sleep, zombie_sleep. When it wakes up it plays sit_up.

  • Like 2

It's only a model...

Posted

Idle animations for zombies are turned off. How do I create a custom set of idle animations for zombie? If just paste idle_something it doesn't work.

It's only a model...

Posted

There is a spawnarg called "idle_animations". You just put a list of the animations you want the AI to play in idle state after it, each separated by a comma. There is also idle_torso, for idles that are only played on the torso channel while walking.

  • 2 weeks later...
Posted

Niiiice, I like the forward and backward shuffling...dont know about the hand anim though, why would a zombie have the brain/will power to look at its hand in that fashion...?

bhm_banner.jpg

Posted

Ok, the other animations are now on the repository. The issue of laying down and standing up is still not resolved.

It's only a model...

Posted

The most robust solution would be a code-based one, I think. We could overload the sitting animations for zombies, but that wouldn't help if mappers wanted to use the same behaviour for regular AI.

Posted
but that wouldn't help if mappers wanted to use the same behaviour for regular AI.

I would mlike to to be able to use that for drunks or homless Ai etc..

The hand animation would be fine if he looked at it, then tried to eat it.

I was thinking the same thing.

+3

bhm_banner.jpg

Posted
I would mlike to to be able to use that for drunks or homless Ai etc..

 

Well, it seems like the problem is that regular humanoids play a "sleep" --> "rise to sitting" --> "stand from sitting" pattern to get up. When getting up from the floor we just want a "sleep" --> "stand up" sequence.

 

We could disable the "stand from sitting" animation on zombies to get around the problem, but that wouldn't work for regular AI, who still need that animation for actually sitting.

 

We probably need the code to distinguish between sleeping on a bed and sleeping on the floor.

Posted

At the risk of sounding needy, will haunts eventually get their own animations? They currently look very mundane, but i'm not sure zombie behavior fits the bill with those guys either.

  • 2 months later...
Posted

I checked today and standig up animation of zombies is broken. Knees are being streched for some reason. Something to do with inverse kinematics perhaps?

It's only a model...

Posted

Hmm, I hadn't noticed. IK can be turned off for that specific animation...I'll do that now. Update SVN and see if it makes a difference.

 

(I added the following line to sleep_2_stand, but you can replace it with whatever the last frame of the animation is)

 

{ frame 40 enableWalkIK }

  • 11 months later...
Posted

I'd like to replace kneel down animation. Here's current animation:

 

 

Here's mine:

 

 

Right hand is stiff because there's only one kneel down animation. Same for NPCs carrying and not carrying a sword in their hand. I think there should be separate animations.

  • Like 2

It's only a model...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.


  • Recent Status Updates

    • Ansome

      Terribly difficult juggling map designing with work, but I'm still alive and chipping away at something very special. I'm actually making a collaboration of sorts with a friend, I make the map itself and he acts as my "Chief Scope Creep Consultant" that checks in every so often to make sure this project isn't getting out of hand. It's a good system!
      · 0 replies
    • JackFarmer

      We don't need artificial intelligence; we need artistic intelligence. 
      Ralf Hütter, Kraftwerk
      · 5 replies
    • taaaki

      The post editor for the dark themes should be working again. Apologies for the inconvenience.
      · 1 reply
    • jaxa

      Talk GabeCube:
      https://forums.thedarkmod.com/index.php?/topic/18055-2016-cpugpu-news/page/39/#findComment-508710
      · 3 replies
    • The Black Arrow

      Things have been so bad these days for me...
      Just a year ago, I've been feeling dizzy, I thought it was nothing, today's stress, that type of thing, went to sleep...Still dizzy! 9 more days dizzy, went to doctor (I would have gone on the first day if NOT for the long appointment time)
      Said it may be Neck Dizziness...I did exercises for 6 months, no changes.
      Went to a Physical Therapist, went to another, no changes.
      I've asked my doctor for a full check this time.
      I hated yesteryear so much due to personal reasons, this year might be the same.
      To be brutally honest, I'd rather have cancer or/and chronic pain than suffer dizziness any second longer, especially when nothing helps.
      Hard to enjoy Thief when you're dizzy so I was hoping this year, Winter will be best for me.
      · 7 replies
×
×
  • Create New...