"GameMenu" { // MAIN MENU "CharacterSetupButton" { "label" "Inventory" "command" "engine open_charinfo" "subimage" "" } "GeneralStoreButton" { "label" "Mann Co. Store" "command" "engine open_store" "subimage" "" } "ReplayBrowserButton" { "label" "Replay" "command" "engine replay_reloadbrowser" "subimage" "" } "SettingsButton" { "label" "Options" "command" "OpenOptionsDialog" } "TF2SettingsButton" { "label" "Adv. Options" "command" "opentf2options" } "CreateServerButton" { "label" "" "command" "OpenCreateMultiplayerGameDialog" "tooltip" "Create Server" } "AchievementsButton" { "label" "" "command" "OpenAchievementsDialog" "subimage" "glyph_achievements" "tooltip" "Achievements" } "ReportBugButton" { "label" "" "command" "engine bug" "subimage" "glyph_bug" "tooltip" "Report Bug" } "CallVoteButton" { "label" "" "command" "callvote" "subimage" "icon_checkbox" "tooltip" "Call Vote" "OnlyInGame" "1" } "MutePlayersButton" { "label" "" "command" "OpenPlayerListDialog" "subimage" "glyph_muted" "tooltip" "Mute Player" "OnlyInGame" "1" } "ReportPlayerButton" { "label" "" "command" "OpenReportPlayerDialog" "subimage" "glyph_commentary" "tooltip" "Report Player" "OnlyInGame" "1" } }