Faceless
02-04-2009, 18:56
This is the mainmenu.res file that will allow u to search for servers w/o having to bind a key to openserverbrowser, or wait for valve to take their thumb out their ass and fix a simple txt file!
First:
enable ingame developer console by going to Options, then Keyboard/Mouse, then 'Enable Developer Console'.
Second:
Search for the file MainMenu.res file
(X:\Programme\Steam\steamapps\common\left 4 dead\left4dead\resource\UI\L4D360UI)
i edited the MainMenu.res file with this
// Server Browser
"BtnOpenServer"
{
"ControlName" "L4D360HybridButton"
"fieldName" "BtnOpenServer"
"xpos" "100"
"ypos" "175" [$X360]
"ypos" "165" [$WIN32]
"wide" "180" [$X360]
"wide" "180" [$WIN32]
"tall" "20" [$X360]
"tall" "15" [$WIN32]
"autoResize" "1"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"tabPosition" "0"
"navUp" "BtnPlaySolo"
"navDown" "BtnStatsAndAchievements"
"labelText" "OPEN SERVER BROWSER"
"tooltiptext" "Look for a server using the server list."
"style" "MainMenuButton"
"command" "OpenServerBrowser"
"ActivationType" "1"
"FocusDisabledBorderSize" "1"
}
or download the file and replace it
First:
enable ingame developer console by going to Options, then Keyboard/Mouse, then 'Enable Developer Console'.
Second:
Search for the file MainMenu.res file
(X:\Programme\Steam\steamapps\common\left 4 dead\left4dead\resource\UI\L4D360UI)
i edited the MainMenu.res file with this
// Server Browser
"BtnOpenServer"
{
"ControlName" "L4D360HybridButton"
"fieldName" "BtnOpenServer"
"xpos" "100"
"ypos" "175" [$X360]
"ypos" "165" [$WIN32]
"wide" "180" [$X360]
"wide" "180" [$WIN32]
"tall" "20" [$X360]
"tall" "15" [$WIN32]
"autoResize" "1"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"tabPosition" "0"
"navUp" "BtnPlaySolo"
"navDown" "BtnStatsAndAchievements"
"labelText" "OPEN SERVER BROWSER"
"tooltiptext" "Look for a server using the server list."
"style" "MainMenuButton"
"command" "OpenServerBrowser"
"ActivationType" "1"
"FocusDisabledBorderSize" "1"
}
or download the file and replace it