Frictional Games Forum (read-only)
Custom logo for my FC - 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: Custom logo for my FC (/thread-20418.html)

Pages: 1 2


RE: Custom logo for my FC - Your Computer - 02-20-2013

The path stated in the menu.cfg file is actually irrelevant to the game. All the game cares about is the file name (which includes file extension). This is because the game relies on the resources.cfg file for finding the main menu logo.


RE: Custom logo for my FC - OriginalUsername - 02-21-2013

(02-20-2013, 11:31 PM)Your Computer Wrote: The path stated in the menu.cfg file is actually irrelevant to the game. All the game cares about is the file name (which includes file extension). This is because the game relies on the resources.cfg file for finding the main menu logo.

Do I have to create a new directory path in the resources.cfg file? Or do I have to put /mod name/graphics?

EDIT: Thank you! You just have to add <Directory Path="/mod_name/graphics" AddSubDirs="true" /> to your resources.cfg file and place the logo in the graphics folder. Thank you so much!


RE: Custom logo for my FC - No Author - 02-21-2013

(02-21-2013, 12:16 AM)Smoke Wrote:
(02-20-2013, 11:31 PM)Your Computer Wrote: The path stated in the menu.cfg file is actually irrelevant to the game. All the game cares about is the file name (which includes file extension). This is because the game relies on the resources.cfg file for finding the main menu logo.

Do I have to create a new directory path in the resources.cfg file? Or do I have to put /mod name/graphics?

Create directory path to resource.cfg.