From a9c346e343aa678f281c0233948b4f90415c5b1f Mon Sep 17 00:00:00 2001 From: CriticalFlaw Date: Wed, 25 Oct 2017 20:40:17 -0400 Subject: 20171025 - Removed unused files --- resource/GameMenu.res | 158 ++++++++++---------------------------------------- 1 file changed, 31 insertions(+), 127 deletions(-) (limited to 'resource/GameMenu.res') diff --git a/resource/GameMenu.res b/resource/GameMenu.res index 84c066d..387e518 100644 --- a/resource/GameMenu.res +++ b/resource/GameMenu.res @@ -1,171 +1,75 @@ "GameMenu" [$WIN32] { - "VersionNumber" - { - "label" "rayshud v2016.0712" - "subimage" "" - "OnlyAtMenu" "0" - } - // used for casual - "QuickplayButton" - { - "label" "Casual" - "command" "play_casual" - "subimage" "" - "OnlyAtMenu" "1" - } - "QuickplayChangeButton" - { - "label" "Casual" - "command" "play_casual" - "subimage" "" - "OnlyInGame" "1" - } - // used for competitive - "CompetitiveButton" - { - "label" "Competitive" - "command" "play_competitive" - "subimage" "glyph_practice" - "OnlyAtMenu" "0" - } - // used for mvm - "PlayPVEButton" - { - "label" "MvM" - "command" "play_mvm" - "subimage" "" - "OnlyAtMenu" "1" - } "ServerBrowserButton" { "label" "Servers" "command" "OpenServerBrowser" "subimage" "" "OnlyAtMenu" "0" - } - // used to reload the hud, not actually change servers - "ChangeServerButton" - { - "label" "Report Player" - "command" "OpenReportPlayerDialog" - "subimage" "glyph_server_browser" - "OnlyInGame" "1" - } - "ReplayBrowserButton" - { - "label" "Replays" - "command" "engine replay_reloadbrowser" - "subimage" "" } - "SteamWorkshopButton" + "CharacterSetupButton" { - "label" "#MMenu_SteamWorkshop" - "command" "engine OpenSteamWorkshopDialog" + "label" "Items" + "command" "engine open_charinfo" "subimage" "" } - "TrainingButton" + "GeneralStoreButton" { - "label" "Training" - "command" "offlinepractice" + "label" "Shop" + "command" "engine open_store" "subimage" "" - "OnlyAtMenu" "1" } - "MOTD_ShowButtonPanel" + "ReplayBrowserButton" { - "label" "E" - "command" "motd_show" + "label" "Replays" + "command" "engine replay_reloadbrowser" "subimage" "" - "OnlyAtMenu" "1" } - - // These buttons get positioned by the MainMenuOverride.res + //SettingsButton + //TF2SettingsButton + //MinmodeToggle + "CreateServerButton" { - "label" "#GameUI_GameMenu_CreateServer" - "command" "OpenCreateMultiplayerGameDialog" - "OnlyAtMenu" "1" - "tooltip" "#GameUI_GameMenu_CreateServer" + "label" "" + "command" "OpenCreateMultiplayerGameDialog" + "tooltip" "Create Server" } - "GeneralStoreButton" - { - "label" "Shop" - "command" "engine open_store" - "subimage" "" - } - "CharacterSetupButton" + "ReportBugButton" { - "label" "Items" - "command" "engine open_charinfo" - "subimage" "" + "label" "" + "command" "engine bug" + "tooltip" "Report Bug" } - - // These buttons are only shown while in-game - // and also are positioned by the .res file - "ResumeGameButton" + "AchievementsButton" { - "label" "Resume" - "command" "ResumeGame" - "OnlyInGame" "1" - "subimage" "icon_resume" + "label" "" + "command" "OpenAchievementsDialog" + "tooltip" "Achievements" } + "CallVoteButton" { "label" "" "command" "callvote" "OnlyInGame" "1" - "subimage" "icon_checkbox" - "tooltip" "#MMenu_CallVote" + "subimage" "icon_checkbox" + "tooltip" "Call Vote" } "MutePlayersButton" { "label" "" "command" "OpenPlayerListDialog" "OnlyInGame" "1" - "subimage" "glyph_muted" - "tooltip" "#MMenu_MutePlayers" + "subimage" "glyph_muted" + "tooltip" "Mute Player" } - "RequestCoachButton" - { - "label" "" - "command" "engine cl_coach_find_coach" - "OnlyInGame" "1" - "subimage" "icon_whistle" - "tooltip" "#MMenu_RequestCoach" - } - - //not in use, report players is instead used by "ChangeServers" button "ReportPlayerButton" { "label" "" "command" "OpenReportPlayerDialog" "OnlyInGame" "1" "subimage" "glyph_alert" - "tooltip" "#MMenu_ReportPlayer" - } - - "FindAGameButton" - { - "label" "#MMenu_FindAGame" - "command" "toggle_play_menu" - "subimage" "glyph_multiplayer" - "OnlyAtMenu" "1" - } - - // new button stuff, might have to clean up this file (???) - "FindAGameButtonHalfWidth" - { - "label" "#MMenu_FindAGame" - "command" "toggle_play_menu" - "subimage" "glyph_multiplayer" - "OnlyInGame" "1" - } - - "VRModeButton" - { - "label" "#MMenu_VRMode_Activate" - "command" "engine vr_toggle" - "subimage" "glyph_vr" - "OnlyWhenVREnabled" "1" + "tooltip" "Report Player" } -} +} \ No newline at end of file -- cgit v1.2.3 From 2699ff3f4fde75e2f77dbaa4274749cdf00fd0b2 Mon Sep 17 00:00:00 2001 From: CriticalFlaw Date: Sat, 28 Oct 2017 10:00:13 -0400 Subject: 20171028 - Scream Fortress 2017 Update - Updated for Scream Fortress 2017 - Updated the Main Menu design and backend - Updated the version number - Fixed inexplicable crashes following the Scream Fortress update - Fixed incorrect image file being used during the loading screen - Fixed the Phlogistinator, Thermal Thruster and Vita Saw meters - Miscellaneous other fixes and tweaks - Removed unused files, code and fonts - Replaced the current crosshairs with KnuckleCrosses --- resource/GameMenu.res | 66 ++++++++++++++++++++++++++------------------------- 1 file changed, 34 insertions(+), 32 deletions(-) (limited to 'resource/GameMenu.res') diff --git a/resource/GameMenu.res b/resource/GameMenu.res index 387e518..67b0a61 100644 --- a/resource/GameMenu.res +++ b/resource/GameMenu.res @@ -1,75 +1,77 @@ -"GameMenu" [$WIN32] +"GameMenu" { - "ServerBrowserButton" - { - "label" "Servers" - "command" "OpenServerBrowser" - "subimage" "" - "OnlyAtMenu" "0" - } + // MAIN MENU "CharacterSetupButton" { - "label" "Items" - "command" "engine open_charinfo" - "subimage" "" + "label" "Inventory" + "command" "engine open_charinfo" + "subimage" "" } "GeneralStoreButton" { - "label" "Shop" - "command" "engine open_store" - "subimage" "" + "label" "Mann Co. Store" + "command" "engine open_store" + "subimage" "" } "ReplayBrowserButton" { - "label" "Replays" - "command" "engine replay_reloadbrowser" - "subimage" "" + "label" "Replay" + "command" "engine replay_reloadbrowser" + "subimage" "" + } + "SettingsButton" + { + "label" "Options" + "command" "OpenOptionsDialog" + } + "TF2SettingsButton" + { + "label" "Adv. Options" + "command" "opentf2options" } - //SettingsButton - //TF2SettingsButton - //MinmodeToggle - + "CreateServerButton" { "label" "" "command" "OpenCreateMultiplayerGameDialog" "tooltip" "Create Server" } - "ReportBugButton" - { - "label" "" - "command" "engine bug" - "tooltip" "Report Bug" - } "AchievementsButton" { "label" "" "command" "OpenAchievementsDialog" + "subimage" "glyph_achievements" "tooltip" "Achievements" } - + "ReportBugButton" + { + "label" "" + "command" "engine bug" + "subimage" "glyph_bug" + "tooltip" "Report Bug" + } "CallVoteButton" { "label" "" "command" "callvote" - "OnlyInGame" "1" "subimage" "icon_checkbox" "tooltip" "Call Vote" + "OnlyInGame" "1" } "MutePlayersButton" { "label" "" "command" "OpenPlayerListDialog" - "OnlyInGame" "1" "subimage" "glyph_muted" "tooltip" "Mute Player" + "OnlyInGame" "1" } "ReportPlayerButton" { "label" "" "command" "OpenReportPlayerDialog" - "OnlyInGame" "1" - "subimage" "glyph_alert" + "subimage" "glyph_commentary" "tooltip" "Report Player" + "OnlyInGame" "1" } } \ No newline at end of file -- cgit v1.2.3