From 52aace40c49b757a42847545e9fd986c10d2dc2d Mon Sep 17 00:00:00 2001 From: puzl Date: Sat, 26 Aug 2006 13:44:38 +0000 Subject: [PATCH] o fixed cl_autohelp in options window o Added player list to game menu. git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@582 67975925-1194-0748-b3d5-c16f83f1a3a1 --- releases/3.2.0/resource/GameMenu.res | 39 ++++++++++++++++------------ releases/3.2.0/user.scr | 1 - 2 files changed, 23 insertions(+), 17 deletions(-) diff --git a/releases/3.2.0/resource/GameMenu.res b/releases/3.2.0/resource/GameMenu.res index 3bc43eb..b468a25 100644 --- a/releases/3.2.0/resource/GameMenu.res +++ b/releases/3.2.0/resource/GameMenu.res @@ -30,13 +30,13 @@ // "command" "OpenLoadGameDialog" // "notmulti" "1" // } - "6" - { - "label" "#GameUI_GameMenu_SaveGame" - "command" "OpenSaveGameDialog" - "notmulti" "1" - "OnlyInGame" "1" - } +// "6" +// { +// "label" "#GameUI_GameMenu_SaveGame" +// "command" "OpenSaveGameDialog" +// "notmulti" "1" +// "OnlyInGame" "1" +// } "7" { "label" "" @@ -45,20 +45,27 @@ } "8" { - "label" "#GameUI_GameMenu_FindServers" - "command" "OpenServerBrowser" + "label" "#GameUI_GameMenu_PlayerList" + "command" "OpenPlayerListDialog" + "OnlyInGame" "1" + "notmulti" "0" } "9" { "label" "#GameUI_GameMenu_CreateServer" "command" "OpenCreateMultiplayerGameDialog" } -// "10" -// { -// "name" "LoadDemo" -// "label" "#GameUI_GameMenu_PlayDemo" -// "command" "OpenLoadDemoDialog" -// } + "10" + { + "label" "#GameUI_GameMenu_FindServers" + "command" "OpenServerBrowser" + } + //"11" + //{ + //"name" "LoadDemo" + //"label" "#GameUI_GameMenu_PlayDemo" + //"command" "OpenLoadDemoDialog" + //} "11" { "label" "" @@ -80,4 +87,4 @@ "label" "#GameUI_GameMenu_Quit" "command" "Quit" } -} \ No newline at end of file +} diff --git a/releases/3.2.0/user.scr b/releases/3.2.0/user.scr index fd29f79..6e7eeeb 100644 --- a/releases/3.2.0/user.scr +++ b/releases/3.2.0/user.scr @@ -46,7 +46,6 @@ DESCRIPTION INFO_OPTIONS "Show hints" { BOOL } { "1" } - SetInfo } "cl_labelmaps"