Frictional Games Forum (read-only)
Custom background - 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: Custom background (/thread-20791.html)



Custom background - Akos115 - 03-17-2013

I have already created a map for it, and the camera angle is working correctly, but I don't know how to change to position of the logo and the text (for example: Start New Game, Options) position on the screen. Can someone help?


RE: Custom background - PutraenusAlivius - 03-17-2013

Open your map.cfg in redist/config. In Main,
Code:
    MainMenuLogoStartRelativePos = "0.0525 0.22"
    MainMenuLogoRelativeSize = "0.47 0.47"
Means size and position.
For the text, i don't know that.


RE: Custom background - Statyk - 03-17-2013

It's "menu.cfg", not map.cfg. Just a heads up.


RE: Custom background - Akos115 - 03-17-2013

thanks Big Grin