May 03 2024 09:38:12
Navigation
· Home
· Discussion Forum
· Downloads
· 3v3 Hall of Fame
· Web Links
· SourceBans
· gameME
· Servers

· Steam Group
· MOTD
· Search
· Contact Us
Forum Threads
Newest Threads
· Adminship
· Just getting here
· New member here!
· Ban Appeal
· Ban Appeal for my al...
Hottest Threads
· Adminship [24]
· New member here! [6]
· Just getting here [1]
Donate

Current Donation Stats

May's Goal: $100.00
Due Date: May 31
Amount in: $10.00
Balance: $9.33
Left to go: $90.67


Click here to expand donation informationCurrent Donations
View Thread
DoGz Gaming Clan » Public Forums » Public Chat
 Print Thread
Custom In-Game Menu
That One Guy
Back in the day, making custom menu's was popular for CS:S. Here's a custom game menu that gets rid of some of the useless options and adds buttons to connect to DoGZ Server in one click. You can edit the file to add other servers as well.

To do this for yourself, in your ``cstrike/custom`` folder (``C:\Program Files (x86)\Steam\SteamApps\common\Counter-Strike Source\cstrike\custom``), create a new folder ``my_custom_stuff``. In this folder, create a folder ``resource``.

Add the ``gamemenu.res`` file here (altogether it is ``C:\Program Files (x86)\Steam\SteamApps\common\Counter-Strike Source\cstrike\custom\my_custom_stuff\resource\gamemenu.res``).

To edit the menu, use notepad++, but you need to know how to edit key-values files without messing it up (e.g. dont delete the top/bottom brackets ``{}``). Here's some tutorials for those that wanna dig in more: https://gamebanan...tuts/11226 https://gamebanan.../tuts/2146 https://gamebanan.../tuts/9192
Edited by That One Guy on 27-01-2024 20:42
----------------------------------------------------------

- Sourcemod programmer, civil engineering, etc.
In-Game Name: The One
 
www.togcoding.com
That One Guy
EDIT: I cant attach the file, so I'll paste the contents here and you can edit/copy/paste into any text file and rename it (including the extension, which windows hides by default for common file types...) into `gamemenu.res`. For those that have OFB/ICG Discord, I posted it there with the screenshot and file download.

Download source  Code

"GameMenu"
{
   "1"
   {
      "label" "Connect to DoGZ Server"
      "command" "engine connect gs3.dogzgaming.com:27015"
      "OnlyInGame" "0"
   }
   "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_Options"
      "command" "OpenOptionsDialog"
   }
   "8"
   {
      "label" "#GameUI_GameMenu_Quit"
      "command" "Quit"
   }
}





Basically, the menu upon booting up the game for me is:
Download source  Code
FIND SERVERS
OPTIONS
Connect to DoGZ Server
QUIT



Edited by That One Guy on 29-01-2024 19:19
----------------------------------------------------------

- Sourcemod programmer, civil engineering, etc.
In-Game Name: The One
 
www.togcoding.com
Tex Mex
Noice and Thank you !
 
Wtf
Wow old school stuff going down here.. Remember people creating entirely new screens.
Candy is Dandy but Liquor is Quicker
i295.photobucket.com/albums/mm151/rikuiv0/Countersig.png
 
Jump to Forum:
Powered by PHP-Fusion copyright 2002 - 2008 by Nick Jones.
Released as free software without warranties under GNU Affero GPL v3.