Forum
Confusing new menu
Created 11th June 2010 @ 01:34
Add A Reply Pages: « Previous 1 2 3 Next »
Quoted from wer
i made it look just like the old menu.
Can upload later if anyone’s interested
Very interested. :)
http://forums.steampowered.com/forums/showthread.php?t=1302606 For once there is a useful post on SF
Last edited by hapha,
perfect, thanks
Does anyone know how to reduce the font size of the main menu? I added some new entries and now it barely fits on my screen.
Well to reduce the font size of the old menu it was:
MainMenu.MenuItemHeight “value”
In the “SourceScheme.res” file within BaseSettings { }
For example:
BaseSettings {
MainMenu.MenuItemHeight “14”
}
Last edited by Gozzer,
yep that was the one, but now it doest not affect the menu size in any way. Seems its now manipulated with something else, possibly in MainMenuOverride.res
EDIT: I figured it out, I’ll do some tweaking first, and I’ll write it down soon.
Last edited by Chux,
Yeah it’s definitely in MainMenuOverride. I downloaded a file on the steam forums that adjusts it to its old size/spacing.
I’m in a bit of a hurry so I’ll make it quick. The first part of the MainMenuOverride.res can be used to fiddle with the menu size. Theres probably more things that can be done, but I dont have time to experiment right now.
MainMenuOverride
{
—-> “xpos” “-75”
—–> “ypos” “50”
“tall” “600”
{
“xpos” “0”
“ypos” “150”
“wide” “250”
—–> “tall” “20”
“visible” “1”
I used the “x/ypos” to move it arround, and the “tall” to shrink it verticly so the menu can fit in the screen. I may try out some more stuff later.
Last edited by Chux,
original menu layout: http://pulkai.com/orangebox/tf/resource/ui/MainMenuOverride.res
place it in tf/resource/ui/
menu elements: http://pulkai.com/orangebox/tf/resource/GameMenu.res (You might want to use your own)
place it in tf/resource/
right click -> save as
Last edited by wer,
I think i love you :’)
I understand. I love myself too
Quoted from wer
original menu layout: http://pulkai.com/orangebox/tf/resource/ui/MainMenuOverride.res
place it in tf/resource/ui/menu elements: http://pulkai.com/orangebox/tf/resource/GameMenu.res (You might want to use your own)
place it in tf/resource/right click -> save as
Much love. Just one problem. http://i46.tinypic.com/fd6npv.jpg
Uploaded new version to fix text dissappearing while being on a server.
Its a little high up on the screen now, but who cares?
Quoted from Ched
[…]
Much love. Just one problem. http://i46.tinypic.com/fd6npv.jpg
Close that one, and it shouldnt appear again
Last edited by wer,
Thanks wer.
Add A Reply Pages: « Previous 1 2 3 Next »