選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

PlatformMenu.vdf 974B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. // this file defines the contents of the platform menu
  2. "Platform"
  3. {
  4. "Menu"
  5. {
  6. "Games"
  7. {
  8. "dll" "steamUI.dll"
  9. "interface" "SteamUIGames001"
  10. "MenuName" "#App_Games"
  11. "SteamApp" "1"
  12. }
  13. "Storefront"
  14. {
  15. "dll" "steamUI.dll"
  16. "interface" "SteamUIStorefront001"
  17. "MenuName" "#App_Storefront"
  18. "SteamApp" "1"
  19. }
  20. "Friends"
  21. {
  22. "dll" "Friends/trackerUI.dll"
  23. "interface" "VGuiModuleTracker001"
  24. "MenuName" "#App_Friends"
  25. }
  26. "Servers"
  27. {
  28. "dll" "Servers/serverbrowser.dll"
  29. "interface" "VGuiModuleServerBrowser001"
  30. "MenuName" "#App_Servers"
  31. }
  32. "Monitor"
  33. {
  34. "dll" "steamUI.dll"
  35. "interface" "SteamMonitor001"
  36. "MenuName" "#App_Monitor"
  37. "SteamApp" "1"
  38. }
  39. "Settings"
  40. {
  41. "dll" "steamUI.dll"
  42. "interface" "VGuiModuleSettings001"
  43. "MenuName" "#App_Settings"
  44. "SteamApp" "1"
  45. }
  46. "News"
  47. {
  48. "dll" "steamUI.dll"
  49. "MenuName" "#App_News"
  50. "interface" "VGuiModuleNews001"
  51. "SteamApp" "1"
  52. }
  53. }
  54. }