Jump to content
The Dark Mod Forums

Current animation schedules


Noisycricket

Recommended Posts

The female animations are *currently* scheduled for post 1.0 release, not to say we won't be able to get to it. Its kind of funny, I was looking for inspiration for the drunk_walk and I noticed that walk.mb in model_src would make at least a good temp female walk_cycle. Lots of "asset" shaking going on.

Link to comment
Share on other sites

  • Replies 86
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Posted Images

I can't wait to do some female animation, lots of little subtleties with the movements.

 

I added a scuffing boot anim, and a warm hands anim for when they are at a patrol node where there's a fire.

 

 

What's the next most urgent one? Hammer combat? More generic "standing there" idles so we don't see the same one looping?

Link to comment
Share on other sites

I can't wait to do some female animation, lots of little subtleties with the movements.

 

I added a scuffing boot anim, and a warm hands anim for when they are at a patrol node where there's a fire.

 

 

What's the next most urgent one? Hammer combat? More generic "standing there" idles so we don't see the same one looping?

 

Do we still miss "sheathe" and "draw" for the hammer?

 

Recently I saw a warning that the rats don't have "eat" and "idle" animations, maybe they don't have turn ones, either. So maybe we can add a few simple for them?

"The reasonable man adapts himself to the world; the unreasonable one persists in trying to adapt the world to himself. Therefore, all progress depends on the unreasonable man." -- George Bernard Shaw (1856 - 1950)

 

"Remember: If the game lets you do it, it's not cheating." -- Xarax

Link to comment
Share on other sites

Do we still miss "sheathe" and "draw" for the hammer?

 

should be there.

 

Recently I saw a warning that the rats don't have "eat" and "idle" animations, maybe they don't have turn ones, either. So maybe we can add a few simple for them?

 

turning a rat would be hardly noticed unless you can turn the torso.

Link to comment
Share on other sites

I am pretty sure the Priest and Females also miss some animations, so if someone feels bored?

 

 

Neither the priest nor any female models use an updated skeleton so making animations for them at this time would be a bit pointless.

 

Do we still miss "sheathe" and "draw" for the hammer?

 

 

should be there.

 

Yes, they're there.

Link to comment
Share on other sites

From a players perspective, we could use either more idle anims, or a different schedule at run-time for them. Some guards like to sneeze a lot! Must be the bad air in the medivial times :D

"The reasonable man adapts himself to the world; the unreasonable one persists in trying to adapt the world to himself. Therefore, all progress depends on the unreasonable man." -- George Bernard Shaw (1856 - 1950)

 

"Remember: If the game lets you do it, it's not cheating." -- Xarax

Link to comment
Share on other sites

Okay I'll do some, but before I start - I was wondering if the list is up to date in terms of which ones will actually be used.

http://spreadsheets.google.com/ccc?key=rtq...fw&hl=en_GB

 

Can Springheel, or greebo check this list, or anyone else with a good overhead view of the currently implemented features?

 

For example - frightened walk, will that be used? Should I bother animating it?

Link to comment
Share on other sites

I can hardly implement code for non-existing animations - so it's the animation which has to be there first, not the code. That's the rough guideline, but the more specialised an animation is, the more unlikely it will be that I get around to code that behaviour. The frightened walk seems like something to be used for non-combattants?

 

Currently I've got to implement Noisycricket's bow animations.

 

I could use the "pain" animation, idle_hammer or search_unarmed. Or walk_blinded. Or more talk anim variations.

Link to comment
Share on other sites

...yes but what I want to know is - is there anything in that list which you won't use? frightened walk sounds like you're not sure - so I'll avoid it.

 

I'll start animating "pain" - it says "generic" so I'm assuming this is not from a combat pose. Hope that's what you want. Same goes for walk_blinded.

 

I might be wrong but "idle_hammer" seems a bit useless at this stage without a set of hammer specific attacks to go with it. We've only got sword attacks right now.

Link to comment
Share on other sites

I'll mark the offending ones as "not for release".

 

edit: only the "walk frightened" and "run panic" sound like they are not going to make it into the code.

 

edit2: "attack throw" seems to be rather important too.

Link to comment
Share on other sites

The blind animation should be useable by sword-carriers too. I don't know how you wanted to set it up, but if you want to use the left hand (to raise it to the actor's eyes), I need to put code into place to drop any attachment in the left hand (torches, for instance).

 

With only 3 weeks to go, let's make good use of the "in progress" field, so that we can steal anims from each other if they haven't been started yet.

