Legion of Damned
Would you like to react to this message? Create an account in a few clicks or log in to continue.



 
HomeHomeHomeForumLatest imagesRegisterLog in

 

 open the Serverbrowser

Go down 
2 posters
AuthorMessage
damagefilter
Clan Member
Clan Member
damagefilter


Number of posts : 153
Age : 36
Location : Germany
Registration date : 2008-10-29

open the Serverbrowser Empty
PostSubject: open the Serverbrowser   open the Serverbrowser I_icon_minitimeTue Nov 25, 2008 9:26 pm

I may introduce to you a fix, to get the
Serverbrowser opened via a Main menu button.

Copy this into your mainmenu.res:
Code:

// 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"
}

This will help you with your serverbrowser issues (if you have any) until valve releases
an official fix ... what basically will be the same.

The MainMenu.res is located in
common\left 4 dead\left4dead\resource\UI\L4D360UI

I had the informations from fpsbanana, here:

http://www.fpsbanana.com/tools/3543


Last edited by damagefilter on Sun Nov 30, 2008 12:14 am; edited 1 time in total
Back to top Go down
ωαяяισя
Clan Member
Clan Member
ωαяяισя


Number of posts : 40
Age : 37
Location : Germany, Cologne
Registration date : 2008-10-26

open the Serverbrowser Empty
PostSubject: Re: open the Serverbrowser   open the Serverbrowser I_icon_minitimeSat Nov 29, 2008 11:26 pm

Mhh i cant install it.

Can u send me ur MainMenu.res ???

I copied the text in this file but i cant see the button "Open Server Browser" in game...
Back to top Go down
damagefilter
Clan Member
Clan Member
damagefilter


Number of posts : 153
Age : 36
Location : Germany
Registration date : 2008-10-29

open the Serverbrowser Empty
PostSubject: Re: open the Serverbrowser   open the Serverbrowser I_icon_minitimeSat Nov 29, 2008 11:29 pm

I can tomorrow.
Today I'm on my laptop only ...
Anyway. have you attached the code to the end of the document?
Maybe you have overseen a { or } ...

Here you go:
Code:

