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


Amnesia menu logo problem - mrsomeepicrandomguy - 02-25-2013

Hey guys, i cant change the main menu logo on my fc, i have changed the "MenuLogo" in the menu.cfg and it should work, but i won't. Can someone help me?


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

(02-25-2013, 05:12 PM)mrsomeepicrandomguy Wrote: Hey guys, i cant change the main menu logo on my fc, i have changed the "MenuLogo" in the menu.cfg and it should work, but i won't. Can someone help me?

Have you changed the directory in the resources.cfg?

Edit: This problem is solved here.


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

(02-25-2013, 07:53 PM)Smoke Wrote:
(02-25-2013, 05:12 PM)mrsomeepicrandomguy Wrote: Hey guys, i cant change the main menu logo on my fc, i have changed the "MenuLogo" in the menu.cfg and it should work, but i won't. Can someone help me?

Have you changed the directory in the resources.cfg?

Edit: This problem is solved here.
did all that , still wont work..


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

(02-26-2013, 07:48 PM)mrsomeepicrandomguy Wrote:
(02-25-2013, 07:53 PM)Smoke Wrote:
(02-25-2013, 05:12 PM)mrsomeepicrandomguy Wrote: Hey guys, i cant change the main menu logo on my fc, i have changed the "MenuLogo" in the menu.cfg and it should work, but i won't. Can someone help me?

Have you changed the directory in the resources.cfg?

Edit: This problem is solved here.
did all that , still wont work..

Then change the size, it might be too big. And does it show no logo or the amnesia one?


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

(02-26-2013, 08:33 PM)Smoke Wrote:
(02-26-2013, 07:48 PM)mrsomeepicrandomguy Wrote:
(02-25-2013, 07:53 PM)Smoke Wrote:
(02-25-2013, 05:12 PM)mrsomeepicrandomguy Wrote: Hey guys, i cant change the main menu logo on my fc, i have changed the "MenuLogo" in the menu.cfg and it should work, but i won't. Can someone help me?

Have you changed the directory in the resources.cfg?

Edit: This problem is solved here.
did all that , still wont work..

Then change the size, it might be too big. And does it show no logo or the amnesia one?
I did change the size, to what size? no logo at all


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

(02-26-2013, 09:41 PM)mrsomeepicrandomguy Wrote:
(02-26-2013, 08:33 PM)Smoke Wrote:
(02-26-2013, 07:48 PM)mrsomeepicrandomguy Wrote:
(02-25-2013, 07:53 PM)Smoke Wrote:
(02-25-2013, 05:12 PM)mrsomeepicrandomguy Wrote: Hey guys, i cant change the main menu logo on my fc, i have changed the "MenuLogo" in the menu.cfg and it should work, but i won't. Can someone help me?

Have you changed the directory in the resources.cfg?

Edit: This problem is solved here.
did all that , still wont work..

Then change the size, it might be too big. And does it show no logo or the amnesia one?
I did change the size, to what size? no logo at all

Could you send me the logo? I'll check it out


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

(02-26-2013, 09:56 PM)Smoke Wrote:
(02-26-2013, 09:41 PM)mrsomeepicrandomguy Wrote:
(02-26-2013, 08:33 PM)Smoke Wrote:
(02-26-2013, 07:48 PM)mrsomeepicrandomguy Wrote:
(02-25-2013, 07:53 PM)Smoke Wrote: Have you changed the directory in the resources.cfg?

Edit: This problem is solved here.
did all that , still wont work..

Then change the size, it might be too big. And does it show no logo or the amnesia one?
I did change the size, to what size? no logo at all

Could you send me the logo? I'll check it out
There, i think..

edit: nope, here we go: http://www.sendspace.com/file/e4sq0z


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

Could you also post the resources.cfg and your menu.cfg?


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

(02-26-2013, 10:15 PM)Smoke Wrote: Could you also post the resources.cfg and your menu.cfg?
Sure!

Menu.cfg:
<General
TextDuration_StartTime = "1.5"
TextDuration_MinTime = "2.5"
TextDuration_CharTime = "0.07"

/>

<Main
MainFadeInTime = "1"
MainFadeOutTimeFast = "0.3"
MainFadeOutTimeSlow = "3"

TopMenuFadeInTime = "1"
TopMenuFadeOutTime = "0.3"
TopMenuFontRelativeSize = "0.05 0.05"
TopMenuStartRelativePos = "0.8 0.325"
TopMenuStartRelativePosInGame = "0.5 0.5"
TopMenuFont = "menu.fnt"

MainMenuLogoStartRelativePos = "0.0525 0.22"
MainMenuLogoRelativeSize = "0.47 0.47"

BGScene = "test_mod/main_menu/menu_bg.map"
BGCamera_FOV = "70"
BGCamera_ZoomedFOV = "40"

ZoomSound = "ui_zoom.ogg"
Music = "22_amb.ogg"

MenuLogo = "graphics/logo.jpeg"
/>

You dont need the rest i think.

resources.cfg:
<Resources>
<Directory Path="/_temp" AddSubDirs="true" />
<Directory Path="/fonts" AddSubDirs="false" />
<Directory Path="/test_mod/maps" AddSubDirs="true" />
<Directory Path="/textures" AddSubDirs="true" />
<Directory Path="/test_mod/textures" AddSubDirs="true" />
<Directory Path="/models" AddSubDirs="true" />
<Directory Path="/gui" AddSubDirs="true" />
<Directory Path="/test_mod/gui" AddSubDirs="true" />
<Directory Path="/static_objects" AddSubDirs="true" />
<Directory Path="/test_mod/static_objects" AddSubDirs="true" />
<Directory Path="/sounds" AddSubDirs="true" />
<Directory Path="/test_mod/sounds" AddSubDirs="true" />
<Directory Path="/test_mod/main_menu" AddSubDirs="true" />
<Directory Path="/shaders" AddSubDirs="true" />
<Directory Path="/lights" AddSubDirs="true" />
<Directory Path="/billboards" AddSubDirs="true" />
<Directory Path="/entities" AddSubDirs="true" />
<Directory Path="/test_mod/entities" AddSubDirs="true" />
<Directory Path="/graphics" AddSubDirs="true" />
<Directory Path="/viewer" AddSubDirs="true" />
<Directory Path="/particles" AddSubDirs="true" />
<Directory Path="/models" AddSubDirs="true" />
<Directory Path="/music" AddSubDirs="true" />
<Directory Path="/test_mod/music" AddSubDirs="true" />
<Directory Path="/test_mod/flashbacks" AddSubDirs="true" />
<Directory Path="/textures" AddSubDirs="true" />
<Directory Path="/test_mod/textures" AddSubDirs="true" />
<Directory Path="/misc" AddSubDirs="true" />
<Directory Path="/test_mod/commentary" AddSubDirs="true" />
<Directory Path="/test_mod/textures" AddSubDirs="true" />
<Directory Path="/test_mod/gui" AddSubDirs="true" />
<Directory Path="/test_mod/bla/sounds" AddSubDirs="true" />
<Directory Path="/test_mod/graphics" AddSubDirs="true" />
<Directory Path="/test_mod/models" AddSubDirs="true" />
</Resources>


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

MenuLogo = "graphics/logo.jpeg"
To:
MenuLogo = "graphics/logo.jpg"

I'll see if that's the problem