Frictional Games Forum (read-only)

Full Version: Menu Banner [Solved]
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Can the Menu banner be changed?
I've seen some people having not ''Amnesia'', but ''Insomnia'' or something like that on the menu screen.
How do I change it?
You would have to make your custom story a full conversion, then you can find the logo icon in: ....amnesia the dark descent/redist/lang/eng/graphics/main_menu.

You can change the logo in the menu.cfg
When I copied the menu.cfg file from the config folder over to my isolated full conversion mod, the logo line was missing from the file. It still seems to be, so I don't really know where the original logo is defined, but if you add this line in your menu.cfg file under the <Main> tag, you can add the path to the .tga logo image.

PHP Code:
    MenuLogo "mod_example/lang/eng/graphics/main_menu/menu_logo_mod.tga" 
I think it's defined in code, like the directory is already pre-set in the executable. If you go to the justine (ptest) menu.cfg, the line is in there. Kinda weird, yeah. Thanks for pointing that out.