A modded EditSaber for making beat saber maps.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
624 B

  1. {
  2. "FileVersion": 3,
  3. "Version": 1,
  4. "VersionName": "0.3",
  5. "FriendlyName": "Socketer",
  6. "Description": "A TCP networking blueprint library!",
  7. "Category": "Networking",
  8. "CreatedBy": "HowToCompute",
  9. "CreatedByURL": "https://how2compute.cf",
  10. "EngineVersion": "4.19.0",
  11. "DocsURL": "",
  12. "MarketplaceURL": "",
  13. "SupportURL": "",
  14. "CanContainContent": true,
  15. "IsBetaVersion": true,
  16. "Installed": true,
  17. "RequiresBuildPlatform": false,
  18. "Modules": [
  19. {
  20. "Name": "Socketer",
  21. "Type": "Runtime",
  22. "LoadingPhase": "PreLoadingScreen",
  23. "WhitelistPlatforms": [ "Win64", "Win32" ]
  24. }
  25. ]
  26. }