PDA

View Full Version : KSF Menu Button



Paul
12-29-2010, 06:13 PM
Almost everybody knows about this but whatever...

This is just how to add a button to connect to the KSF Surftimer Server on your CSS main menu.

http://i51.tinypic.com/mukjl1.jpg

You go to your counter-strike source\cstrike\resource folder and create a file called gamemenu.res if there isn't one there already, then you open it with notepad or whatever text editor you wanna use and paste this into it.


"GameMenu"
{
"0"
{
"label" "KSFClan #1 24/7 SurfTimer!"
"command" "engine connect 184.154.42.34:27015"
}
"1"
{
"label" "----------------------"
}
"2"
{
"label" "#GameUI_GameMenu_ResumeGame"
"command" "ResumeGame"
"OnlyInGame" "1"
}
"3"
{
"label" "#GameUI_GameMenu_Disconnect"
"command" "Disconnect"
"OnlyInGame" "1"
}
"4"
{
"label" "#GameUI_GameMenu_PlayerList"
"command" "OpenPlayerListDialog"
"OnlyInGame" "1"
}
"5"
{
"label" ""
"command" ""
"OnlyInGame" "1"
}
"6"
{
"label" "#GameUI_GameMenu_FindServers"
"command" "OpenServerBrowser"
}
"7"
{
"label" "#GameUI_GameMenu_CreateServer"
"command" "OpenCreateMultiplayerGameDialog"
}
"8"
{
"label" "#GameUI_GameMenu_Achievements"
"command" "OpenCSAchievementsDialog"
}
"9"
{
"label" "#GameUI_ReportBug"
"command" "engine bug"
}
"10" [!$OSX]
{
"label" "#GameUI_LaunchBenchmark"
"command" "OpenBenchmarkDialog"
}
"11"
{
"label" "#GameUI_GameMenu_Options"
"command" "OpenOptionsDialog"
}
"12"
{
"label" "#GameUI_GameMenu_Quit"
"command" "Quit"
}
}



Updated for new IP.

CBA to fix the download so you'll have to do it on your own if you want it.

unt0uch4bl3
12-29-2010, 07:30 PM
Awesome. For some reason I thought this broke with the Orangebox update because I had a config in which I had toggle console as one of my buttons.

Paul
12-29-2010, 11:46 PM
I really wish there was a way to have it display the current map and current amount of players on that but nope... :(

dejavu
12-30-2010, 06:41 AM
I really wish there was a way to have it display the current map and current amount of players on that but nope... :(

...all you have to do is click on Find Servers?!

lazy fucks

Paul
12-30-2010, 06:05 PM
I really wish there was a way to have it display the current map and current amount of players on that but nope... :(

...all you have to do is click on Find Servers?!

lazy fucks

This is quicker and easier, also sometimes steam likes to suddenly decide some of your favourites don't need to be shown, this can also be a backup for then if you wanna be a dick about it.

aImZ
12-30-2010, 09:24 PM
<3 lazy

T!cK
12-31-2010, 03:10 AM
my favourites come up automatically when i start up cs

shaker
12-31-2010, 06:31 AM
I never knew this lol thanks im using it! :o

Paul
01-10-2011, 11:54 AM
Changed it for the new IP.