How to create custom menu logo? - 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: How to create custom menu logo? (/thread-11043.html) |
How to create custom menu logo? - SonOfLiberty796 - 10-29-2011 I'm actually trying to make my C.S (Custom Story) into a full conversion, but in order to achieve it, you need to change the menu logo/name right? (Amnesia - The Dark Descent -) Well... I'm really lost. I've tried looking for threads of how to do the menu logo, but I couldn't find any! Only where people would talk about if its possible and so on. I already got the map background setup, now I just need to change the darn logo. (Which I thought would be simple, but nothing is simple right? :p) So can anyone PLEASE explain to me what to do? Or link me somewhere where it explains what to do? Please, and thanks RE: How to create custom menu logo? - flamez3 - 10-29-2011 Best I could do is : http://wiki.frictionalgames.com/hpl2/tutorials/script/tutorialsformainmenu RE: How to create custom menu logo? - SonOfLiberty796 - 10-29-2011 (10-29-2011, 06:16 AM)flamez3 Wrote: Best I could do is : http://wiki.frictionalgames.com/hpl2/tutorials/script/tutorialsformainmenu Seen it. :/ it didn't answer my question though :/ RE: How to create custom menu logo? - Your Computer - 10-29-2011 Place for menu image: <Amnesia>/lang/eng/graphics/main_menu Example file to specify the logo file name: <Amnesia>/config/yourstory_menu.cfg: Make sure your Main element has an attribute with the name "MenuLogo" with the value being the name of the file. For example: Code: MenuLogo = "yourstory_menu_logo.png" This is as far as my knowledge on the subject goes. RE: How to create custom menu logo? - SonOfLiberty796 - 10-29-2011 (10-29-2011, 07:48 AM)Your Computer Wrote: Place for menu image: /lang/eng/graphics/main_menu Alright, I'll try that, thanks. EDIT: YAY!!!!! I got it to work!! Thanks for helping guys |