|
|
Make your own server list in the gamemenu. Difficulty: Beginner |
| Category: CS:S > Scripting | Author(s): ivar |

The .res fle can be downloaded here:
http://forum.i3d.net/counter-strike-source-css/22048-i3d-net-ingame-server-tool-useful.html#post298744
-Here's how to make your own server list ingame. You probably have no idea where I'm talking about, so check the screenshot!
-Why this menu?
1. Steam has a server isue, wich will hide all servers, and you will be unable to find your servers and play. Pretty sad, isn't it?
2. This is so much faster, just press a button, and you automaticly connect your pressed server.
So, here's how you get your own server in, with name and IP. I'll post the script wich you have to finish, but frst:
-Find a server where you're mostly on. it may be a few, but don't use too many.
-Get the name, and Server IP.
Now, get a new notepad and name it: gamemenu.res
copy and paste everything in the gamemenu.res under this line.
"GameMenu"
{
"0"
{
"label" "Server name"
"command" "engine connect Server IP"
}
"0"
{
"label" "Server name"
"command" "engine connect Server IP"
}
"0"
{
"label" "Server name"
"command" "engine connect Server IP"
}
"0"
{
"label" "Server name"
"command" "engine connect Sever IP"
}
"0"
{
"label" "Server name"
"command" "engine connect Server IP"
}
"0"
{
"label" "CSS server de_dust2 only"
"command" "engine connect 00.000.00:00000"
}
"0"
{
"label" ""
"command" ""
"OnlyInGame" "0"
}
"1"
{
"label" "#GameUI_GameMenu_ResumeGame"
"command" "ResumeGame"
"OnlyInGame" "1"
}
"2"
{
"label" "#GameUI_GameMenu_Disconnect"
"command" "Disconnect"
"OnlyInGame" "1"
}
"3"
{
"label" "#GameUI_GameMenu_PlayerList"
"command" "OpenPlayerListDialog"
"OnlyInGame" "1"
}
"4"
{
"label" ""
"command" ""
"OnlyInGame" "1"
}
"5"
{
"label" "#GameUI_GameMenu_FindServers"
"command" "OpenServerBrowser"
}
"6"
{
"label" "#GameUI_GameMenu_CreateServer"
"command" "OpenCreateMultiplayerGameDialog"
}
"7"
{
"label" "#GameUI_GameMenu_Friends"
"command" "OpenFriendsDialog"
}
"8"
{
"label" "#GameUI_ReportBug"
"command" "engine bug"
}
"9"
{
"label" "#GameUI_LaunchBenchmark"
"command" "OpenBenchmarkDialog"
}
"10"
{
"label" "#GameUI_GameMenu_Options"
"command" "OpenOptionsDialog"
}
"11"
{
"label" "#GameUI_GameMenu_Quit"
"command" "Quit"
}
}
Then you're done, If you want more servers, try to copy and paste the first lines and paste them again, and fill in another server. then put it in your
cstrike/resource map, and you're done! The last server I typed what it should look like, so you get a better Idea.
|
| Added: 4 months ago | Tags: scripting, gamemenu |
 Add Feedback Provide constructive feedback. What is "constructive"?You cannot post yet!Get involved on FPSB by posting your thoughts. Give authors your feedback to help them develop. To post in this submission register or login. |
 The community's verdict. No assessments made... please vote!You cannot assess yet!Moderating FPSB is in your hands - when you assess a submission your vote determines its success or failure. To vote on this submission register or login. This Tutorial in a nutshell... No stamps recordedYou cannot stamp yet!Stamps let you apply characteristics to submissions to help others understand them. To stamp this submission register or login. ivar .mapmaker, admin in gameservers & forums Want more? Find related tuts. |