So i can't link images from the Hive Workshop without it being public?
Okay
Anyway
No, but it does need an ACT_WALK/RUN for the AI to identify the sequence as a walk for example from the Hgrunt:
$sequence walk1 "hkwalk" LX fps 30 looping ACT_WALK 1
$sequence run "run2" LX fps 30 looping ACT_RUN 1
i did this actually. It look like
$sequence idle1 "anims/idle1" fps 15 loop ACT_IDLE 1
$sequence walk "anims/Walk" lx fps 30 loop ACT_WALK 1{
{ event 1004 38 "footstep1.wav"} { event 1004 76 "footstep3.wav"}
}
$sequence run "anims/Run" lx fps 20 loop ACT_RUN 1
EDIT: I am going to start remaking the models and their animations. Expect a new thread.(When i'm done with some models)