Frictional Games Forum (read-only)
How do I make a monster move/walk/run faster? - 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 - Development (https://www.frictionalgames.com/forum/forum-38.html)
+---- Forum: Development Support (https://www.frictionalgames.com/forum/forum-39.html)
+---- Thread: How do I make a monster move/walk/run faster? (/thread-10613.html)



How do I make a monster move/walk/run faster? - oscar1007 - 10-05-2011

Like the title, how do i do it? Huh Wink

Thanks!


RE: How do I make a monster move/walk/run faster? - Your Computer - 10-05-2011

You open the monster up in the model editor and under Settings > User defined variables, change the values for running and walking. Be sure not to overwrite the original monster entity and save it in your custom story's (entities) folder.


RE: How do I make a monster move/walk/run faster? - oscar1007 - 10-05-2011

Thanks! Smile
(10-05-2011, 07:34 PM)Your Computer Wrote: You open the monster up in the model editor and under Settings > User defined variables, change the values for running and walking. Be sure not to overwrite the original monster entity and save it in your custom story's (entities) folder.

And how do i import my entity to my level editor?


RE: How do I make a monster move/walk/run faster? - Your Computer - 10-05-2011

(10-05-2011, 08:59 PM)oscar1007 Wrote: And how do i import my entity to my level editor?

Put down any entity and then select it and on the right side you'll see a field labeled "Entity File". Click on the triple dots and navigate to where your entity is and open it. Then just change the name of the entity to suit your needs.