Frictional Games Forum (read-only)
Amnesia menu logo 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: Amnesia menu logo problem (/thread-20494.html)

Pages: 1 2


RE: Amnesia menu logo problem - mrsomeepicrandomguy - 02-26-2013

(02-26-2013, 10:32 PM)Smoke Wrote: MenuLogo = "graphics/logo.jpeg"
To:
MenuLogo = "graphics/logo.jpg"

I'll see if that's the problem
tried it, did't work


RE: Amnesia menu logo problem - OriginalUsername - 02-26-2013

(02-26-2013, 10:34 PM)mrsomeepicrandomguy Wrote:
(02-26-2013, 10:32 PM)Smoke Wrote: MenuLogo = "graphics/logo.jpeg"
To:
MenuLogo = "graphics/logo.jpg"

I'll see if that's the problem
tried it, did't work

I see, I'll make one for you. What font was that?


RE: Amnesia menu logo problem - mrsomeepicrandomguy - 02-26-2013

(02-26-2013, 10:35 PM)Smoke Wrote:
(02-26-2013, 10:34 PM)mrsomeepicrandomguy Wrote:
(02-26-2013, 10:32 PM)Smoke Wrote: MenuLogo = "graphics/logo.jpeg"
To:
MenuLogo = "graphics/logo.jpg"

I'll see if that's the problem
tried it, did't work

I see, I'll make one for you. What font was that?
Font of what? :p
oh, never mind. you can chose, dont really care right now


RE: Amnesia menu logo problem - OriginalUsername - 02-26-2013

Here it is: http://www.sendspace.com/file/lsp9h5

Also, change this in your menu.cfg: MenuLogo = "test_mod/graphics/menu_logo.tga"

It worked for me

Edit: Make sure the menu_logo.tga is in the graphics folder inside your FC folder.


RE: Amnesia menu logo problem - mrsomeepicrandomguy - 02-26-2013

(02-26-2013, 10:44 PM)Smoke Wrote: Here it is: http://www.sendspace.com/file/lsp9h5

Also, change this in your menu.cfg: MenuLogo = "test_mod/graphics/menu_logo.tga"

It worked for me
THANK YOU SO MUCH!! You made my day Big Grin this is going right to the credits Wink


RE: Amnesia menu logo problem - OriginalUsername - 02-26-2013

(02-26-2013, 10:47 PM)mrsomeepicrandomguy Wrote:
(02-26-2013, 10:44 PM)Smoke Wrote: Here it is: http://www.sendspace.com/file/lsp9h5

Also, change this in your menu.cfg: MenuLogo = "test_mod/graphics/menu_logo.tga"

It worked for me
THANK YOU SO MUCH!! You made my day Big Grin this is going right to the credits Wink

You're welcome, glad I could help.


RE: Amnesia menu logo problem - 7heDubz - 03-08-2013

Reviving Thread instead of creating a new one.

This method worked for me but now the picture is just WAAAY to big. Any idea's why?

EDIT: Problem Solved by changing this line of code in the menu.cfg file

MainMenuLogoRelativeSize = "0.47 0.47"

to

MainMenuLogoRelativeSize = "0.20 0.20"

Hopefully this will prevent someone else from performing necromancy later on