From 3a9cb7447bb27114d7298a68d83d25ec499c1d2d Mon Sep 17 00:00:00 2001 From: RaysFire Date: Mon, 10 Dec 2012 20:08:22 -0600 Subject: Added in a minmode! --- minmode/resource/GameMenu.res | 120 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 120 insertions(+) create mode 100644 minmode/resource/GameMenu.res (limited to 'minmode/resource/GameMenu.res') diff --git a/minmode/resource/GameMenu.res b/minmode/resource/GameMenu.res new file mode 100644 index 0000000..39a94d6 --- /dev/null +++ b/minmode/resource/GameMenu.res @@ -0,0 +1,120 @@ +"GameMenu" [$WIN32] +{ + + "VersionNumber" + { + "label" "rayshud v3.0" + "command" "toggleconsole" + "subimage" "" + "OnlyAtMenu" "0" + } + "QuickplayButton" + { + "label" "Quickplay" + "command" "quickplay" + "subimage" "" + "OnlyAtMenu" "1" + } + "QuickplayChangeButton" + { + "label" "Quickplay" + "command" "quickplay" + "subimage" "" + "OnlyInGame" "1" + } + "PlayPVEButton" + { + "label" "Co-op" + "command" "playpve" + "subimage" "" + "OnlyAtMenu" "1" + } + "ServerBrowserButton" + { + "label" "Servers" + "command" "OpenServerBrowser" + "subimage" "" + "OnlyAtMenu" "1" + } + "ChangeServerButton" + { + "label" "Servers" + "command" "OpenServerBrowser" + "subimage" "glyph_server_browser" + "OnlyInGame" "1" + } + "ReplayBrowserButton" + { + "label" "Replays" + "command" "engine replay_reloadbrowser" + "subimage" "" + } + "SteamWorkshopButton" + { + "label" "#MMenu_SteamWorkshop" + "command" "engine OpenSteamWorkshopDialog" + "subimage" "" + } + "TrainingButton" + { + "label" "Training" + "command" "offlinepractice" + "subimage" "" + "OnlyAtMenu" "1" + } + + // These buttons get positioned by the MainMenuOverride.res + "CreateServerButton" + { + "label" "#GameUI_GameMenu_CreateServer" + "command" "OpenCreateMultiplayerGameDialog" + "OnlyAtMenu" "1" + "tooltip" "#GameUI_GameMenu_CreateServer" + } + "GeneralStoreButton" + { + "label" "Shop" + "command" "engine open_store" + "subimage" "" + } + "CharacterSetupButton" + { + "label" "Items" + "command" "engine open_charinfo" + "subimage" "" + } + + // These buttons are only shown while in-game + // and also are positioned by the .res file + "ResumeGameButton" + { + "label" "Resume" + "command" "ResumeGame" + "OnlyInGame" "1" + "subimage" "icon_resume" + } + "CallVoteButton" + { + "label" "" + "command" "callvote" + "OnlyInGame" "1" + "subimage" "icon_checkbox" + "tooltip" "#MMenu_CallVote" + } + "MutePlayersButton" + { + "label" "" + "command" "OpenPlayerListDialog" + "OnlyInGame" "1" + "subimage" "glyph_muted" + "tooltip" "#MMenu_MutePlayers" + } + "RequestCoachButton" + { + "label" "" + "command" "engine cl_coach_find_coach" + "OnlyInGame" "1" + "subimage" "icon_whistle" + "tooltip" "#MMenu_RequestCoach" + } +} -- cgit v1.2.3