Getting a monster to run? - Printable Version +- Frictional Games Forum (read-only) (https://www.frictionalgames.com/forum) +-- Forum: Amnesia: The Dark Descent (https://www.frictionalgames.com/forum/forum-6.html) +--- Forum: Custom Stories, TCs & Mods (https://www.frictionalgames.com/forum/forum-35.html) +--- Thread: Getting a monster to run? (/thread-7709.html) Pages:
1
2
|
Getting a monster to run? - genmills - 04-30-2011 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! RE: Getting a monster to run? - MrBigzy - 04-30-2011 I tried that, but I don't think it's possible. RE: Getting a monster to run? - genmills - 04-30-2011 (04-30-2011, 05:20 PM)MrBigzy Wrote: I tried that, but I don't think it's possible. Nooooo! This ruins everything... RE: Getting a monster to run? - evertuy - 04-30-2011 It is, just find the function that makes him ignore the player. RE: Getting a monster to run? - NylePudding - 04-30-2011 (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. RE: Getting a monster to run? - Karai16 - 05-01-2011 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 RE: Getting a monster to run? - palistov - 05-01-2011 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. RE: Getting a monster to run? - genmills - 05-01-2011 (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. RE: Getting a monster to run? - MrBigzy - 05-01-2011 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. RE: Getting a monster to run? - genmills - 05-01-2011 (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! |