Frictional Games Forum (read-only)
Custom Enemies - 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)
+--- Thread: Custom Enemies (/thread-17704.html)



Custom Enemies - Kiorga(x2)rd - 08-12-2012

Hi, so I want to change the sounds a monster makes. So I figured I'd do this by copying the grunt entity folder in the original Amnesia folders, then adding it under my own custom story folder like this - MyStory/entities/enemy/ - However that didn't show up in the level editor. It works when I put the edited enemy in the original amnesia entities folder, however I can't keep it this way if I want to release my custom story as I need everything under the "MyStory" folder. Is there anyway to do this without releasing a full conversion?


RE: Custom Enemies - Obliviator27 - 08-12-2012

What you're doing is correct. The level editor is trying to load the .ent file from your entities, when it's in your custom story folder. Just create a duplicate and put it into your custom story folder.


RE: Custom Enemies - Chap - 08-12-2012

I tried doing this myself a while back but I remember having a problem where even after I made a duplicate and changed the music in the model editor, it would still revert back to the original music files. Is there perhaps a statement in the code that needs to be changed, like a directory or something? That might help kiorga if there is something that needs redirecting.


RE: Custom Enemies - Kiorga(x2)rd - 08-12-2012

I just copied the grunt entity, changed the music to something else, and it worked. It worked because I edit a duplicate grunt folder inside the original amnesia/entities/enemies path. But I want to throw all my edited files in amnesia/customstories/mystory/entities/enemies, but I can't find a way for the level editor to draw entities form that path. That's my problem....


Also, I'm wanting to change some of the voices that the suitors have, but although I can find the basic enabled, idle, attack, etc. sounds under ptest, I cannot find their actual quotes anywhere; like: discover, death, giveup, etc. Any ideas?


RE: Custom Enemies - brute360 - 08-12-2012

amnesia the dark descent\lang\eng\ptest\voice\


RE: Custom Enemies - Kiorga(x2)rd - 08-12-2012

Great! Thanks.


RE: Custom Enemies - Theforgot3n1 - 08-12-2012

I think if you want to create your custom enemy in your map, you have to click "mesh" (in the "general" tab for any entity), and change that to the location of your custom enemy. That way it'll find your specific entity.