Creature Model: phoning home

Hello,

I found a nice yeti, which bases on the Hill Giant model. Just a reskin I guess. Per Default, it holds his right arm as it would carry a club over his shoulder. But it has no club in his hand. So it looks just as it would do a call home with a handy :wink: (but there is no handy ā€¦)

Or in other words: It looks rather stupid and I would like to change that. I already tried to change the supermodel to something else (Frost giant, Human (a_fa)), but this doesnā€™t work, the hill giant model didnā€™t accept any other supermodel so far.
Is there an easy way to change the animation without reprogramming it completely new?

grafik
ā€œYes Mum, Iā€™ll just kill those two adventureres, then Iā€™ll come homeā€

1 Like

Youā€™ll have to equip the creature with a weapon in the primary weapon slot in its inventory

Right, that would be a solution, if I want to equip the creature. But I donā€™t want. Wooden clubs are rare in the ice waste and too expensive.It shall use itā€™s claws.
And Iā€™m curious if something could be done with the models.

You need to change all the mesh names in the yeti model to match the mesh names in whatever supermodel you are changing it to - e.g., hillgiant_head to frostgiant_head.

Even after youā€™ve done all that there will still probably be serious animation issues that need manual adjustment in a program like 3DS or Blender.

2 Likes

If you can wait just a couple of days I might be able to help with this, but I am really busy because of whats going on in world right now. I will PM you on the vault and you can send me the textures and the model and Iā€™ll can see what I can do for you.

1 Like

Hello Cervantes and Pstemarie.
Thanks for answering.
@Cervantes: I sent you a PM.
@Pstemarie: Iā€™ll have a look into that. At last I can learn something, even if it fails.

MM

This is for Cervantes
Yeti.7z (38.3 KB)

I finally had a few minutes to work on the Yeti here are the results for you Mmat. I tied him to the a_ba super animations reposed and scaled the animations. I did not do any in depth testing. Please use the line from my Appearance 2DA there are important entries required for it to work properly.
yeti.7z (45.1 KB)

1 Like

Hello,
for me, ist absolutely perfect. I tested the idle and combat animation and itā€™s good enough. Hmm, I should write a mod where I can test any animation ā€¦
There is just one small thing. My yeti has has a stun attack, such as the umberhulk. The ray of this attack is emitted at the pelvis ā€¦ But thatā€™s not a big deal, Iā€™ll give the claws some stunning features and drop the umberhulklike ray attack.

Thank you very much for this!

No gaze or cone will work very well because the cone VFX is originated from ā€œhandsā€. Umber hulk simply has ā€œhandsā€ on top of his head.

This can be easily modified, however generally the model is fine. If I would change the position of hands, a different spell would show incorrectly, so this is not something I could call a fix rather than personal modification.

At any rate here you go:
c_gtyeti.zip (14.0 KB)

yeti model with the hand node centered on its head

1 Like

Thanks for that!

I see, I canā€™t get everything. If the creature has a gaze attack, then it will never show other hand conjuring animations correctly.

However, this guy isnā€™t designed to wield high magic, so the ā€œnaturalā€ gaze attack is just fine.

I wonder if you could make entries in spells.2da for the yeti special attacks and just change where they originate from in the 2daā€™s ProjSpawnPoint entry to point to whatever dummy node youā€™re using - assuming it has a projectile

Yes, that would probably be much better solution. One needs to switch the ā€œvar_somethingā€ value from column CastHandVisual (that refers to cone visual model) with column CastHeadVisual and that should do the trick. Might be troublesome to distinguish this in toolset so, additional texts in TLK are required as spells.2da doesnā€™t allow ā€œunlocalizedā€ texts in name of the spell.

1 Like

Sounds quite complicated. I guess Iā€™ll skip that. The creature now does, what it should do. No need to implement advanced features.