"Resource/UI/MainMenu.res"
{
   "MainMenu"
   {
      "ControlName"         "Frame"
      "fieldName"            "MainMenu"
      "xpos"               "0"
      "ypos"               "0"
      "wide"               "f0"
      "tall"               "f0"
      "autoResize"         "0"
      "pinCorner"            "0"
      "visible"            "1"
      "enabled"            "1"
      "tabPosition"         "0"
      "PaintBackgroundType"   "0"
   }
            
   // Play a campaign
   "BtnCoOp"
   {
      "ControlName"         "L4D360HybridButton"
      "fieldName"            "BtnCoOp"
      "xpos"               "100"
      "ypos"               "100"   [$X360]
      "ypos"               "120"   [$WIN32]
      "wide"               "180"   [$X360]
      "wide"               "180"   [$WIN32]
      "tall"               "20"   [$X360]
      "tall"               "15"   [$WIN32]
      "autoResize"         "1"
      "pinCorner"            "0"
      "visible"            "1"
      "enabled"            "1"
      "tabPosition"         "1"
      "navUp"               "BtnExtras" [$X360]
      "navUp"               "PnlQuickJoin" [$WIN32]
      "navDown"            "BtnVersus"
      "labelText"            "#L4D360UI_MainMenu_CoOp"
      "tooltiptext"         "#L4D360UI_MainMenu_CoOp_Tip"
      "style"               "MainMenuButton"
      "command"            "FlmCampaignFlyout"
      "ActivationType"      "1"
   }
   
   // Play versus
   "BtnVersus"
   {
      "ControlName"         "L4D360HybridButton"
      "fieldName"            "BtnVersus"
      "xpos"               "100"
      "ypos"               "125"   [$X360]
      "ypos"               "135"   [$WIN32]
      "wide"               "180"   [$X360]
      "wide"               "180"   [$WIN32]
      "tall"               "20"   [$X360]
      "tall"               "15"   [$WIN32]
      "autoResize"         "1"
      "pinCorner"            "0"
      "visible"            "1"
      "enabled"            "1"
      "tabPosition"         "0"
      "navUp"               "BtnCoOp"
      "navDown"            "BtnPlaySolo"
      "labelText"            "#L4D360UI_MainMenu_Versus"
      "tooltiptext"         "#L4D360UI_MainMenu_Versus_Tip"
      "disabled_tooltiptext"   "#L4D360UI_MainMenu_Versus_Tip_Disabled"
      "style"               "MainMenuButton"
      "command"            "VersusSoftLock"
      "ActivationType"      "1"
      "FocusDisabledBorderSize" "1"
   }
   
   // Single player
   "BtnPlaySolo"
   {
      "ControlName"            "L4D360HybridButton"
      "fieldName"               "BtnPlaySolo"
      "xpos"                  "100"
      "ypos"                  "150"
      "wide"                  "180"   [$X360]
      "wide"                  "180"   [$WIN32]
      "tall"                  "20"   [$X360]
      "tall"                  "15"   [$WIN32]
      "autoResize"            "1"
      "pinCorner"               "0"
      "visible"               "1"
      "enabled"               "1"
      "tabPosition"            "0"
      "navUp"                  "BtnVersus"
      "navDown"               "BtnStatsAndAchievements"
      "labelText"               "#L4D360UI_MainMenu_PlaySolo"
      "tooltiptext"            "#L4D360UI_MainMenu_PlaySolo_Tip"
      "disabled_tooltiptext"      "#L4D360UI_MainMenu_PlaySolo_Tip_Disabled"
      "style"                  "MainMenuButton"
      "command"               "SoloPlay"
      "ActivationType"         "1"
      "FocusDisabledBorderSize"   "1"
   }
   // 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"
}
   
   "BtnStatsAndAchievements"
   {
      "ControlName"         "L4D360HybridButton"
      "fieldName"            "BtnStatsAndAchievements"
      "xpos"               "100"
      "ypos"               "200"   [$X360]
      "ypos"               "180"   [$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"            "BtnOptions"
      "labelText"            "#L4D360UI_MainMenu_StatsAndAchievements"
      "tooltiptext"         "#L4D360UI_MainMenu_StatsAndAchievements_Tip"   [$X360]
      "tooltiptext"         "#L4D360UI_MainMenu_PCStatsAndAchievements_Tip"   [$WIN32]
      "style"               "MainMenuButton"
      "command"            "StatsAndAchievements"
      "ActivationType"      "1"
   }
   
   "BtnOptions"
   {
      "ControlName"         "L4D360HybridButton"
      "fieldName"            "BtnOptions"
      "xpos"               "100"
      "ypos"               "225"   [$X360]
      "ypos"               "195"   [$WIN32]
      "wide"               "180"   [$X360]
      "wide"               "180"   [$WIN32]
      "tall"               "20"   [$X360]
      "tall"               "15"   [$WIN32]
      "autoResize"         "1"
      "pinCorner"            "0"
      "visible"            "1"
      "enabled"            "1"
      "tabPosition"         "0"
      "navUp"               "BtnStatsAndAchievements"
      "navDown"            "BtnExtras"
      "labelText"            "#L4D360UI_MainMenu_Options"
      "tooltiptext"         "#L4D360UI_MainMenu_Options_Tip"
      "style"               "MainMenuButton"
      "command"            "FlmOptionsFlyout"
      "ActivationType"      "1"
   }
   
   "BtnExtras"
   {
      "ControlName"         "L4D360HybridButton"
      "fieldName"            "BtnExtras"
      "xpos"               "100"
      "ypos"               "250"   [$X360]
      "ypos"               "210"   [$WIN32]
      "wide"               "180"   [$X360]
      "wide"               "180"   [$WIN32]
      "tall"               "20"   [$X360]
      "tall"               "15"   [$WIN32]
      "autoResize"         "1"
      "pinCorner"            "0"
      "visible"            "1"
      "enabled"            "1"
      "tabPosition"         "0"
      "navUp"               "BtnOptions"
      "navDown"            "BtnQuit" [$WIN32]
      "navDown"            "BtnCoOp" [$X360]
      "labelText"            "#L4D360UI_MainMenu_Extras"
      "tooltiptext"         "#L4D360UI_MainMenu_Extras_Tip"
      "style"               "MainMenuButton"
      "command"            "FlmExtrasFlyout"
      "ActivationType"      "1"
   }
   
   "BtnQuit" [$WIN32]
   {
      "ControlName"         "L4D360HybridButton"
      "fieldName"            "BtnQuit"
      "xpos"               "100"
      "ypos"               "225"
      "wide"               "180"
      "tall"               "15"
      "autoResize"         "1"
      "pinCorner"            "0"
      "visible"            "1"
      "enabled"            "1"
      "tabPosition"         "0"
      "navUp"               "BtnExtras"
      "navDown"            "PnlQuickJoin"
      "labelText"            "#L4D360UI_MainMenu_Quit"
      "tooltiptext"         "#L4D360UI_MainMenu_Quit_Tip"
      "style"               "MainMenuButton"
      "command"            "QuitGame"
      "ActivationType"      "1"
   }
            
   "FlmCampaignFlyout"
   {
      "ControlName"         "FlyoutMenu"
      "fieldName"            "FlmCampaignFlyout"
      "visible"            "0"
      "wide"               "0"
      "tall"               "0"
      "zpos"               "3"
      "InitialFocus"         "BtnQuickMatch"
      "ResourceFile"         "resource/UI/L4D360UI/CampaignFlyout.res"
   }
   
   "FlmVersusFlyout"
   {
      "ControlName"         "FlyoutMenu"
      "fieldName"            "FlmVersusFlyout"
      "visible"            "0"
      "wide"               "0"
      "tall"               "0"
      "zpos"               "3"
      "InitialFocus"         "BtnQuickMatch"
      "ResourceFile"         "resource/UI/L4D360UI/VersusFlyout.res"
   }
   
   "FlmOptionsFlyout"
   {
      "ControlName"         "FlyoutMenu"
      "fieldName"            "FlmOptionsFlyout"
      "visible"            "0"
      "wide"               "0"
      "tall"               "0"
      "zpos"               "3"
      "InitialFocus"         "BtnAudioVideo"   [$X360]
      "InitialFocus"         "BtnVideo"   [$WIN32]
      "ResourceFile"         "resource/UI/L4D360UI/OptionsFlyout.res"
   }
   
   "FlmExtrasFlyout"
   {
      "ControlName"         "FlyoutMenu"
      "fieldName"            "FlmExtrasFlyout"
      "visible"            "0"
      "wide"               "0"
      "tall"               "0"
      "zpos"               "3"
      "InitialFocus"         "BtnCommentary"
      "ResourceFile"         "resource/UI/L4D360UI/ExtrasFlyout.res"
   }
         
   "PnlQuickJoin"
   {
      "ControlName"         "QuickJoinPanel"
      "fieldName"            "PnlQuickJoin"
      "ResourceFile"         "resource/UI/L4D360UI/QuickJoin.res"
      "visible"            "1"
      "wide"               "240"
      "tall"               "300"
      "xpos"               "r240"   [$X360]
      "xpos"               "80"   [$WIN32]
      "ypos"               "r120"   [$X360]
      "ypos"               "r75"   [$WIN32]
      "navUp"            "BtnQuit"
      "navDown"            "BtnCoOp"
   }
   
   "PnlQuickJoinGroups"   [$WIN32]
   {
      "ControlName"         "QuickJoinGroupsPanel"
      "fieldName"            "PnlQuickJoinGroups"
      "ResourceFile"         "resource/UI/L4D360UI/QuickJoinGroups.res"
      "visible"            "1"
      "wide"               "500"
      "tall"               "300"
      "xpos"               "c0"
      "ypos"               "r75"
      "navUp"               ""
      "navDown"            ""
   }

   "LblPlayer1GamerTag"   [$X360]
   {
      "ControlName"         "Label"
      "fieldName"            "LblPlayer1GamerTag"
      "xpos"               "100"
      "ypos"               "r160"
      "wide"               "300"
      "tall"               "16"
      "autoResize"         "0"
      "pinCorner"            "0"
      "visible"            "0"
      "enabled"            "1"
      "tabPosition"         "0"
      "Font"               "DefaultMedium"
      "fgcolor_override"      "125 125 125 255"
   }
   
   "LblPlayer2GamerTag"   [$X360]
   {
      "ControlName"         "Label"
      "fieldName"            "LblPlayer2GamerTag"
      "xpos"               "100"
      "ypos"               "r140"
      "wide"               "300"
      "tall"               "16"
      "autoResize"         "0"
      "pinCorner"            "0"
      "visible"            "0"
      "enabled"            "1"
      "tabPosition"         "0"
      "Font"               "DefaultMedium"
      "fgcolor_override"      "125 125 125 255"
   }
   
   "LblPlayer2Enable"   [$X360]
   {
      "ControlName"         "Label"
      "fieldName"            "LblPlayer2Enable"
      "xpos"               "100"
      "ypos"               "r120"
      "wide"               "300"
      "tall"               "16"
      "autoResize"         "0"
      "pinCorner"            "0"
      "visible"            "0"
      "enabled"            "1"
      "tabPosition"         "0"
      "labelText"            "#L4D360UI_MainMenu_SignInMessageSsStart2"
      "Font"               "DefaultMedium"
      "fgcolor_override"      "125 125 125 255"
   }
   
   "LblPlayer2DisableIcon"      [$X360]
   {
      "ControlName"         "Label"
      "fieldName"            "LblPlayer2DisableIcon"
      "xpos"               "100"
      "ypos"               "r120"
      "wide"               "30"
      "tall"               "16"
      "autoResize"         "0"
      "pinCorner"            "0"
      "visible"            "0"
      "enabled"            "1"
      "tabPosition"         "0"
      "Font"               "GameUIButtonsMini"
      "labelText"            "#GameUI_Icons_BACK"
   }
   
   "LblPlayer2Disable"      [$X360]
   {
      "ControlName"         "Label"
      "fieldName"            "LblPlayer2Disable"
      "xpos"               "125"
      "ypos"               "r120"
      "wide"               "300"
      "tall"               "16"
      "autoResize"         "0"
      "pinCorner"            "0"
      "visible"            "0"
      "enabled"            "1"
      "tabPosition"         "0"
      "Font"               "DefaultMedium"
      "labelText"            "#L4D360UI_MainMenu_SignInMessageSsDisable"
      "fgcolor_override"      "125 125 125 255"
   }
}
It's the whole mainmenu.res.
I can't send you the file right now, so have it that way ^^
Back to top Go down
ωαяяισя
Clan Member
Clan Member
ωαяяισя


Number of posts : 40
Age : 37
Location : Germany, Cologne
Registration date : 2008-10-26

open the Serverbrowser Empty
PostSubject: Re: open the Serverbrowser   open the Serverbrowser I_icon_minitimeSat Nov 29, 2008 11:44 pm

Ty mate...

It works now. cheers
Back to top Go down
Sponsored content





open the Serverbrowser Empty
PostSubject: Re: open the Serverbrowser   open the Serverbrowser I_icon_minitime

Back to top Go down
 
open the Serverbrowser
Back to top 
Page 1 of 1

Permissions in this forum:You cannot reply to topics in this forum
Legion of Damned :: Home of the Damned :: General discussions-
Jump to: