This is a multi-part message in MIME format.
--
[ Picked text/plain from multipart/alternative ]
Hey everyone,

I am trying to customize my GameMenu.res (under Steam) to execute custom commands.

--
"GameMenu"
{
 "1"
 {
  "label" "#GameUI_GameMenu_ResumeGame"
  "command" "ResumeGame"
  "OnlyInGame" "1"
 }
 "2"
 {
  "label" "#GameUI_GameMenu_Disconnect"
  "command" "Disconnect"
  "OnlyInGame" "1"
 }
 "3"
 {
  "label" "#Menu_ReadyRoom"
  "command" "readyroom"
  "OnlyInGame" "1"
 }
 <more>
--

I entered block #3, but of course "readyroom" isn't a command recognized by Half-life. 
 It is in fact a client command.  Does anyone know how you execute client commands via 
this menu, or how you add your own custom commands?

-Charlie
--
Charlie Cleveland
Game programmer and designer
http://www.natural-selection.org
http://overmind.org
--


_______________________________________________
To unsubscribe, edit your list preferences, or view the list archives, please visit:
http://list.valvesoftware.com/mailman/listinfo/hlcoders

Reply via email to