Frictional Games Forum (read-only)

Full Version: Getting a monster to run?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Is it possible to make a monster run, without having him see the player? I want a monster to follow certain path nodes, and make him run along that path.

Thanks! Big Grin
I tried that, but I don't think it's possible. Confused
(04-30-2011, 05:20 PM)MrBigzy Wrote: [ -> ]I tried that, but I don't think it's possible. Confused

Nooooo! Sad This ruins everything...
It is, just find the function that makes him ignore the player.
(04-30-2011, 06:53 PM)evertuy Wrote: [ -> ]It is, just find the function that makes him ignore the player.

Form my knowledge you can easily make him ignore the player, but he just walks then, when he needs him to run. Confused
it is possible to change the monster's walking speed. I'm not sure how though. But I know the Staying Alive Extreme Edition uses it. I think you should look it up and examine the code, you are sure to find download links on youtube
Change his walk speed in the entity editor, under User-defined variables, and save it as a new .ent file, but keep it in the same folder (servant_grunt). Make his acceleration faster too. Tweak it and test it, because you don't want it to look unnatural as they accelerate.
(05-01-2011, 06:29 AM)palistov Wrote: [ -> ]Change his walk speed in the entity editor, under User-defined variables, and save it as a new .ent file, but keep it in the same folder (servant_grunt). Make his acceleration faster too. Tweak it and test it, because you don't want it to look unnatural as they accelerate.

Thanks, I will try this! I would ask some follow-up questions, but I have learned I first just need to fool around with this and learn. Smile
Well, if you wanted to really tweak it, and say, make him run permanently instead of walk; you could open the .ent in the editor, go to animations, and change the file of the walk animation to the run animation. Then you could change the variables of the speed and accel muls to make him go faster.
(05-01-2011, 02:35 PM)MrBigzy Wrote: [ -> ]Well, if you wanted to really tweak it, and say, make him run permanently instead of walk; you could open the .ent in the editor, go to animations, and change the file of the walk animation to the run animation. Then you could change the variables of the speed and accel muls to make him go faster.

Ooo that sounds even better, thanks! It seems like I always have a bit stranger ideas for scripting and designing levels, so I've always got weird questions to ask haha. So thanks everyone who always helps me! Smile
Pages: 1 2