Welcome to Tactical Gamer

Results 1 to 12 of 12
Discussion: Left 4 Dead / Left 4 Dead - Technical Support & FAQs - How to add the server browser to your in-game menu - Here are the instructions. Got this from Bfunk, thanks. 1) In the Explorer go to
  1. #1
    Avs
    Avs is offline


    Join Date
    Jan 2006
    Posts
    1,261

    How to add the server browser to your in-game menu

    Here are the instructions. Got this from Bfunk, thanks.

    1) In the Explorer go to <steam install path>\Steam\steamapps\common\left 4 dead\left4dead\resource\UI\L4D360UI
    2) Open up the file "MainMenu.res" in notepad
    3) Before the final } add the following text (just copy and paste the code below)

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

    4) Save (Ctrl+S), close notepad, and you're done

  2.  
  3. #2

    Exploding_Silver's Avatar

    Join Date
    Dec 2005
    Location
    Euroland
    Posts
    7,296
    Blog Entries
    1

    Re: How to add the server browser to your in-game menu

    I can confirm this works and is easy and useful,
    I have added all the TG servers by using IP addresses and this is now my preferred method for getting into games,

    It feels like I am in control again, I can
    > see all the TG servers
    > see which servers have people and who they are
    > see what game mode and campaign/map
    > join by double clicking
    > also in friends tab I can see what servers my friends are on and join games on them

    Last edited by Exploding_Silver; 01-27-2009 at 08:44 PM.

  4.  
  5. #3

    Plude220's Avatar

    Join Date
    Jul 2007
    Location
    Alabama (T Town Baby)
    Age
    27
    Posts
    740

    Re: How to add the server browser to your in-game menu

    Nice Info! this will be very helpfull.
    |TG| Plude220


  6.  

     
  7. #4
    Avs
    Avs is offline


    Join Date
    Jan 2006
    Posts
    1,261

    Re: How to add the server browser to your in-game menu

    What are the server IPs?

    75.125.97.195:27015 TacticalGamer.com - SG: VS Adv
    75.125.97.197:27015 TacticalGamer.com - SG: Dead City beta6 (Custom Server)
    75.125.97.199:27015 TacticalGamer.com - SG Coop
    74.208.155.190:27230 TacticalGamer.com - Coop#1
    75.125.97.194:27015 TacticalGamer.com - Coop#2
    74.208.155.190:27203 TacticalGamer.com - VS Adv#1
    74.208.155.190:27250 TacticalGamer.com - VS Adv#2

    Also found here: http://www.tacticalgamer.com/left-4-...ead-guide.html

  8.  
  9. #5

    peardog's Avatar

    Join Date
    Jul 2005
    Location
    PA, USA
    Age
    44
    Posts
    2,486

    Re: How to add the server browser to your in-game menu

    Amazing that this is just not an Option in the settings or something... Why hide the good stuff.??.. GRRRR If I were a hunter I would pounce!!... but since I am more of a Boomer... I will..boom...!
    |TG|ARMA Pathfinder
    ..now where did I put my keys?

  10.  
  11. #6

    Exploding_Silver's Avatar

    Join Date
    Dec 2005
    Location
    Euroland
    Posts
    7,296
    Blog Entries
    1

    Re: How to add the server browser to your in-game menu

    they hide it because it doesn't work properly
    the favorites tab does work
    the internet + custom + friends tabs dont work correctly

  12.  

     
  13. #7

    westyfield's Avatar

    Join Date
    May 2007
    Location
    Bath / Southampton, UK
    Posts
    2,964
    Blog Entries
    7

    Re: How to add the server browser to your in-game menu

    Quote Originally Posted by Exploding_Silver View Post
    they hide it because it doesn't work properly
    the favorites tab does work
    the internet + custom + friends tabs dont work correctly
    Methinks a patch is needed...

    Thanks for the info, Avs, I'm just gonna do this now.
    |TG-Irr| westyfield

    Sig pic by Sonic, avatar by Chalcas. Thanks!
    Irregular since 2007.

  14.  
  15. #8

    whistler's Avatar

    Join Date
    Apr 2005
    Location
    Mankato, MN
    Posts
    2,243
    Blog Entries
    1

    Re: How to add the server browser to your in-game menu

    This makes my day.

  16.  
  17. #9



    WhiskeySix's Avatar

    Join Date
    Oct 2005
    Posts
    14,532
    Blog Entries
    3

    Re: How to add the server browser to your in-game menu

    You must spread some reputation around before giving it to Avs again.

    good find.

  18.  

     
  19. #10

    Exploding_Silver's Avatar

    Join Date
    Dec 2005
    Location
    Euroland
    Posts
    7,296
    Blog Entries
    1

    Re: How to add the server browser to your in-game menu

    yes excellent find

  20.  
  21. #11

    Exploding_Silver's Avatar

    Join Date
    Dec 2005
    Location
    Euroland
    Posts
    7,296
    Blog Entries
    1

    Re: How to add the server browser to your in-game menu

    survivor DLC replaced our amended file
    need to amend 1st post with new position
    change 165 to 105
    and amend the provided file

    Code:
      // Server Browser
        "BtnOpenServer"
        {
            "ControlName"             "L4D360HybridButton"
            "fieldName"             "BtnOpenServer"
            "xpos"                 "100"
            "ypos"                 "175" [$X360]
            "ypos"                 "105" [$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"
        }
    looks like this
    and works as before
    I don't know what bugs are still in browser after patch


  22.  
  23. #12
    Avs
    Avs is offline


    Join Date
    Jan 2006
    Posts
    1,261

    Re: How to add the server browser to your in-game menu

    Thanks for updating this Silver!

  24.  

     

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


  
 

Back to top