Frictional Games Forum (read-only)
set enemy speed? - 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: set enemy speed? (/thread-7499.html)



set enemy speed? - Itskody - 04-19-2011

What script do i use to set an enemy's speed? i want him to be a bit faster but dont know the script.


RE: set enemy speed? - jens - 04-19-2011

You create a new entity file with fast movement. If you open a entity file in a text editor I think the variables for it explains themselves.


RE: set enemy speed? - Itskody - 04-19-2011

where would the entity file be located?


RE: set enemy speed? - Tanshaydar - 04-19-2011

Entities/Enemies.


RE: set enemy speed? - Itskody - 04-19-2011

(04-19-2011, 06:36 PM)Tanshaydar Wrote: Entities/Enemies.

Oh, hmm do i need to make a folder in my custom story folder? becasue i dont want to change the setting for everything, i just want to change the settings for on map in my custom story? is that possible?


RE: set enemy speed? - Tanshaydar - 04-19-2011

You have to make a new folder in your custom story and you have to put your edited ent file there.


RE: set enemy speed? - Itskody - 04-19-2011

(04-19-2011, 06:40 PM)Tanshaydar Wrote: You have to make a new folder in your custom story and you have to put your edited ent file there.

alright, and what do i do if i want it to work for just one map, i currently have 6 maps going for one story and i only want ONE map to have an enemy be faster. is that possible?


RE: set enemy speed? - Tanshaydar - 04-19-2011

It'll be custom entity that will come with your custom story, so you have to put it there if you want to show it up when others play.


RE: set enemy speed? - Itskody - 04-19-2011

hmm i cant seem to do it or figure out what you mean lol. sorry but thanks anyways!


RE: set enemy speed? - Dalroc - 04-20-2011

If you are using the grunt you would do like this:
1. Create a Entities folder in your custom story folder.
2. Create a Enemies folder in your Entities folder.
3. Create a servant_grunt folder in your Enemies folder.
4. Copy the original servant_grunt.ent file into your newly created servant_grunt folder.
5. Rename it to something like servant_grunt_fast.ent
6. Open it in notepad++ or some other text editor and change the needed settings and save it
7. Copy the servant_grunt_fast.ent to your original Entities/Enemies/servant_grunt folder, or it won't show up in the editor


There, a fail-safe guide for dummies to create new entities.