(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!