Frictional Games Forum (read-only)

Full Version: Custom background
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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?
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.
It's "menu.cfg", not map.cfg. Just a heads up.
thanks Big Grin