diff options
| author | RaysFire <[email protected]> | 2013-03-10 17:05:22 -0500 |
|---|---|---|
| committer | RaysFire <[email protected]> | 2013-03-10 17:05:22 -0500 |
| commit | 17b9766104dbfab5a1c6501c4f391585e6281d56 (patch) | |
| tree | 5cbf21e4b3c092180705a8e6b5f0b23922513585 /resource/GameMenu.res | |
| parent | 71ad9ed35323f682311339632836b90a26d27489 (diff) | |
Updated for version 3.1.
Diffstat (limited to 'resource/GameMenu.res')
| -rw-r--r-- | resource/GameMenu.res | 240 |
1 files changed, 120 insertions, 120 deletions
diff --git a/resource/GameMenu.res b/resource/GameMenu.res index a6be947..a70ade6 100644 --- a/resource/GameMenu.res +++ b/resource/GameMenu.res @@ -1,120 +1,120 @@ -"GameMenu" [$WIN32]
-{
-
- "VersionNumber"
- {
- "label" "rayshud v3.04"
- "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"
- }
-}
+"GameMenu" [$WIN32] +{ + + "VersionNumber" + { + "label" "rayshud v3.1" + "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" + } +} |
