Forum posts

Posted 4 years ago2019-10-15 20:49:53 UTC
in My npc (monster) wont move! Post #343221
I forgot to move the model during the walk animation. But how I do that without distorting the model? I tried using the "move" or "extrude" but the model gets distorted when I move it.
Posted 4 years ago2019-10-14 23:54:29 UTC
in My npc (monster) wont move! Post #343219
I modified a headcrab (made a facehugger) it does the walking animation just right, but the monster doesn't move. He can attack (jump), but not "walk". What am I missing here?

$sequence "idle1" "idle1" fps 20 loop ACT_IDLE 15
$sequence "idle2" "idle2" fps 20 ACT_IDLE 1
$sequence "idle3" "idle3" fps 20 ACT_IDLE 1
$sequence "walk" "walk" LX fps 30 loop ACT_WALK 1
$sequence "run" "run" LX fps 60 loop ACT_RUN 1