Frictional Games Forum (read-only)
Aamfp textures? - 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: Aamfp textures? (/thread-23250.html)



Aamfp textures? - Grafftinate - 09-18-2013

Hey guys ever since i have played aamfp i have wanted the textures,entities(Especially the monsters),etc...
And iv'e been trying to use the aamfp textures, as some of them work but each time i close the editor and reopen the map file they all disappear and i was wondering if they could port some if not all of the ground,ceiling,and wall textures because im just soo sick of tdd ones and this would be an amazing help if you could, Cheers Smile


RE: Aamfp textures? - PutraenusAlivius - 09-18-2013

You probably forgot to make the Editor to reference the models.

I used AAMFP assets. Shit didn't happen.


RE: Aamfp textures? - Statyk - 09-18-2013

Make sure you add a directory in your root amnesia "resources.cfg" that leads to where the new textures are placed, otherwise the editors won't read them.


RE: Aamfp textures? - Grafftinate - 09-18-2013

K thnx

um im sortof a noob so what do i have to add?


RE: Aamfp textures? - PutraenusAlivius - 09-19-2013

(09-18-2013, 09:58 PM)Grafftinate Wrote: K thnx

um im sortof a noob so what do i have to add?
Code:
<Directory Path="/custom_stories" AddSubDirs="true" />

This line.