Ahem.

Link to comment
Share on other sites

I'll start animating "pain" - it says "generic" so I'm assuming this is not from a combat pose. Hope that's what you want. Same goes for walk_blinded.

 

Actually, I meant pain_generic as opposed to pain_torso, pain_leftarm, etc. I would imagine it would apply mostly during combat.

Link to comment
Share on other sites

Yes, we might need one or two for combat as well. The current pain_generic is not bad either - I'll check in code which is using it in the next few minutes. When AI get damage and have been idle before (i.e. ambush), they will play that anim.

Link to comment
Share on other sites

Good, that's what I was aiming for, good to know it's going to be used.

 

Combat gets a bit tricky. Ishtvan tweaked the combat to play out with no animated response to pain. If they delay after getting hurt, it could get real easy to spam them with attacks and they can't recover before the next one. I think T2 never reacted with an animation from sword hits for this reason. Maybe we should skip pain anims for combat for this release.

Link to comment
Share on other sites

I wonder if we should add some spooked animations for when guards suddenly see the player? I'm guessing that would require some coding.

 

Yes, a "surprised" animation was on the list at one point. I have an old example around somewhere.

Link to comment
Share on other sites

The idle sneeze won't fit everyone perfectly...if the hand is far enough away not to clip into the thick characters, then it will be too far away from the thin characters.

 

The general idle does need to be fixed so there's no clipping, however (and I may need to revisit the weighting on that elbow...).

Link to comment
Share on other sites

The idle sneeze won't fit everyone perfectly...if the hand is far enough away not to clip into the thick characters, then it will be too far away from the thin characters.

 

But this gesture doesn't even look like wiping dirt from hand (I suppose that's what the character's doing?). It could be skipped in my opinion.

It's only a model...

Link to comment
Share on other sites

But this gesture doesn't even look like wiping dirt from hand (I suppose that's what the character's doing?). It could be skipped in my opinion.

 

Hes wiping the sneeze of course... I guess maybe it not that obvious because i have his hand in a ball to catch the sneeze, not a more natural open palm. I tried the open palm and changed it because i was having trouble with it. Can't remember why. I'm not opposed to changing it. I'm not happy with the closed fist or the wipe really.

Link to comment
Share on other sites

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

    • MayheM

      Hello, Since this track is originally from TDM,i think it's better to ask here than TTLG. Do you guys have the full version of this ambient track?
      https://sndup.net/z4ty/
      https://sndup.net/qwhy/
      · 2 replies
    • DeTeEff

      Bachelor Mapping Challenge!
      The girlfriend will be away to her mum's place for almost a week, which means more mapping time for me! I'm planning a speed build. Hope it will go my way
      I'm starting by downloading 2.11. Don't know if I'm going to use any fancy new stuff. Just want to crack those itching map muscles that has gone dry and dead since almost a year's worth of no-mapping
      · 3 replies
    • kano

      The cool part of Canonical's Snap, is that my machine can now ray-trace an entire (simple) scene faster than it takes the web browser to start!
      · 5 replies
    • datiswous

      Fm idea (braindump)
      "Experience the life of a mission builder"
      Esentially there are finnished elements placed somewhere in storage in the game and you have to place them in the correct places, build some walls here and there, add guard routes, give them their correct speech lines, etc. Decorate the places.. all in-game. lots of fun.. 😉
      If you do it right in the end you can play the mission.
      (would be even cooler if a thief-ai could play the mission, making it some kind of tower-defence game)
       
      This first started as an idea for an aquarium builder mission where-in you have to fill an empty aquarium with sand, waterplants, castles water and swimming fish. But above idea is more fun.
       
      · 4 replies
    • JackFarmer

      Dear ChatGPT, What are The Builders in the Dark Mod?
       
      The Builders is a popular game mode in the video game community called "Dark Mod," which is a fan-made tribute to the classic "Thief" series of stealth games. In this game mode, players assume the role of builders who construct structures in a dark and ominous environment while trying to avoid detection by patrolling guards.
      The Builders game mode is unique in that it offers players the opportunity to create and design their own levels using the in-game tools and resources provided. Players can experiment with different building materials, construct intricate traps and puzzles, and create their own unique gameplay experiences.
      While The Builders game mode is not an official part of the Dark Mod, it has become one of the most popular and well-loved aspects of the game, thanks to its emphasis on creativity, strategy, and stealth.
       
      You guys did not know that, did you?
      · 2 replies
×
×
  • Create New...