Skip to content

= Small fix mods =

User Avatar
#193
Auto-translated
Kayfenok1

Fix for the jerky movement animation of the human heroes Frieda and Ornela on the adventure map.
P.S. I wanted to do it for Elaia and Thralsai, the jerking disappears there, but during movement the staff flies away
P.S.S. At the very least, the orcs Gotai and Kujin have broken animations.  

Good day, returning to the topic of smooth hero movement on the map. I installed the GOG version of Heroes, started playing as the Horde, and to my surprise, everyone moves smoothly there. Then I started experimenting and noticed that as soon as I install the mod for unique heroes, they start jerking... It turns out that in the vanilla version, one hero model (male characters) moves smoothly. I think I found this file "OrcWarriorHero_Unmounted-arena-move" responsible for movement, but I'm not sure. Maybe you could fix it — the code in the file is:
<?xml version="1.0" encoding="UTF-8"?>
<BasicSkelAnim>
<SrcName href="/H5A2/Heroes/Orc_Warrior_Hero/OrcWarrior_unmounted.mb"/>
<uid>CACE5DCD-17FA-4CEE-A253-710DF1747466</uid>
<ExpSrcClip href="/H5A2/Heroes/Orc_Warrior_Hero/Animation/Unmounted/Clip/Got.move.ma"/>
<ExpRootTransform>Global</ExpRootTransform>
<ExpFrameFirst>0</ExpFrameFirst>
<ExpFrameLast>0</ExpFrameLast>
<ExpSettingsFile href=""/>
<MovementSpeed>1.80627</MovementSpeed>
<SpeedFactor>1</SpeedFactor>
<Sound href="/Sounds/_(Sound)/Heroes/DS/A2/Gotai_DS_U/move.(Sound).xdb#xpointer(/Sound)"/>
<Effect/>
<SpeedLineFallTime>250</SpeedLineFallTime>
<SpeedLineMaterial/>
</BasicSkelAnim>

  I wanted to know how to bind movement to a specific character for a unique model. Thanks in advance!