diff options
| author | Igor Nikitin <[email protected]> | 2018-05-12 14:09:34 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2018-05-12 14:09:34 -0400 |
| commit | 2bd715304b00a6d4c2201eb04dac120aa275aaca (patch) | |
| tree | fe10372c268fd618d9afd9f8153a1f5e5fb0aeff /customizations/Main Menu/Modern/resource/GameMenu.res | |
| parent | dc1a585c0ed401b37624770631e4c16678e0b7e5 (diff) | |
| parent | 2cc6b86fab6bb71ac4251f04ad8ba42210b1ddcc (diff) | |
Installer Changes https://github.com/raysfire/rayshud/issues/101
- Reorganized customization options folder to be compatible with the installer
- Moved several customization options from rayshud/resource/ui to rayshud/customizations
- Removed 4:3 customization files, because they do nothing
- Added back main menu character images (toggled manually or via installer)
- Added rayshud-crosshair outline fonts
- Updated the Classic Main Menu to be compatible with the Blue Moon Update
- Fixed KonrWings entries being located in client scheme fonts instead of crosshairs
- Fixed not every default background being displayed when custom backgrounds are disabled
- Fixed map type label clipping into the map name on the loading screen
- Updated several files to be compatible with the installer
Diffstat (limited to 'customizations/Main Menu/Modern/resource/GameMenu.res')
| -rw-r--r-- | customizations/Main Menu/Modern/resource/GameMenu.res | 83 |
1 files changed, 83 insertions, 0 deletions
diff --git a/customizations/Main Menu/Modern/resource/GameMenu.res b/customizations/Main Menu/Modern/resource/GameMenu.res new file mode 100644 index 0000000..4e14347 --- /dev/null +++ b/customizations/Main Menu/Modern/resource/GameMenu.res @@ -0,0 +1,83 @@ +"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" + } + "ConsoleButton" + { + "label" "" + "command" "engine toggleconsole" + "subimage" "glyph_options" + "tooltip" "Console" + } + "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" + } +}
\ No newline at end of file |
