Frictional Games Forum (read-only)
Textures problem - 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: Textures problem (/thread-27444.html)



Textures problem - Yurden - 11-28-2014

I have a problem with custom textures. First I add them:

[Image: 2cwrm3d.jpg]

But after restarting the HPL Editor in the window "material " disappears texture path and that's what happens

[Image: jihogn.png]


RE: Textures problem - Romulator - 11-28-2014

That appears to be a resources.cfg problem. Have you added the directory of your textures to the resources.cfg file?


RE: Textures problem - Mudbill - 11-28-2014

Yeah, most likely you need to add the custom_stories directory to the resources.cfg file you find in the Amnesia root folder. That is, if you're storing those files within your custom story of course. You can store them in /graphics and this probably won't happen, but I recommend editing the file.


RE: Textures problem - Yurden - 11-28-2014

It works, thanks.