Advertisement
Guest User

GameMenu.res

a guest
Apr 28th, 2014
235
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.52 KB | None | 0 0
  1. "GameMenu" [$WIN32]
  2. {
  3. "QuickplayButton"
  4. {
  5. "label" "{"
  6. "command" "quickplay"
  7. "OnlyAtMenu" "1"
  8. "tooltip" "QUICK PLAY"
  9. }
  10. "QuickplayChangeButton"
  11. {
  12. "label" "{"
  13. "command" "quickplay"
  14. "OnlyInGame" "1"
  15. "tooltip" "QUICK PLAY"
  16. }
  17. "PlayPVEButton"
  18. {
  19. "label" "COOP"
  20. "command" "playpve"
  21. "OnlyAtMenu" "1"
  22. }
  23. "ServerBrowserButton"
  24. {
  25. "label" "PLAY"
  26. "command" "OpenServerBrowser"
  27. "OnlyAtMenu" "1"
  28. }
  29. "ServerBrowserButtonShadow"
  30. {
  31. "label" "PLAY"
  32. "command" "OpenServerBrowser"
  33. "OnlyAtMenu" "1"
  34. }
  35. "ChangeServerButton"
  36. {
  37. "label" "PLAY"
  38. "command" "OpenServerBrowser"
  39. "OnlyInGame" "1"
  40. }
  41. "ReplayBrowserButton"
  42. {
  43. "label" "REPLAYS"
  44. "command" "engine replay_reloadbrowser"
  45. }
  46. "SteamWorkshopButton"
  47. {
  48. "label" "#MMenu_SteamWorkshop"
  49. "command" "engine OpenSteamWorkshopDialog"
  50. }
  51. "ConsoleButton"
  52. {
  53. "label" "l" //9
  54. "command" "engine con_enable 1;toggleconsole"
  55. "tooltip" "TOGGLE CONSOLE"
  56. }
  57. "DEMOUI"
  58. {
  59. "label" "DEMOUI"
  60. "command" "engine demoui"
  61. }
  62. "DEMOUISHADOW"
  63. {
  64. "label" "DEMOUI"
  65. "command" "engine demoui"
  66. }
  67. "ToggleScoreboard"
  68. {
  69. "label" "n"
  70. "command" "engine toggle cl_hud_minmode"
  71. "tooltip" "TOGGLE SCOREBOARD"
  72. }
  73. "HomeServer"
  74. {
  75. "label" "7"
  76. "command" "engine Home"
  77. "tooltip" "HOME SERVER"
  78. }
  79. "QuitButton"
  80. {
  81. "label" "QUIT"
  82. "command" "engine replay_confirmquit"
  83. "OnlyAtMenu" "1"
  84. }
  85. "GeneralStoreButton"
  86. {
  87. "label" "STORE"
  88. "command" "engine open_store"
  89. }
  90. "CharacterSetupButton"
  91. {
  92. "label" "ITEMS"
  93. "command" "engine open_charinfo"
  94. }
  95. "AchievementsButton"
  96. {
  97. "label" "B"
  98. "command" "OpenAchievementsDialog"
  99. "tooltip" "ACHIEVEMENTS"
  100. }
  101. "AdvOptionsButton"
  102. {
  103. "label" "@"
  104. "command" "opentf2options"
  105. "tooltip" "ADVANCED OPTIONS"
  106. }
  107. // These buttons are only shown while in-game
  108.  
  109. "ResumeGameButton"
  110. {
  111. "label" "RESUME"
  112. "command" "ResumeGame"
  113. "OnlyInGame" "1"
  114. }
  115. "DisconnectButton"
  116. {
  117. "label" "LEAVE"
  118. "command" "engine disconnect"
  119. "OnlyInGame" "1"
  120. }
  121. "CallVoteButton"
  122. {
  123. "label" "W"
  124. "command" "callvote"
  125. "OnlyInGame" "1"
  126. "tooltip" "CALL VOTE"
  127. }
  128. "MutePlayersButton"
  129. {
  130. "label" "X"
  131. "command" "OpenPlayerListDialog"
  132. "OnlyInGame" "1"
  133. "tooltip" "MUTE PLAYERS"
  134. }
  135. "RequestCoachButton"
  136. {
  137. "label" ""
  138. "command" "engine cl_coach_find_coach"
  139. "OnlyAtMenu" "0"
  140. "subimage" "icon_whistle"
  141. "tooltip" "#MMenu_RequestCoach"
  142. }
  143. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement