Left 4 Dead Server Browser

K3RB3ROS Messages postés 66 Statut Membre -  
 LaFauchEUSE -
Bonjour,

un petit truc pour avoir accès au server browser de left 4 dead

1) ouvrir le fichier "MainMenu.res"

il se trouve dans ...\Steam\steamapps\common\left 4 dead\left4dead\resource\UI\L4D360UI

2) rajouter ce code tout en bas avant le dernier crochet:

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


3) enregistrer le fichier a son emplacement d'origine


4) lancer le jeu et cliquer sur "Open server browser"
A voir également:

7 réponses

schpop
 
tres bon ^^ malgres tout aucun serveur n'apparait serais ce seulement chez moi?
3
LaFauchEUSE
 
Non cher moi asi et je trouve pas le common .. ilni en a pas !
0
HTFleveritable
 
Salut tout le monde!
Petit problème avec l'open browser, je l'i configuré, tout semble fonctionner correctement à priori, seul problème : aucun serveur ne correspond à mes critères de recherche alors que le seul critère est : un serveur de Left 4 Dead!
En clair il ne me trouve aucune partie quelque soit les critères alors que j'arrive à en rejoindre pas le biais de partie Versus ou Campagne... Help :(!
2
koitoner
 
celui qui serait intéressé j'ai créé un fichier "mainmenu.res" pour "recherche de serveurs" bien aligné.

Pour commencer une fois le fichier "MainMenu.res" trouvé faire une sauvegarde de celui ci au cas ou il y aurait erreur.
Ensuite il suffit tous simplement de copier et de coller ce qui suis dans le fichier "MainMenu.res" que l'on trouve via le chemin STEAM>STEAMAPPS>COMMON>LEFT 4 DEAD>LEFT4DEAD>RESOURCE>UI>L4D360UI.


liste a copier coller a la place de ce qui a déja dans le fichier:

"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" "BtnHoldoutCoop"
"labelText" "#L4D360UI_MainMenu_Versus"
"tooltiptext" "#L4D360UI_MainMenu_Versus_Tip"
"disabled_tooltiptext" "#L4D360UI_MainMenu_Versus_Tip_Disabled"
"style" "MainMenuButton"
"command" "VersusSoftLock"
"ActivationType" "1"
"FocusDisabledBorderSize" "1"
}

// Play holdout
"BtnHoldoutCoop"
{
"ControlName" "L4D360HybridButton"
"fieldName" "BtnHoldoutCoop"
"xpos" "100"
"ypos" "150"
"wide" "180"
"tall" "20" [$X360]
"tall" "15" [$WIN32]
"autoResize" "1"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"tabPosition" "0"
"navUp" "BtnVersus"
"navDown" "BtnPlaySolo"
"labelText" "#L4D360UI_MainMenu_HoldoutCoop"
"tooltiptext" "#L4D360UI_MainMenu_HoldoutCoop_Tip"
"style" "MainMenuButton"
"command" "HoldoutCoopCheck"
"ActivationType" "1"
}

// Single player
"BtnPlaySolo"
{
"ControlName" "L4D360HybridButton"
"fieldName" "BtnPlaySolo"
"xpos" "100"
"ypos" "165"
"wide" "180"
"tall" "20"
"tall" "15" [$WIN32]
"autoResize" "1"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"tabPosition" "0"
"navUp" "BtnHoldoutCoop"
"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"
}

"BtnStatsAndAchievements"
{
"ControlName" "L4D360HybridButton"
"fieldName" "BtnStatsAndAchievements"
"xpos" "100"
"ypos" "225" [$X360]
"ypos" "215" [$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" "250" [$X360]
"ypos" "230" [$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" "275" [$X360]
"ypos" "245" [$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" "260"
"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"
}

"FlmHoldoutCoopFlyout"
{
"ControlName" "FlyoutMenu"
"fieldName" "FlmHoldoutCoopFlyout"
"visible" "0"
"wide" "0"
"tall" "0"
"zpos" "3"
"InitialFocus" "BtnQuickMatch"
"ResourceFile" "resource/UI/L4D360UI/HoldoutCoopFlyout.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"
}
// Server Browser
"BtnOpenServer"
{
"ControlName" "L4D360HybridButton"
"fieldName" "BtnOpenServer"
"xpos" "100"
"ypos" "175" [$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" "BtnStatsAndAchievements"
"labelText" "RECHERCHE SERVEURS"
"tooltiptext" "Cherchez un serveur en utilisant la liste de serveur."
"style" "MainMenuButton"
"command" "OpenServerBrowser"
"ActivationType" "1"
"FocusDisabledBorderSize" "1"
}
}


J'espere en aider certain bye!
2
spylu
 
Pas mal merci mais chez moi impossible de rejoindre quelle conque partie
0

Vous n’avez pas trouvé la réponse que vous recherchez ?

Posez votre question
NikosIXII Messages postés 28 Statut Membre 12
 
Le Open Server Browser apparait dans le menu mais quand je clique dessus rien ne se passe.. :S
0
Haz Jim Ridei
 
Génialissime !!!
0
PapiJulio
 
Bonjour pourrai t'on savoir comment ouvrir un fichier .res car lorsque je clique dessus j'ai deux choix :
-ouvrir avec internet explorer
-ouvrir avec un programme de l'ordinateur

Aucun ne marche à première vue.

Merci d'avance
0
RedBull
 
Salut, pour répondre a PapiJulio tu fait bouton droit ouvrir avec et tu l'ouvre avec notepad (s'il n'est pas dans la liste tu peut le trouver dans c:/windows/notepad.exe ou sinon tu peut l'ourvir avec un autre éditeur de texte

Juste une remarque au sujet du browser : en cours de jeu la fenetre reste au milieu (sauf si je fait echap) et il ne disparait pas lorsque je refait echap pour aller dans les options je ne peut plus retrouver les menu... ca vous le fait aussi ??
0
dexter74 > RedBull
 
"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"
}

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


// 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" "Rechercher serveur"
"tooltiptext" "Pour rejoindre un serveur left 4 dead."
"style" "MainMenuButton"
"command" "OpenServerBrowser"
"ActivationType" "1"
"FocusDisabledBorderSize" "1"
}

}


voila le résultat et traduit
0
Alek'S
 
Tu fait ouvrir avec un programe du l'ordinateur et après tu sélectionne le bloque note et tu l'ouvre avec
0
dfg
 
Si vous ne trouvez aucun server aller dans l'onglet personnalisé.

Perso je les vois mais quand je join sa load 3 sec et sa crash me ramenant a la liste :S?
0