diff options
| author | Ian Bruton <[email protected]> | 2012-10-26 02:03:24 -0500 |
|---|---|---|
| committer | Ian Bruton <[email protected]> | 2012-10-26 02:03:24 -0500 |
| commit | 501760e72f89d5b0347a563efad3debeb0ad3b8d (patch) | |
| tree | e9cc3511e9b06046b5fa17bdf1e4365a5b4bbfeb /resource/GameMenu.res | |
| parent | 12a5e2db667020ed1e3c52297742505bc1bcd117 (diff) | |
Added in a custom main menu, fixed sizing issues.
Diffstat (limited to 'resource/GameMenu.res')
| -rw-r--r-- | resource/GameMenu.res | 119 |
1 files changed, 119 insertions, 0 deletions
diff --git a/resource/GameMenu.res b/resource/GameMenu.res new file mode 100644 index 0000000..f1c39f7 --- /dev/null +++ b/resource/GameMenu.res @@ -0,0 +1,119 @@ +"GameMenu" [$WIN32]
+{
+ "VersionNumber"
+ {
+ "label" "rayshud v2.7"
+ "command" "toggleconsole"
+ "subimage" ""
+ "OnlyAtMenu" "1"
+ }
+ "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"
+ }
+}
|
