├── .github ├── pull_request_template.md └── workflows │ ├── generate-manifest.yml │ ├── validate-schema-author.yml │ └── validate-schema-mod.yml ├── LICENSE ├── README.md ├── generate_manifest.py ├── manifest.json ├── manifest ├── Banane9 │ ├── BoundedUIX │ │ └── info.json │ ├── StopDisappearingLocomotionMenu │ │ └── info.json │ └── author.json ├── ErrorJan │ ├── EnableToolspawnInVR │ │ └── info.json │ ├── FixMirrorSteamVRIPDOffset │ │ └── info.json │ ├── IgnoreControllerAxis │ │ └── info.json │ └── author.json ├── RyanVittore │ ├── ArrayEditing │ │ └── info.json │ └── author.json ├── U-xyla │ ├── NoTankControls │ │ └── info.json │ └── author.json ├── ch.isota │ ├── DynBoneWrangler │ │ └── info.json │ ├── ResonitePlatformSpoof │ │ └── info.json │ └── author.json ├── co.uk.AlexW-578 │ ├── CloseConfirm │ │ └── info.json │ ├── CustomProtofluxBrowser │ │ └── info.json │ ├── ScalableMaterialOrbs │ │ └── info.json │ └── author.json ├── com.Kannya │ ├── ColourMyFiles │ │ └── info.json │ ├── Console │ │ └── info.json │ └── author.json ├── com.Sinduy │ ├── QuestPro4Resonite │ │ └── info.json │ ├── SlotInspectorHighlighter │ │ └── info.json │ ├── author.json │ └── libalxr-sharp │ │ └── info.json ├── com.__Choco__ │ ├── HandAligner │ │ └── info.json │ ├── HostCrashGuard │ │ └── info.json │ ├── ResoniteAprilFools │ │ └── info.json │ ├── ResoniteMP3 │ │ └── info.json │ └── author.json ├── com.example │ ├── ExampleMod │ │ └── info.json │ └── author.json ├── com.frozenreflex │ ├── Thundagun │ │ └── info.json │ └── author.json ├── com.resonitemodloader │ ├── ResoniteModLoader │ │ └── info.json │ └── author.json ├── dev.baru │ ├── BetterInventoryBrowser │ │ └── info.json │ ├── NeosBetterIMESupport │ │ └── info.json │ ├── ResoniteScreenshotExtensions │ │ └── info.json │ └── author.json ├── dev.discordnet │ ├── Core │ │ └── info.json │ ├── Rest │ │ └── info.json │ ├── Webhook │ │ └── info.json │ └── author.json ├── dev.hazre │ ├── ResonitePrivacyShield │ │ └── info.json │ ├── VRCFTReceiver │ │ └── info.json │ └── author.json ├── je.dj │ ├── BoundedUIX │ │ └── info.json │ ├── CopyHyperlink │ │ └── info.json │ ├── GradientDriverEasing │ │ └── info.json │ └── author.json ├── lc.j4 │ ├── HeadlessPrometheusExporter │ │ └── info.json │ └── author.json ├── me.art0007i │ ├── AlwaysResetLocalHome │ │ └── info.json │ ├── CapturePrivateUI │ │ └── info.json │ ├── ColorDrop │ │ └── info.json │ ├── ConsistentDashboard │ │ └── info.json │ ├── CreateWorldConfig │ │ └── info.json │ ├── CustomInspectors │ │ └── info.json │ ├── CustomJoinVerifierFix │ │ └── info.json │ ├── CustomUILib │ │ └── info.json │ ├── DefaultToolOverride │ │ └── info.json │ ├── DisableLegacyInventory │ │ └── info.json │ ├── DuplicateFix │ │ └── info.json │ ├── ExtrasButtonTweaks │ │ └── info.json │ ├── FixGrabWorld │ │ └── info.json │ ├── FixMigratedItemMessages │ │ └── info.json │ ├── IKnowWhatImDoing │ │ └── info.json │ ├── ImGuiUnityInject │ │ └── info.json │ ├── ImportCompactor │ │ └── info.json │ ├── InspectorScroll │ │ └── info.json │ ├── JustBoundedUIX │ │ └── info.json │ ├── KeyRepeatAdjust │ │ └── info.json │ ├── LargerObjectMessagePreviews │ │ └── info.json │ ├── LocalStorage │ │ └── info.json │ ├── LogCleaner │ │ └── info.json │ ├── MessageCopy │ │ └── info.json │ ├── MyInspectors │ │ └── info.json │ ├── NoHeadMenuDash │ │ └── info.json │ ├── NotificationFixer │ │ └── info.json │ ├── OutOfSightOverride │ │ └── info.json │ ├── ParentalIssues │ │ └── info.json │ ├── PresenceToggle │ │ └── info.json │ ├── QuickFolderOpener │ │ └── info.json │ ├── RemoveComponentAttacherRestriction │ │ └── info.json │ ├── ResoniteImGuiLib │ │ └── info.json │ ├── SessionItemModal │ │ └── info.json │ ├── ShadowDistanceChanger │ │ └── info.json │ ├── ShowComponentSlot │ │ └── info.json │ ├── ShowDelegates │ │ └── info.json │ ├── ShowDriveSource │ │ └── info.json │ ├── SimpleInventorySearch │ │ └── info.json │ ├── SpecialItemsLib │ │ └── info.json │ ├── ToolshelfAnarchy │ │ └── info.json │ ├── TrackerModelSwapper │ │ └── info.json │ ├── TransparentCameraEnabler │ │ └── info.json │ ├── ValueProxyExtensions │ │ └── info.json │ ├── author.json │ └── 🍀 │ │ └── info.json ├── net.Cyro │ ├── CherryPick │ │ └── info.json │ ├── EffortlessEfficiency │ │ └── info.json │ ├── Outflow │ │ └── info.json │ └── author.json ├── net.NepuShiro │ ├── ChangeJoinLeaveSound │ │ └── info.json │ ├── FluxFinder │ │ └── info.json │ ├── ResoTabbed │ │ └── info.json │ ├── ResoniteFixContactIcons │ │ └── info.json │ ├── ResoniteSlotInspectorCounter │ │ └── info.json │ └── author.json ├── net.catshark │ ├── ReArmature │ │ └── info.json │ └── author.json ├── net.deltawolf │ ├── ContextMenuControl │ │ └── info.json │ ├── DisableSRAnipal │ │ └── info.json │ ├── Fish │ │ └── info.json │ ├── ImNotAsking │ │ └── info.json │ ├── LogAutoFlush │ │ └── info.json │ ├── NonPersistentInspectors │ │ └── info.json │ ├── OpenInSteamOverlay │ │ └── info.json │ ├── PTTKeybinds │ │ └── info.json │ ├── PermissionControl │ │ └── info.json │ ├── ScalableWorldOrbs │ │ └── info.json │ ├── SettingsRedux │ │ └── info.json │ ├── ShowSourceLocation │ │ └── info.json │ └── author.json ├── net.dfgHiatus │ ├── CacheGetClapped │ │ └── info.json │ ├── FuckMirrors │ │ └── info.json │ ├── GTAImporter │ │ └── info.json │ ├── MTLImporter │ │ └── info.json │ ├── PimaxEyeTracking │ │ └── info.json │ ├── SVGImporter │ │ └── info.json │ ├── SpeedyURLs │ │ └── info.json │ ├── TarGZImporter │ │ └── info.json │ ├── VRMLImporter │ │ └── info.json │ ├── ZipImporter │ │ └── info.json │ └── author.json ├── net.eia485 │ ├── GetItemLink │ │ └── info.json │ └── author.json ├── net.hantabaru1014 │ ├── HeadCullingMask │ │ └── info.json │ ├── SaveItemTweaks │ │ └── info.json │ └── author.json ├── net.kazu0617 │ ├── SessionTweaks │ │ └── info.json │ └── author.json ├── net.mizle │ ├── DisableGamepads │ │ └── info.json │ └── author.json ├── net.pardeike │ ├── author.json │ └── harmony │ │ └── info.json ├── net.raidriar796 │ ├── HeadlessUserCulling │ │ └── info.json │ ├── Lognt │ │ └── info.json │ ├── NoSteamScreenshots │ │ └── info.json │ ├── ResoniteIkCulling │ │ └── info.json │ ├── StresslessHeadless │ │ └── info.json │ ├── author.json │ └── yt-dlp-Updater │ │ └── info.json ├── net.rampa3 │ ├── Resonite3DDashOnScreen │ │ └── info.json │ └── author.json ├── news.fawx │ ├── LocalAllowList │ │ └── info.json │ └── author.json ├── ninja.badhalo │ ├── AvatarCreatorUtils │ │ └── info.json │ ├── DeselectOwnGizmos │ │ └── info.json │ ├── EnumDropdown │ │ └── info.json │ ├── FixAltEnter │ │ └── info.json │ ├── FriendlyInventoryAvatars │ │ └── info.json │ ├── Optizoom │ │ └── info.json │ ├── OrbCartridgeAutoScoop │ │ └── info.json │ ├── ResoniteModSettings │ │ └── info.json │ ├── ShowObjectRootSlotNameInSubtitleOnInspectorsForSelectedSlotMod │ │ └── info.json │ └── author.json ├── org.zeith │ ├── VDFaceTracking │ │ └── info.json │ └── author.json ├── owo.Nytra │ ├── AccessibleFullBodyCalibrator │ │ └── info.json │ ├── ColorMyProtoFlux │ │ └── info.json │ ├── ComponentMemberReplicator │ │ └── info.json │ ├── ComponentSearchWizard │ │ └── info.json │ ├── FixSessionBrowser │ │ └── info.json │ ├── HeadlessToolPermissionKickCrashFix │ │ └── info.json │ ├── HotReloadLib │ │ └── info.json │ ├── InspectorDelegateCaller │ │ └── info.json │ ├── LeftHandedProtoFlux │ │ └── info.json │ ├── LogFlush │ │ └── info.json │ ├── NoTankControls-InspectorScrollCompatible │ │ └── info.json │ ├── ReferenceFinderWizard │ │ └── info.json │ ├── ScrollableFieldEditors │ │ └── info.json │ ├── WorldListSessionHider │ │ └── info.json │ └── author.json ├── page.newweb │ ├── HeadlessTweaks │ │ └── info.json │ └── author.json └── semmiedev │ ├── NoDoubleTapSprint │ └── info.json │ └── author.json ├── requirements.txt └── schemas ├── author-schema.json ├── mod-schema.json └── version.json /.github/pull_request_template.md: -------------------------------------------------------------------------------- 1 | 2 | 3 | - [ ] The mod id matches the harmony id if used by the mod and starts with the same id as your author folder 4 | - [ ] All used links are valid 5 | - [ ] Your ResoniteMod.Version must match the version being added in the manifest and follow [Semantic Versioning](https://semver.org/) 6 | - [ ] Your AssemblyVersion should match the mod version 7 | - [ ] You have included an accurate `sha256` hash for each artifact 8 | - [ ] Do not remove old mods. Instead, use the `deprecated` flag 9 | - [ ] Follow the [Resonite Policies and Guidelines](https://resonite.com/policies/) and [Mod Submission Guidelines](https://github.com/resonite-modding-group/resonite-mod-manifest/wiki/Submission-Guidelines) 10 | -------------------------------------------------------------------------------- /.github/workflows/generate-manifest.yml: -------------------------------------------------------------------------------- 1 | name: Generate Manifest 2 | 3 | on: 4 | workflow_dispatch: 5 | push: 6 | paths: 7 | - 'manifest/**' 8 | branches: 9 | - main 10 | 11 | jobs: 12 | build: 13 | if: github.repository == 'resonite-modding-group/resonite-mod-manifest' 14 | runs-on: ubuntu-latest 15 | 16 | steps: 17 | - name: Checkout main 18 | uses: actions/checkout@v4 19 | with: 20 | token: ${{ secrets.GH_ACTION }} 21 | 22 | - name: Set up Python 23 | uses: actions/setup-python@v4 24 | with: 25 | python-version: "3.12" 26 | 27 | - name: Run generate_manifest.py 28 | run: python generate_manifest.py 29 | 30 | - name: Check for changes and push 31 | run: | 32 | if [[ $(git status --porcelain) ]]; then 33 | git config user.name "GitHub Actions" 34 | git config user.email "<>" 35 | git add manifest.json 36 | git commit -m "Update manifest.json" 37 | git push 38 | else 39 | echo "No changes to commit" 40 | fi 41 | shell: bash 42 | -------------------------------------------------------------------------------- /.github/workflows/validate-schema-author.yml: -------------------------------------------------------------------------------- 1 | name: Validate Author Schema 2 | 3 | on: 4 | pull_request: 5 | paths: 6 | - 'manifest/**/author.json' 7 | push: 8 | paths: 9 | - 'manifest/**/author.json' 10 | branches: 11 | - main 12 | 13 | jobs: 14 | validate-author-json: 15 | runs-on: ubuntu-latest 16 | 17 | steps: 18 | - name: Checkout code 19 | uses: actions/checkout@v4 20 | 21 | - name: Set up Python 22 | uses: actions/setup-python@v5 23 | with: 24 | python-version: "3.12" 25 | cache: "pip" 26 | 27 | - run: pip install -r requirements.txt 28 | 29 | - name: Get all changed author files 30 | id: changed-author-files 31 | uses: step-security/changed-files@3dbe17c78367e7d60f00d78ae6781a35be47b4a1 # v45.0.1 32 | with: 33 | files: | 34 | manifest/**/author.json 35 | 36 | - name: Validate new files against schema 37 | run: | 38 | for file in ${{ steps.changed-author-files.outputs.all_changed_files }}; do 39 | echo "Validating: $file" 40 | check-jsonschema --schemafile 'schemas/author-schema.json' "$file" 41 | done 42 | -------------------------------------------------------------------------------- /.github/workflows/validate-schema-mod.yml: -------------------------------------------------------------------------------- 1 | name: Validate Mod Info Schema 2 | 3 | on: 4 | pull_request: 5 | paths: 6 | - 'manifest/**/info.json' 7 | push: 8 | paths: 9 | - 'manifest/**/info.json' 10 | branches: 11 | - main 12 | 13 | jobs: 14 | validate-mod-info-json: 15 | runs-on: ubuntu-latest 16 | 17 | steps: 18 | - name: Checkout code 19 | uses: actions/checkout@v4 20 | 21 | - name: Set up Python 22 | uses: actions/setup-python@v5 23 | with: 24 | python-version: "3.12" 25 | cache: "pip" 26 | 27 | - run: pip install -r requirements.txt 28 | 29 | - name: Get all changed mod info files 30 | id: changed-mod-files 31 | uses: step-security/changed-files@3dbe17c78367e7d60f00d78ae6781a35be47b4a1 # v45.0.1 32 | with: 33 | files: | 34 | manifest/**/info.json 35 | 36 | - name: Validate new files against schema 37 | run: | 38 | for file in ${{ steps.changed-mod-files.outputs.all_changed_files }}; do 39 | echo "Validating: $file" 40 | check-jsonschema --schemafile 'schemas/mod-schema.json' "$file" 41 | done 42 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Resonite Mod Manifest 2 | [![Generate Manifest](https://github.com/resonite-modding-group/resonite-mod-manifest/actions/workflows/generate-manifest.yml/badge.svg)](https://github.com/resonite-modding-group/resonite-mod-manifest/actions/workflows/generate-manifest.yml) 3 | 4 | This is a community-managed listing of [Resonite Mod Loader](https://github.com/resonite-modding-group/ResoniteModLoader) mods. 5 | 6 | If you have a mod you would like listed, please check out the [Mod Submission](https://github.com/resonite-modding-group/resonite-mod-manifest/wiki/Mod-Submission) guide. 7 | 8 | 9 | ## Finding Mods 10 | 11 | For an easy way to find and manage mods, check out [Resolute](https://github.com/Gawdl3y/Resolute). It simplifies the installation and updating of verified mods. 12 | 13 | Consider joining our community on [Discord](https://discord.gg/ZMRyQ8bryN) for support, updates, and more. 14 | -------------------------------------------------------------------------------- /generate_manifest.py: -------------------------------------------------------------------------------- 1 | import os 2 | import json 3 | 4 | root_folder = "manifest" 5 | manifest = {} 6 | 7 | # Store author information so authors can be linked from other entries 8 | author_data = {} 9 | 10 | for author_entry in os.scandir(root_folder): 11 | if(author_entry.is_dir()): 12 | author_info_path = os.path.join(author_entry.path, "author.json") 13 | if os.path.exists(author_info_path): 14 | with open(author_info_path, "r") as author_file: 15 | author_info = json.load(author_file) 16 | author_data[author_entry.name] = author_info 17 | 18 | # Iterate through the author folders again to build the manifest 19 | for author_entry in os.scandir(root_folder): 20 | if(author_entry.is_dir()): 21 | author_info_path = os.path.join(author_entry.path, "author.json") 22 | if os.path.exists(author_info_path): 23 | with open(author_info_path, "r") as author_file: 24 | author_info = json.load(author_file) 25 | author = author_info["author"] 26 | manifest[author_entry.name] = { 27 | "author": author, 28 | "entries": {} 29 | } 30 | # Look for all mod entries in the author folder 31 | entry_folders = [entry.name for entry in os.scandir(author_entry.path) if entry.is_dir()] 32 | for entry_folder in entry_folders: 33 | entry_folder_path = os.path.join(author_entry.path, entry_folder) 34 | entry_info_path = os.path.join(entry_folder_path, "info.json") 35 | if os.path.exists(entry_info_path): 36 | with open(entry_info_path, "r", encoding='utf-8') as entry_file: 37 | entry_info = json.load(entry_file) 38 | # Process additionalAuthor entries 39 | if "additionalAuthors" in entry_info and isinstance(entry_info["additionalAuthors"], list): 40 | additional_authors = entry_info["additionalAuthors"] 41 | additional_authors_info = {} 42 | for author_key in additional_authors: 43 | if author_key in author_data: 44 | additional_author_info = author_data[author_key]["author"] 45 | additional_authors_info[author_key] = additional_author_info 46 | else: 47 | additional_authors_info[author_key] = {} 48 | entry_info["additionalAuthors"] = additional_authors_info 49 | 50 | # Use the mod id as the key for each entry 51 | entry_id = entry_info.pop("id", None) 52 | manifest[author_entry.name]["entries"][entry_id] = entry_info 53 | 54 | # Remove authors with no entries 55 | manifest_part = {author: data for author, data in manifest.items() if data["entries"]} 56 | 57 | # Add the schema to the top of the file 58 | manifest = { 59 | "schemaVersion": "1.0.1", 60 | "objects": manifest_part 61 | } 62 | 63 | # Write the manifest.json 64 | try: 65 | with open("manifest.json", "w") as manifest_file: 66 | json.dump(manifest, manifest_file, indent=4, separators=(',', ': '), sort_keys=True) 67 | print("manifest.json created successfully") 68 | except Exception as e: 69 | print(f"Error writing manifest.json: {e}") 70 | exit(1) 71 | 72 | -------------------------------------------------------------------------------- /manifest/Banane9/BoundedUIX/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "flags": ["deprecated"], 3 | "name": "BoundedUIX", 4 | "id": "Banane9.BoundedUIX", 5 | "description": "Makes UIX elements selectable and editable with the usual Slot gizmos and fixes UIX elements breaking when a parent is inserted", 6 | "category": "Inspectors", 7 | "sourceLocation": "https://github.com/Banane9/ResoniteBoundedUIX", 8 | "versions": { 9 | "1.0.0": { 10 | "releaseUrl": "https://github.com/Banane9/ResoniteBoundedUIX/releases/tag/v1.0.0", 11 | "artifacts": [{ 12 | "url": "https://github.com/Banane9/ResoniteBoundedUIX/releases/download/v1.0.0/BoundedUIX.dll", 13 | "sha256": "2878d3b4a61527489d0b778bb9f69e48631cf6b7e89e9d4edf2736aa1ef6efa3" 14 | }] 15 | } 16 | } 17 | } 18 | -------------------------------------------------------------------------------- /manifest/Banane9/StopDisappearingLocomotionMenu/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "StopDisappearingLocomotionMenu", 3 | "id": "Banane9.StopDisappearingLocomotionMenu", 4 | "description": "Stops the locomotion (and scale) context menu entries from disappearing when a tool is equipped", 5 | "category": "Context Menu", 6 | "sourceLocation": "https://github.com/Banane9/ResoniteStopDisappearingLocomotionMenu", 7 | "versions": { 8 | "1.0.0": { 9 | "releaseUrl": "https://github.com/Banane9/ResoniteStopDisappearingLocomotionMenu/releases/tag/v1.0.0", 10 | "artifacts": [{ 11 | "url": "https://github.com/Banane9/ResoniteStopDisappearingLocomotionMenu/releases/download/v1.0.0/StopDisappearingLocomotionMenu.dll", 12 | "sha256": "1faff2c4c50ba0980df63b93ca047f0674e4d8f41632e20f88df17a9386eeaa5" 13 | }] 14 | } 15 | } 16 | } 17 | -------------------------------------------------------------------------------- /manifest/Banane9/author.json: -------------------------------------------------------------------------------- 1 | { 2 | "author": { 3 | "Banane9": { 4 | "url": "https://github.com/Banane9", 5 | "icon": "https://avatars.githubusercontent.com/u/2124570?v=4", 6 | "support": "https://paypal.me/Banane9" 7 | } 8 | } 9 | } 10 | -------------------------------------------------------------------------------- /manifest/ErrorJan/EnableToolspawnInVR/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "EnableToolspawnInVR", 3 | "id": "ErrorJan.EnableToolspawnInVR", 4 | "description": "Patching out a bool check, that removes the ability using the number keys to spawn out tools in VR.", 5 | "category": "Controls", 6 | "sourceLocation": "https://github.com/ErrorJan/ResoniteMod-EnableToolspawnInVR", 7 | "versions": { 8 | "1.0.0": { 9 | "releaseUrl": "https://github.com/ErrorJan/ResoniteMod-EnableToolspawnInVR/releases/tag/1.0.0", 10 | "artifacts": [{ 11 | "url": "https://github.com/ErrorJan/ResoniteMod-EnableToolspawnInVR/releases/download/1.0.0/EnableToolspawnInVR.dll", 12 | "sha256": "f603d232216a8872b603356868c4cd81a1863358dcfc51c1a1c1e3e46c93e61f" 13 | }] 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /manifest/ErrorJan/FixMirrorSteamVRIPDOffset/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "FixMirrorSteamVRIPDOffset", 3 | "id": "ErrorJan.FixMirrorSteamVRIPDOffset", 4 | "description": "When offsetting virtual IPD in SteamVR configs (steamvr.vrsettings) the mirror doesn't respect that, this mod fixes this issue.", 5 | "category": "Bug Workaround", 6 | "sourceLocation": "https://github.com/ErrorJan/ResoniteMod-FixMirrorSteamVRIPDOffset", 7 | "versions": { 8 | "1.0.0": { 9 | "releaseUrl": "https://github.com/ErrorJan/ResoniteMod-FixMirrorSteamVRIPDOffset/releases/tag/1.0.0", 10 | "artifacts": [{ 11 | "url": "https://github.com/ErrorJan/ResoniteMod-FixMirrorSteamVRIPDOffset/releases/download/1.0.0/FixMirrorSteamVRIPDOffset.dll", 12 | "sha256": "0543dd244cb222733f6be4d667442fb9d22420d5325169ee134d2d6f63a204cc" 13 | }] 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /manifest/ErrorJan/IgnoreControllerAxis/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "IgnoreControllerAxis", 3 | "id": "ErrorJan.IgnoreControllerAxis", 4 | "description": "Make some joystick axis' not react at all or add a custom per axis deadzone.", 5 | "category": "Controls", 6 | "sourceLocation": "https://github.com/ErrorJan/ResoniteMod-IgnoreControllerAxis", 7 | "versions": { 8 | "1.0.0": { 9 | "releaseUrl": "https://github.com/ErrorJan/ResoniteMod-IgnoreControllerAxis/releases/tag/1.0.0", 10 | "artifacts": [{ 11 | "url": "https://github.com/ErrorJan/ResoniteMod-IgnoreControllerAxis/releases/download/1.0.0/IgnoreControllerAxis.dll", 12 | "sha256": "9d5c8a8d0556b0f441f37e9e5167fa6da27bba0f58e2f30d1e7298d76a770a42" 13 | }] 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /manifest/ErrorJan/author.json: -------------------------------------------------------------------------------- 1 | { 2 | "author": { 3 | "ErrorJan": { 4 | "url": "https://github.com/ErrorJan", 5 | "icon": "https://github.com/ErrorJan.png" 6 | } 7 | } 8 | } 9 | -------------------------------------------------------------------------------- /manifest/RyanVittore/ArrayEditing/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "ArrayEditing", 3 | "id": "RyanVittore.ArrayEditing", 4 | "description": "Makes Arrays editable in inspectors.", 5 | "category": "Inspectors", 6 | "tags": [ 7 | "list" 8 | ], 9 | "sourceLocation": "https://github.com/RyanVittore/ArrayEditing", 10 | "versions": { 11 | "1.0.1": { 12 | "releaseUrl": "https://github.com/RyanVittore/ArrayEditing/releases/tag/1.0.1", 13 | "artifacts": [{ 14 | "url": "https://github.com/RyanVittore/ArrayEditing/releases/download/1.0.1/ArrayEditing.dll", 15 | "sha256": "46d5a612c81e5bdcf1a728d71cea0d0c11945406a1839f5d142797f6225a04c8" 16 | }] 17 | }, 18 | "1.0.0": { 19 | "releaseUrl": "https://github.com/RyanVittore/ArrayEditing/releases/tag/1.0.0", 20 | "artifacts": [{ 21 | "url": "https://github.com/RyanVittore/ArrayEditing/releases/download/1.0.0/ArrayEditing.dll", 22 | "sha256": "b6ef7672ed686c46fb6460b0ea661cf50d524db96805ca9fb762c3db1bbc8b7a" 23 | }] 24 | } 25 | } 26 | } 27 | -------------------------------------------------------------------------------- /manifest/RyanVittore/author.json: -------------------------------------------------------------------------------- 1 | { 2 | "author": { 3 | "Ryan Vittore": { 4 | "url": "https://github.com/RyanVittore/" 5 | } 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /manifest/U-xyla/NoTankControls/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "NoTankControls", 3 | "id": "U-xyla.XyMod", 4 | "description": "Don't lock up joystick movement while tools are equipped. Very helpful on Quest.", 5 | "category": "Controls", 6 | "sourceLocation": "https://github.com/furrz/NoTankControls", 7 | "versions": { 8 | "1.0.0": { 9 | "releaseUrl": "https://github.com/furrz/NoTankControls/releases/tag/1.0.0-resonite", 10 | "artifacts": [{ 11 | "url": "https://github.com/furrz/NoTankControls/releases/download/1.0.0-resonite/NoTankControls.dll", 12 | "sha256": "f80b301222a8cf7c1529d114f28380f826005929d7f77a309125fd01f4f05117" 13 | }] 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /manifest/U-xyla/author.json: -------------------------------------------------------------------------------- 1 | { 2 | "author": { 3 | "Zyntaks": { 4 | "url": "https://github.com/furrz" 5 | } 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /manifest/ch.isota/DynBoneWrangler/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "DynBoneWrangler", 3 | "id": "ch.isota.DynBoneWrangler", 4 | "description": "Stops DynamicBoneChain components from updating (locally) if your framerate is too low to properly simulate them.", 5 | "category": "Optimization", 6 | "sourceLocation": "https://github.com/isovel/DynBoneWrangler", 7 | "versions": { 8 | "1.0.1": { 9 | "releaseUrl": "https://github.com/isovel/DynBoneWrangler/releases/tag/v1.0.1", 10 | "artifacts": [{ 11 | "url": "https://github.com/isovel/DynBoneWrangler/releases/download/v1.0.1/DynBoneWrangler.dll", 12 | "filename": "DynBoneWrangler.dll", 13 | "sha256": "66e3df17d17d59ccae878950a9b0ddda7aac072737e5dc7628813c2868ec7385" 14 | }] 15 | } 16 | } 17 | } 18 | -------------------------------------------------------------------------------- /manifest/ch.isota/ResonitePlatformSpoof/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "ResonitePlatformSpoof", 3 | "id": "ch.isota.ResonitePlatformSpoof", 4 | "description": "Spoofs your platform when joining new sessions.", 5 | "category": "Misc", 6 | "sourceLocation": "https://github.com/isovel/ResonitePlatformSpoof", 7 | "additionalAuthors": ["runtime"], 8 | "versions": { 9 | "2.0.0": { 10 | "releaseUrl": "https://github.com/isovel/ResonitePlatformSpoof/releases/tag/v2.0.0", 11 | "artifacts": [{ 12 | "url": "https://github.com/isovel/ResonitePlatformSpoof/releases/download/v2.0.0/ResonitePlatformSpoof.dll", 13 | "filename": "ResonitePlatformSpoof.dll", 14 | "sha256": "842299ddc43c196e611c6e83eea8678cf322924e1709d38511d66dbcfed2f443" 15 | }] 16 | }, 17 | "2.0.1": { 18 | "releaseUrl": "https://github.com/isovel/ResonitePlatformSpoof/releases/tag/v2.0.1", 19 | "artifacts": [{ 20 | "url": "https://github.com/isovel/ResonitePlatformSpoof/releases/download/v2.0.1/ResonitePlatformSpoof.dll", 21 | "filename": "ResonitePlatformSpoof.dll", 22 | "sha256": "082D9872AC50F915B8D06820AF9B5E7D44D8941D6D2FEB023818EE2C34376CF3" 23 | }] 24 | } 25 | } 26 | } 27 | -------------------------------------------------------------------------------- /manifest/ch.isota/author.json: -------------------------------------------------------------------------------- 1 | { 2 | "author": { 3 | "isotach": { 4 | "url": "https://github.com/isovel/", 5 | "icon": "https://storage.ko-fi.com/cdn/useruploads/d8c553e6-ee0a-4f86-b896-e1aee5261e17.png", 6 | "support": "https://ko-fi.com/isotach" 7 | } 8 | } 9 | } 10 | -------------------------------------------------------------------------------- /manifest/co.uk.AlexW-578/CloseConfirm/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "CloseConfirm", 3 | "id": "co.uk.AlexW-578.CloseConfirm", 4 | "description": "Opens the Exit dashboard tab instead of closing the game on pressing Alt+F4 or clicking [X] on the game window.", 5 | "category": "Misc", 6 | "sourceLocation": "https://github.com/AlexW-578/CloseConfirm", 7 | "versions": { 8 | "1.1.0": { 9 | "releaseUrl": "https://github.com/AlexW-578/CloseConfirm/releases/tag/v1.1.0", 10 | "artifacts": [ 11 | { 12 | "url": "https://github.com/AlexW-578/CloseConfirm/releases/download/v1.1.0/CloseConfirm.dll", 13 | "sha256": "C188D02C48303254066CBCC9D34737EF9FB646D7599ED73F2679BA437D3F1ABD" 14 | } 15 | ] 16 | } 17 | } 18 | } 19 | -------------------------------------------------------------------------------- /manifest/co.uk.AlexW-578/CustomProtofluxBrowser/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "CustomProtofluxBrowser", 3 | "id": "co.uk.alexw-578.CustomProtofluxBrowser", 4 | "description": "Allows you to use a custom protoflux browser by saving and favoriting it in your inventory.", 5 | "category": "Protoflux", 6 | "sourceLocation": "https://github.com/AlexW-578/CustomProtofluxBrowser", 7 | "versions": { 8 | "2.1.2": { 9 | "releaseUrl": "https://github.com/AlexW-578/CustomProtofluxBrowser/releases/tag/v2.1.2", 10 | "artifacts": [ 11 | { 12 | "url": "https://github.com/AlexW-578/CustomProtofluxBrowser/releases/download/v2.1.2/CustomProtofluxBrowser.dll", 13 | "sha256": "37d2f0a25b2a8aec4b041402f796be88cb1d0f7cab1c4aace33534ce1c39d44f" 14 | } 15 | ] 16 | }, 17 | "2.1.3": { 18 | "releaseUrl": "https://github.com/AlexW-578/CustomProtofluxBrowser/releases/tag/v2.1.3", 19 | "artifacts": [ 20 | { 21 | "url": "https://github.com/AlexW-578/CustomProtofluxBrowser/releases/download/v2.1.3/CustomProtofluxBrowser.dll", 22 | "sha256": "4EB4182F0468C79BB5FA80DF755E44032162967B006748BCC509CB6210D81A97" 23 | } 24 | ] 25 | } 26 | } 27 | } 28 | -------------------------------------------------------------------------------- /manifest/co.uk.AlexW-578/ScalableMaterialOrbs/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "ScalableMaterialOrbs", 3 | "id": "co.uk.AlexW-578.ScalableMaterialOrbs", 4 | "description": "Allows you to scale material orbs by default.", 5 | "category": "Misc", 6 | "sourceLocation": "https://github.com/AlexW-578/ScalableMaterialOrbs", 7 | "versions": { 8 | "2.0.0": { 9 | "releaseUrl": "https://github.com/AlexW-578/ScalableMaterialOrbs/releases/tag/v2.0.0", 10 | "artifacts": [ 11 | { 12 | "url": "https://github.com/AlexW-578/ScalableMaterialOrbs/releases/download/v2.0.0/ScalableMaterialOrbs.dll", 13 | "sha256": "078FBA5D661C34CF0723798E2C70301854BC1A7B507E70F2C1BAA7D02DB298AA" 14 | } 15 | ] 16 | } 17 | } 18 | } 19 | -------------------------------------------------------------------------------- /manifest/co.uk.AlexW-578/author.json: -------------------------------------------------------------------------------- 1 | { 2 | "author": { 3 | "AlexW-578": { 4 | "url": "https://github.com/AlexW-578", 5 | "icon": "https://github.com/AlexW-578.png", 6 | "website": "http://www.alexw-578.co.uk/" 7 | } 8 | } 9 | } 10 | -------------------------------------------------------------------------------- /manifest/com.Kannya/ColourMyFiles/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "ColourMyFiles", 3 | "id": "com.Kannya.FilesColours", 4 | "description": "Simply colours your files in the files window on a per file category basis in Resonite. Configurable.", 5 | "category": "Dashboard", 6 | "sourceLocation": "https://github.com/KannyaResonite/ColourMyFiles", 7 | "versions": { 8 | "1.0.0": { 9 | "releaseUrl": "https://github.com/KannyaResonite/ColourMyFiles/releases/tag/1.0.0", 10 | "artifacts": [{ 11 | "url": "https://github.com/KannyaResonite/ColourMyFiles/releases/download/1.0.0/ColourMyFiles.dll", 12 | "sha256": "f9caefeb706eb7c8c370c001f00961dc76500d7b318e858be60f293a0482b4a4" 13 | }], 14 | "changelog": "Initial Release." 15 | }, 16 | "1.0.1": { 17 | "releaseUrl": "https://github.com/KannyaResonite/ColourMyFiles/releases/tag/1.0.1", 18 | "artifacts": [{ 19 | "url": "https://github.com/KannyaResonite/ColourMyFiles/releases/download/1.0.1/ColourMyFiles.dll", 20 | "sha256": "9774cd4f834f85031c9192a3b5adffd3561a9d2f83c0a49defdb0670cba0d6d6" 21 | }], 22 | "changelog": "Fix for latest version." 23 | } 24 | } 25 | } -------------------------------------------------------------------------------- /manifest/com.Kannya/Console/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Console", 3 | "id": "com.Kannya.Console", 4 | "description": "A simple but very useful console mod for RML and MonkeyLoader", 5 | "category": "Misc", 6 | "sourceLocation": "https://github.com/KannyaResonite/Console", 7 | "platforms": ["windows"], 8 | "versions": { 9 | "1.0.0": { 10 | "releaseUrl": "https://github.com/KannyaResonite/Console/releases/tag/1.0.0", 11 | "artifacts": [{ 12 | "filename": "!Console.dll", 13 | "url": "https://github.com/KannyaResonite/Console/releases/download/1.0.0/Console.dll", 14 | "sha256": "f2ba3f0b61664cfb07eff6cfbc04e5f996094a40760f93c08fa6d1e55a305c53" 15 | }] 16 | }, 17 | "1.0.1": { 18 | "releaseUrl": "https://github.com/KannyaResonite/Console/releases/tag/1.0.1", 19 | "artifacts": [{ 20 | "filename": "!Console.dll", 21 | "url": "https://github.com/KannyaResonite/Console/releases/download/1.0.1/Console.dll", 22 | "sha256": "fd1404863eb6525ee3e5fca0fa467f24b6ffc51200e6c88c8d42022e675e1584" 23 | }], 24 | "changelog": "Added proper MonkeyLoader support." 25 | } 26 | } 27 | } -------------------------------------------------------------------------------- /manifest/com.Kannya/author.json: -------------------------------------------------------------------------------- 1 | { 2 | "author": { 3 | "Kannya": { 4 | "url": "https://github.com/KannyaResonite" 5 | } 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /manifest/com.Sinduy/QuestPro4Resonite/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "QuestPro4Resonite", 3 | "id": "com.Sinduy.QuestPro4Resonite", 4 | "description": "With Quest Pro, you can eye tracking and facial tracking whih ALXR also You need read the instruction in the github page to install the mod.", 5 | "category": "Hardware Integration", 6 | "sourceLocation": "https://github.com/sjsanjsrh/QuestPro4Resonite", 7 | "flags": ["deprecated"], 8 | "additionalAuthors": [ 9 | "dfgHiatus", 10 | "Geenz", 11 | "Scar Vorrix", 12 | "Dante Tucker" 13 | ], 14 | "versions": { 15 | "2.1.4": { 16 | "releaseUrl": "https://github.com/sjsanjsrh/QuestPro4Resonite/releases/tag/2.1.4", 17 | "dependencies": { 18 | "com.Sinduy.libalxr-sharp": { 19 | "version": "^1.2.0" 20 | } 21 | }, 22 | "artifacts": [{ 23 | "url": "https://github.com/sjsanjsrh/QuestPro4Resonite/releases/download/2.1.4/QuestProModule.dll", 24 | "filename": "QuestProModule.dll", 25 | "sha256": "f802d5915c532dd9355440407dee212c46e41131c64d906800d0b133e1c08e45" 26 | }] 27 | } 28 | } 29 | } -------------------------------------------------------------------------------- /manifest/com.Sinduy/SlotInspectorHighlighter/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "SlotInspectorHighlighter", 3 | "id": "com.Sinduy.SlotInspectorHighlighter", 4 | "description": "Adds a highlight to the hierarchy interface in the inspector to show which slot is currently being selected.", 5 | "category": "Inspectors", 6 | "sourceLocation": "https://github.com/sjsanjsrh/SlotInspectorHighlighter", 7 | "versions": { 8 | "1.0.1": { 9 | "releaseUrl": "https://github.com/sjsanjsrh/SlotInspectorHighlighter/releases/tag/v1.0.1", 10 | "artifacts": [{ 11 | "url": "https://github.com/sjsanjsrh/SlotInspectorHighlighter/releases/download/v1.0.1/SlotInspectorHighlighter.dll", 12 | "filename": "SlotInspectorHighlighter.dll", 13 | "sha256": "a0a2f0cf0586adf224a94b20f4f9f8afd317990521db632d04ced4a22cd2b8d3" 14 | }] 15 | }, 16 | "1.0.0": { 17 | "releaseUrl": "https://github.com/sjsanjsrh/SlotInspectorHighlighter/releases/tag/v1.0.0", 18 | "artifacts": [{ 19 | "url": "https://github.com/sjsanjsrh/SlotInspectorHighlighter/releases/download/v1.0.0/SlotInspectorHighlighter.dll", 20 | "filename": "SlotInspectorHighlighter.dll", 21 | "sha256": "5a263595f9412ffc7fab7c535590a1e9444197c41777f6f3ff463862596ce65c" 22 | }] 23 | } 24 | } 25 | } 26 | -------------------------------------------------------------------------------- /manifest/com.Sinduy/author.json: -------------------------------------------------------------------------------- 1 | { 2 | "author": { 3 | "Sinduy": { 4 | "url": "https://github.com/sjsanjsrh", 5 | "icon": "https://github.com/sjsanjsrh.png" 6 | } 7 | } 8 | } 9 | -------------------------------------------------------------------------------- /manifest/com.Sinduy/libalxr-sharp/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "libalxr-sharp", 3 | "id": "com.Sinduy.libalxr-sharp", 4 | "description": ".NET Bindings for libalxr compiled with .NET Framework 4.7.2", 5 | "category": "Libraries", 6 | "sourceLocation": "https://github.com/sjsanjsrh/libalxr-sharp", 7 | "additionalAuthors": [ 8 | "korejan" 9 | ], 10 | "versions": { 11 | "1.2.0": { 12 | "releaseUrl": "https://github.com/sjsanjsrh/libalxr-sharp/releases/tag/1.2.0", 13 | "artifacts": [{ 14 | "url": "https://github.com/sjsanjsrh/libalxr-sharp/releases/download/1.2.0/libalxr-sharp.dll", 15 | "filename": "libalxr-sharp.dll", 16 | "sha256": "9989cf9702ba7016a566c96059a81f573c185f026d984063e78403ac50f8921d", 17 | "installLocation": "/rml_libs" 18 | }] 19 | } 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /manifest/com.__Choco__/HandAligner/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "HandAligner", 3 | "id": "com.__Choco__.HandAligner", 4 | "description": "Patches the auto align hands button in the avatar creator for incredibly precise automatic positioning.", 5 | "category": "Bug Workaround", 6 | "sourceLocation": "https://github.com/AwesomeTornado/Resonite-Hand-Aligner", 7 | "versions": { 8 | "1.0.1": { 9 | "releaseUrl": "https://github.com/AwesomeTornado/Resonite-Hand-Aligner/releases/tag/V1.0.1", 10 | "artifacts": [ 11 | { 12 | "url": "https://github.com/AwesomeTornado/Resonite-Hand-Aligner/releases/download/V1.0.1/HandAligner.dll", 13 | "sha256": "ace4cd96f8e354ad077a7d118d19e2f3a355f39aeaaeda63976410986c36e8a1" 14 | } 15 | ] 16 | } 17 | } 18 | } 19 | 20 | -------------------------------------------------------------------------------- /manifest/com.__Choco__/HostCrashGuard/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "HostCrashGuard", 3 | "id": "com.__Choco__.HostCrashGuard", 4 | "description": "Makes Resonite crash less! Fixes #2746 (Decimal DIV/0), #2681 (Host timout), #1646 (Invalid components)", 5 | "category": "Bug Workaround", 6 | "sourceLocation": "https://github.com/AwesomeTornado/Resonite-HostCrashGuard", 7 | "versions": { 8 | "2.4.5": { 9 | "releaseUrl": "https://github.com/AwesomeTornado/Resonite-HostCrashGuard/releases/tag/V2.4.5", 10 | "artifacts": [{ 11 | "url": "https://github.com/AwesomeTornado/Resonite-HostCrashGuard/releases/download/V2.4.5/HostCrashGuard.dll", 12 | "sha256": "5db26c4b3144caac23190727e1571193507b42c42a72b5f33b4de87e9361811d" 13 | }], 14 | "changelog": "Fixed component validation." 15 | }, 16 | "2.4.0": { 17 | "releaseUrl": "https://github.com/AwesomeTornado/Resonite-HostCrashGuard/releases/tag/V2.4.0", 18 | "artifacts": [{ 19 | "url": "https://github.com/AwesomeTornado/Resonite-HostCrashGuard/releases/download/V2.4.0/HostCrashGuard.dll", 20 | "sha256": "3dc229c417e5b484954d4614b237ff6bdf672e6449a183762101ade01290dac8" 21 | }], 22 | "changelog": "Added component validation, removed HostDisconnect catch." 23 | }, 24 | "2.2.0": { 25 | "releaseUrl": "https://github.com/AwesomeTornado/Resonite-HostCrashGuard/releases/tag/V2.2.0", 26 | "artifacts": [{ 27 | "url": "https://github.com/AwesomeTornado/Resonite-HostCrashGuard/releases/download/V2.2.0/HostCrashGuard.dll", 28 | "sha256": "52ba5e94b675852d25c30de7be1db42d9fb3fb5f1b3273b8a3288ef60bb75b18" 29 | }], 30 | "changelog": "Improved UI, neater codebase, more universal Decimal DIV/0 fix" 31 | }, 32 | "2.1.1": { 33 | "releaseUrl": "https://github.com/AwesomeTornado/Resonite-HostCrashGuard/releases/tag/V2.1.1", 34 | "artifacts": [{ 35 | "url": "https://github.com/AwesomeTornado/Resonite-HostCrashGuard/releases/download/V2.1.1/HostCrashGuard.dll", 36 | "sha256": "110fac75550fc0853542e65639d073190c7292da20195ae70c74346c766d3993" 37 | }] 38 | } 39 | } 40 | } 41 | -------------------------------------------------------------------------------- /manifest/com.__Choco__/ResoniteAprilFools/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "ResoniteAprilFools", 3 | "id": "com.__Choco__.ResoniteAprilFools", 4 | "description": "Activates all April Fools content even when it isn't April 1st.", 5 | "category": "Memes", 6 | "sourceLocation": "https://github.com/AwesomeTornado/ResoniteAprilFools", 7 | "versions": { 8 | "1.0.1": { 9 | "releaseUrl": "https://github.com/AwesomeTornado/ResoniteAprilFools/releases/tag/v1.0.1", 10 | "artifacts": [ 11 | { 12 | "url": "https://github.com/AwesomeTornado/ResoniteAprilFools/releases/download/v1.0.1/ResoniteAprilFools.dll", 13 | "sha256": "e5a4461553cb4d6e750d79156b0919e5bb6506fe86eabefabae2fcc8e617f8c2" 14 | } 15 | ] 16 | } 17 | } 18 | } 19 | 20 | -------------------------------------------------------------------------------- /manifest/com.__Choco__/ResoniteMP3/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "ResoniteMP3", 3 | "id": "com.__Choco__.ResoniteMP3", 4 | "description": "Usually, resonite imports MP3 files as videos. This mod auto converts MP3 files into WAV files on import so that they import as audio files.", 5 | "category": "Asset Importing", 6 | "sourceLocation": "https://github.com/AwesomeTornado/ResoniteMP3", 7 | "versions": { 8 | "2.1.0": { 9 | "releaseUrl": "https://github.com/AwesomeTornado/ResoniteMP3/releases/tag/V2.1.0", 10 | "artifacts": [ 11 | { 12 | "url": "https://github.com/AwesomeTornado/ResoniteMP3/releases/download/V2.1.0/ResoniteMP3.dll", 13 | "sha256": "a962f9d9000ef8cba467e6059f0a327c0dae78c3364b5b415f3b7e0ec9f14625" 14 | }, 15 | { 16 | "url": "https://github.com/AwesomeTornado/ResoniteMP3/releases/download/V2.1.0/NAudio.Core.dll", 17 | "installLocation": "/rml_libs", 18 | "sha256": "fcf493fc47a2f478a65303886b975fbdbf714cbb1f2d79f7fce97e4bb16b01a8" 19 | }, 20 | { 21 | "url": "https://github.com/AwesomeTornado/ResoniteMP3/releases/download/V2.1.0/NAudio.dll", 22 | "installLocation": "/rml_libs", 23 | "sha256": "8bf0f2e8dadf3967757191c2212c269333ccd9d7e59839eea968212c64787be9" 24 | }, 25 | { 26 | "url": "https://github.com/AwesomeTornado/ResoniteMP3/releases/download/V2.1.0/NAudio.WinMM.dll", 27 | "installLocation": "/rml_libs", 28 | "sha256": "749a01ebbb5edd8b1a03c5263b04de6acadecf52e4cc84d7412bc6e93f180958" 29 | } 30 | ] 31 | }, 32 | "2.0.0": { 33 | "releaseUrl": "https://github.com/AwesomeTornado/ResoniteMP3/releases/tag/V2.0.0", 34 | "artifacts": [ 35 | { 36 | "url": "https://github.com/AwesomeTornado/ResoniteMP3/releases/download/V2.0.0/ResoniteMP3.dll", 37 | "sha256": "aeaa1b92056d6f03a08cdae6ea496b819d4b28ad5d053deaa92c584bee599cfd" 38 | }, 39 | { 40 | "url": "https://github.com/AwesomeTornado/ResoniteMP3/releases/download/V2.0.0/NAudio.Core.dll", 41 | "installLocation": "/rml_libs", 42 | "sha256": "fcf493fc47a2f478a65303886b975fbdbf714cbb1f2d79f7fce97e4bb16b01a8" 43 | }, 44 | { 45 | "url": "https://github.com/AwesomeTornado/ResoniteMP3/releases/download/V2.0.0/NAudio.dll", 46 | "installLocation": "/rml_libs", 47 | "sha256": "8bf0f2e8dadf3967757191c2212c269333ccd9d7e59839eea968212c64787be9" 48 | }, 49 | { 50 | "url": "https://github.com/AwesomeTornado/ResoniteMP3/releases/download/V2.0.0/NAudio.WinMM.dll", 51 | "installLocation": "/rml_libs", 52 | "sha256": "749a01ebbb5edd8b1a03c5263b04de6acadecf52e4cc84d7412bc6e93f180958" 53 | } 54 | ] 55 | } 56 | } 57 | } 58 | 59 | -------------------------------------------------------------------------------- /manifest/com.__Choco__/author.json: -------------------------------------------------------------------------------- 1 | { 2 | "author": { 3 | "__Choco__": { 4 | "url": "https://github.com/AwesomeTornado" 5 | } 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /manifest/com.example/ExampleMod/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "ExampleMod", 3 | "id": "com.example.ExampleMod", 4 | "description": "Description of your mod", 5 | "category": "Template", 6 | "sourceLocation": "https://github.com/resonite-modding-group/ExampleMod", 7 | "versions": { 8 | "1.0.0": { 9 | "releaseUrl": "https://github.com/resonite-modding-group/ExampleMod/releases/tag/1.0.0", 10 | "artifacts": [{ 11 | "url": "https://github.com/resonite-modding-group/ExampleMod/releases/download/1.0.0/ExampleMod.dll", 12 | "sha256": "0000000000000000000000000000000000000000000000000000000000000000" 13 | }] 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /manifest/com.example/author.json: -------------------------------------------------------------------------------- 1 | { 2 | "author": { 3 | "ExampleAuthor": { 4 | "url": "https://github.com/resonite-modding-group" 5 | } 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /manifest/com.frozenreflex/Thundagun/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Thundagun", 3 | "id": "com.frozenreflex.Thundagun", 4 | "description": "A lightning fast performance mod for Resonite. It improves performance by decoupling the FrooxEngine and Unity loops by running FrooxEngine and Unity on separate threads.", 5 | "category": "Optimization", 6 | "sourceLocation": "https://github.com/Frozenreflex/Thundagun", 7 | "flags": [ 8 | "deprecated" 9 | ], 10 | "additionalAuthors": [ 11 | "989onan", 12 | "DoubleStyx", 13 | "Nytra", 14 | "Merith-TK", 15 | "SectOLT", 16 | "BlueberryWolf" 17 | ], 18 | "versions": { 19 | "1.1.1": { 20 | "releaseUrl": "https://github.com/Frozenreflex/Thundagun/releases/tag/1.1.1", 21 | "artifacts": [{ 22 | "url": "https://github.com/Frozenreflex/Thundagun/releases/download/1.1.1/Thundagun.dll", 23 | "sha256": "e0de1e188d5c3114fd924e09753c733357910947ddab22a9f4777d928ad07eed" 24 | }] 25 | }, 26 | "1.2.0": { 27 | "releaseUrl": "https://github.com/Frozenreflex/Thundagun/releases/tag/1.2.0", 28 | "artifacts": [{ 29 | "url": "https://github.com/Frozenreflex/Thundagun/releases/download/1.2.0/Thundagun.dll", 30 | "sha256": "cbb9e58c98ca2096e7128df4ec57ca8c4afd25f8af2ab81c10572ee6ad930d83" 31 | }] 32 | }, 33 | "1.2.1": { 34 | "releaseUrl": "https://github.com/Frozenreflex/Thundagun/releases/tag/1.2.1", 35 | "artifacts": [{ 36 | "url": "https://github.com/Frozenreflex/Thundagun/releases/download/1.2.1/Thundagun.dll", 37 | "sha256": "747a0afb947ec914f6cbeeab92159ee51cb5d9d5b5579efa6074554092625256" 38 | }] 39 | } 40 | } 41 | } 42 | -------------------------------------------------------------------------------- /manifest/com.frozenreflex/author.json: -------------------------------------------------------------------------------- 1 | { 2 | "author": { 3 | "Frozenreflex": { 4 | "url": "https://github.com/Frozenreflex/" 5 | } 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /manifest/com.resonitemodloader/ResoniteModLoader/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "ResoniteModLoader", 3 | "id": "com.resonitemodloader.ResoniteModLoader", 4 | "description": "A mod loader for Resonite", 5 | "category": "Plugins", 6 | "sourceLocation": "https://github.com/resonite-modding-group/ResoniteModLoader/", 7 | "flags": [ 8 | "plugin" 9 | ], 10 | "versions": { 11 | "3.0.0": { 12 | "releaseUrl": "https://github.com/resonite-modding-group/ResoniteModLoader/releases/tag/3.0.0", 13 | "dependencies": { 14 | "net.pardeike.harmony": { 15 | "version": "^2.3.3" 16 | } 17 | }, 18 | "artifacts": [{ 19 | "url": "https://github.com/resonite-modding-group/ResoniteModLoader/releases/download/3.0.0/ResoniteModLoader.dll", 20 | "filename": "ResoniteModLoader.dll", 21 | "sha256": "84150995e0cb9c54f1e2c8f4c169da31162bd8100b5c85354e9178261c116621" 22 | }] 23 | }, 24 | "2.6.0": { 25 | "releaseUrl": "https://github.com/resonite-modding-group/ResoniteModLoader/releases/tag/2.6.0", 26 | "dependencies": { 27 | "net.pardeike.harmony": { 28 | "version": "^2.2.2" 29 | } 30 | }, 31 | "artifacts": [{ 32 | "url": "https://github.com/resonite-modding-group/ResoniteModLoader/releases/download/2.6.0/ResoniteModLoader.dll", 33 | "filename": "ResoniteModLoader.dll", 34 | "sha256": "35e928db9f4a1e703cf9b5b597ccecf1142bba36f1ca78217cc7edd2e116f4ef" 35 | }] 36 | }, 37 | "2.5.1": { 38 | "releaseUrl": "https://github.com/resonite-modding-group/ResoniteModLoader/releases/tag/2.5.1", 39 | "dependencies": { 40 | "net.pardeike.harmony": { 41 | "version": "^2.2.2" 42 | } 43 | }, 44 | "artifacts": [{ 45 | "url": "https://github.com/resonite-modding-group/ResoniteModLoader/releases/download/2.5.1/ResoniteModLoader.dll", 46 | "filename": "ResoniteModLoader.dll", 47 | "sha256": "ee2272282e4b425cf914d3900bca6d4e64f9a6aa408d1e5d677c62a547d58de9" 48 | }] 49 | }, 50 | "2.5.0": { 51 | "releaseUrl": "https://github.com/resonite-modding-group/ResoniteModLoader/releases/tag/2.5.0", 52 | "dependencies": { 53 | "net.pardeike.harmony": { 54 | "version": "^2.2.2" 55 | } 56 | }, 57 | "artifacts": [{ 58 | "url": "https://github.com/resonite-modding-group/ResoniteModLoader/releases/download/2.5.0/ResoniteModLoader.dll", 59 | "filename": "ResoniteModLoader.dll", 60 | "sha256": "fa69d3eca8789d4c4b5545c37cf0ae3c0b08647a560b81e7dea6cb80306292a3" 61 | }] 62 | }, 63 | "2.4.0": { 64 | "releaseUrl": "https://github.com/resonite-modding-group/ResoniteModLoader/releases/tag/2.4.0", 65 | "dependencies": { 66 | "net.pardeike.harmony": { 67 | "version": "^2.2.2" 68 | } 69 | }, 70 | "artifacts": [{ 71 | "url": "https://github.com/resonite-modding-group/ResoniteModLoader/releases/download/2.4.0/ResoniteModLoader.dll", 72 | "filename": "ResoniteModLoader.dll", 73 | "sha256": "69c9c28faf22da4e356bc588c8bf3802d5f599455d41150ee3db38d9515146e8" 74 | }] 75 | } 76 | } 77 | } -------------------------------------------------------------------------------- /manifest/com.resonitemodloader/author.json: -------------------------------------------------------------------------------- 1 | { 2 | "author": { 3 | "Resonite Modding Group": { 4 | "url": "https://github.com/resonite-modding-group", 5 | "icon": "https://avatars.githubusercontent.com/u/145755526?s=200&v=4" 6 | } 7 | } 8 | } -------------------------------------------------------------------------------- /manifest/dev.baru/BetterInventoryBrowser/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "BetterInventoryBrowser", 3 | "id": "dev.baru.resonite.BetterInventoryBrowser", 4 | "description": "UI tweaks for InventoryBrowser", 5 | "category": "Dashboard", 6 | "sourceLocation": "https://github.com/hantabaru1014/BetterInventoryBrowser", 7 | "versions": { 8 | "0.7.0": { 9 | "releaseUrl": "https://github.com/hantabaru1014/BetterInventoryBrowser/releases/tag/v0.7.0", 10 | "artifacts": [{ 11 | "url": "https://github.com/hantabaru1014/BetterInventoryBrowser/releases/download/v0.7.0/BetterInventoryBrowser.dll", 12 | "sha256": "596dfdcc99ac283f458272db8ced2eff536bd9072cdd014b5343936072da34d2" 13 | }] 14 | }, 15 | "0.6.3": { 16 | "releaseUrl": "https://github.com/hantabaru1014/BetterInventoryBrowser/releases/tag/v0.6.3", 17 | "artifacts": [{ 18 | "url": "https://github.com/hantabaru1014/BetterInventoryBrowser/releases/download/v0.6.3/BetterInventoryBrowser.dll", 19 | "sha256": "fe0e1419ae64267267910c37cdc1b7b3e199a4e4a22126250a8491b2b5aba2ff" 20 | }] 21 | }, 22 | "0.6.2": { 23 | "releaseUrl": "https://github.com/hantabaru1014/BetterInventoryBrowser/releases/tag/v0.6.2", 24 | "artifacts": [{ 25 | "url": "https://github.com/hantabaru1014/BetterInventoryBrowser/releases/download/v0.6.2/BetterInventoryBrowser.dll", 26 | "sha256": "1c4eeb81a24049c0a9b1b781621b986db91d7383279305973f8c471dee645c43" 27 | }] 28 | }, 29 | "0.6.1": { 30 | "releaseUrl": "https://github.com/hantabaru1014/BetterInventoryBrowser/releases/tag/v0.6.1", 31 | "artifacts": [{ 32 | "url": "https://github.com/hantabaru1014/BetterInventoryBrowser/releases/download/v0.6.1/BetterInventoryBrowser.dll", 33 | "sha256": "8b3164140486384570ed3c70d4d3abb93730c56badf2576e1c4ce10de57c0352" 34 | }] 35 | } 36 | } 37 | } 38 | -------------------------------------------------------------------------------- /manifest/dev.baru/NeosBetterIMESupport/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "NeosBetterIMESupport", 3 | "id": "dev.baru.resonite.NeosBetterIMESupport", 4 | "description": "Fix issues in IME with complex input methods like Japanese", 5 | "category": "Misc", 6 | "sourceLocation": "https://github.com/hantabaru1014/NeosBetterIMESupport", 7 | "versions": { 8 | "2.0.0": { 9 | "releaseUrl": "https://github.com/hantabaru1014/NeosBetterIMESupport/releases/tag/v2.0.0", 10 | "artifacts": [{ 11 | "url": "https://github.com/hantabaru1014/NeosBetterIMESupport/releases/download/v2.0.0/NeosBetterIMESupport.dll", 12 | "sha256": "642b898c50103bbfc70560fe96ac476e5654bae1fd63adf7ae534272e19a6320" 13 | }] 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /manifest/dev.baru/ResoniteScreenshotExtensions/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "ResoniteScreenshotExtensions", 3 | "id": "dev.baru.resonite.ResoniteScreenshotExtensions", 4 | "description": "Embed additional information in the screenshot and expand options when saving files", 5 | "category": "Misc", 6 | "sourceLocation": "https://github.com/hantabaru1014/ResoniteScreenshotExtensions", 7 | "versions": { 8 | "2.0.2": { 9 | "releaseUrl": "https://github.com/hantabaru1014/ResoniteScreenshotExtensions/releases/tag/v2.0.2", 10 | "artifacts": [{ 11 | "url": "https://github.com/hantabaru1014/ResoniteScreenshotExtensions/releases/download/v2.0.2/ResoniteScreenshotExtensions.dll", 12 | "sha256": "7353a9fca4c8d8ae773d4959981385505da7a002cc1db3423a59fb710986aa13" 13 | }] 14 | }, 15 | "2.0.1": { 16 | "releaseUrl": "https://github.com/hantabaru1014/ResoniteScreenshotExtensions/releases/tag/v2.0.1", 17 | "artifacts": [{ 18 | "url": "https://github.com/hantabaru1014/ResoniteScreenshotExtensions/releases/download/v2.0.1/ResoniteScreenshotExtensions.dll", 19 | "sha256": "dbde70f2b09414ad4cd2fa54db6c0e21e5dbe148bc904094716662f320fa3fc3" 20 | }] 21 | }, 22 | "1.2.0": { 23 | "releaseUrl": "https://github.com/hantabaru1014/ResoniteScreenshotExtensions/releases/tag/v1.2.0", 24 | "artifacts": [{ 25 | "url": "https://github.com/hantabaru1014/ResoniteScreenshotExtensions/releases/download/v1.2.0/ResoniteScreenshotExtensions.dll", 26 | "sha256": "c152c33816f881dbf3fe3a564d82719c0dc1238c7a23e29ff7086afddb08a7d2" 27 | }] 28 | }, 29 | "1.1.4": { 30 | "releaseUrl": "https://github.com/hantabaru1014/ResoniteScreenshotExtensions/releases/tag/v1.1.4", 31 | "artifacts": [{ 32 | "url": "https://github.com/hantabaru1014/ResoniteScreenshotExtensions/releases/download/v1.1.4/ResoniteScreenshotExtensions.dll", 33 | "sha256": "63b592ee2191cc8a2db0c21832b0d14fcca49c8740b4b7020a5a3e7e7a3094c9" 34 | }] 35 | }, 36 | "1.1.3": { 37 | "releaseUrl": "https://github.com/hantabaru1014/ResoniteScreenshotExtensions/releases/tag/v1.1.3", 38 | "artifacts": [{ 39 | "url": "https://github.com/hantabaru1014/ResoniteScreenshotExtensions/releases/download/v1.1.3/ResoniteScreenshotExtensions.dll", 40 | "sha256": "520f11015cf6c319685ad3e5cee41428d71f705636963fd2b0d10a029c3a62fd" 41 | }] 42 | }, 43 | "1.1.2": { 44 | "releaseUrl": "https://github.com/hantabaru1014/ResoniteScreenshotExtensions/releases/tag/v1.1.2", 45 | "artifacts": [{ 46 | "url": "https://github.com/hantabaru1014/ResoniteScreenshotExtensions/releases/download/v1.1.2/ResoniteScreenshotExtensions.dll", 47 | "sha256": "451fc7f85c0e8e2bd60a255d7ecd28938eefaef82e875677a5c4230b2cab6a84" 48 | }] 49 | }, 50 | "1.1.1": { 51 | "releaseUrl": "https://github.com/hantabaru1014/ResoniteScreenshotExtensions/releases/tag/v1.1.1", 52 | "artifacts": [{ 53 | "url": "https://github.com/hantabaru1014/ResoniteScreenshotExtensions/releases/download/v1.1.1/ResoniteScreenshotExtensions.dll", 54 | "sha256": "350cbd6cd33bc516a535c9474f0b33969b991557b4cccfba7066ab253db094ec" 55 | }] 56 | }, 57 | "1.1.0": { 58 | "releaseUrl": "https://github.com/hantabaru1014/ResoniteScreenshotExtensions/releases/tag/v1.1.0", 59 | "artifacts": [{ 60 | "url": "https://github.com/hantabaru1014/ResoniteScreenshotExtensions/releases/download/v1.1.0/ResoniteScreenshotExtensions.dll", 61 | "sha256": "9c8224af9119b835cb5c89ad40d09b4304f93c56eb35ecdd26589ffd83ad88a2" 62 | }] 63 | } 64 | } 65 | } 66 | -------------------------------------------------------------------------------- /manifest/dev.baru/author.json: -------------------------------------------------------------------------------- 1 | { 2 | "author": { 3 | "hantabaru1014": { 4 | "url": "https://github.com/hantabaru1014", 5 | "icon": "https://github.com/hantabaru1014.png", 6 | "support": "https://ko-fi.com/hantabaru1014" 7 | } 8 | } 9 | } 10 | -------------------------------------------------------------------------------- /manifest/dev.discordnet/Core/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Discord.Net.Core", 3 | "id": "dev.discordnet.Core", 4 | "description": "The core components for the Discord.Net library.", 5 | "category": "Libraries", 6 | "sourceLocation": "https://github.com/discord-net/Discord.Net", 7 | "website": "https://discordnet.dev/", 8 | "versions": { 9 | "3.17.0": { 10 | "releaseUrl": "https://github.com/discord-net/Discord.Net/releases/tag/3.17.0", 11 | "artifacts": [{ 12 | "url": "https://github.com/New-Project-Final-Final-WIP/HeadlessTweaks/releases/download/v2.1.9/Discord.Net.Core.dll", 13 | "filename": "Discord.Net.Core.dll", 14 | "sha256": "a82431fc7ac64743e1846d6d553ffa324a93fe69dcd6c1815c3cb3ec4ab9e235", 15 | "installLocation": "/rml_libs" 16 | }] 17 | } 18 | } 19 | } -------------------------------------------------------------------------------- /manifest/dev.discordnet/Rest/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Discord.Net.Rest", 3 | "id": "dev.discordnet.Rest", 4 | "description": "The rest components for the Discord.Net library.", 5 | "category": "Libraries", 6 | "sourceLocation": "https://github.com/discord-net/Discord.Net", 7 | "website": "https://discordnet.dev/", 8 | "versions": { 9 | "3.17.0": { 10 | "releaseUrl": "https://github.com/discord-net/Discord.Net/releases/tag/3.17.0", 11 | "artifacts": [{ 12 | "url": "https://github.com/New-Project-Final-Final-WIP/HeadlessTweaks/releases/download/v2.1.9/Discord.Net.Rest.dll", 13 | "filename": "Discord.Net.Rest.dll", 14 | "sha256": "9f0675905bfef39076654bd904956604e18fedcfff67075e34e50cef0bab5427", 15 | "installLocation": "/rml_libs" 16 | }], 17 | "dependencies": { 18 | "dev.discordnet.Core": { 19 | "version": "^3.17.0" 20 | } 21 | } 22 | } 23 | } 24 | } -------------------------------------------------------------------------------- /manifest/dev.discordnet/Webhook/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Discord.Net.Webhook", 3 | "id": "dev.discordnet.Webhook", 4 | "description": "The webhook components for the Discord.Net library.", 5 | "category": "Libraries", 6 | "sourceLocation": "https://github.com/discord-net/Discord.Net", 7 | "website": "https://discordnet.dev/", 8 | "versions": { 9 | "3.17.0": { 10 | "releaseUrl": "https://github.com/discord-net/Discord.Net/releases/tag/3.17.0", 11 | "artifacts": [{ 12 | "url": "https://github.com/New-Project-Final-Final-WIP/HeadlessTweaks/releases/download/v2.1.9/Discord.Net.Webhook.dll", 13 | "filename": "Discord.Net.Webhook.dll", 14 | "sha256": "cda28bd16c518ed8c44618d0c7a8548c10f462ffc0e66aed1551d945e339df58", 15 | "installLocation": "/rml_libs" 16 | }], 17 | "dependencies": { 18 | "dev.discordnet.Core": { 19 | "version": "^3.17.0" 20 | }, 21 | "dev.discordnet.Rest": { 22 | "version": "^3.17.0" 23 | } 24 | } 25 | } 26 | } 27 | } -------------------------------------------------------------------------------- /manifest/dev.discordnet/author.json: -------------------------------------------------------------------------------- 1 | { 2 | "author": { 3 | "discord.net": { 4 | "url": "https://github.com/discord-net", 5 | "icon": "https://github.com/discord-net.png", 6 | "website": "https://discordnet.dev/", 7 | "support": "https://opencollective.com/discordnet" 8 | } 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /manifest/dev.hazre/ResonitePrivacyShield/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "ResonitePrivacyShield", 3 | "id": "dev.hazre.ResonitePrivacyShield", 4 | "description": "Adds Some privacy enhancements like requesting web permission for anything besides Resonite APIs, as well as timezone and FPS spoofing. (Port of PrivacyShield mod by ljoonal)", 5 | "category": "Misc", 6 | "sourceLocation": "https://github.com/hazre/ResonitePrivacyShield", 7 | "additionalAuthors": [ 8 | "ljoonal", 9 | "NepuShiro" 10 | ], 11 | "tags": [ 12 | "privacy", 13 | "spoofing", 14 | "network" 15 | ], 16 | "versions": { 17 | "2.0.2": { 18 | "releaseUrl": "https://github.com/hazre/ResonitePrivacyShield/releases/tag/v2.0.2", 19 | "artifacts": [ 20 | { 21 | "url": "https://github.com/hazre/ResonitePrivacyShield/releases/download/v2.0.2/PrivacyShield.dll", 22 | "filename": "PrivacyShield.dll", 23 | "sha256": "1BDBF99BCC08E3699A86BCEBE850C60B1598D0B8F39882E2F73CD7F225DC3352" 24 | } 25 | ] 26 | }, 27 | "2.0.3": { 28 | "releaseUrl": "https://github.com/hazre/ResonitePrivacyShield/releases/tag/v2.0.3", 29 | "artifacts": [ 30 | { 31 | "url": "https://github.com/hazre/ResonitePrivacyShield/releases/download/v2.0.3/PrivacyShield.dll", 32 | "filename": "PrivacyShield.dll", 33 | "sha256": "13D47822596AB0D6DD2DDD2B7AE6BB005A1FF89A84E1E6345B0912E2BCDCEDA0" 34 | } 35 | ] 36 | } 37 | } 38 | } -------------------------------------------------------------------------------- /manifest/dev.hazre/VRCFTReceiver/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "VRCFTReceiver", 3 | "id": "dev.hazre.VRCFTReceiver", 4 | "description": "A Mod that let's you use VRCFaceTracking Program for Eye and Face Tracking inside Resonite.", 5 | "category": "Hardware Integration", 6 | "sourceLocation": "https://github.com/hazre/VRCFTReceiver", 7 | "additionalAuthors": [ 8 | "knackrack615", 9 | "art0007i" 10 | ], 11 | "tags": [ 12 | "facetracking", 13 | "eyetracking", 14 | "expressions", 15 | "avatar" 16 | ], 17 | "versions": { 18 | "1.0.4": { 19 | "artifacts": [ 20 | { 21 | "url": "https://github.com/hazre/VRCFTReceiver/releases/download/v1.0.4/VRCFTReceiver.dll", 22 | "filename": "VRCFTReceiver.dll", 23 | "sha256": "8B419A4FB64543D36CE7C02E1BFDCB9FA32039584F5462C3A6FBD067387F384F" 24 | } 25 | ] 26 | } 27 | } 28 | } -------------------------------------------------------------------------------- /manifest/dev.hazre/author.json: -------------------------------------------------------------------------------- 1 | { 2 | "author": { 3 | "hazre": { 4 | "url": "https://github.com/hazre", 5 | "icon": "https://github.com/hazre.png" 6 | } 7 | } 8 | } -------------------------------------------------------------------------------- /manifest/je.dj/BoundedUIX/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "BoundedUIX (djsime1's fork)", 3 | "id": "je.dj.BoundedUIX", 4 | "description": "Makes UIX elements selectable and editable with the usual Slot gizmos and fixes UIX elements breaking when a parent is inserted. Fork of Banane9's BoundedUIX.", 5 | "category": "Inspectors", 6 | "sourceLocation": "https://github.com/djsime1/BoundedUIX", 7 | "additionalAuthors": [ 8 | "Banane9" 9 | ], 10 | "versions": { 11 | "1.1.2": { 12 | "releaseUrl": "https://github.com/djsime1/BoundedUIX/releases/tag/v1.1.2", 13 | "changelog": "Added:\n- A mod section header in RectTransform inspectors.\n\nUpdated:\n- Changed the mod ID from Banane9.BoundedUIX to je.dj.BoundedUIX for the RML mod manifest.\n\nBuilt against Resonite version 2025.3.28.1172.", 14 | "conflicts": { 15 | "Banane9.BoundedUIX": { 16 | "version": "*" 17 | } 18 | }, 19 | "artifacts": [{ 20 | "filename": "BoundedUIX.dll", 21 | "url": "https://github.com/djsime1/BoundedUIX/releases/download/v1.1.2/BoundedUIX.dll", 22 | "sha256": "f47991ed6cea3b32da185b4ae71b97196e66c813fa34bc1d1969a2de7f1c839b" 23 | }] 24 | } 25 | } 26 | } 27 | -------------------------------------------------------------------------------- /manifest/je.dj/CopyHyperlink/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "CopyHyperlink", 3 | "id": "je.dj.CopyHyperlink", 4 | "description": "Adds a \"Copy Link\" button to the hyperlink popup.", 5 | "category": "Misc", 6 | "sourceLocation": "https://github.com/djsime1/CopyHyperlink", 7 | "versions": { 8 | "1.0.1": { 9 | "releaseUrl": "https://github.com/djsime1/CopyHyperlink/releases/tag/1.0.1", 10 | "changelog": "No functional changes, rebuilt for new game update.\nBuilt against Resonite version 2024.7.12.12.", 11 | "artifacts": [{ 12 | "filename": "CopyHyperlink.dll", 13 | "url": "https://github.com/djsime1/CopyHyperlink/releases/download/1.0.1/CopyHyperlink.dll", 14 | "sha256": "41fc7bca29bf12b2b2ae8e677fcbdf1943ed9d35bd78052f47204b60239875b0" 15 | }] 16 | }, 17 | "1.0.0": { 18 | "releaseUrl": "https://github.com/djsime1/CopyHyperlink/releases/tag/1.0.0", 19 | "changelog": "Initial release.", 20 | "artifacts": [{ 21 | "filename": "CopyHyperlink.dll", 22 | "url": "https://github.com/djsime1/CopyHyperlink/releases/download/1.0.0/CopyHyperlink.dll", 23 | "sha256": "ec25187d32b6d2612ec988152f4a79c5c20873f5bb0fd87780944a4fe511be48" 24 | }] 25 | } 26 | } 27 | } -------------------------------------------------------------------------------- /manifest/je.dj/GradientDriverEasing/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "GradientDriverEasing", 3 | "id": "je.dj.GradientDriverEasing", 4 | "description": "Adds easing function presets to ValueGradientDriver components.", 5 | "category": "Inspectors", 6 | "sourceLocation": "https://github.com/djsime1/GradientDriverEasing", 7 | "versions": { 8 | "1.2.0": { 9 | "releaseUrl": "https://github.com/djsime1/GradientDriverEasing/releases/tag/1.2.0", 10 | "changelog": "Added:\n- An option to enable/disable the mod.\n- Error popup when the mod fails to initialize, such as in the case of CustomUILib not being available.\n\nUpdated:\n- Code style & refactoring.\n\nFixed:\n- Interpolating colors by HSV not underflowing their hue if the difference of hues is over 180\u00b0.\n\nRemoved:Escape Unicode Characters\n- Being able to apply easing functions to non-lerpable types, such as booleans.\n\nNote: CustomUILib is a required dependency, this mod will not work without CustomUILib being installed as well.\nBuilt against Resonite version 2024.7.12.12.", 11 | "dependencies": { 12 | "me.art0007i.CustomUILib": { 13 | "version": "^2.0.0" 14 | } 15 | }, 16 | "artifacts": [{ 17 | "filename": "GradientDriverEasing.dll", 18 | "url": "https://github.com/djsime1/GradientDriverEasing/releases/download/1.2.0/GradientDriverEasing.dll", 19 | "sha256": "0e0dcfa91b6cb56b9a541ee6132d80629ea85cfc1e0cfc4e79fb6efd242f3724" 20 | }] 21 | }, 22 | "1.1.0": { 23 | "releaseUrl": "https://github.com/djsime1/GradientDriverEasing/releases/tag/1.1.0", 24 | "changelog": "Added:\n- An option to tween color and colorX by HSV instead of RGB (disabled by default).\n- An option to use unclamped lerp calculations (enabled by default).\n\nFixed:\n- Back, elastic, and spring easing presets being clamped.\n\nNote: CustomUILib is a required dependency, this mod will not work without CustomUILib being installed as well.\nBuilt against Resonite version 2024.7.4.1347.", 25 | "dependencies": { 26 | "me.art0007i.CustomUILib": { 27 | "version": "^2.0.0" 28 | } 29 | }, 30 | "artifacts": [{ 31 | "filename": "GradientDriverEasing.dll", 32 | "url": "https://github.com/djsime1/GradientDriverEasing/releases/download/1.1.0/GradientDriverEasing.dll", 33 | "sha256": "b760471aeabae335048d39a36a9d0e4a2b3133643a0959ac46db5f403f8fde92" 34 | }] 35 | }, 36 | "1.0.0": { 37 | "releaseUrl": "https://github.com/djsime1/GradientDriverEasing/releases/tag/1.0.0", 38 | "changelog": "Initial release.\nNote: CustomUILib is a required dependency, this mod will not work without CustomUILib being installed as well.", 39 | "dependencies": { 40 | "me.art0007i.CustomUILib": { 41 | "version": "^2.0.0" 42 | } 43 | }, 44 | "artifacts": [{ 45 | "filename": "GradientDriverEasing.dll", 46 | "url": "https://github.com/djsime1/GradientDriverEasing/releases/download/1.0.0/GradientDriverEasing.dll", 47 | "sha256": "4e3d1fcb7343867549b3debc555f45f3cf0738e1a5021058cc6e7260af1489df" 48 | }] 49 | } 50 | } 51 | } -------------------------------------------------------------------------------- /manifest/je.dj/author.json: -------------------------------------------------------------------------------- 1 | { 2 | "author": { 3 | "djsime1": { 4 | "url": "https://github.com/djsime1", 5 | "icon": "https://avatars.githubusercontent.com/u/8518150?v=4" 6 | } 7 | } 8 | } 9 | -------------------------------------------------------------------------------- /manifest/lc.j4/HeadlessPrometheusExporter/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Headless Prometheus Exporter", 3 | "id": "lc.j4.hdpromex", 4 | "description": "Exports statistics formatted for Prometheus to a web endpoint.", 5 | "category": "Misc", 6 | "platforms": [ 7 | "headless" 8 | ], 9 | "sourceLocation": "https://g.j4.lc/general-stuff/resonite/headless-prometheus-exporter", 10 | "versions": { 11 | "1.2.3": { 12 | "releaseUrl": "https://g.j4.lc/general-stuff/resonite/headless-prometheus-exporter/-/releases/1.2.3", 13 | "artifacts": [{ 14 | "url": "https://g.j4.lc/general-stuff/resonite/headless-prometheus-exporter/-/releases/1.2.3/downloads/HeadlessPrometheusExporter.dll", 15 | "filename": "HeadlessPrometheusExporter.dll", 16 | "sha256": "32d0a4c3bf1ff0069e0edd3df454a4b685df9ae94a4cad8de1d7a386308bd4b0" 17 | }] 18 | }, 19 | "1.2.2": { 20 | "releaseUrl": "https://g.j4.lc/general-stuff/resonite/headless-prometheus-exporter/-/releases/1.2.2", 21 | "artifacts": [{ 22 | "url": "https://g.j4.lc/general-stuff/resonite/headless-prometheus-exporter/-/releases/1.2.2/downloads/HeadlessPrometheusExporter.dll", 23 | "filename": "HeadlessPrometheusExporter.dll", 24 | "sha256": "bb12615a2e2d7e4d6084d3597d8faf3f3baa40191fc78f98e745f28bcb8c9c58" 25 | }] 26 | }, 27 | "1.2.1": { 28 | "releaseUrl": "https://g.j4.lc/general-stuff/resonite/headless-prometheus-exporter/-/releases/1.2.1", 29 | "artifacts": [{ 30 | "url": "https://g.j4.lc/general-stuff/resonite/headless-prometheus-exporter/-/releases/1.2.1/downloads/HeadlessPrometheusExporter.dll", 31 | "filename": "HeadlessPrometheusExporter.dll", 32 | "sha256": "ec69b67f314081276fcf1605837ad2bd10d43ee127ac7c8eecbb12f6053de306" 33 | }] 34 | }, 35 | "1.2.0": { 36 | "releaseUrl": "https://g.j4.lc/general-stuff/resonite/headless-prometheus-exporter/-/releases/1.2.0", 37 | "artifacts": [{ 38 | "url": "https://g.j4.lc/general-stuff/resonite/headless-prometheus-exporter/-/releases/1.2.0/downloads/HeadlessPrometheusExporter.dll", 39 | "filename": "HeadlessPrometheusExporter.dll", 40 | "sha256": "477c0f45267851700a5afada8784406c6f0c448ecb6470d9f15c14c6d69ca184" 41 | }] 42 | } 43 | } 44 | } 45 | -------------------------------------------------------------------------------- /manifest/lc.j4/author.json: -------------------------------------------------------------------------------- 1 | { 2 | "author": { 3 | "Jae": { 4 | "url": "https://j4.lc" 5 | } 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /manifest/me.art0007i/AlwaysResetLocalHome/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "AlwaysResetLocalHome", 3 | "id": "me.art0007i.AlwaysResetLocalHome", 4 | "description": "Forces the local home to be reset every time the game is launched, it also tries to load the local home file from `Resonite/RuntimeData/LocalModded.bin`.", 5 | "category": "Misc", 6 | "sourceLocation": "https://github.com/art0007i/AlwaysResetLocalHome", 7 | "versions": { 8 | "1.0.0": { 9 | "releaseUrl": "https://github.com/art0007i/AlwaysResetLocalHome/releases/tag/1.0.0", 10 | "artifacts": [ 11 | { 12 | "url": "https://github.com/art0007i/AlwaysResetLocalHome/releases/download/1.0.0/AlwaysResetLocalHome.dll", 13 | "filename": "AlwaysResetLocalHome.dll", 14 | "sha256": "975e3410d31eeaacad571a458283fd0c8cbb40df037f6b27926dbf8c3ba94253" 15 | } 16 | ] 17 | } 18 | } 19 | } -------------------------------------------------------------------------------- /manifest/me.art0007i/CapturePrivateUI/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "CapturePrivateUI", 3 | "id": "me.art0007i.CapturePrivateUI", 4 | "description": "Allows finger photos or cameras with a specific tag to render private UI", 5 | "category": "Misc", 6 | "sourceLocation": "https://github.com/art0007i/CapturePrivateUI", 7 | "versions": { 8 | "2.0.0": { 9 | "releaseUrl": "https://github.com/art0007i/CapturePrivateUI/releases/tag/2.0.0", 10 | "artifacts": [ 11 | { 12 | "url": "https://github.com/art0007i/CapturePrivateUI/releases/download/2.0.0/CapturePrivateUI.dll", 13 | "filename": "CapturePrivateUI.dll", 14 | "sha256": "ec717dbcc891922e517f2b879c4600605a8207d403b1bde82dcec5c3470717e6" 15 | } 16 | ] 17 | } 18 | } 19 | } -------------------------------------------------------------------------------- /manifest/me.art0007i/ColorDrop/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "ColorDrop", 3 | "id": "me.art0007i.ColorDrop", 4 | "description": "Allows you to grab and drop colors in inspectors, similar to how you can grab numbers", 5 | "category": "Inspectors", 6 | "sourceLocation": "https://github.com/art0007i/ColorDrop", 7 | "versions": { 8 | "2.1.0": { 9 | "releaseUrl": "https://github.com/art0007i/ColorDrop/releases/tag/2.1.0", 10 | "artifacts": [ 11 | { 12 | "url": "https://github.com/art0007i/ColorDrop/releases/download/2.1.0/ColorDrop.dll", 13 | "filename": "ColorDrop.dll", 14 | "sha256": "d4f0e4b7ded4056fbee7ab94819bbd8a2a5ea2e60eb6680817f5476cced6688d" 15 | } 16 | ] 17 | }, 18 | "2.1.1": { 19 | "releaseUrl": "https://github.com/art0007i/ColorDrop/releases/tag/2.1.1", 20 | "artifacts": [ 21 | { 22 | "url": "https://github.com/art0007i/ColorDrop/releases/download/2.1.1/ColorDrop.dll", 23 | "filename": "ColorDrop.dll", 24 | "sha256": "340dca1405464ca8d6b5b0a6ea00ffbf3ea64531905d854db7e4b8d2fa6d0837" 25 | } 26 | ], 27 | "changelog": "Rebuild for compatibility with 2024.4.15.1407" 28 | } 29 | } 30 | } -------------------------------------------------------------------------------- /manifest/me.art0007i/ConsistentDashboard/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "ConsistentDashboard", 3 | "id": "me.art0007i.ConsistentDashboard", 4 | "description": "Makes it so the dashboard is always the same resolution in vr and in desktop", 5 | "category": "Dashboard", 6 | "sourceLocation": "https://github.com/art0007i/ConsistentDashboard", 7 | "versions": { 8 | "1.0.0": { 9 | "releaseUrl": "https://github.com/art0007i/ConsistentDashboard/releases/tag/1.0.0", 10 | "artifacts": [ 11 | { 12 | "url": "https://github.com/art0007i/ConsistentDashboard/releases/download/1.0.0/ConsistentDashboard.dll", 13 | "filename": "ConsistentDashboard.dll", 14 | "sha256": "de5da20205cc93590398f2895888039f37fb6d47003c97930fb7ab7befaccc65" 15 | } 16 | ] 17 | } 18 | } 19 | } 20 | -------------------------------------------------------------------------------- /manifest/me.art0007i/CreateWorldConfig/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "CreateWorldConfig", 3 | "id": "me.art0007i.CreateWorldConfig", 4 | "description": "Adds the world configuration and world permission dialog to the `create new > editors` menu", 5 | "category": "Technical Tweaks", 6 | "sourceLocation": "https://github.com/art0007i/CreateWorldConfig", 7 | "versions": { 8 | "2.0.0": { 9 | "releaseUrl": "https://github.com/art0007i/CreateWorldConfig/releases/tag/2.0.0", 10 | "artifacts": [ 11 | { 12 | "url": "https://github.com/art0007i/CreateWorldConfig/releases/download/2.0.0/CreateWorldConfig.dll", 13 | "filename": "CreateWorldConfig.dll", 14 | "sha256": "7c9a9c5fc2a1c59b136704ec3a1dc650d1c0f36bea6b65bcd1c1c0fa7e6de7cb" 15 | } 16 | ] 17 | } 18 | } 19 | } -------------------------------------------------------------------------------- /manifest/me.art0007i/CustomInspectors/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "CustomInspectors", 3 | "id": "me.art0007i.CustomInspectors", 4 | "description": "Allows you to use custom inspector panels by saving them and favoriting them in your inventory", 5 | "category": "Inspectors", 6 | "sourceLocation": "https://github.com/art0007i/CustomInspectors", 7 | "versions": { 8 | "2.1.1": { 9 | "releaseUrl": "https://github.com/art0007i/CustomInspectors/releases/tag/2.1.1", 10 | "artifacts": [ 11 | { 12 | "url": "https://github.com/art0007i/CustomInspectors/releases/download/2.1.1/CustomInspectors.dll", 13 | "filename": "CustomInspectors.dll", 14 | "sha256": "3c65cec215ef380f2cfa63c57daf123dcce68aee4c0e104953e7e2b7721985e4" 15 | } 16 | ] 17 | }, 18 | "2.1.2": { 19 | "releaseUrl": "https://github.com/art0007i/CustomInspectors/releases/tag/2.1.2", 20 | "artifacts": [ 21 | { 22 | "url": "https://github.com/art0007i/CustomInspectors/releases/download/2.1.2/CustomInspectors.dll", 23 | "filename": "CustomInspectors.dll", 24 | "sha256": "df1977595f17d3bc9ed1a2c7af2e8532489342c2fef3977bf284273cdece4381" 25 | } 26 | ], 27 | "changelog": "Fix reference to SkyFrost" 28 | }, 29 | "2.1.3": { 30 | "releaseUrl": "https://github.com/art0007i/CustomInspectors/releases/tag/2.1.3", 31 | "artifacts": [ 32 | { 33 | "url": "https://github.com/art0007i/CustomInspectors/releases/download/2.1.3/CustomInspectors.dll", 34 | "filename": "CustomInspectors.dll", 35 | "sha256": "3223d33159b848d6ae2d00a0077825697554db7c06f94bc3b6c34871e5d54794" 36 | } 37 | ], 38 | "changelog": "Fix for type management build" 39 | }, 40 | "2.1.4": { 41 | "releaseUrl": "https://github.com/art0007i/CustomInspectors/releases/tag/2.1.4", 42 | "artifacts": [ 43 | { 44 | "url": "https://github.com/art0007i/CustomInspectors/releases/download/2.1.4/CustomInspectors.dll", 45 | "filename": "CustomInspectors.dll", 46 | "sha256": "caceeab994bfec8aa7009c3c29deccf63763a25fbf3816588f51565fc2c32307" 47 | } 48 | ] 49 | }, 50 | "2.1.5": { 51 | "releaseUrl": "https://github.com/art0007i/CustomInspectors/releases/tag/2.1.5", 52 | "artifacts": [ 53 | { 54 | "url": "https://github.com/art0007i/CustomInspectors/releases/download/2.1.5/CustomInspectors.dll", 55 | "filename": "CustomInspectors.dll", 56 | "sha256": "7955c4000384691d85b99d0b97048808f180b79d3765679c6155feb1ad8a5d4e" 57 | } 58 | ], 59 | "changelog": "Rebuild for latest version of resonite." 60 | } 61 | } 62 | } -------------------------------------------------------------------------------- /manifest/me.art0007i/CustomJoinVerifierFix/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "CustomJoinVerifierFix", 3 | "id": "me.art0007i.CustomJoinVerifierFix", 4 | "description": "Allows you to enable the custom join verifier when you have admin permissions, instead of only the host", 5 | "category": "Bug Workaround", 6 | "sourceLocation": "https://github.com/art0007i/CustomJoinVerifierFix", 7 | "versions": { 8 | "1.0.0": { 9 | "releaseUrl": "https://github.com/art0007i/CustomJoinVerifierFix/releases/tag/1.0.0", 10 | "artifacts": [ 11 | { 12 | "url": "https://github.com/art0007i/CustomJoinVerifierFix/releases/download/1.0.0/CustomJoinVerifierFix.dll", 13 | "filename": "CustomJoinVerifierFix.dll", 14 | "sha256": "abca5e97d9bae4ad50ebf2dfd25675072756022cf4295d9e0f0ee05f6208b0cd" 15 | } 16 | ] 17 | } 18 | } 19 | } 20 | -------------------------------------------------------------------------------- /manifest/me.art0007i/CustomUILib/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "CustomUILib", 3 | "id": "me.art0007i.CustomUILib", 4 | "description": "Allows easily adding custom inspector ui to components which don't have any by default", 5 | "category": "Libraries", 6 | "sourceLocation": "https://github.com/art0007i/CustomUILib", 7 | "versions": { 8 | "2.0.0": { 9 | "releaseUrl": "https://github.com/art0007i/CustomUILib/releases/tag/2.0.0", 10 | "artifacts": [ 11 | { 12 | "url": "https://github.com/art0007i/CustomUILib/releases/download/2.0.0/CustomUILib.dll", 13 | "filename": "CustomUILib.dll", 14 | "sha256": "2d87f49ed6b1124119785f7d5d138cc3c4322486953894ec317ef9233706cb3c" 15 | } 16 | ] 17 | } 18 | } 19 | } -------------------------------------------------------------------------------- /manifest/me.art0007i/DefaultToolOverride/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "DefaultToolOverride", 3 | "id": "me.art0007i.DefaultToolOverride", 4 | "description": "Gives you full control over the desktop number row tool keybinds", 5 | "category": "Controls", 6 | "sourceLocation": "https://github.com/art0007i/DefaultToolOverride", 7 | "versions": { 8 | "1.0.4": { 9 | "releaseUrl": "https://github.com/art0007i/DefaultToolOverride/releases/tag/1.0.4", 10 | "artifacts": [ 11 | { 12 | "url": "https://github.com/art0007i/DefaultToolOverride/releases/download/1.0.4/DefaultToolOverride.dll", 13 | "filename": "DefaultToolOverride.dll", 14 | "sha256": "d1931db626e12e7f0bac541da554fa85117d8fbe22684e724dbd0b5b7f5a07e3" 15 | } 16 | ], 17 | "changelog": "Add option for modifier key." 18 | }, 19 | "1.0.1": { 20 | "releaseUrl": "https://github.com/art0007i/DefaultToolOverride/releases/tag/1.0.1", 21 | "artifacts": [ 22 | { 23 | "url": "https://github.com/art0007i/DefaultToolOverride/releases/download/1.0.1/DefaultToolOverride.dll", 24 | "filename": "DefaultToolOverride.dll", 25 | "sha256": "9913af124aa5719b7ec8fcb339e7e192dae154213b64e1cc446ee98fb5aa6bcf" 26 | } 27 | ] 28 | }, 29 | "1.0.2": { 30 | "releaseUrl": "https://github.com/art0007i/DefaultToolOverride/releases/tag/1.0.2", 31 | "artifacts": [ 32 | { 33 | "url": "https://github.com/art0007i/DefaultToolOverride/releases/download/1.0.2/DefaultToolOverride.dll", 34 | "filename": "DefaultToolOverride.dll", 35 | "sha256": "4e5e2c1ac7a8676095599671228990abcda3718d006e0e0af05c2804234ff499" 36 | } 37 | ], 38 | "changelog": "Fix \"None\" override type not working correctly." 39 | } 40 | } 41 | } 42 | -------------------------------------------------------------------------------- /manifest/me.art0007i/DisableLegacyInventory/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "flags": ["deprecated"], 3 | "name": "DisableLegacyInventory", 4 | "id": "me.art0007i.DisableLegacyInventory", 5 | "description": "Disables the legacy inventory gesture, but it has a config option that can enable it again", 6 | "category": "Controls", 7 | "sourceLocation": "https://github.com/art0007i/DisableLegacyInventory", 8 | "versions": { 9 | "2.0.0": { 10 | "releaseUrl": "https://github.com/art0007i/DisableLegacyInventory/releases/tag/2.0.0", 11 | "artifacts": [ 12 | { 13 | "url": "https://github.com/art0007i/DisableLegacyInventory/releases/download/2.0.0/DisableLegacyInventory.dll", 14 | "filename": "DisableLegacyInventory.dll", 15 | "sha256": "84a5d0a9d5f031225f8cff9d7e18a3b12b196afb05b6c2b9f1fc0e2ddba45a87" 16 | } 17 | ] 18 | } 19 | } 20 | } 21 | -------------------------------------------------------------------------------- /manifest/me.art0007i/DuplicateFix/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "DuplicateFix", 3 | "id": "me.art0007i.DuplicateFix", 4 | "description": "Makes it so duplicated items maintain references between each other.", 5 | "category": "Bug Workaround", 6 | "sourceLocation": "https://github.com/art0007i/DuplicateFix", 7 | "versions": { 8 | "1.0.1": { 9 | "releaseUrl": "https://github.com/art0007i/DuplicateFix/releases/tag/1.0.1", 10 | "artifacts": [ 11 | { 12 | "url": "https://github.com/art0007i/DuplicateFix/releases/download/1.0.1/DuplicateFix.dll", 13 | "filename": "DuplicateFix.dll", 14 | "sha256": "f34eeacaeed4129eb300adefd79ebdcd559dbfe582ee004e7adac44428c69ddb" 15 | } 16 | ] 17 | }, 18 | "1.0.2": { 19 | "releaseUrl": "https://github.com/art0007i/DuplicateFix/releases/tag/1.0.2", 20 | "artifacts": [ 21 | { 22 | "url": "https://github.com/art0007i/DuplicateFix/releases/download/1.0.2/DuplicateFix.dll", 23 | "filename": "DuplicateFix.dll", 24 | "sha256": "9036cc5a4a927a944626c0cc8a1f1c7d97845bf9505f3f30895f4398712301a9" 25 | } 26 | ], 27 | "changelog": "Fix bug where you couldn't make your legacy inventory public." 28 | }, 29 | "1.0.3": { 30 | "releaseUrl": "https://github.com/art0007i/DuplicateFix/releases/tag/1.0.3", 31 | "artifacts": [ 32 | { 33 | "url": "https://github.com/art0007i/DuplicateFix/releases/download/1.0.3/DuplicateFix.dll", 34 | "filename": "DuplicateFix.dll", 35 | "sha256": "d349f3aae8d5488733a1b7392b277c4d68e69f4857296bc674c8e077214ef65c" 36 | } 37 | ], 38 | "changelog": "Fix bug with duplicating sliders and dynamic bones" 39 | }, 40 | "1.0.4": { 41 | "releaseUrl": "https://github.com/art0007i/DuplicateFix/releases/tag/1.0.4", 42 | "artifacts": [ 43 | { 44 | "url": "https://github.com/art0007i/DuplicateFix/releases/download/1.0.4/DuplicateFix.dll", 45 | "filename": "DuplicateFix.dll", 46 | "sha256": "c420496d3a25e1ccf1dab84f338de136fc17507c1e68776f83845561d3f17f01" 47 | } 48 | ], 49 | "changelog": "Fix for latest version." 50 | } 51 | } 52 | } -------------------------------------------------------------------------------- /manifest/me.art0007i/ExtrasButtonTweaks/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "ExtrasButtonTweaks", 3 | "id": "me.art0007i.ExtrasButtonTweaks", 4 | "description": "Tweaks the extras button next to field names in inspectors", 5 | "category": "Inspectors", 6 | "sourceLocation": "https://github.com/art0007i/ExtrasButtonTweaks", 7 | "versions": { 8 | "1.0.0": { 9 | "releaseUrl": "https://github.com/art0007i/ExtrasButtonTweaks/releases/tag/1.0.0", 10 | "artifacts": [ 11 | { 12 | "url": "https://github.com/art0007i/ExtrasButtonTweaks/releases/download/1.0.0/ExtrasButtonTweaks.dll", 13 | "filename": "ExtrasButtonTweaks.dll", 14 | "sha256": "85880e8504bddde3c3aa5b9e84a7f1f6e747e5698a0d80d081d1314575e25978" 15 | } 16 | ] 17 | }, 18 | "1.1.0": { 19 | "releaseUrl": "https://github.com/art0007i/ExtrasButtonTweaks/releases/tag/1.1.0", 20 | "artifacts": [ 21 | { 22 | "url": "https://github.com/art0007i/ExtrasButtonTweaks/releases/download/1.1.0/ExtrasButtonTweaks.dll", 23 | "filename": "ExtrasButtonTweaks.dll", 24 | "sha256": "a6a9b165c5d4305c20e53e2dc370952f89309bf5ccd7bbdf1f7be334499fc56e" 25 | } 26 | ], 27 | "changelog": "Allow dropping values onto the button." 28 | } 29 | } 30 | } -------------------------------------------------------------------------------- /manifest/me.art0007i/FixGrabWorld/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "FixGrabWorld", 3 | "id": "me.art0007i.FixGrabWorld", 4 | "description": "Fixes the grab world locomotion moving you forwards each time you use it", 5 | "category": "Bug Workaround", 6 | "sourceLocation": "https://github.com/art0007i/FixGrabWorld", 7 | "versions": { 8 | "2.0.0": { 9 | "releaseUrl": "https://github.com/art0007i/FixGrabWorld/releases/tag/2.0.0", 10 | "artifacts": [ 11 | { 12 | "url": "https://github.com/art0007i/FixGrabWorld/releases/download/2.0.0/FixGrabWorld.dll", 13 | "filename": "FixGrabWorld.dll", 14 | "sha256": "8822eb2ca3c0995deef692b92292a67485c27dd664bfd913bb83ba936504ff5d" 15 | } 16 | ] 17 | } 18 | } 19 | } 20 | -------------------------------------------------------------------------------- /manifest/me.art0007i/FixMigratedItemMessages/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "FixMigratedItemMessages", 3 | "id": "me.art0007i.FixMigratedItemMessages", 4 | "description": "Fixes migrated objects in messages being unable to be spawned (issue [#83](https://github.com/Yellow-Dog-Man/Resonite-Issues/issues/83))", 5 | "category": "Bug Workaround", 6 | "sourceLocation": "https://github.com/art0007i/FixMigratedItemMessages", 7 | "versions": { 8 | "1.0.0": { 9 | "releaseUrl": "https://github.com/art0007i/FixMigratedItemMessages/releases/tag/1.0.0", 10 | "artifacts": [ 11 | { 12 | "url": "https://github.com/art0007i/FixMigratedItemMessages/releases/download/1.0.0/FixMigratedItemMessages.dll", 13 | "filename": "FixMigratedItemMessages.dll", 14 | "sha256": "a5af5714384e935f68163b53e9154aedf9ecbfd41579dfd5bd5ca4b137f0e881" 15 | } 16 | ] 17 | } 18 | } 19 | } 20 | -------------------------------------------------------------------------------- /manifest/me.art0007i/IKnowWhatImDoing/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "IKnowWhatImDoing", 3 | "id": "me.art0007i.IKnowWhatImDoing", 4 | "description": "Removes confirmation menu for deleting components.", 5 | "category": "Inspectors", 6 | "flags": ["deprecated"], 7 | "sourceLocation": "https://github.com/art0007i/IKnowWhatImDoing", 8 | "versions": { 9 | "1.0.0": { 10 | "releaseUrl": "https://github.com/art0007i/IKnowWhatImDoing/releases/tag/1.0.0", 11 | "artifacts": [ 12 | { 13 | "url": "https://github.com/art0007i/IKnowWhatImDoing/releases/download/1.0.0/IKnowWhatImDoing.dll", 14 | "filename": "IKnowWhatImDoing.dll", 15 | "sha256": "58eff34847608084768386de58d9ec248d1e8b3eff7b8534994899ede9c48433" 16 | } 17 | ] 18 | } 19 | } 20 | } -------------------------------------------------------------------------------- /manifest/me.art0007i/ImGuiUnityInject/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "ImGuiUnityInject", 3 | "id": "me.art0007i.ImGuiUnityInject", 4 | "description": "Edit of https://github.com/realgamessoftware/dear-imgui-unity to work with game modding", 5 | "category": "Libraries", 6 | "sourceLocation": "https://github.com/art0007i/ImGuiUnityInject", 7 | "versions": { 8 | "0.1.1": { 9 | "releaseUrl": "https://github.com/art0007i/ImGuiUnityInject/releases/tag/0.1.1", 10 | "artifacts": [ 11 | { 12 | "url": "https://github.com/art0007i/ImGuiUnityInject/releases/download/0.1.1/ImGuiUnityInject.dll", 13 | "filename": "ImGuiUnityInject.dll", 14 | "installLocation": "/rml_libs", 15 | "sha256": "3c8735b22d05e6136c10a3132800084a4e42ed803b059bc2820c0ab8d4b4bfd9" 16 | }, 17 | { 18 | "url": "https://github.com/art0007i/ImGuiUnityInject/raw/d5c5ab8208bf4b6bd5f6dec0756573b85c1d0e61/Plugins/cimgui-freetype.dll", 19 | "filename": "cimgui-freetype.dll", 20 | "installLocation": "/Resonite_Data/Plugins/x86_64", 21 | "sha256": "e43759ef30a1c02fb0dec1dc232873fb576f6c6483de0c7a5e7e7157fad5cf10" 22 | }, 23 | { 24 | "url": "https://github.com/art0007i/ImGuiUnityInject/raw/d5c5ab8208bf4b6bd5f6dec0756573b85c1d0e61/Plugins/cimgui.dll", 25 | "filename": "cimgui.dll", 26 | "installLocation": "/Resonite_Data/Plugins/x86_64", 27 | "sha256": "09bb9d5e23137e3b2ee681a1700a3a0f4bd847846368ede847a163f1f91e8560" 28 | } 29 | ] 30 | }, 31 | "0.2.0": { 32 | "releaseUrl": "https://github.com/art0007i/ImGuiUnityInject/releases/tag/0.2.0", 33 | "artifacts": [ 34 | { 35 | "url": "https://github.com/art0007i/ImGuiUnityInject/releases/download/0.2.0/ImGuiUnityInject.dll", 36 | "filename": "ImGuiUnityInject.dll", 37 | "installLocation": "/rml_libs", 38 | "sha256": "49c55d5b49af698166eb0931f9e7ffb7d326c3d4ba42c4cacc35891c8b8df47e" 39 | }, 40 | { 41 | "url": "https://github.com/art0007i/ImGuiUnityInject/raw/bc77c0ee59c18874df210d25d82a269374c7e772/Plugins/win-x64/cimgui.dll", 42 | "filename": "cimgui.dll", 43 | "installLocation": "/Resonite_Data/Plugins/x86_64", 44 | "sha256": "60ec992bcebd354d59f235ed97cdc3b0eea62c2def53c4a71f22937e500fa80b" 45 | } 46 | ], 47 | "changelog": "Updated ImGui to version 1.91.6.1" 48 | } 49 | } 50 | } -------------------------------------------------------------------------------- /manifest/me.art0007i/ImportCompactor/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "ImportCompactor", 3 | "id": "me.art0007i.ImportCompactor", 4 | "description": "Reduces the distance between imported items to a configurable value", 5 | "category": "Asset Importing", 6 | "sourceLocation": "https://github.com/art0007i/ImportCompactor", 7 | "versions": { 8 | "2.0.0": { 9 | "releaseUrl": "https://github.com/art0007i/ImportCompactor/releases/tag/2.0.0", 10 | "artifacts": [ 11 | { 12 | "url": "https://github.com/art0007i/ImportCompactor/releases/download/2.0.0/ImportCompactor.dll", 13 | "filename": "ImportCompactor.dll", 14 | "sha256": "0154587705c1db03fe07ba866fc8c80af70fa72b2c3cacab96f03b854909570a" 15 | } 16 | ] 17 | } 18 | } 19 | } 20 | -------------------------------------------------------------------------------- /manifest/me.art0007i/InspectorScroll/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "InspectorScroll", 3 | "id": "me.art0007i.InspectorScroll", 4 | "description": "Allows scrolling inspectors (and other ui panels) using your thumbstick / touchpad", 5 | "category": "Controls", 6 | "sourceLocation": "https://github.com/art0007i/InspectorScroll", 7 | "versions": { 8 | "2.0.0": { 9 | "releaseUrl": "https://github.com/art0007i/InspectorScroll/releases/tag/2.0.0", 10 | "artifacts": [ 11 | { 12 | "url": "https://github.com/art0007i/InspectorScroll/releases/download/2.0.0/InspectorScroll.dll", 13 | "filename": "InspectorScroll.dll", 14 | "sha256": "2dbcea4b00f4650c8b06a76d6dfd4636977329ab1e26239dd61187a03848eb24" 15 | } 16 | ] 17 | } 18 | } 19 | } 20 | -------------------------------------------------------------------------------- /manifest/me.art0007i/JustBoundedUIX/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "JustBoundedUIX", 3 | "id": "me.art0007i.JustBoundedUIX", 4 | "description": "Adds gizmo bounding boxes to UIX elements, and fixes UIX elements breaking when a parent is inserted.", 5 | "category": "Technical Tweaks", 6 | "sourceLocation": "https://github.com/art0007i/JustBoundedUIX", 7 | "versions": { 8 | "2.0.1": { 9 | "releaseUrl": "https://github.com/art0007i/JustBoundedUIX/releases/tag/2.0.1", 10 | "artifacts": [ 11 | { 12 | "url": "https://github.com/art0007i/JustBoundedUIX/releases/download/2.0.1/JustBoundedUIX.dll", 13 | "filename": "JustBoundedUIX.dll", 14 | "sha256": "fbefcaf3d3b8735f34fcfffa0caf15ae529e3ee5f56eb89e9ff0118ca85618b6" 15 | } 16 | ] 17 | } 18 | } 19 | } 20 | -------------------------------------------------------------------------------- /manifest/me.art0007i/KeyRepeatAdjust/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "KeyRepeatAdjust", 3 | "id": "me.art0007i.KeyRepeatAdjust", 4 | "description": "Allows you to change the key repeat rate for the vr keyboard", 5 | "category": "Controls", 6 | "sourceLocation": "https://github.com/art0007i/KeyRepeatAdjust", 7 | "versions": { 8 | "1.0.0": { 9 | "releaseUrl": "https://github.com/art0007i/KeyRepeatAdjust/releases/tag/1.0.0", 10 | "artifacts": [ 11 | { 12 | "url": "https://github.com/art0007i/KeyRepeatAdjust/releases/download/1.0.0/KeyRepeatAdjust.dll", 13 | "filename": "KeyRepeatAdjust.dll", 14 | "sha256": "d2798798f6cd185fbb782648190373b4b3ea986e06cf4ecbd67a8e19f808f41b" 15 | } 16 | ] 17 | } 18 | } 19 | } 20 | -------------------------------------------------------------------------------- /manifest/me.art0007i/LargerObjectMessagePreviews/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "LargerObjectMessagePreviews", 3 | "id": "me.art0007i.LargerObjectMessagePreviews", 4 | "description": "Increases the size of object message thumbnails.", 5 | "category": "Dashboard", 6 | "sourceLocation": "https://github.com/art0007i/LargerObjectMessagePreviews", 7 | "versions": { 8 | "2.0.0": { 9 | "releaseUrl": "https://github.com/art0007i/LargerObjectMessagePreviews/releases/tag/2.0.0", 10 | "artifacts": [ 11 | { 12 | "url": "https://github.com/art0007i/LargerObjectMessagePreviews/releases/download/2.0.0/LargerObjectMessagePreviews.dll", 13 | "filename": "LargerObjectMessagePreviews.dll", 14 | "sha256": "e8f6bb0dbde068bc53d01a0788f9ff8b21dfbec5320df88c9c81aa112633d5b4" 15 | } 16 | ] 17 | } 18 | } 19 | } 20 | -------------------------------------------------------------------------------- /manifest/me.art0007i/LocalStorage/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "LocalStorage", 3 | "id": "me.art0007i.LocalStorage", 4 | "description": "Allows you to store items locally on your hard drive", 5 | "category": "Misc", 6 | "sourceLocation": "https://github.com/art0007i/LocalStorage", 7 | "versions": { 8 | "2.0.1": { 9 | "releaseUrl": "https://github.com/art0007i/LocalStorage/releases/tag/2.0.1", 10 | "artifacts": [ 11 | { 12 | "url": "https://github.com/art0007i/LocalStorage/releases/download/2.0.1/LocalStorage.dll", 13 | "filename": "LocalStorage.dll", 14 | "sha256": "c3cbd76e44ba9d45e5d8979ebe0caffe1cbdc14c6ddc43f722d59f5988c809ed" 15 | } 16 | ] 17 | }, 18 | "2.0.2": { 19 | "releaseUrl": "https://github.com/art0007i/LocalStorage/releases/tag/2.0.2", 20 | "artifacts": [ 21 | { 22 | "url": "https://github.com/art0007i/LocalStorage/releases/download/2.0.2/LocalStorage.dll", 23 | "filename": "LocalStorage.dll", 24 | "sha256": "c5a72d01d0a3327540ec26cff3bafae00e8b140b2a5e1ba881411258fa150ccf" 25 | } 26 | ], 27 | "changelog": "Remove calls to UniLog.Log" 28 | }, 29 | "2.0.3": { 30 | "releaseUrl": "https://github.com/art0007i/LocalStorage/releases/tag/2.0.3", 31 | "artifacts": [ 32 | { 33 | "url": "https://github.com/art0007i/LocalStorage/releases/download/2.0.3/LocalStorage.dll", 34 | "filename": "LocalStorage.dll", 35 | "sha256": "1389ebb1daaf4d8ddede64eaf611505199d2118087282098485ff5788e2a3c33" 36 | } 37 | ], 38 | "changelog": "Fix reference to SkyFrost" 39 | } 40 | } 41 | } -------------------------------------------------------------------------------- /manifest/me.art0007i/LogCleaner/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "LogCleaner", 3 | "id": "me.art0007i.LogCleaner", 4 | "description": "Omits certain information from your logs to make them more readable.", 5 | "category": "Technical Tweaks", 6 | "sourceLocation": "https://github.com/art0007i/LogCleaner", 7 | "versions": { 8 | "1.1.0": { 9 | "releaseUrl": "https://github.com/art0007i/LogCleaner/releases/tag/1.1.0", 10 | "artifacts": [ 11 | { 12 | "url": "https://github.com/art0007i/LogCleaner/releases/download/1.1.0/LogCleaner.dll", 13 | "filename": "LogCleaner.dll", 14 | "sha256": "aece08d0beef41ed9c4ec6e1d759bb8f5fafcc0e00805d75b9d09db2f5915861" 15 | } 16 | ] 17 | } 18 | } 19 | } -------------------------------------------------------------------------------- /manifest/me.art0007i/MessageCopy/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "MessageCopy", 3 | "id": "me.art0007i.MessageCopy", 4 | "description": "Allows you to copy all messages, not just text ones.", 5 | "category": "Dashboard", 6 | "sourceLocation": "https://github.com/art0007i/MessageCopy", 7 | "versions": { 8 | "1.0.0": { 9 | "releaseUrl": "https://github.com/art0007i/MessageCopy/releases/tag/1.0.0", 10 | "artifacts": [ 11 | { 12 | "url": "https://github.com/art0007i/MessageCopy/releases/download/1.0.0/MessageCopy.dll", 13 | "filename": "MessageCopy.dll", 14 | "sha256": "dc74baff6a08083f4e493e0251c76ba09c88c57ce998c9908f2a401cb2413dc7" 15 | } 16 | ] 17 | }, 18 | "1.0.1": { 19 | "releaseUrl": "https://github.com/art0007i/MessageCopy/releases/tag/1.0.1", 20 | "artifacts": [ 21 | { 22 | "url": "https://github.com/art0007i/MessageCopy/releases/download/1.0.1/MessageCopy.dll", 23 | "filename": "MessageCopy.dll", 24 | "sha256": "8ed99837b36c9e3d8d62130701509be105516ef98e396832193bac92d484c850" 25 | } 26 | ], 27 | "changelog": "Fix reference to SkyFrost" 28 | } 29 | } 30 | } -------------------------------------------------------------------------------- /manifest/me.art0007i/MyInspectors/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "versions": { 3 | "2.0.1": { 4 | "releaseUrl": "https://github.com/art0007i/MyInspectors/releases/tag/2.0.1", 5 | "artifacts": [ 6 | { 7 | "url": "https://github.com/art0007i/MyInspectors/releases/download/2.0.1/MyInspectors.dll", 8 | "filename": "MyInspectors.dll", 9 | "sha256": "da60f1bc535a5054124e2f746a0f3df90a7a19d87e132e25a5084034b9a1c24f" 10 | } 11 | ], 12 | "changelog": "Fixed for new resonite version" 13 | }, 14 | "2.0.2": { 15 | "releaseUrl": "https://github.com/art0007i/MyInspectors/releases/tag/2.0.2", 16 | "artifacts": [ 17 | { 18 | "url": "https://github.com/art0007i/MyInspectors/releases/download/2.0.2/MyInspectors.dll", 19 | "filename": "MyInspectors.dll", 20 | "sha256": "048818e89f8a5b63d64047bb2fa717c4f3e16b7affdd96d2dc15dafda857fbcb" 21 | } 22 | ], 23 | "changelog": "Add toggle on/off option" 24 | } 25 | }, 26 | "name": "MyInspectors", 27 | "id": "me.art0007i.MyInspectors", 28 | "description": "Makes inspectors generate by local user instead of host. Slightly unsable, if anything with inspectors breaks remove this mod.", 29 | "category": "Inspectors", 30 | "sourceLocation": "https://github.com/art0007i/MyInspectors" 31 | } -------------------------------------------------------------------------------- /manifest/me.art0007i/NoHeadMenuDash/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "NoHeadMenuDash", 3 | "id": "me.art0007i.NoHeadMenuDash", 4 | "description": "Removes the gesture that opens the dash when you press the menu button near your head", 5 | "category": "Controls", 6 | "sourceLocation": "https://github.com/art0007i/NoHeadMenuDash", 7 | "versions": { 8 | "2.0.0": { 9 | "releaseUrl": "https://github.com/art0007i/NoHeadMenuDash/releases/tag/2.0.0", 10 | "artifacts": [ 11 | { 12 | "url": "https://github.com/art0007i/NoHeadMenuDash/releases/download/2.0.0/NoHeadMenuDash.dll", 13 | "filename": "NoHeadMenuDash.dll", 14 | "sha256": "376e308a2c52c9d51c25f7ab39161a09cb0456059fe8eb389bd87e616ad8e83f" 15 | } 16 | ] 17 | } 18 | } 19 | } 20 | -------------------------------------------------------------------------------- /manifest/me.art0007i/NotificationFixer/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "NotificationFixer", 3 | "id": "me.art0007i.NotificationFixer", 4 | "description": "Fixes the notifications being off center and getting cut off slightly.", 5 | "category": "Dashboard", 6 | "sourceLocation": "https://github.com/art0007i/NotificationFixer", 7 | "versions": { 8 | "1.0.0": { 9 | "releaseUrl": "https://github.com/art0007i/NotificationFixer/releases/tag/1.0.0", 10 | "artifacts": [ 11 | { 12 | "url": "https://github.com/art0007i/NotificationFixer/releases/download/1.0.0/NotificationFixer.dll", 13 | "filename": "NotificationFixer.dll", 14 | "sha256": "8f3e56671a6b278c7036f72d2a97f3cd56afd6d72f6599259f8e580de88b4954" 15 | } 16 | ] 17 | } 18 | } 19 | } -------------------------------------------------------------------------------- /manifest/me.art0007i/OutOfSightOverride/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "OutOfSightOverride", 3 | "id": "me.art0007i.OutOfSightOverride", 4 | "description": "Ignores the out of sight check on buttons", 5 | "category": "Misc", 6 | "sourceLocation": "https://github.com/art0007i/OutOfSightOverride", 7 | "versions": { 8 | "1.0.0": { 9 | "releaseUrl": "https://github.com/art0007i/OutOfSightOverride/releases/tag/1.0.0", 10 | "artifacts": [ 11 | { 12 | "url": "https://github.com/art0007i/OutOfSightOverride/releases/download/1.0.0/OutOfSightOverride.dll", 13 | "filename": "OutOfSightOverride.dll", 14 | "sha256": "c7fef55525aa9bbcb96c42aa4271707497fd3f0466cb17f1bc1c37e907544c75" 15 | } 16 | ] 17 | } 18 | } 19 | } -------------------------------------------------------------------------------- /manifest/me.art0007i/ParentalIssues/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "ParentalIssues", 3 | "id": "me.art0007i.ParentalIssues", 4 | "description": "Changes the default parent and child object names to be funnier", 5 | "category": "Memes", 6 | "sourceLocation": "https://github.com/art0007i/ParentalIssues", 7 | "versions": { 8 | "2.0.0": { 9 | "releaseUrl": "https://github.com/art0007i/ParentalIssues/releases/tag/2.0.0", 10 | "artifacts": [ 11 | { 12 | "url": "https://github.com/art0007i/ParentalIssues/releases/download/2.0.0/ParentalIssues.dll", 13 | "filename": "ParentalIssues.dll", 14 | "sha256": "2241fe6619880543be78d71894378250eba9b5a60147c9a95799869bbe7a129e" 15 | } 16 | ] 17 | } 18 | } 19 | } -------------------------------------------------------------------------------- /manifest/me.art0007i/PresenceToggle/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "flags": ["deprecated"], 3 | "name": "PresenceToggle", 4 | "id": "me.art0007i.PresenceToggle", 5 | "description": "Allows you to toggle steam and discord rich presence", 6 | "category": "Misc", 7 | "sourceLocation": "https://github.com/art0007i/PresenceToggle", 8 | "versions": { 9 | "2.0.1": { 10 | "releaseUrl": "https://github.com/art0007i/PresenceToggle/releases/tag/2.0.1", 11 | "artifacts": [ 12 | { 13 | "url": "https://github.com/art0007i/PresenceToggle/releases/download/2.0.1/PresenceToggle.dll", 14 | "filename": "PresenceToggle.dll", 15 | "sha256": "43f705e761a2c28e70cd443af0e1ad7dc46bde8b61eab3b39d55c9cea9e8f934" 16 | } 17 | ] 18 | } 19 | } 20 | } -------------------------------------------------------------------------------- /manifest/me.art0007i/QuickFolderOpener/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "QuickFolderOpener", 3 | "id": "me.art0007i.QuickFolderOpener", 4 | "description": "Adds an option to your context menu which can open a folder without saving it", 5 | "category": "Misc", 6 | "sourceLocation": "https://github.com/art0007i/QuickFolderOpener", 7 | "versions": { 8 | "2.0.1": { 9 | "releaseUrl": "https://github.com/art0007i/QuickFolderOpener/releases/tag/2.0.1", 10 | "artifacts": [ 11 | { 12 | "url": "https://github.com/art0007i/QuickFolderOpener/releases/download/2.0.1/QuickFolderOpener.dll", 13 | "filename": "QuickFolderOpener.dll", 14 | "sha256": "821ceeeeecd1a9e56c117e15f457f517e1e821666464a4d169e27c0be979f3f5" 15 | } 16 | ] 17 | } 18 | } 19 | } -------------------------------------------------------------------------------- /manifest/me.art0007i/RemoveComponentAttacherRestriction/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "RemoveComponentAttacherRestriction", 3 | "id": "me.art0007i.RemoveComponentAttacherRestriction", 4 | "description": "Allows you to open a component attacher even if you don't have anything selected in an inspector panel", 5 | "category": "Inspectors", 6 | "sourceLocation": "https://github.com/art0007i/RemoveComponentAttacherRestriction", 7 | "versions": { 8 | "1.0.0": { 9 | "releaseUrl": "https://github.com/art0007i/RemoveComponentAttacherRestriction/releases/tag/1.0.0", 10 | "artifacts": [ 11 | { 12 | "url": "https://github.com/art0007i/RemoveComponentAttacherRestriction/releases/download/1.0.0/RemoveComponentAttacherRestriction.dll", 13 | "filename": "RemoveComponentAttacherRestriction.dll", 14 | "sha256": "3a5c1139cca746bafc78d91f8aa0c588bf9435c2f3389a0fc16ec01ae31c12d0" 15 | } 16 | ] 17 | } 18 | } 19 | } 20 | -------------------------------------------------------------------------------- /manifest/me.art0007i/ResoniteImGuiLib/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "ResoniteImGuiLib", 3 | "id": "me.art0007i.ResoniteImGuiLib", 4 | "description": "A library which allows modders to use ImGuiUnityInject in resonite", 5 | "category": "Libraries", 6 | "sourceLocation": "https://github.com/art0007i/ResoniteImGuiLib", 7 | "versions": { 8 | "1.1.0": { 9 | "releaseUrl": "https://github.com/art0007i/ResoniteImGuiLib/releases/tag/1.1.0", 10 | "artifacts": [ 11 | { 12 | "url": "https://github.com/art0007i/ResoniteImGuiLib/releases/download/1.1.0/ResoniteImGuiLib.dll", 13 | "sha256": "ef21b285d0f067eb365c17dbd37a1267ab185edcb8a70f43f08fa5ed06c8506d" 14 | } 15 | ], 16 | "dependencies": { 17 | "me.art0007i.ImGuiUnityInject": { 18 | "version": "0.1.x" 19 | } 20 | } 21 | }, 22 | "1.0.0": { 23 | "releaseUrl": "https://github.com/art0007i/ResoniteImGuiLib/releases/tag/1.0.0", 24 | "artifacts": [ 25 | { 26 | "url": "https://github.com/art0007i/ResoniteImGuiLib/releases/download/1.0.0/ResoniteImGuiLib.dll", 27 | "filename": "ResoniteImGuiLib.dll", 28 | "sha256": "531ad310a61df024569a6eb3c58b2e222f4dca0f8ad53e3003ad6a483aef1afd" 29 | } 30 | ], 31 | "dependencies": { 32 | "me.art0007i.ImGuiUnityInject": { 33 | "version": "0.1.x" 34 | } 35 | } 36 | } 37 | } 38 | } -------------------------------------------------------------------------------- /manifest/me.art0007i/SessionItemModal/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "SessionItemModal", 3 | "id": "me.art0007i.SessionItemModal", 4 | "description": "Allows opening modal dialogs for sessions seen in the contacts tab, by clicking the circle preview. This mod is quite jank but I still find it useful.", 5 | "category": "Dashboard", 6 | "sourceLocation": "https://github.com/art0007i/SessionItemModal", 7 | "versions": { 8 | "1.0.0": { 9 | "releaseUrl": "https://github.com/art0007i/SessionItemModal/releases/tag/1.0.0", 10 | "artifacts": [ 11 | { 12 | "url": "https://github.com/art0007i/SessionItemModal/releases/download/1.0.0/SessionItemModal.dll", 13 | "filename": "SessionItemModal.dll", 14 | "sha256": "f6e502ac0afbd600068168b41258048e78e3827f4550cacb71f1d258f5ff94bb" 15 | } 16 | ] 17 | }, 18 | "1.0.1": { 19 | "releaseUrl": "https://github.com/art0007i/SessionItemModal/releases/tag/1.0.1", 20 | "artifacts": [ 21 | { 22 | "url": "https://github.com/art0007i/SessionItemModal/releases/download/1.0.1/SessionItemModal.dll", 23 | "filename": "SessionItemModal.dll", 24 | "sha256": "1228278c23ae210d8d60285505d4bd5df4550cc3d01fd2f09402b526e2049ba3" 25 | } 26 | ], 27 | "changelog": "Fix for latest version." 28 | } 29 | } 30 | } -------------------------------------------------------------------------------- /manifest/me.art0007i/ShadowDistanceChanger/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "flags": ["deprecated"], 3 | "name": "ShadowDistanceChanger", 4 | "id": "me.art0007i.ShadowDistanceChanger", 5 | "description": "Allows changing the shadow distance using the mod's config", 6 | "category": "Visual Tweaks", 7 | "sourceLocation": "https://github.com/art0007i/ShadowDistanceChanger", 8 | "versions": { 9 | "2.0.0": { 10 | "releaseUrl": "https://github.com/art0007i/ShadowDistanceChanger/releases/tag/2.0.0", 11 | "artifacts": [ 12 | { 13 | "url": "https://github.com/art0007i/ShadowDistanceChanger/releases/download/2.0.0/ShadowDistanceChanger.dll", 14 | "filename": "ShadowDistanceChanger.dll", 15 | "sha256": "b33c123e3f16c6f3f12183c975ec03f4e751ee1d12a1eaf171662a3419b5136f" 16 | } 17 | ] 18 | } 19 | } 20 | } -------------------------------------------------------------------------------- /manifest/me.art0007i/ShowComponentSlot/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "flags": ["deprecated"], 3 | "name": "ShowComponentSlot", 4 | "id": "me.art0007i.ShowComponentSlot", 5 | "description": "Allows you to open the slot that a component is attached to in component inspectors", 6 | "category": "Inspectors", 7 | "sourceLocation": "https://github.com/art0007i/ShowComponentSlot", 8 | "versions": { 9 | "2.0.0": { 10 | "releaseUrl": "https://github.com/art0007i/ShowComponentSlot/releases/tag/2.0.0", 11 | "artifacts": [ 12 | { 13 | "url": "https://github.com/art0007i/ShowComponentSlot/releases/download/2.0.0/ShowComponentSlot.dll", 14 | "filename": "ShowComponentSlot.dll", 15 | "sha256": "3520caa2b3dffce36036371d25214f31da0516a9bd6061d0dec54734949738f2" 16 | } 17 | ] 18 | } 19 | } 20 | } -------------------------------------------------------------------------------- /manifest/me.art0007i/ShowDelegates/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "ShowDelegates", 3 | "id": "me.art0007i.ShowDelegates", 4 | "description": "Shows delegates and hidden items in the inspector panel", 5 | "category": "Inspectors", 6 | "sourceLocation": "https://github.com/art0007i/ShowDelegates", 7 | "versions": { 8 | "2.2.4": { 9 | "releaseUrl": "https://github.com/art0007i/ShowDelegates/releases/tag/2.2.4", 10 | "artifacts": [ 11 | { 12 | "url": "https://github.com/art0007i/ShowDelegates/releases/download/2.2.4/ShowDelegates.dll", 13 | "filename": "ShowDelegates.dll", 14 | "sha256": "b15f241bb31378077cf76c03f5cbdab6f882cad19d0738cc981c91e9be546aac" 15 | } 16 | ] 17 | }, 18 | "2.2.5": { 19 | "releaseUrl": "https://github.com/art0007i/ShowDelegates/releases/tag/2.2.5", 20 | "artifacts": [ 21 | { 22 | "url": "https://github.com/art0007i/ShowDelegates/releases/download/2.2.5/ShowDelegates.dll", 23 | "filename": "ShowDelegates.dll", 24 | "sha256": "ec2460b109f04c62045c0b537cf50b1e545b72f3aabb6f5e2a3b2320d1b55316" 25 | } 26 | ], 27 | "changelog": "Fix issue where some delegates were not showing up (#7)" 28 | }, 29 | "2.2.6": { 30 | "releaseUrl": "https://github.com/art0007i/ShowDelegates/releases/tag/2.2.6", 31 | "artifacts": [ 32 | { 33 | "url": "https://github.com/art0007i/ShowDelegates/releases/download/2.2.6/ShowDelegates.dll", 34 | "filename": "ShowDelegates.dll", 35 | "sha256": "3126895a622ae75bed335d5fe6ee2d1d9ecb4a13179791211464c4f5e4cd85a4" 36 | } 37 | ], 38 | "changelog": "Rebuilt for new resonite version" 39 | }, 40 | "2.2.7": { 41 | "releaseUrl": "https://github.com/art0007i/ShowDelegates/releases/tag/2.2.7", 42 | "artifacts": [ 43 | { 44 | "url": "https://github.com/art0007i/ShowDelegates/releases/download/2.2.7/ShowDelegates.dll", 45 | "filename": "ShowDelegates.dll", 46 | "sha256": "3a13bb871d3957bc0a0d956494e8805e9e0686a8233a82bb15a4f7b82d4a0846" 47 | } 48 | ], 49 | "changelog": "Fixed the mod not working in the latest version" 50 | }, 51 | "2.2.8": { 52 | "releaseUrl": "https://github.com/art0007i/ShowDelegates/releases/tag/2.2.8", 53 | "artifacts": [ 54 | { 55 | "url": "https://github.com/art0007i/ShowDelegates/releases/download/2.2.8/ShowDelegates.dll", 56 | "filename": "ShowDelegates.dll", 57 | "sha256": "489ccc8326e7b5404be15d874da950772180b3a220bbebcd9cc555079e3041c7" 58 | } 59 | ] 60 | }, 61 | "2.2.9": { 62 | "releaseUrl": "https://github.com/art0007i/ShowDelegates/releases/tag/2.2.9", 63 | "artifacts": [ 64 | { 65 | "url": "https://github.com/art0007i/ShowDelegates/releases/download/2.2.9/ShowDelegates.dll", 66 | "filename": "ShowDelegates.dll", 67 | "sha256": "420341da08088da831d17d48db53efaf988480820554e52914b69bc4001637d8" 68 | } 69 | ], 70 | "changelog": "Add a few delegates to the lookup table" 71 | } 72 | } 73 | } -------------------------------------------------------------------------------- /manifest/me.art0007i/ShowDriveSource/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "ShowDriveSource", 3 | "id": "me.art0007i.ShowDriveSource", 4 | "description": "Allows you to see what is driving a field by simply clicking on the name of the field", 5 | "category": "Inspectors", 6 | "sourceLocation": "https://github.com/art0007i/ShowDriveSource", 7 | "versions": { 8 | "2.0.1": { 9 | "releaseUrl": "https://github.com/art0007i/ShowDriveSource/releases/tag/2.0.1", 10 | "artifacts": [ 11 | { 12 | "url": "https://github.com/art0007i/ShowDriveSource/releases/download/2.0.1/ShowDriveSource.dll", 13 | "filename": "ShowDriveSource.dll", 14 | "sha256": "c47e5b88277cfa4c1d365d122cd2bf3adbffc05ddd97887e6842eb2f92540704" 15 | } 16 | ] 17 | }, 18 | "2.0.2": { 19 | "releaseUrl": "https://github.com/art0007i/ShowDriveSource/releases/tag/2.0.2", 20 | "artifacts": [ 21 | { 22 | "url": "https://github.com/art0007i/ShowDriveSource/releases/download/2.0.2/ShowDriveSource.dll", 23 | "filename": "ShowDriveSource.dll", 24 | "sha256": "db7820f5070833f9987e608243139d841d3dcfc06444fa2aa4e42f88d91fe231" 25 | } 26 | ], 27 | "changelog": "Fix for new version" 28 | } 29 | } 30 | } 31 | -------------------------------------------------------------------------------- /manifest/me.art0007i/SimpleInventorySearch/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "SimpleInventorySearch", 3 | "id": "me.art0007i.SimpleInventorySearch", 4 | "description": "Adds a filter bar which filters the currently open folder.", 5 | "category": "Dashboard", 6 | "sourceLocation": "https://github.com/art0007i/SimpleInventorySearch", 7 | "versions": { 8 | "1.0.0": { 9 | "releaseUrl": "https://github.com/art0007i/SimpleInventorySearch/releases/tag/1.0.0", 10 | "artifacts": [ 11 | { 12 | "url": "https://github.com/art0007i/SimpleInventorySearch/releases/download/1.0.0/SimpleInventorySearch.dll", 13 | "filename": "SimpleInventorySearch.dll", 14 | "sha256": "6eaf93757694ab8848bc9fbd0c95c4be06542bb21f6d8b7fc6ee8aa9f82c9374" 15 | } 16 | ] 17 | } 18 | } 19 | } -------------------------------------------------------------------------------- /manifest/me.art0007i/SpecialItemsLib/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "SpecialItemsLib", 3 | "id": "me.art0007i.SpecialItemsLib", 4 | "description": "Allows other mods to easily add custom special items to be shown in the inventory", 5 | "category": "Libraries", 6 | "sourceLocation": "https://github.com/art0007i/SpecialItemsLib", 7 | "versions": { 8 | "2.0.2": { 9 | "releaseUrl": "https://github.com/art0007i/SpecialItemsLib/releases/tag/2.0.2", 10 | "artifacts": [ 11 | { 12 | "url": "https://github.com/art0007i/SpecialItemsLib/releases/download/2.0.2/SpecialItemsLib.dll", 13 | "filename": "SpecialItemsLib.dll", 14 | "sha256": "3a851acca48d4c562dfae4496fada17eb28f50544f372585f63bab30dc166b99" 15 | } 16 | ] 17 | }, 18 | "2.0.3": { 19 | "releaseUrl": "https://github.com/art0007i/SpecialItemsLib/releases/tag/2.0.3", 20 | "artifacts": [ 21 | { 22 | "url": "https://github.com/art0007i/SpecialItemsLib/releases/download/2.0.3/SpecialItemsLib.dll", 23 | "filename": "SpecialItemsLib.dll", 24 | "sha256": "6937419b73ad1010f289e944fe621f4e0e6c3a343226012cafa414d36b22d216" 25 | } 26 | ], 27 | "changelog": "Fix reference to SkyFrost" 28 | } 29 | } 30 | } -------------------------------------------------------------------------------- /manifest/me.art0007i/ToolshelfAnarchy/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "ToolshelfAnarchy", 3 | "id": "me.art0007i.ToolshelfAnarchy", 4 | "description": "Allows you to take and put tools on other peoples toolshelves", 5 | "category": "Misc", 6 | "sourceLocation": "https://github.com/art0007i/ToolshelfAnarchy", 7 | "versions": { 8 | "2.0.0": { 9 | "releaseUrl": "https://github.com/art0007i/ToolshelfAnarchy/releases/tag/2.0.0", 10 | "artifacts": [ 11 | { 12 | "url": "https://github.com/art0007i/ToolshelfAnarchy/releases/download/2.0.0/ToolshelfAnarchy.dll", 13 | "filename": "ToolshelfAnarchy.dll", 14 | "sha256": "f76d2a6a138c0ead9f70f35125c73e6085cb513fe85ffb7f01f54a15c3b522bb" 15 | } 16 | ] 17 | } 18 | } 19 | } -------------------------------------------------------------------------------- /manifest/me.art0007i/TrackerModelSwapper/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "TrackerModelSwapper", 3 | "id": "me.art0007i.TrackerModelSwapper", 4 | "description": "Allows you to replace the vive tracker model used to visualize trackers", 5 | "category": "Visual Tweaks", 6 | "sourceLocation": "https://github.com/art0007i/TrackerModelSwapper", 7 | "versions": { 8 | "2.0.0": { 9 | "releaseUrl": "https://github.com/art0007i/TrackerModelSwapper/releases/tag/2.0.0", 10 | "artifacts": [ 11 | { 12 | "url": "https://github.com/art0007i/TrackerModelSwapper/releases/download/2.0.0/TrackerModelSwapper.dll", 13 | "filename": "TrackerModelSwapper.dll", 14 | "sha256": "9768a0be3b54c5d79351cbf7e0e237091eeac48038f44d079ea8006b344486ba" 15 | } 16 | ] 17 | } 18 | } 19 | } -------------------------------------------------------------------------------- /manifest/me.art0007i/TransparentCameraEnabler/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "TransparentCameraEnabler", 3 | "id": "me.art0007i.TransparentCameraEnabler", 4 | "description": "Allows you to record transparent videos using OBS", 5 | "category": "Bug Workaround", 6 | "sourceLocation": "https://github.com/art0007i/TransparentCameraEnabler", 7 | "versions": { 8 | "1.0.0": { 9 | "releaseUrl": "https://github.com/art0007i/TransparentCameraEnabler/releases/tag/1.0.0", 10 | "artifacts": [ 11 | { 12 | "url": "https://github.com/art0007i/TransparentCameraEnabler/releases/download/1.0.0/TransparentCameraEnabler.dll", 13 | "filename": "TransparentCameraEnabler.dll", 14 | "sha256": "ee9f60a8a9826a2a579c8c2fbd49346a55ffee089931f38bbb11dd90b899c052" 15 | } 16 | ] 17 | } 18 | } 19 | } 20 | -------------------------------------------------------------------------------- /manifest/me.art0007i/ValueProxyExtensions/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "ValueProxyExtensions", 3 | "id": "me.art0007i.ValueProxyExtensions", 4 | "description": "Adds a few extra features to reference and value proxies", 5 | "category": "Technical Tweaks", 6 | "sourceLocation": "https://github.com/art0007i/ValueProxyExtensions", 7 | "versions": { 8 | "2.1.0": { 9 | "releaseUrl": "https://github.com/art0007i/ValueProxyExtensions/releases/tag/2.1.0", 10 | "artifacts": [ 11 | { 12 | "url": "https://github.com/art0007i/ValueProxyExtensions/releases/download/2.1.0/ValueProxyExtensions.dll", 13 | "filename": "ValueProxyExtensions.dll", 14 | "sha256": "0e1efac55d36be410e7b2fb49cb0135f249b5dba3019b3e41821d0ff9f7cb26b" 15 | } 16 | ] 17 | }, 18 | "2.1.1": { 19 | "releaseUrl": "https://github.com/art0007i/ValueProxyExtensions/releases/tag/2.1.1", 20 | "artifacts": [ 21 | { 22 | "url": "https://github.com/art0007i/ValueProxyExtensions/releases/download/2.1.1/ValueProxyExtensions.dll", 23 | "filename": "ValueProxyExtensions.dll", 24 | "sha256": "be0e8f5f2c75775ad55a6ffd0a1f744973be9fff985fa2699988042d43ecab0c" 25 | } 26 | ] 27 | }, 28 | "2.1.2": { 29 | "releaseUrl": "https://github.com/art0007i/ValueProxyExtensions/releases/tag/2.1.2", 30 | "artifacts": [ 31 | { 32 | "url": "https://github.com/art0007i/ValueProxyExtensions/releases/download/2.1.2/ValueProxyExtensions.dll", 33 | "filename": "ValueProxyExtensions.dll", 34 | "sha256": "46bce08c5e1798d77d13d922d7d385349addd5ffb1f22187ad67a1eaf6acbb3f" 35 | } 36 | ], 37 | "changelog": "Remove workaround for bug that has been fixed." 38 | }, 39 | "2.1.3": { 40 | "releaseUrl": "https://github.com/art0007i/ValueProxyExtensions/releases/tag/2.1.3", 41 | "artifacts": [ 42 | { 43 | "url": "https://github.com/art0007i/ValueProxyExtensions/releases/download/2.1.3/ValueProxyExtensions.dll", 44 | "filename": "ValueProxyExtensions.dll", 45 | "sha256": "96b84d877fc28af68c043059f9ebfd74d4799d76e7c6dbdce3794b1d54b0d5a1" 46 | } 47 | ], 48 | "changelog": "Recompile against latest version" 49 | }, 50 | "2.1.4": { 51 | "releaseUrl": "https://github.com/art0007i/ValueProxyExtensions/releases/tag/2.1.4", 52 | "artifacts": [ 53 | { 54 | "url": "https://github.com/art0007i/ValueProxyExtensions/releases/download/2.1.4/ValueProxyExtensions.dll", 55 | "filename": "ValueProxyExtensions.dll", 56 | "sha256": "e8033714199409c8f1b0d3b29c386b56bf26e77b19e4e40876ae6de0d4c0745c" 57 | } 58 | ], 59 | "changelog": "Fix bug with ToolSimulator + ProtoFluxTool" 60 | } 61 | } 62 | } -------------------------------------------------------------------------------- /manifest/me.art0007i/author.json: -------------------------------------------------------------------------------- 1 | { 2 | "author": { 3 | "art0007i": { 4 | "url": "https://github.com/art0007i", 5 | "support": "https://ko-fi.com/art0007i" 6 | } 7 | } 8 | } 9 | -------------------------------------------------------------------------------- /manifest/me.art0007i/🍀/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "🍀", 3 | "id": "me.art0007i.🍀", 4 | "description": "Makes you luckier", 5 | "category": "Memes", 6 | "sourceLocation": "https://github.com/art0007i/FourLeafClover", 7 | "versions": { 8 | "2.0.0": { 9 | "releaseUrl": "https://github.com/art0007i/FourLeafClover/releases/tag/2.0.0", 10 | "artifacts": [ 11 | { 12 | "url": "https://github.com/art0007i/FourLeafClover/raw/be7320d48fffedbdd6b086111a3d26bab09c26c4/%F0%9F%8D%80.dll", 13 | "filename": "🍀.dll", 14 | "sha256": "e18f11c954c2ad045d23cc2efa7c8e8f5589e90adead57bff35410ecc6baa43e" 15 | } 16 | ] 17 | } 18 | } 19 | } 20 | -------------------------------------------------------------------------------- /manifest/net.Cyro/CherryPick/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "CherryPick", 3 | "id": "net.Cyro.CherryPick", 4 | "description": "Simple component and protoflux searching", 5 | "category": "Technical Tweaks", 6 | "sourceLocation": "https://github.com/BlueCyro/CherryPick", 7 | "versions": { 8 | "1.1.2": { 9 | "releaseUrl": "https://github.com/BlueCyro/CherryPick/releases/tag/1.1.2", 10 | "artifacts": [{ 11 | "url": "https://github.com/BlueCyro/CherryPick/releases/download/1.1.2/CherryPick.dll", 12 | "sha256": "d47fefb81bebbe120c93d5f7cdc6a7a9006bc8ffbab08b5d125c86eb6b298dc2" 13 | }] 14 | }, 15 | "1.1.1": { 16 | "releaseUrl": "https://github.com/BlueCyro/CherryPick/releases/tag/1.1.1", 17 | "artifacts": [{ 18 | "url": "https://github.com/BlueCyro/CherryPick/releases/download/1.1.1/CherryPick.dll", 19 | "sha256": "5c82c0a8702d210067df68864ce8d06797c28d69e506ed3bc9b5ffe8f6ca9719" 20 | }] 21 | }, 22 | "1.1.0": { 23 | "releaseUrl": "https://github.com/BlueCyro/CherryPick/releases/tag/1.1.0", 24 | "artifacts": [{ 25 | "url": "https://github.com/BlueCyro/CherryPick/releases/download/1.1.0/CherryPick.dll", 26 | "sha256": "dd58c2a43545b93799f25de3d086b5a39ebb2929c41e6ab9e6bcb3bf7e5f1f94" 27 | }], 28 | "changelog": "Improved search method speed by removing LinQ. Changed method for building the component cache." 29 | }, 30 | "1.0.7": { 31 | "releaseUrl": "https://github.com/BlueCyro/CherryPick/releases/tag/1.0.7", 32 | "artifacts": [{ 33 | "url": "https://github.com/BlueCyro/CherryPick/releases/download/1.0.7/CherryPick.dll", 34 | "sha256": "9d5799a0561e0f24ae11cf7cf021fae6515537b93641a8ee0b90782c0fa73588" 35 | }] 36 | } 37 | } 38 | } 39 | -------------------------------------------------------------------------------- /manifest/net.Cyro/EffortlessEfficiency/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "EffortlessEfficiency", 3 | "id": "net.Cyro.EffortlessEfficiency", 4 | "description": "Provide a continually-expanding patchset for increasing performance in certain key areas of the game to reduce microstutters and momentary hitching.", 5 | "category": "Optimization", 6 | "sourceLocation": "https://github.com/BlueCyro/EffortlessEfficiency", 7 | "versions": { 8 | "1.0.0": { 9 | "releaseUrl": "https://github.com/BlueCyro/EffortlessEfficiency/releases/tag/1.0.0", 10 | "artifacts": [{ 11 | "url": "https://github.com/BlueCyro/EffortlessEfficiency/releases/download/1.0.0/EffortlessEfficiency.dll", 12 | "sha256": "a5ea72df14ca79564c542e007dff93494b0fd4458fa05a349d0bf99bbfacc506" 13 | }] 14 | } 15 | } 16 | } 17 | -------------------------------------------------------------------------------- /manifest/net.Cyro/Outflow/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Outflow", 3 | "id": "net.Cyro.Outflow", 4 | "description": "Mitigate hitching when new users join a session you are hosting", 5 | "category": "Optimization", 6 | "sourceLocation": "https://github.com/BlueCyro/Outflow/", 7 | "flags": ["deprecated"], 8 | "versions": { 9 | "1.0.1": { 10 | "releaseUrl": "https://github.com/BlueCyro/Outflow/releases/tag/1.0.1", 11 | "artifacts": [{ 12 | "url": "https://github.com/BlueCyro/Outflow/releases/download/1.0.1/Outflow.dll", 13 | "sha256": "bf373d2a145e3ffb9683d3bf8395d86f90dceb1343521ba96f8001f8ceec07a4" 14 | }] 15 | } 16 | } 17 | } 18 | -------------------------------------------------------------------------------- /manifest/net.Cyro/author.json: -------------------------------------------------------------------------------- 1 | { 2 | "author": { 3 | "Cyro": { 4 | "url": "https://github.com/BlueCyro", 5 | "icon": "https://github.com/BlueCyro.png" 6 | } 7 | } 8 | } 9 | -------------------------------------------------------------------------------- /manifest/net.NepuShiro/ChangeJoinLeaveSound/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "ChangeJoinLeaveSound", 3 | "id": "net.NepuShiro.ChangeJoinLeaveSound", 4 | "description": "Allows you to change the default User Join/Leave sounds, and color.", 5 | "category": "Dashboard", 6 | "sourceLocation": "https://github.com/NepuShiro/ChangeJoinLeaveSound", 7 | "versions": { 8 | "1.0.0": { 9 | "releaseUrl": "https://github.com/NepuShiro/ChangeJoinLeaveSound/releases/tag/1.0.0", 10 | "artifacts": [{ 11 | "url": "https://github.com/NepuShiro/ChangeJoinLeaveSound/releases/download/1.0.0/ChangeJoinLeaveSound.dll", 12 | "sha256": "6c620e015c0d79fefb4f22c1c421cf60c31482dd3d5e3dda683d61e040ad56d4" 13 | }] 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /manifest/net.NepuShiro/FluxFinder/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "FluxFinder", 3 | "id": "net.NepuShiro.FluxFinder", 4 | "description": "Exposes the Flux Tip's hovered color as a Dynamic Variable.", 5 | "category": "Protoflux", 6 | "sourceLocation": "https://github.com/NepuShiro/FluxFinder", 7 | "versions": { 8 | "1.0.0": { 9 | "releaseUrl": "https://github.com/NepuShiro/FluxFinder/releases/tag/1.0.0", 10 | "artifacts": [{ 11 | "url": "https://github.com/NepuShiro/FluxFinder/releases/download/1.0.0/FluxFinder.dll", 12 | "sha256": "0cc60114c1d5027dcc662f6b9b6de56a51e4a66333e44bbc3c22860193b5c1ed" 13 | }] 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /manifest/net.NepuShiro/ResoTabbed/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "ResoTabbed", 3 | "id": "net.NepuShiro.ResoTabbed", 4 | "description": "Adds a Dynamic Variable to show when you're tabbed in or not.", 5 | "category": "Misc", 6 | "sourceLocation": "https://github.com/NepuShiro/ResoTabbed", 7 | "versions": { 8 | "1.0.0": { 9 | "releaseUrl": "https://github.com/NepuShiro/ResoTabbed/releases/tag/1.0.0", 10 | "artifacts": [{ 11 | "url": "https://github.com/NepuShiro/ResoTabbed/releases/download/1.0.0/ResoTabbed.dll", 12 | "sha256": "f8ba58713e57f0a429b4665077950091e4f144d2f4a028b4a91c543536de4992" 13 | }] 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /manifest/net.NepuShiro/ResoniteFixContactIcons/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "ResoniteFixContactIcons", 3 | "id": "net.NepuShiro.ResoniteFixContactIcons", 4 | "description": "Fixes the Contact PFP's in the Contacts Tab, and Notifications.", 5 | "category": "Dashboard", 6 | "sourceLocation": "https://github.com/NepuShiro/ResoniteFixContactIcons", 7 | "versions": { 8 | "1.0.1": { 9 | "releaseUrl": "https://github.com/NepuShiro/ResoniteFixContactIcons/releases/tag/1.0.1", 10 | "artifacts": [{ 11 | "url": "https://github.com/NepuShiro/ResoniteFixContactIcons/releases/download/1.0.1/ResoniteFixContactIcons.dll", 12 | "sha256": "94a6202c95edbf43a54ca2b114392679120bae4a4559b50aea8722d94c344dc1" 13 | }] 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /manifest/net.NepuShiro/ResoniteSlotInspectorCounter/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "ResoniteSlotInspectorCounter", 3 | "id": "net.NepuShiro.ResoniteSlotInspectorCounter", 4 | "description": "Changes the Collapse/Expand Buttons on the Inspector to Reflect the amount of Slots in that Slot Recursively.", 5 | "category": "Inspectors", 6 | "sourceLocation": "https://github.com/NepuShiro/ResoniteSlotInspectorCounter", 7 | "versions": { 8 | "1.3.0": { 9 | "releaseUrl": "https://github.com/NepuShiro/ResoniteSlotInspectorCounter/releases/tag/1.3.0", 10 | "artifacts": [{ 11 | "url": "https://github.com/NepuShiro/ResoniteSlotInspectorCounter/releases/download/1.3.0/ResoniteSlotInspectorCounter.dll", 12 | "sha256": "108d0dc4be5a219751f741df5f74350929a1fd476915e20222a3dc5387996adf" 13 | }] 14 | }, 15 | "1.5.0": { 16 | "releaseUrl": "https://github.com/NepuShiro/ResoniteSlotInspectorCounter/releases/tag/1.5.0", 17 | "artifacts": [{ 18 | "url": "https://github.com/NepuShiro/ResoniteSlotInspectorCounter/releases/download/1.5.0/ResoniteSlotInspectorCounter.dll", 19 | "sha256": "67e229fa48d362a9a5ca717d554e3cd926c2feb9252d42e8045bebdc2f1340c2" 20 | }] 21 | } 22 | } 23 | } -------------------------------------------------------------------------------- /manifest/net.NepuShiro/author.json: -------------------------------------------------------------------------------- 1 | { 2 | "author": { 3 | "NepuShiro": { 4 | "url": "https://github.com/NepuShiro/", 5 | "icon": "https://avatars.githubusercontent.com/u/147555953?v=4" 6 | } 7 | } 8 | } -------------------------------------------------------------------------------- /manifest/net.catshark/ReArmature/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "ReArmature", 3 | "id": "net.catshark.rearmature", 4 | "description": "Adds a 'Re-Setup bones' button SkinnedMeshRenderers that helps with re-assigning bones to the armature. Works with new bones aswell", 5 | "category": "Inspectors", 6 | "sourceLocation": "https://github.com/CatSharkShin/ReArmature", 7 | "versions": { 8 | "2.1.0": { 9 | "releaseUrl": "https://github.com/CatSharkShin/ReArmature/releases/tag/2.1.0", 10 | "artifacts": [{ 11 | "url": "https://github.com/CatSharkShin/ReArmature/releases/download/2.1.0/ReArmature.dll", 12 | "sha256": "e8e309314b844847d19fb8fa7346c966eaacf73920aad3c786987e35efd89379" 13 | }] 14 | }, 15 | "2.1.1": { 16 | "releaseUrl": "https://github.com/CatSharkShin/ReArmature/releases/tag/2.1.1", 17 | "artifacts": [{ 18 | "url": "https://github.com/CatSharkShin/ReArmature/releases/download/2.1.1/ReArmature.dll", 19 | "sha256": "12818a538b7b352fe7dc6f169d8a64acc51328ce34ae4acd51b3dc4355110953" 20 | }], 21 | "changelog": "Rebuild for 2024.4.17.208" 22 | }, 23 | "2.1.2": { 24 | "releaseUrl": "https://github.com/CatSharkShin/ReArmature/releases/tag/2.1.2", 25 | "artifacts": [{ 26 | "url": "https://github.com/CatSharkShin/ReArmature/releases/download/2.1.2/ReArmature.dll", 27 | "sha256": "a9e73ce996c231a1a49ef2a83754be1474a2ad707198d24f9649e3e3ae28f890" 28 | }], 29 | "changelog": "Fixed Empty Bone Stripping. Fixed Null Mesh Asset occurences. Reworked button." 30 | }, 31 | "2.1.3": { 32 | "releaseUrl": "https://github.com/CatSharkShin/ReArmature/releases/tag/2.1.3", 33 | "artifacts": [{ 34 | "url": "https://github.com/CatSharkShin/ReArmature/releases/download/2.1.3/ReArmature.dll", 35 | "sha256": "26c2501f8424c7f8e4dab8baf85a6e53a19f1619dde7c34f02a49999bac67550" 36 | }], 37 | "changelog": "UIX Changes, and rebuilt for the latest Resonite version." 38 | } 39 | } 40 | } 41 | -------------------------------------------------------------------------------- /manifest/net.catshark/author.json: -------------------------------------------------------------------------------- 1 | { 2 | "author": { 3 | "CatSharkShin": { 4 | "url": "https://github.com/CatSharkShin" 5 | } 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /manifest/net.deltawolf/ContextMenuControl/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "ContextMenuControl", 3 | "id": "net.deltawolf.ContextMenuControl", 4 | "description": "Gives higher control over your context menu. Features include disabling scale reset, hiding the scale or locomotion options and hiding the context menu from others.", 5 | "category": "Context Menu", 6 | "sourceLocation": "https://github.com/XDelta/ContextMenuControl/", 7 | "versions": { 8 | "1.0.0": { 9 | "releaseUrl": "https://github.com/XDelta/ContextMenuControl/releases/tag/1.0.0", 10 | "artifacts": [{ 11 | "url": "https://github.com/XDelta/ContextMenuControl/releases/download/1.0.0/ContextMenuControl.dll", 12 | "filename": "ContextMenuControl.dll", 13 | "sha256": "f49ee1cc24d3881acea9c954aca3c1ee47bfeaa960b9e6d015e5e26d141db22d" 14 | }] 15 | } 16 | } 17 | } 18 | -------------------------------------------------------------------------------- /manifest/net.deltawolf/DisableSRAnipal/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "DisableSRAnipal", 3 | "id": "net.deltawolf.DisableSRAnipal", 4 | "description": "Stops SRAnipal from initializing. Do note that this will also make the launch argument '-ForceSRAnipal' non-functional.", 5 | "category": "Hardware Integration", 6 | "sourceLocation": "https://github.com/XDelta/DisableSRAnipal", 7 | "versions": { 8 | "1.0.2": { 9 | "releaseUrl": "https://github.com/XDelta/DisableSRAnipal/releases/tag/1.0.2", 10 | "artifacts": [{ 11 | "url": "https://github.com/XDelta/DisableSRAnipal/releases/download/1.0.2/DisableSRAnipal.dll", 12 | "sha256": "b5cd3da42f98136104e5300107d263ffc13ef8a85ed9c31a63c6c2642c06ca3e" 13 | }] 14 | }, 15 | "1.0.1": { 16 | "releaseUrl": "https://github.com/XDelta/DisableSRAnipal/releases/tag/1.0.1", 17 | "artifacts": [{ 18 | "url": "https://github.com/XDelta/DisableSRAnipal/releases/download/1.0.1/DisableSRAnipal.dll", 19 | "sha256": "ee3fb4a58176469a774eb5bde82d40eff6791e13199563eafb9110c7a5ca3d44" 20 | }] 21 | }, 22 | "1.0.0": { 23 | "releaseUrl": "https://github.com/XDelta/DisableSRAnipal/releases/tag/1.0.0", 24 | "artifacts": [{ 25 | "url": "https://github.com/XDelta/DisableSRAnipal/releases/download/1.0.0/DisableSRAnipal.dll", 26 | "sha256": "c30b49b2be0c708cc4260c035b5821ed24676a57c237e15d033a9ab428ea393d" 27 | }] 28 | } 29 | } 30 | } -------------------------------------------------------------------------------- /manifest/net.deltawolf/Fish/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Fish", 3 | "id": "net.deltawolf.Fish", 4 | "description": "You know what that means", 5 | "category": "Memes", 6 | "sourceLocation": "https://github.com/XDelta/ResoniteFish", 7 | "additionalAuthors": [ 8 | "Raidriar796" 9 | ], 10 | "versions": { 11 | "1.1.0": { 12 | "releaseUrl": "https://github.com/XDelta/ResoniteFish/releases/tag/1.1.0", 13 | "artifacts": [{ 14 | "url": "https://github.com/XDelta/ResoniteFish/releases/download/1.1.0/Fish.dll", 15 | "sha256": "04163aa28f5a9254019c45afe424d1ba950c86fcc65e6d724b2e7f70541c868d" 16 | }] 17 | }, 18 | "1.0.0": { 19 | "releaseUrl": "https://github.com/XDelta/ResoniteFish/releases/tag/1.0.0", 20 | "artifacts": [{ 21 | "url": "https://github.com/XDelta/ResoniteFish/releases/download/1.0.0/ResoniteFish.dll", 22 | "filename": "Fish.dll", 23 | "sha256": "93ffabce687b6307720a724613d6e183a850b49c84221422f419bd05907bbed5" 24 | }] 25 | } 26 | } 27 | } 28 | -------------------------------------------------------------------------------- /manifest/net.deltawolf/ImNotAsking/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "ImNotAsking", 3 | "id": "net.deltawolf.ImNotAsking", 4 | "description": "Hides the 'Ask to join' button on the contacts list. You can still request an invite with a contacts selected.", 5 | "category": "Dashboard", 6 | "sourceLocation": "https://github.com/XDelta/ImNotAsking", 7 | "versions": { 8 | "1.0.0": { 9 | "releaseUrl": "https://github.com/XDelta/ImNotAsking/releases/tag/1.0.0", 10 | "artifacts": [{ 11 | "url": "https://github.com/XDelta/ImNotAsking/releases/download/1.0.0/ImNotAsking.dll", 12 | "sha256": "224a4690f4e204fd3f24dd4e5281fd9eea71fb408dd52834d0eb35b0e6719fe0" 13 | }] 14 | } 15 | } 16 | } 17 | -------------------------------------------------------------------------------- /manifest/net.deltawolf/LogAutoFlush/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "LogAutoFlush", 3 | "id": "net.deltawolf.LogAutoFlush", 4 | "description": "Allows forcing the LogStream to AutoFlush and write to file immediately instead of buffering writes.", 5 | "category": "Technical Tweaks", 6 | "sourceLocation": "https://github.com/XDelta/LogAutoFlush", 7 | "versions": { 8 | "1.0.0": { 9 | "releaseUrl": "https://github.com/XDelta/LogAutoFlush/releases/tag/1.0.0", 10 | "artifacts": [{ 11 | "url": "https://github.com/XDelta/LogAutoFlush/releases/download/1.0.0/LogAutoFlush.dll", 12 | "sha256": "06266d513836e77d285057fef4495e39107b08e4ec122bea068d16a7a5a7f8c0" 13 | }] 14 | } 15 | } 16 | } 17 | -------------------------------------------------------------------------------- /manifest/net.deltawolf/NonPersistentInspectors/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "NonPersistentInspectors", 3 | "id": "net.deltawolf.NonPersistentInspectors", 4 | "description": "Inspectors you spawn will be set as non-persistent", 5 | "category": "Inspectors", 6 | "sourceLocation": "https://github.com/XDelta/NonPersistentInspectors", 7 | "versions": { 8 | "2.0.0": { 9 | "releaseUrl": "https://github.com/XDelta/NonPersistentInspectors/releases/tag/2.0.0", 10 | "artifacts": [{ 11 | "url": "https://github.com/XDelta/NonPersistentInspectors/releases/download/2.0.0/NonPersistentInspectors.dll", 12 | "sha256": "3d15180b8f3cc4fac717cc777248a96b50ec3ab02b17cd0cdf7f3b88628caaaf" 13 | }] 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /manifest/net.deltawolf/OpenInSteamOverlay/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "OpenInSteamOverlay", 3 | "id": "net.deltawolf.OpenInSteamOverlay", 4 | "description": "Makes links open in the steam overlay instead of your default browser.", 5 | "category": "Misc", 6 | "sourceLocation": "https://github.com/XDelta/ResoniteOpenInSteamOverlay", 7 | "versions": { 8 | "1.0.0": { 9 | "releaseUrl": "https://github.com/XDelta/ResoniteOpenInSteamOverlay/releases/tag/1.0.0", 10 | "artifacts": [{ 11 | "url": "https://github.com/XDelta/ResoniteOpenInSteamOverlay/releases/download/1.0.0/OpenInSteamOverlay.dll", 12 | "sha256": "4029af57b820ff056ee84ad312542ddd3caa3181fab77f094e1e5f15555fdd6b" 13 | }] 14 | } 15 | } 16 | } 17 | -------------------------------------------------------------------------------- /manifest/net.deltawolf/PTTKeybinds/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "PTTKeybinds", 3 | "id": "net.deltawolf.ResonitePTTKeybinds", 4 | "description": "Allows disabling and rebinding the default Push to Talk / Mute keybinds and setting keybinds to set your current voicemode", 5 | "category": "Controls", 6 | "sourceLocation": "https://github.com/XDelta/ResonitePTTKeybinds", 7 | "versions": { 8 | "1.3.0": { 9 | "releaseUrl": "https://github.com/XDelta/ResonitePTTKeybinds/releases/tag/1.3.0", 10 | "artifacts": [{ 11 | "url": "https://github.com/XDelta/ResonitePTTKeybinds/releases/download/1.3.0/ResonitePTTKeybinds.dll", 12 | "sha256": "6795e0bba010a58cda9a6383e09a973c8c4aa65a2aa1a77ba78604d30a794b48" 13 | }] 14 | }, 15 | "1.4.0": { 16 | "releaseUrl": "https://github.com/XDelta/ResonitePTTKeybinds/releases/tag/1.4.0", 17 | "artifacts": [{ 18 | "url": "https://github.com/XDelta/ResonitePTTKeybinds/releases/download/1.4.0/ResonitePTTKeybinds.dll", 19 | "sha256": "e6fe84872c599dbb8799ccc97ec49293b71c0141609d52c0113482bb3a2b6ec1" 20 | }] 21 | }, 22 | "1.5.0": { 23 | "releaseUrl": "https://github.com/XDelta/ResonitePTTKeybinds/releases/tag/1.5.0", 24 | "artifacts": [{ 25 | "url": "https://github.com/XDelta/ResonitePTTKeybinds/releases/download/1.5.0/ResonitePTTKeybinds.dll", 26 | "sha256": "a55817ddeb7725c1c3d18d838f4133351dbfe634af500a01de641a52efefb618" 27 | }] 28 | } 29 | } 30 | } 31 | -------------------------------------------------------------------------------- /manifest/net.deltawolf/PermissionControl/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "PermissionControl", 3 | "id": "net.deltawolf.PermissionControl", 4 | "description": "Allows editing permission overrides individually, even for users not in a session", 5 | "category": "Dashboard", 6 | "sourceLocation": "https://github.com/XDelta/PermissionControl", 7 | "versions": { 8 | "2.0.0": { 9 | "releaseUrl": "https://github.com/XDelta/PermissionControl/releases/tag/2.0.0", 10 | "artifacts": [{ 11 | "url": "https://github.com/XDelta/PermissionControl/releases/download/2.0.0/PermissionControl.dll", 12 | "sha256": "575a1a04fe0aaac21b6a310924eb8a1b76f251a340b6f892633c9a2d57481706" 13 | }] 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /manifest/net.deltawolf/ScalableWorldOrbs/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "ScalableWorldOrbs", 3 | "id": "net.deltawolf.ScalableWorldOrbs", 4 | "description": "Makes World Orbs you spawn scalable by default.", 5 | "category": "Misc", 6 | "sourceLocation": "https://github.com/XDelta/ScalableWorldOrbs", 7 | "versions": { 8 | "2.0.0": { 9 | "releaseUrl": "https://github.com/XDelta/ScalableWorldOrbs/releases/tag/2.0.0", 10 | "artifacts": [{ 11 | "url": "https://github.com/XDelta/ScalableWorldOrbs/releases/download/2.0.0/ScalableWorldOrbs.dll", 12 | "sha256": "41d55d41a3667d06b64631b01662de1cc0a95d16dfb7b5c895c6c63f0d509261" 13 | }] 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /manifest/net.deltawolf/SettingsRedux/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "SettingsRedux", 3 | "id": "net.deltawolf.SettingsRedux", 4 | "description": "Replaces the default Resonite Settings page with an enhanced settings page that adds in many QoL changes. Superceded by settings overhaul in 2024.4.15.1407", 5 | "category": "Dashboard", 6 | "sourceLocation": "https://github.com/XDelta/SettingsRedux", 7 | "flags": [ 8 | "deprecated" 9 | ], 10 | "versions": { 11 | "2.1.0": { 12 | "releaseUrl": "https://github.com/XDelta/SettingsRedux/releases/tag/2.1.0", 13 | "artifacts": [{ 14 | "url": "https://github.com/XDelta/SettingsRedux/releases/download/2.1.0/SettingsRedux.dll", 15 | "filename": "SettingsRedux.dll", 16 | "sha256": "6e1daebc4c16908505044709727715b7b5d09b3e86f8e7e6d5e03a053fe6cc70" 17 | }] 18 | }, 19 | "2.0.0": { 20 | "releaseUrl": "https://github.com/XDelta/SettingsRedux/releases/tag/2.0.0", 21 | "artifacts": [{ 22 | "url": "https://github.com/XDelta/SettingsRedux/releases/download/2.0.0/SettingsRedux.dll", 23 | "filename": "SettingsRedux.dll", 24 | "sha256": "c41298c54a0ae16ac723d3e616f502fa025f3fec02235f1da47c2b892dfbec21" 25 | }] 26 | } 27 | } 28 | } 29 | -------------------------------------------------------------------------------- /manifest/net.deltawolf/ShowSourceLocation/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "ShowSourceLocation", 3 | "id": "net.deltawolf.ShowSourceLocation", 4 | "description": "Allows seeing what is driving a field and where a component is located.", 5 | "category": "Inspectors", 6 | "sourceLocation": "https://github.com/XDelta/ResoniteShowSourceLocation", 7 | "versions": { 8 | "1.2.1": { 9 | "releaseUrl": "https://github.com/XDelta/ResoniteShowSourceLocation/releases/tag/1.2.1", 10 | "artifacts": [{ 11 | "url": "https://github.com/XDelta/ResoniteShowSourceLocation/releases/download/1.2.1/ShowSourceLocation.dll", 12 | "sha256": "c4737956baa6dbc67e4d33f505af3018c20e30449c4ad1d7568e10b068e8732e" 13 | }] 14 | }, 15 | "1.2.0": { 16 | "releaseUrl": "https://github.com/XDelta/ResoniteShowSourceLocation/releases/tag/1.2.0", 17 | "artifacts": [{ 18 | "url": "https://github.com/XDelta/ResoniteShowSourceLocation/releases/download/1.2.0/ShowSourceLocation.dll", 19 | "filename": "ShowSourceLocation.dll", 20 | "sha256": "48c4f60b7728ce6624649866b28fca47a25ecb8acdeb9e748d8274d16be26e15" 21 | }] 22 | }, 23 | "1.1.2": { 24 | "releaseUrl": "https://github.com/XDelta/ResoniteShowSourceLocation/releases/tag/1.1.2", 25 | "artifacts": [{ 26 | "url": "https://github.com/XDelta/ResoniteShowSourceLocation/releases/download/1.1.2/ShowSourceLocation.dll", 27 | "filename": "ShowSourceLocation.dll", 28 | "sha256": "486375e5e13a75f776c0747b6f0c7436d69771e7b94e89244dcd971c74933c9d" 29 | }] 30 | }, 31 | "1.1.1": { 32 | "releaseUrl": "https://github.com/XDelta/ResoniteShowSourceLocation/releases/tag/1.1.1", 33 | "artifacts": [{ 34 | "url": "https://github.com/XDelta/ResoniteShowSourceLocation/releases/download/1.1.1/ResoniteShowSourceLocation.dll", 35 | "filename": "ResoniteShowSourceLocation.dll", 36 | "sha256": "362d18bc3e5c75865ed86fb5dbfc7959fbf152f4d8fe05e39e66859af9f219ff" 37 | }] 38 | } 39 | } 40 | } 41 | -------------------------------------------------------------------------------- /manifest/net.deltawolf/author.json: -------------------------------------------------------------------------------- 1 | { 2 | "author": { 3 | "Delta": { 4 | "url": "https://github.com/XDelta/", 5 | "icon": "https://github.com/XDelta.png", 6 | "support": "https://www.patreon.com/_Delta" 7 | } 8 | } 9 | } -------------------------------------------------------------------------------- /manifest/net.dfgHiatus/CacheGetClapped/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "CacheGetClapped", 3 | "id": "net.dfgHiatus.CacheGetClapped", 4 | "description": "Smart cache management - deletes stale cached assets automatically upon exiting Resonite", 5 | "category": "Misc", 6 | "sourceLocation": "https://github.com/dfgHiatus/CacheGetClapped", 7 | "versions": { 8 | "2.0.1": { 9 | "releaseUrl": "https://github.com/dfgHiatus/CacheGetClapped/releases/tag/v2.0.1", 10 | "artifacts": [{ 11 | "url": "https://github.com/dfgHiatus/CacheGetClapped/releases/download/v2.0.1/CacheGetClapped.dll", 12 | "sha256": "d1ad34dce33461a2de36a2363dadaaec12b30604f2a6094b9cdc2177f1d16493" 13 | }] 14 | } 15 | } 16 | } 17 | -------------------------------------------------------------------------------- /manifest/net.dfgHiatus/FuckMirrors/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "FuckMirrors", 3 | "id": "net.dfgHiatus.FuckMirrors", 4 | "description": "Cringe remover. Locally disables world-space cameras. Breaks things such as UI elements that rely on cameras to render textures. Can sometimes solve rendering issues with certain HMDs.", 5 | "category": "Memes", 6 | "sourceLocation": "https://github.com/dfgHiatus/FuckMirrors", 7 | "versions": { 8 | "2.0.0": { 9 | "releaseUrl": "https://github.com/dfgHiatus/FuckMirrors/releases/tag/v2.0.0", 10 | "artifacts": [{ 11 | "url": "https://github.com/dfgHiatus/FuckMirrors/releases/download/v2.0.0/FuckMirrors.dll", 12 | "sha256": "2d0d1dba29d963a7c5ebca43507b6b212736fe16a2db5e6025e3b196032eded4" 13 | }] 14 | } 15 | } 16 | } 17 | -------------------------------------------------------------------------------- /manifest/net.dfgHiatus/GTAImporter/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "GTAV-Importer", 3 | "id": "net.dfgHiatus.GTAImporter", 4 | "description": "Allows importing GTA V assets (.odr and .odd files). Requires Blender to be installed on the system or in [RESONITE PATH]/tools/Blender.", 5 | "category": "Asset Importing", 6 | "sourceLocation": "https://github.com/dfgHiatus/GTAImporter", 7 | "versions": { 8 | "2.0.0": { 9 | "releaseUrl": "https://github.com/dfgHiatus/GTAImporter/releases/tag/v2.0.0", 10 | "artifacts": [{ 11 | "url": "https://github.com/dfgHiatus/GTAImporter/releases/download/v2.0.0/GTAImporter.dll", 12 | "sha256": "e3229f1f52969b4460eec36c5818f45c990094c72243765cffd14daad277a27c" 13 | }] 14 | } 15 | } 16 | } 17 | -------------------------------------------------------------------------------- /manifest/net.dfgHiatus/MTLImporter/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "MTLImporter", 3 | "id": "net.dfgHiatus.MTLImporter", 4 | "description": "Allows importing Wavefront .mtl files as material orbs", 5 | "category": "Asset Importing", 6 | "sourceLocation": "https://github.com/dfgHiatus/MTLImporter", 7 | "versions": { 8 | "2.0.2": { 9 | "releaseUrl": "https://github.com/dfgHiatus/MTLImporter/releases/tag/v2.0.2", 10 | "artifacts": [{ 11 | "url": "https://github.com/dfgHiatus/MTLImporter/releases/download/v2.0.2/MTLImporter.dll", 12 | "sha256": "0945d7d10cf7c1351566aa4fbf5c201617804fd3bcf603997df5d3d2de378f02" 13 | }] 14 | }, 15 | "2.0.0": { 16 | "releaseUrl": "https://github.com/dfgHiatus/MTLImporter/releases/tag/v2.0.0", 17 | "artifacts": [{ 18 | "url": "https://github.com/dfgHiatus/MTLImporter/releases/download/v2.0.0/MTLImporter.dll", 19 | "sha256": "36454b8e11310b2540d6ce1680869a53e439df076a33650c5bc496c98dd3f94d" 20 | }] 21 | } 22 | } 23 | } 24 | -------------------------------------------------------------------------------- /manifest/net.dfgHiatus/PimaxEyeTracking/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "PimaxEyeTracking", 3 | "id": "net.dfg.PimaxEyeTracking", 4 | "description": "Integrates the Droolon Pi1 eye-tracking module. Tracks Gaze, Eye Widen, and Eye Openness both combined and per-eye.", 5 | "category": "Hardware Integration", 6 | "sourceLocation": "https://github.com/dfgHiatus/ResonitePimaxEyeTracking", 7 | "versions": { 8 | "2.0.0": { 9 | "releaseUrl": "https://github.com/dfgHiatus/ResonitePimaxEyeTracking/releases/tag/v2.0.0", 10 | "artifacts": [ 11 | { 12 | "url": "https://github.com/dfgHiatus/ResonitePimaxEyeTracking/releases/download/v2.0.0/PimaxEyeTracking-Resonite.dll", 13 | "sha256": "b37fb3a29c75907f1dc412908395e74cf35e90ad58657e81a59479aba4fa0c22" 14 | }, 15 | { 16 | "url": "https://github.com/dfgHiatus/ResonitePimaxEyeTracking/releases/download/v2.0.0/PimaxEyeTracker.dll", 17 | "sha256": "a1a8e6da3c9c728d04df70c3733487ac466210778f51a1d5c4ed60ccba5c4759", 18 | "installLocation": "/" 19 | } 20 | ] 21 | } 22 | } 23 | } 24 | -------------------------------------------------------------------------------- /manifest/net.dfgHiatus/SVGImporter/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "SVGImporter", 3 | "id": "net.dfgHiatus.SVGImporter", 4 | "description": "Allows importing SVG (Scalable Vector Graphics) files as 3D models. Requires Blender to be installed on the system or in [RESONITE PATH]/tools/Blender.", 5 | "category": "Asset Importing", 6 | "sourceLocation": "https://github.com/dfgHiatus/ResoniteSVGImporter", 7 | "versions": { 8 | "2.0.0": { 9 | "releaseUrl": "https://github.com/dfgHiatus/ResoniteSVGImporter/releases/tag/v2.0.0", 10 | "artifacts": [{ 11 | "url": "https://github.com/dfgHiatus/ResoniteSVGImporter/releases/download/v2.0.0/SVGImporter.dll", 12 | "sha256": "71f7ff48a4d286a1bb410583301bb6b81bc685544294ea2e24452ad7d14c918d" 13 | }] 14 | } 15 | } 16 | } 17 | -------------------------------------------------------------------------------- /manifest/net.dfgHiatus/SpeedyURLs/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "SpeedyURLs", 3 | "id": "net.dfgHiatus.SpeedyURLs", 4 | "description": "Skips the countdown in the hyperlink open dialog", 5 | "category": "Misc", 6 | "sourceLocation": "https://github.com/dfgHiatus/SpeedyURLs", 7 | "versions": { 8 | "2.0.0": { 9 | "releaseUrl": "https://github.com/dfgHiatus/SpeedyURLs/releases/tag/v2.0.0", 10 | "artifacts": [{ 11 | "url": "https://github.com/dfgHiatus/SpeedyURLs/releases/download/v2.0.0/SpeedyURLs.dll", 12 | "sha256": "52663402e34e48137765d49a0dcd8a47293a21e01692c274bf2c3cef643d2c79" 13 | }] 14 | } 15 | } 16 | } 17 | -------------------------------------------------------------------------------- /manifest/net.dfgHiatus/TarGZImporter/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "TarGZImporter", 3 | "id": "net.dfgHiatus.TarGZImporter", 4 | "description": "Allows importing and extraction of .tar.gz files", 5 | "category": "Asset Importing", 6 | "sourceLocation": "https://github.com/dfgHiatus/TarGZImporter", 7 | "versions": { 8 | "2.0.0": { 9 | "releaseUrl": "https://github.com/dfgHiatus/TarGZImporter/releases/tag/v2.0.0", 10 | "artifacts": [{ 11 | "url": "https://github.com/dfgHiatus/TarGZImporter/releases/download/v2.0.0/TarGZImporter.dll", 12 | "sha256": "3ac7b36adaf12ce35438eefeeaa40f6935c350f8d1031c0857b33186cbf1d8c5" 13 | }] 14 | } 15 | } 16 | } 17 | -------------------------------------------------------------------------------- /manifest/net.dfgHiatus/VRMLImporter/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "VRMLImporter", 3 | "id": "net.dfgHiatus.VRMLImporter", 4 | "description": "Allows importing VRML 1.0/2.0 and X3D files. Requires Blender to be installed on the system or in [RESONITE PATH]/tools/Blender.", 5 | "category": "Asset Importing", 6 | "sourceLocation": "https://github.com/dfgHiatus/ResoniteVRMLImporter", 7 | "platforms": ["windows", "linux-wine"], 8 | "versions": { 9 | "2.0.0": { 10 | "releaseUrl": "https://github.com/dfgHiatus/ResoniteVRMLImporter/releases/tag/v2.0.0", 11 | "artifacts": [ 12 | { 13 | "url": "https://github.com/dfgHiatus/ResoniteVRMLImporter/releases/download/v2.0.0/VRMLImporter.dll", 14 | "sha256": "2dd001fa8f55e876c274075225d92d4bd03b81a2c8a2477fcb0f5456929ccfb7" 15 | }, 16 | { 17 | "url": "https://github.com/dfgHiatus/ResoniteVRMLImporter/releases/download/v2.0.0/vrml1tovrml2.exe", 18 | "sha256": "bb1d0a31295560c20dbd8d477813be7d0172321cee0d166236d0baec5291fdf2", 19 | "installLocation": "/rml_mods/vrml_importer" 20 | }, 21 | { 22 | "url": "https://github.com/dfgHiatus/ResoniteVRMLImporter/releases/download/v2.0.0/vrml1tovrml2.txt", 23 | "sha256": "47c3bca760f7a7dd65fb935b9cde6a0ab90566f3786dfbf1a648a6dcedb1b20f", 24 | "installLocation": "/rml_mods/vrml_importer" 25 | }, 26 | { 27 | "url": "https://github.com/dfgHiatus/ResoniteVRMLImporter/releases/download/v2.0.0/vr1tovr2.exe", 28 | "sha256": "6e3f443f82a49dc41b207cb1ad20d53f68e4055b1e6a85569fe833dfe565cb0b", 29 | "installLocation": "/rml_mods/vrml_importer" 30 | }, 31 | { 32 | "url": "https://github.com/dfgHiatus/ResoniteVRMLImporter/releases/download/v2.0.0/vr1tovr2.txt", 33 | "sha256": "54710eedc2aa5597af3fabab5ab0d2e47c56ad615e0a1bfbf60619e5b5bc64a4", 34 | "installLocation": "/rml_mods/vrml_importer" 35 | }, 36 | { 37 | "url": "https://github.com/dfgHiatus/ResoniteVRMLImporter/releases/download/v2.0.0/cp_vrml1to2.dll", 38 | "sha256": "3c4c1021aebb19e2d42173c52589e4380d93d4c2fd31ee70f9ff06035fe56dbb", 39 | "installLocation": "/rml_mods/vrml_importer" 40 | } 41 | ] 42 | } 43 | } 44 | } 45 | -------------------------------------------------------------------------------- /manifest/net.dfgHiatus/ZipImporter/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "ZipImporter", 3 | "id": "net.dfgHiatus.ZipImporter", 4 | "description": "Allows importing and extraction of .zip files", 5 | "category": "Asset Importing", 6 | "sourceLocation": "https://github.com/dfgHiatus/ZipImporter", 7 | "versions": { 8 | "2.1.2": { 9 | "releaseUrl": "https://github.com/dfgHiatus/ZipImporter/releases/tag/v2.1.2", 10 | "artifacts": [{ 11 | "url": "https://github.com/dfgHiatus/ZipImporter/releases/download/v2.1.2/ZipImporter.dll", 12 | "sha256": "28e3f550872a810b012abd7072e23ff46aa2da37f0d8505c18b981db73a6d2ff" 13 | }] 14 | }, 15 | "2.0.1": { 16 | "releaseUrl": "https://github.com/dfgHiatus/ZipImporter/releases/tag/v2.0.1", 17 | "artifacts": [{ 18 | "url": "https://github.com/dfgHiatus/ZipImporter/releases/download/v2.0.1/ZipImporter.dll", 19 | "sha256": "4c7972d935452ac5f3db44738ba0972b13ccb1e8907dc4092b7325c80cb999f2" 20 | }] 21 | } 22 | } 23 | } 24 | -------------------------------------------------------------------------------- /manifest/net.dfgHiatus/author.json: -------------------------------------------------------------------------------- 1 | { 2 | "author": { 3 | "dfgHiatus": { 4 | "url": "https://github.com/dfgHiatus", 5 | "icon": "https://avatars.githubusercontent.com/u/51272212?v=4" 6 | } 7 | } 8 | } 9 | -------------------------------------------------------------------------------- /manifest/net.eia485/GetItemLink/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "GetItemLink", 3 | "id": "net.eia485.GetItemLink", 4 | "description": "Adds buttons in the inventory to copy an item resdb or resrec to the clipboard.", 5 | "category": "Dashboard", 6 | "sourceLocation": "https://github.com/EIA485/NeosGetItemLink", 7 | "tags": [ 8 | "url", 9 | "link", 10 | "asset", 11 | "potato", 12 | "cheese" 13 | ], 14 | "versions": { 15 | "1.4.5": { 16 | "releaseUrl": "https://github.com/EIA485/NeosGetItemLink/releases/tag/1.4.5.0", 17 | "artifacts": [{ 18 | "url": "https://github.com/EIA485/NeosGetItemLink/releases/download/1.4.5.0/GetItemLink.dll", 19 | "filename": "GetItemLink.dll", 20 | "sha256": "61d6e5f9d1c4430bd77bd4293a94302546ff96c1480cdfb44ead4b9cd410c46d" 21 | }] 22 | } 23 | } 24 | } 25 | -------------------------------------------------------------------------------- /manifest/net.eia485/author.json: -------------------------------------------------------------------------------- 1 | { 2 | "author": { 3 | "EIA485": { 4 | "url": "https://github.com/EIA485/", 5 | "icon": "https://github.com/EIA485.png" 6 | } 7 | } 8 | } 9 | -------------------------------------------------------------------------------- /manifest/net.hantabaru1014/HeadCullingMask/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "HeadCullingMask", 3 | "id": "net.hantabaru1014.HeadCullingMask", 4 | "description": "Make your avatar's head invisible only to your FPV", 5 | "category": "Visual Tweaks", 6 | "sourceLocation": "https://github.com/hantabaru1014/HeadCullingMask", 7 | "versions": { 8 | "2.0.0": { 9 | "releaseUrl": "https://github.com/hantabaru1014/HeadCullingMask/releases/tag/v2.0.0", 10 | "artifacts": [{ 11 | "url": "https://github.com/hantabaru1014/HeadCullingMask/releases/download/v2.0.0/HeadCullingMask.dll", 12 | "sha256": "d621b87e4bec4806cfd164ee56f8b44f9c972adecba70561cb7a48e08b77ddc8" 13 | }] 14 | } 15 | } 16 | } 17 | -------------------------------------------------------------------------------- /manifest/net.hantabaru1014/SaveItemTweaks/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "SaveItemTweaks", 3 | "id": "net.hantabaru1014.SaveItemTweaks", 4 | "description": "Tweaks for item saving/spawning when your scale is not set to 1", 5 | "category": "Misc", 6 | "sourceLocation": "https://github.com/hantabaru1014/SaveItemTweaks", 7 | "versions": { 8 | "2.1.0": { 9 | "releaseUrl": "https://github.com/hantabaru1014/SaveItemTweaks/releases/tag/v2.1.0", 10 | "artifacts": [{ 11 | "url": "https://github.com/hantabaru1014/SaveItemTweaks/releases/download/v2.1.0/SaveItemTweaks.dll", 12 | "sha256": "5e439c9e2116d529def0dd3caefed103a65969a2c43f5ad8405be95aa55f6e94" 13 | }] 14 | }, 15 | "2.0.2": { 16 | "releaseUrl": "https://github.com/hantabaru1014/SaveItemTweaks/releases/tag/v2.0.2", 17 | "artifacts": [{ 18 | "url": "https://github.com/hantabaru1014/SaveItemTweaks/releases/download/v2.0.2/SaveItemTweaks.dll", 19 | "sha256": "c72cd3fd18f6d1563e00a3f3215506d50b6950ba0489fb0abb2b6f95074aaf93" 20 | }] 21 | }, 22 | "2.0.1": { 23 | "releaseUrl": "https://github.com/hantabaru1014/SaveItemTweaks/releases/tag/v2.0.1", 24 | "artifacts": [{ 25 | "url": "https://github.com/hantabaru1014/SaveItemTweaks/releases/download/v2.0.1/SaveItemTweaks.dll", 26 | "sha256": "6e9d5f49a8be54ed641784a6068b21faf4c535314259d9847a3fffa06bd245a7" 27 | }] 28 | } 29 | } 30 | } 31 | -------------------------------------------------------------------------------- /manifest/net.hantabaru1014/author.json: -------------------------------------------------------------------------------- 1 | { 2 | "author": { 3 | "hantabaru1014": { 4 | "url": "https://github.com/hantabaru1014", 5 | "icon": "https://github.com/hantabaru1014.png", 6 | "support": "https://ko-fi.com/hantabaru1014" 7 | } 8 | } 9 | } 10 | -------------------------------------------------------------------------------- /manifest/net.kazu0617/SessionTweaks/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "SessionTweaks", 3 | "id": "net.kazu0617.sessiontweaks", 4 | "description": "Add these 3 buttons, 'Spawn' as spawn session orb, 'Open' as join session without focusing' and 'Copy' as copies session uri in Contacts tab.", 5 | "category": "Dashboard", 6 | "tags": ["world"], 7 | "sourceLocation": "https://github.com/kazu0617/SessionTweaks", 8 | "versions": { 9 | "4.0.0": { 10 | "releaseUrl": "https://github.com/kazu0617/SessionTweaks/releases/tag/4.0.0", 11 | "artifacts": [{ 12 | "url": "https://github.com/kazu0617/SessionTweaks/releases/download/4.0.0/SessionTweaks.dll", 13 | "sha256": "c8aa69e270c2388c1b74a0a80c0739424ad12c2fabf50cacba7d603c143075ac" 14 | }] 15 | } 16 | } 17 | } -------------------------------------------------------------------------------- /manifest/net.kazu0617/author.json: -------------------------------------------------------------------------------- 1 | { 2 | "author": { 3 | "kazu0617": { 4 | "url": "https://github.com/kazu0617", 5 | "icon": "https://github.com/kazu0617.png" 6 | } 7 | } 8 | } 9 | -------------------------------------------------------------------------------- /manifest/net.mizle/DisableGamepads/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "DisableGamepads", 3 | "id": "net.mizle.ResoniteDisableGamepads", 4 | "description": "Completely disables all gamepad inputs (e.g. from an Xbox Controller) in Resonite. The original was created by Lexevo.", 5 | "category": "Controls", 6 | "sourceLocation": "https://github.com/eai04191/ResoniteDisableGamepads", 7 | "versions": { 8 | "1.0.0": { 9 | "releaseUrl": "https://github.com/eai04191/ResoniteDisableGamepads/releases/tag/v1.0.0", 10 | "artifacts": [{ 11 | "url": "https://github.com/eai04191/ResoniteDisableGamepads/releases/download/v1.0.0/ResoniteDisableGamepads.dll", 12 | "sha256": "0cf13dd11fbc93021ce17b65a37172fd456f5475984728414fa0b639ba3d3116" 13 | }] 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /manifest/net.mizle/author.json: -------------------------------------------------------------------------------- 1 | { 2 | "author": { 3 | "Eai": { 4 | "url": "https://github.com/eai04191" 5 | } 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /manifest/net.pardeike/author.json: -------------------------------------------------------------------------------- 1 | { 2 | "author": { 3 | "pardeike": { 4 | "icon": "https://github.com/pardeike.png", 5 | "support": "https://www.patreon.com/pardeike", 6 | "url": "https://github.com/pardeike/", 7 | "website": "https://pardeike.net/" 8 | } 9 | } 10 | } -------------------------------------------------------------------------------- /manifest/net.pardeike/harmony/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Harmony", 3 | "id": "net.pardeike.harmony", 4 | "description": "A library for patching, replacing and decorating .NET and Mono methods during runtime.", 5 | "category": "Libraries", 6 | "sourceLocation": "https://github.com/pardeike/Harmony", 7 | "website": "https://harmony.pardeike.net/", 8 | "versions": { 9 | "2.3.3": { 10 | "releaseUrl": "https://github.com/pardeike/Harmony/releases/tag/v2.3.3.0", 11 | "artifacts": [{ 12 | "url": "https://github.com/resonite-modding-group/ResoniteModLoader/releases/download/3.0.0/0Harmony.dll", 13 | "filename": "0Harmony.dll", 14 | "sha256": "e96fc01100b6bbdc094b900efe47850cf97aa9df7c6a78cbe723b1decf5a506a", 15 | "installLocation": "/rml_libs" 16 | }] 17 | }, 18 | "2.2.2": { 19 | "releaseUrl": "https://github.com/pardeike/Harmony/releases/tag/v2.2.2.0", 20 | "artifacts": [{ 21 | "url": "https://github.com/resonite-modding-group/ResoniteModLoader/releases/download/2.5.1/0Harmony.dll", 22 | "filename": "0Harmony.dll", 23 | "sha256": "d04ec5b2590dd1bbb57f0f11dc417b1a5bebbb36b1f97006d35f2d87c3a2a69f", 24 | "installLocation": "/rml_libs" 25 | }] 26 | } 27 | } 28 | } -------------------------------------------------------------------------------- /manifest/net.raidriar796/HeadlessUserCulling/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "HeadlessUserCulling", 3 | "id": "net.raidriar796.HeadlessUserCulling", 4 | "description": "Provides a user culling system managed by the headless client.", 5 | "category": "Optimization", 6 | "platforms": [ 7 | "headless" 8 | ], 9 | "sourceLocation": "https://github.com/Raidriar796/HeadlessUserCulling", 10 | "versions": { 11 | "1.0.0": { 12 | "releaseUrl": "https://github.com/Raidriar796/HeadlessUserCulling/releases/tag/1.0.0", 13 | "artifacts": [ 14 | { 15 | "url": "https://github.com/Raidriar796/HeadlessUserCulling/releases/download/1.0.0/HeadlessUserCulling.dll", 16 | "filename": "HeadlessUserCulling.dll", 17 | "sha256": "E83890F75447E5496A7DAB10453D7212C1756F3C91285F1184E6C57495964ACD" 18 | } 19 | ] 20 | }, 21 | "1.1.1": { 22 | "releaseUrl": "https://github.com/Raidriar796/HeadlessUserCulling/releases/tag/1.1.1", 23 | "artifacts": [ 24 | { 25 | "url": "https://github.com/Raidriar796/HeadlessUserCulling/releases/download/1.1.1/HeadlessUserCulling.dll", 26 | "filename": "HeadlessUserCulling.dll", 27 | "sha256": "2BA6F640DA9FE8D4451884838295A7A9E31C9DE2BBA2C7F33149F783F2114F15" 28 | } 29 | ] 30 | }, 31 | "1.1.2": { 32 | "releaseUrl": "https://github.com/Raidriar796/HeadlessUserCulling/releases/tag/1.1.2", 33 | "artifacts": [ 34 | { 35 | "url": "https://github.com/Raidriar796/HeadlessUserCulling/releases/download/1.1.2/HeadlessUserCulling.dll", 36 | "filename": "HeadlessUserCulling.dll", 37 | "sha256": "BB632928114E2318D883CEB2A5E2B20734434D2AC83600791B803CAC2EC59131" 38 | } 39 | ] 40 | } 41 | } 42 | } 43 | -------------------------------------------------------------------------------- /manifest/net.raidriar796/Lognt/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Lognt", 3 | "id": "net.raidriar796.lognt", 4 | "description": "Allows for disabling all logs, warnings, and errors from being written to disk.", 5 | "category": "Technical Tweaks", 6 | "sourceLocation": "https://github.com/Raidriar796/Lognt", 7 | "versions": { 8 | "1.0.0": { 9 | "releaseUrl": "https://github.com/Raidriar796/Lognt/releases/tag/1.0.0", 10 | "artifacts": [{ 11 | "url": "https://github.com/Raidriar796/Lognt/releases/download/1.0.0/Lognt.dll", 12 | "filename": "Lognt.dll", 13 | "sha256": "1F69BE8F97EEBB89F7C86286E3540966D176F160AB3D91003C8DF9BB96C2F81A" 14 | } ] 15 | } 16 | } 17 | } 18 | -------------------------------------------------------------------------------- /manifest/net.raidriar796/NoSteamScreenshots/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "flags": ["deprecated"], 3 | "name": "NoSteamScreenshots", 4 | "id": "net.raidriar796.NoSteamScreenshots", 5 | "description": "Prevents in app photos from additionally being saved to Steam.", 6 | "category": "Technical Tweaks", 7 | "platforms": [ 8 | "linux", 9 | "windows" 10 | ], 11 | "sourceLocation": "https://github.com/Raidriar796/NoSteamScreenshots", 12 | "versions": { 13 | "1.0.1": { 14 | "releaseUrl": "https://github.com/Raidriar796/NoSteamScreenshots/releases/tag/1.0.1", 15 | "artifacts": [{ 16 | "url": "https://github.com/Raidriar796/NoSteamScreenshots/releases/download/1.0.1/NoSteamScreenshots.dll", 17 | "filename": "NoSteamScreenshots.dll", 18 | "sha256": "8D9F335ECD39AD245838215B47334825E8F96A8A1464545A1404FFE5C8A345D7" 19 | }] 20 | } 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /manifest/net.raidriar796/ResoniteIkCulling/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "ResoniteIkCulling", 3 | "id": "net.raidriar796.ResoniteIkCulling", 4 | "description": "Disables the IK of Users who are behind you or far away. Includes optional IK throttling.", 5 | "category": "Optimization", 6 | "sourceLocation": "https://github.com/Raidriar796/ResoniteIkCulling", 7 | "versions": { 8 | "2.6.2": { 9 | "releaseUrl": "https://github.com/Raidriar796/ResoniteIkCulling/releases/tag/2.6.2", 10 | "artifacts": [{ 11 | "url": "https://github.com/Raidriar796/ResoniteIkCulling/releases/download/2.6.2/ResoniteIKCulling.dll", 12 | "filename": "ResoniteIKCulling.dll", 13 | "sha256": "1D0A370B05FDE8937BCF2D96CFA632163F9BA3E4EC716EB62D5BF92524C7FE87" 14 | }] 15 | }, 16 | "2.6.1": { 17 | "releaseUrl": "https://github.com/Raidriar796/ResoniteIkCulling/releases/tag/2.6.1", 18 | "artifacts": [{ 19 | "url": "https://github.com/Raidriar796/ResoniteIkCulling/releases/download/2.6.1/ResoniteIKCulling.dll", 20 | "filename": "ResoniteIKCulling.dll", 21 | "sha256": "01A38C707818039EE9EAF3BFC2F0EFFB406308CC1968D8F419C4BB60D38EB49A" 22 | }] 23 | }, 24 | "2.5.0": { 25 | "releaseUrl": "https://github.com/Raidriar796/ResoniteIkCulling/releases/tag/2.5.0", 26 | "artifacts": [{ 27 | "url": "https://github.com/Raidriar796/ResoniteIkCulling/releases/download/2.5.0/ResoniteIKCulling.dll", 28 | "filename": "ResoniteIKCulling.dll", 29 | "sha256": "F302E36B1E5EF41FD518F03D69C157B763F2127149DD0095A3DF61D9EB0E1E2C" 30 | }] 31 | } 32 | } 33 | } 34 | -------------------------------------------------------------------------------- /manifest/net.raidriar796/StresslessHeadless/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "StresslessHeadless", 3 | "id": "net.raidriar796.StresslessHeadless", 4 | "description": "Disables select functionality from running on headless clients.", 5 | "category": "Optimization", 6 | "platforms": [ 7 | "headless" 8 | ], 9 | "sourceLocation": "https://github.com/Raidriar796/StresslessHeadless", 10 | "versions": { 11 | "2.0.0": { 12 | "releaseUrl": "https://github.com/Raidriar796/StresslessHeadless/releases/tag/2.0.0", 13 | "artifacts": [{ 14 | "url": "https://github.com/Raidriar796/StresslessHeadless/releases/download/2.0.0/StresslessHeadless.dll", 15 | "filename": "StresslessHeadless.dll", 16 | "sha256": "0C9F9177A3712762D7A9194609AADF0AD5988DEB8C3705CBFDBD4406388B656A" 17 | }] 18 | }, 19 | "1.3.1": { 20 | "releaseUrl": "https://github.com/Raidriar796/StresslessHeadless/releases/tag/1.3.1", 21 | "artifacts": [{ 22 | "url": "https://github.com/Raidriar796/StresslessHeadless/releases/download/1.3.1/StresslessHeadless.dll", 23 | "filename": "StresslessHeadless.dll", 24 | "sha256": "B3E2DDCA4C745422B9EA43BFD2414ED9A2C1C7A7E091434E4548F17CBC1F6166" 25 | }] 26 | }, 27 | "1.2.0": { 28 | "releaseUrl": "https://github.com/Raidriar796/StresslessHeadless/releases/tag/1.2.0", 29 | "artifacts": [{ 30 | "url": "https://github.com/Raidriar796/StresslessHeadless/releases/download/1.2.0/StresslessHeadless.dll", 31 | "filename": "StresslessHeadless.dll", 32 | "sha256": "3A42C7169335F3F1D02EB4B352977E0082EA8A458BCBE129BC3D12A182B3EC15" 33 | }] 34 | }, 35 | "1.1.0": { 36 | "releaseUrl": "https://github.com/Raidriar796/StresslessHeadless/releases/tag/1.1.0", 37 | "artifacts": [{ 38 | "url": "https://github.com/Raidriar796/StresslessHeadless/releases/download/1.1.0/StresslessHeadless.dll", 39 | "filename": "StresslessHeadless.dll", 40 | "sha256": "5F8C97CD506AF6C788DF03FE2CDE174A379FEBC0570FABCA3434172A38B3988D" 41 | }] 42 | } 43 | } 44 | } 45 | -------------------------------------------------------------------------------- /manifest/net.raidriar796/author.json: -------------------------------------------------------------------------------- 1 | { 2 | "author": { 3 | "Raidriar796": { 4 | "url": "https://github.com/Raidriar796" 5 | } 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /manifest/net.raidriar796/yt-dlp-Updater/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "yt-dlp Updater", 3 | "id": "net.raidriar796.yt-dlp-Updater", 4 | "description": "Runs the built in update function for yt-dlp on startup, includes option to change the update branch.", 5 | "category": "Misc", 6 | "platforms": [ 7 | "linux-wine", 8 | "windows" 9 | ], 10 | "sourceLocation": "https://github.com/Raidriar796/yt-dlp-Updater", 11 | "versions": { 12 | "1.3.0": { 13 | "releaseUrl": "https://github.com/Raidriar796/yt-dlp-Updater/releases/tag/1.3.0", 14 | "artifacts": [{ 15 | "url": "https://github.com/Raidriar796/yt-dlp-Updater/releases/download/1.3.0/ytdlpUpdater.dll", 16 | "filename": "ytdlpUpdater.dll", 17 | "sha256": "2C00777F29F88E0B032239A55029944938592823523EC05CB8459F2D6BD742FE" 18 | }] 19 | }, 20 | "1.2.0": { 21 | "releaseUrl": "https://github.com/Raidriar796/yt-dlp-Updater/releases/tag/1.2.0", 22 | "artifacts": [{ 23 | "url": "https://github.com/Raidriar796/yt-dlp-Updater/releases/download/1.2.0/ytdlpUpdater.dll", 24 | "filename": "ytdlpUpdater.dll", 25 | "sha256": "4B9DF59C40D647F90AE1166A3619B408B558C049C42823CA975AEE8833DB2066" 26 | }] 27 | }, 28 | "1.1.0": { 29 | "releaseUrl": "https://github.com/Raidriar796/yt-dlp-Updater/releases/tag/1.1.0", 30 | "artifacts": [{ 31 | "url": "https://github.com/Raidriar796/yt-dlp-Updater/releases/download/1.1.0/ytdlpUpdater.dll", 32 | "filename": "ytdlpUpdater.dll", 33 | "sha256": "9B6AEE2D1DBEC0A80DA7CEBD90EC208254B64D3F8B00BCA76234CC10098F4CB5" 34 | }] 35 | } 36 | } 37 | } 38 | -------------------------------------------------------------------------------- /manifest/net.rampa3/Resonite3DDashOnScreen/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "3DDashOnScreenResonite", 3 | "id": "net.rampa3.3DDashOnScreenResonite", 4 | "description": "Resonite Mod Loader mod, that replaces 2D overlay dash in Screen mode with the regular VR one", 5 | "category": "Dashboard", 6 | "sourceLocation": "https://github.com/rampa3/3DDashOnScreenResonite", 7 | "versions": { 8 | "3.6.0": { 9 | "releaseUrl": "https://github.com/rampa3/3DDashOnScreenResonite/releases/tag/3.6.0.0", 10 | "artifacts": [{ 11 | "url": "https://github.com/rampa3/3DDashOnScreenResonite/releases/download/3.6.0.0/3DDashOnScreenResonite.dll", 12 | "sha256": "fe56959ff282e994aeff8b67fd0700916ba539a8f175faf377a999e899fc3284" 13 | }] 14 | }, 15 | "3.6.1": { 16 | "releaseUrl": "https://github.com/rampa3/3DDashOnScreenResonite/releases/tag/3.6.1.0", 17 | "artifacts": [{ 18 | "url": "https://github.com/rampa3/3DDashOnScreenResonite/releases/download/3.6.1.0/3DDashOnScreenResonite.dll", 19 | "sha256": "28346faa13547a8ce4c63d7d52011d5d32814173393c44e11829d237765f114f" 20 | }] 21 | } 22 | } 23 | } 24 | -------------------------------------------------------------------------------- /manifest/net.rampa3/author.json: -------------------------------------------------------------------------------- 1 | { 2 | "author": { 3 | "rampa3": { 4 | "url": "https://github.com/rampa3" 5 | } 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /manifest/news.fawx/LocalAllowList/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "LocalAllowList", 3 | "id": "news.fawx.LocalAllowList", 4 | "description": "Lets you use a local user allow list on a headless configured through console commands.", 5 | "category": "Technical Tweaks", 6 | "platforms": [ 7 | "headless" 8 | ], 9 | "sourceLocation": "https://codeberg.org/Orion_Moonclaw/LocalAllowList", 10 | "versions": { 11 | "0.1.1": { 12 | "releaseUrl": "https://codeberg.org/Orion_Moonclaw/LocalAllowList/releases/tag/0.1.1", 13 | "artifacts": [{ 14 | "url": "https://codeberg.org/Orion_Moonclaw/LocalAllowList/releases/download/0.1.1/LocalAllowList.dll", 15 | "sha256": "b3cad964ed1f44555ba3f31f8d134fb296262bc95261fb06a96c813148bd7103" 16 | }] 17 | } 18 | } 19 | } 20 | -------------------------------------------------------------------------------- /manifest/news.fawx/author.json: -------------------------------------------------------------------------------- 1 | { 2 | "author": { 3 | "OrionMoonclaw": { 4 | "url": "https://blog.fawx.news/" 5 | } 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /manifest/ninja.badhalo/AvatarCreatorUtils/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "AvatarCreatorUtils", 3 | "id": "ninja.badhalo.AvatarCreatorUtils", 4 | "description": "Options to add info to avatars during creation and clean up proxies.", 5 | "category": "Wizards", 6 | "website": "https://github.com/badhaloninja/AvatarCreatorUtils/blob/master/README.md", 7 | "sourceLocation": "https://github.com/badhaloninja/AvatarCreatorUtils", 8 | "versions": { 9 | "2.0.0": { 10 | "releaseUrl": "https://github.com/badhaloninja/AvatarCreatorUtils/releases/tag/v2.0.0", 11 | "changelog": "- Resonite Port", 12 | "artifacts": [{ 13 | "url": "https://github.com/badhaloninja/AvatarCreatorUtils/releases/download/v2.0.0/AvatarCreatorUtils.dll", 14 | "sha256": "0837b3e3595430dc43cc471d699d8bfff50836d0a4d651fb7052b135f262c7a0" 15 | }] 16 | } 17 | } 18 | } 19 | -------------------------------------------------------------------------------- /manifest/ninja.badhalo/DeselectOwnGizmos/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "DeselectOwnGizmos", 3 | "id": "ninja.badhalo.DeselectOwnGizmos", 4 | "description": "Adds the ability to deselect the user's own gizmos", 5 | "category": "Context Menu", 6 | "sourceLocation": "https://github.com/badhaloninja/DeselectOwnGizmos", 7 | "versions": { 8 | "2.0.1": { 9 | "releaseUrl": "https://github.com/badhaloninja/DeselectOwnGizmos/releases/tag/v2.0.1", 10 | "artifacts": [{ 11 | "url": "https://github.com/badhaloninja/DeselectOwnGizmos/releases/download/v2.0.1/DeselectOwnGizmos.dll", 12 | "sha256": "82697257345def0fcc6fbdcac3b5013f0e708f8cebe64a643b7bfad7220cfa16" 13 | }] 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /manifest/ninja.badhalo/EnumDropdown/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "EnumDropdown", 3 | "id": "ninja.badhalo.EnumDropdown", 4 | "description": "Adds a dropdown for enum fields", 5 | "category": "Inspectors", 6 | "sourceLocation": "https://github.com/badhaloninja/EnumDropdown", 7 | "versions": { 8 | "2.1.1": { 9 | "releaseUrl": "https://github.com/badhaloninja/EnumDropdown/releases/tag/v2.1.1", 10 | "artifacts": [{ 11 | "url": "https://github.com/badhaloninja/EnumDropdown/releases/download/v2.1.1/EnumDropdown.dll", 12 | "sha256": "cd1340e1c3555b837123bb20482f4e5b29485225982adade8fb4e1115be65a63" 13 | }] 14 | }, 15 | "2.1.0": { 16 | "releaseUrl": "https://github.com/badhaloninja/EnumDropdown/releases/tag/v2.1.0", 17 | "artifacts": [{ 18 | "url": "https://github.com/badhaloninja/EnumDropdown/releases/download/v2.1.0/EnumDropdown.dll", 19 | "sha256": "b1d52e93b4b85111cf0c8924be34f5637bc557f613056a5af0e9eac252c54e33" 20 | }] 21 | } 22 | } 23 | } 24 | -------------------------------------------------------------------------------- /manifest/ninja.badhalo/FixAltEnter/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "FixAltEnter", 3 | "id": "ninja.badhalo.FixAltEnter", 4 | "description": "Fixes alt + enter not respecting monitor resolution", 5 | "category": "Bug Workaround", 6 | "sourceLocation": "https://github.com/badhaloninja/FixAltEnter", 7 | "versions": { 8 | "2.0.0": { 9 | "releaseUrl": "https://github.com/badhaloninja/FixAltEnter/releases/tag/v2.0.0", 10 | "artifacts": [{ 11 | "url": "https://github.com/badhaloninja/FixAltEnter/releases/download/v2.0.0/FixAltEnter.dll", 12 | "sha256": "e2e2117f3c30f8a9fa5e7be8fe459fcd521beb3212be0897d1481c0d8d68e7fe" 13 | }] 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /manifest/ninja.badhalo/FriendlyInventoryAvatars/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "FriendlyInventoryAvatars", 3 | "id": "ninja.badhalo.FriendlyInventoryAvatars", 4 | "description": "Makes the inventory only clear blocking avatars when equipping", 5 | "tags": [ 6 | "bodynode", 7 | "equip", 8 | "multiple", 9 | "avatar" 10 | ], 11 | "category": "Technical Tweaks", 12 | "sourceLocation": "https://github.com/badhaloninja/FriendlyInventoryAvatars", 13 | "versions": { 14 | "1.0.0": { 15 | "releaseUrl": "https://github.com/badhaloninja/FriendlyInventoryAvatars/releases/tag/v1.0.0", 16 | "artifacts": [{ 17 | "url": "https://github.com/badhaloninja/FriendlyInventoryAvatars/releases/download/v1.0.0/FriendlyInventoryAvatars.dll", 18 | "sha256": "2c75b78f7bef200ea2dfcd747d43868717f6ebfcd4742985fc2bf13ab753563a" 19 | }] 20 | } 21 | } 22 | } -------------------------------------------------------------------------------- /manifest/ninja.badhalo/Optizoom/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Optizoom", 3 | "id": "ninja.badhalo.Optizoom", 4 | "description": "Adds the ability to zoom", 5 | "category": "Visual Tweaks", 6 | "sourceLocation": "https://github.com/badhaloninja/Optizoom", 7 | "versions": { 8 | "2.1.0": { 9 | "releaseUrl": "https://github.com/badhaloninja/Optizoom/releases/tag/v2.1.0", 10 | "artifacts": [{ 11 | "url": "https://github.com/badhaloninja/Optizoom/releases/download/v2.1.0/Optizoom.dll", 12 | "sha256": "d0bfb4a59fd8d3cfa2ee86f25e557cf125ad98f43b5275649d1d6fffa79f795f" 13 | }] 14 | }, 15 | "2.1.1": { 16 | "releaseUrl": "https://github.com/badhaloninja/Optizoom/releases/tag/v2.1.1", 17 | "artifacts": [{ 18 | "url": "https://github.com/badhaloninja/Optizoom/releases/download/v2.1.1/Optizoom.dll", 19 | "sha256": "3e44d3fdd440b4b3460dcebcfe343dc9b3db4e64be6ac9550dced6420195da03" 20 | }] 21 | }, 22 | "2.1.2": { 23 | "releaseUrl": "https://github.com/badhaloninja/Optizoom/releases/tag/v2.1.2", 24 | "artifacts": [{ 25 | "url": "https://github.com/badhaloninja/Optizoom/releases/download/v2.1.2/Optizoom.dll", 26 | "sha256": "d6512b01bbc7c4760454b9deb90417bdb509576600bfb24e4c114d363b059ace" 27 | }] 28 | }, 29 | "2.1.3": { 30 | "releaseUrl": "https://github.com/badhaloninja/Optizoom/releases/tag/v2.1.3", 31 | "artifacts": [{ 32 | "url": "https://github.com/badhaloninja/Optizoom/releases/download/v2.1.3/Optizoom.dll", 33 | "sha256": "0d98c6112581db0f24bbc0465857ac2bbf6d05bb9a6592e234c84f3a4ac83128" 34 | }] 35 | } 36 | } 37 | } 38 | -------------------------------------------------------------------------------- /manifest/ninja.badhalo/OrbCartridgeAutoScoop/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "OrbCartridgeAutoScoop", 3 | "id": "ninja.badhalo.OrbCartridgeAutoScoop", 4 | "description": "Makes orb based tools grab a new orb regardless if there is already an orb in the tool", 5 | "tags": [ 6 | "material", 7 | "mesh", 8 | "tool", 9 | "orb" 10 | ], 11 | "category": "Misc", 12 | "sourceLocation": "https://github.com/badhaloninja/OrbCartridgeAutoScoop", 13 | "versions": { 14 | "2.0.1": { 15 | "releaseUrl": "https://github.com/badhaloninja/OrbCartridgeAutoScoop/releases/tag/v2.0.1", 16 | "artifacts": [{ 17 | "url": "https://github.com/badhaloninja/OrbCartridgeAutoScoop/releases/download/v2.0.1/OrbCartridgeAutoScoop.dll", 18 | "sha256": "9b29ccaa19ef61092d7aad280d5dc9c9985d5e41610234ca4f1cb1f677af40c7" 19 | }] 20 | } 21 | } 22 | } -------------------------------------------------------------------------------- /manifest/ninja.badhalo/ResoniteModSettings/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "ResoniteModSettings", 3 | "id": "ninja.badhalo.ModSettings", 4 | "description": "Adds a dash screen to show and edit mods and their configs", 5 | "category": "Dashboard", 6 | "sourceLocation": "https://github.com/badhaloninja/ResoniteModSettings", 7 | "versions": { 8 | "2.2.2": { 9 | "releaseUrl": "https://github.com/badhaloninja/ResoniteModSettings/releases/tag/v2.2.2", 10 | "artifacts": [{ 11 | "url": "https://github.com/badhaloninja/ResoniteModSettings/releases/download/v2.2.2/ResoniteModSettings.dll", 12 | "sha256": "10010787db40e0eacfda441c18254f6988b6d1280bab2c2f898a94c39d26643a" 13 | }] 14 | }, 15 | "2.2.1": { 16 | "releaseUrl": "https://github.com/badhaloninja/ResoniteModSettings/releases/tag/v2.2.1", 17 | "artifacts": [{ 18 | "url": "https://github.com/badhaloninja/ResoniteModSettings/releases/download/v2.2.1/ResoniteModSettings.dll", 19 | "sha256": "e56dbb3b8a64df9c75aeb5a779a1a0a5165bb8f171183bc8c32770aacd6f0e52" 20 | }] 21 | }, 22 | "2.2.0": { 23 | "releaseUrl": "https://github.com/badhaloninja/ResoniteModSettings/releases/tag/v2.2.0", 24 | "artifacts": [{ 25 | "url": "https://github.com/badhaloninja/ResoniteModSettings/releases/download/v2.2.0/ResoniteModSettings.dll", 26 | "sha256": "9b1ee1585a04339de7096e3c3883e966f6071f5f53030e6fa77662e0d62f3a05" 27 | }] 28 | }, 29 | "2.1.8": { 30 | "releaseUrl": "https://github.com/badhaloninja/ResoniteModSettings/releases/tag/v2.1.8", 31 | "artifacts": [{ 32 | "url": "https://github.com/badhaloninja/ResoniteModSettings/releases/download/v2.1.8/ResoniteModSettings.dll", 33 | "sha256": "80c05d2b36c3aa26f2e8d022e65e3f75083127a83ae7a2f224707d8d67e95fc4" 34 | }] 35 | }, 36 | "2.1.7": { 37 | "releaseUrl": "https://github.com/badhaloninja/ResoniteModSettings/releases/tag/v2.1.7", 38 | "artifacts": [{ 39 | "url": "https://github.com/badhaloninja/ResoniteModSettings/releases/download/v2.1.7/ResoniteModSettings.dll", 40 | "sha256": "2e7d470f0ea82a7822cf35bf2a85030ec13547eae258902c1625089f6385d4c4" 41 | }] 42 | }, 43 | "2.1.6": { 44 | "releaseUrl": "https://github.com/badhaloninja/ResoniteModSettings/releases/tag/v2.1.6", 45 | "artifacts": [{ 46 | "url": "https://github.com/badhaloninja/ResoniteModSettings/releases/download/v2.1.6/ResoniteModSettings.dll", 47 | "sha256": "084ae96a20438d2f3812b4d464878387d31c5400636f4665010b723228fbb6a8" 48 | }] 49 | }, 50 | "2.1.5": { 51 | "releaseUrl": "https://github.com/badhaloninja/ResoniteModSettings/releases/tag/v2.1.5", 52 | "artifacts": [{ 53 | "url": "https://github.com/badhaloninja/ResoniteModSettings/releases/download/v2.1.5/ResoniteModSettings.dll", 54 | "sha256": "a92c0fe86246b55706e05fcc28eaa40b16a1d4793667af651e15e0e3a88a120f" 55 | }] 56 | }, 57 | "2.1.4": { 58 | "releaseUrl": "https://github.com/badhaloninja/ResoniteModSettings/releases/tag/v2.1.4", 59 | "artifacts": [{ 60 | "url": "https://github.com/badhaloninja/ResoniteModSettings/releases/download/v2.1.4/ResoniteModSettings.dll", 61 | "sha256": "d0fbc993661c240b38a3f0d79eeb91ef2b22aae5aa064b278e0bfc5e01f25280" 62 | }] 63 | }, 64 | "2.1.3": { 65 | "releaseUrl": "https://github.com/badhaloninja/ResoniteModSettings/releases/tag/v2.1.3", 66 | "changelog": "- Updated harmony ID to `ninja.badhalo.ModSettings`\n- Cleaned up build files", 67 | "artifacts": [{ 68 | "url": "https://github.com/badhaloninja/ResoniteModSettings/releases/download/v2.1.3/ResoniteModSettings.dll", 69 | "sha256": "d9a1773951301cdad47fa5ed1b4afd5bea33f994e2f7d8834a26eaf738a5a933" 70 | }] 71 | } 72 | } 73 | } 74 | -------------------------------------------------------------------------------- /manifest/ninja.badhalo/ShowObjectRootSlotNameInSubtitleOnInspectorsForSelectedSlotMod/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "ShowObjectRootSlotNameInSubtitleOnInspectorsForSelectedSlotMod", 3 | "id": "ninja.badhalo.ShowObjectRootSlotNameInSubtitleOnInspectorsForSelectedSlotMod", 4 | "description": "The mod that shows the ObjectRoot slot name in subtitle on inspectors for the selected slot", 5 | "category": "Inspectors", 6 | "sourceLocation": "https://github.com/badhaloninja/ShowObjectRootSlotNameInSubtitleOnInspectorsForSelectedSlotMod", 7 | "versions": { 8 | "1.0.0": { 9 | "releaseUrl": "https://github.com/badhaloninja/ShowObjectRootSlotNameInSubtitleOnInspectorsForSelectedSlotMod/releases/tag/v1.0.0", 10 | "artifacts": [{ 11 | "url": "https://github.com/badhaloninja/ShowObjectRootSlotNameInSubtitleOnInspectorsForSelectedSlotMod/releases/download/v1.0.0/ShowObjectRootSlotNameInSubtitleOnInspectorsForSelectedSlotMod.dll", 12 | "sha256": "66c4a711daeeb4d1ed1f62e7e982fc46e78fdafa15e76e0bb82fa48c9b062a28" 13 | }] 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /manifest/ninja.badhalo/author.json: -------------------------------------------------------------------------------- 1 | { 2 | "author": { 3 | "badhaloninja": { 4 | "url": "https://github.com/badhaloninja", 5 | "icon": "https://avatars.githubusercontent.com/u/1661241?v=4", 6 | "website": "https://badhalo.ninja/", 7 | "support": "https://ko-fi.com/badhaloninja" 8 | } 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /manifest/org.zeith/VDFaceTracking/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "VDFaceTracking", 3 | "id": "org.zeith.VDFaceTracking", 4 | "description": "Virtual Desktop face tracking mod for Resonite.", 5 | "category": "Hardware Integration", 6 | "sourceLocation": "https://github.com/Zeitheron/VDFaceTracking", 7 | "versions": { 8 | "1.1.1": { 9 | "releaseUrl": "https://github.com/Zeitheron/VDFaceTracking/releases/tag/1.1.1", 10 | "artifacts": [{ 11 | "url": "https://github.com/Zeitheron/VDFaceTracking/releases/download/1.1.1/VDFaceTracking.dll", 12 | "sha256": "689ed767913005c713ae2792cf129994adfdf52158d3c2d04562c293e60f1064" 13 | }] 14 | }, 15 | "1.1.0": { 16 | "releaseUrl": "https://github.com/Zeitheron/VDFaceTracking/releases/tag/1.1.0", 17 | "artifacts": [{ 18 | "url": "https://github.com/Zeitheron/VDFaceTracking/releases/download/1.1.0/VDFaceTracking.dll", 19 | "sha256": "87da2e15f7981ea09c6060f2b06ba25909757214e4a89751fa93e672e981c70b" 20 | }] 21 | }, 22 | "1.0.3": { 23 | "releaseUrl": "https://github.com/Zeitheron/VDFaceTracking/releases/tag/1.0.3", 24 | "artifacts": [{ 25 | "url": "https://github.com/Zeitheron/VDFaceTracking/releases/download/1.0.3/VDFaceTracking.dll", 26 | "sha256": "fa0ca6f05a82b9837a547350d1836c1e8aee91371f7b98d2023e257747383111" 27 | }] 28 | }, 29 | "1.0.2": { 30 | "releaseUrl": "https://github.com/Zeitheron/VDFaceTracking/releases/tag/1.0.2", 31 | "artifacts": [{ 32 | "url": "https://github.com/Zeitheron/VDFaceTracking/releases/download/1.0.2/VDFaceTracking.dll", 33 | "sha256": "e6a6c46939810ec8d49d237f47ca9fb5f0826a6d9f135fb53096dbc3ded92d8d" 34 | }] 35 | } 36 | } 37 | } 38 | -------------------------------------------------------------------------------- /manifest/org.zeith/author.json: -------------------------------------------------------------------------------- 1 | { 2 | "author": { 3 | "Zeith": { 4 | "url": "https://github.com/Zeitheron", 5 | "icon": "https://assets.zeith.org/icons/zeitheron.png", 6 | "website": "https://me.zeith.org/", 7 | "support": "https://www.patreon.com/zeitheron" 8 | } 9 | } 10 | } -------------------------------------------------------------------------------- /manifest/owo.Nytra/AccessibleFullBodyCalibrator/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "AccessibleFullBodyCalibrator", 3 | "id": "owo.Nytra.AccessibleFullBodyCalibrator", 4 | "description": "Adds a button to the T-Pose Calibration step of the Full Body Calibrator to allow completing the step if you are unable to use two controllers.", 5 | "category": "Misc", 6 | "sourceLocation": "https://github.com/Nytra/ResoniteAccessibleFullBodyCalibrator", 7 | "versions": { 8 | "1.0.0": { 9 | "releaseUrl": "https://github.com/Nytra/ResoniteAccessibleFullBodyCalibrator/releases/tag/v1.0.0", 10 | "artifacts": [{ 11 | "url": "https://github.com/Nytra/ResoniteAccessibleFullBodyCalibrator/releases/download/v1.0.0/AccessibleFullBodyCalibrator.dll", 12 | "sha256": "48a85d0daeeed8f853d9183c4a498dc9161a9eaa1dd4f8319bfe77d3112c33be" 13 | }] 14 | } 15 | } 16 | } 17 | -------------------------------------------------------------------------------- /manifest/owo.Nytra/ColorMyProtoFlux/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "ColorMyProtoFlux", 3 | "id": "owo.Nytra.ColorMyProtoFlux", 4 | "description": "Apply colors to your ProtoFlux nodes. Highly configurable.", 5 | "category": "Protoflux", 6 | "sourceLocation": "https://github.com/Nytra/ResoniteColorMyProtoFlux", 7 | "versions": { 8 | "1.0.0": { 9 | "releaseUrl": "https://github.com/Nytra/ResoniteColorMyProtoFlux/releases/tag/v1.0.0", 10 | "artifacts": [{ 11 | "url": "https://github.com/Nytra/ResoniteColorMyProtoFlux/releases/download/v1.0.0/ColorMyProtoFlux.dll", 12 | "sha256": "91ebe77c947022ed14f411d6350eb4186807a5dbf1ec3b72f242b45c7764fda4" 13 | }] 14 | }, 15 | "1.1.0": { 16 | "releaseUrl": "https://github.com/Nytra/ResoniteColorMyProtoFlux/releases/tag/v1.1.0", 17 | "artifacts": [{ 18 | "url": "https://github.com/Nytra/ResoniteColorMyProtoFlux/releases/download/v1.1.0/ColorMyProtoFlux.dll", 19 | "sha256": "e39c3f3f076e2f4b41c8c7bb0cdce97dcd4fbd2de4c640fbd9a0517beff3c13b" 20 | }] 21 | }, 22 | "1.2.0": { 23 | "releaseUrl": "https://github.com/Nytra/ResoniteColorMyProtoFlux/releases/tag/v1.2.0", 24 | "artifacts": [{ 25 | "url": "https://github.com/Nytra/ResoniteColorMyProtoFlux/releases/download/v1.2.0/ColorMyProtoFlux.dll", 26 | "sha256": "ed6634fe79389e8d34b1ed1801d37804acc6146d702d612d2ed5f8618ccb214f" 27 | }] 28 | } 29 | } 30 | } 31 | -------------------------------------------------------------------------------- /manifest/owo.Nytra/ComponentMemberReplicator/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "ComponentMemberReplicator", 3 | "id": "owo.Nytra.ComponentMemberReplicator", 4 | "description": "Adds a wizard to allow copying selected values from a source component and applying them to one or many other components of the same Type. Can also (re)create drives.", 5 | "category": "Wizards", 6 | "sourceLocation": "https://github.com/Nytra/ResoniteComponentMemberReplicator", 7 | "versions": { 8 | "1.0.0": { 9 | "releaseUrl": "https://github.com/Nytra/ResoniteComponentMemberReplicator/releases/tag/v1.0.0", 10 | "artifacts": [{ 11 | "url": "https://github.com/Nytra/ResoniteComponentMemberReplicator/releases/download/v1.0.0/ComponentMemberReplicator.dll", 12 | "sha256": "b2431d95b4d5fef2a2d57326dc6d003e926e32b7c20f293db4e8a36340b55741" 13 | }] 14 | } 15 | } 16 | } 17 | -------------------------------------------------------------------------------- /manifest/owo.Nytra/ComponentSearchWizard/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "ComponentSearchWizard", 3 | "id": "owo.Nytra.ComponentSearchWizard", 4 | "description": "Adds a wizard to allow searching for components that exist on slots in the current world. You can search by type and/or by name, and get a list of references as output.", 5 | "category": "Wizards", 6 | "sourceLocation": "https://github.com/Nytra/ResoniteComponentSearchWizard", 7 | "versions": { 8 | "1.1.0": { 9 | "releaseUrl": "https://github.com/Nytra/ResoniteComponentSearchWizard/releases/tag/v1.1.0", 10 | "artifacts": [{ 11 | "url": "https://github.com/Nytra/ResoniteComponentSearchWizard/releases/download/v1.1.0/ComponentSearchWizard.dll", 12 | "sha256": "ab12c58541abc87e8541f00955d0297feaa668454a69d39330dfcafc22338333" 13 | }] 14 | }, 15 | "1.1.1": { 16 | "releaseUrl": "https://github.com/Nytra/ResoniteComponentSearchWizard/releases/tag/v1.1.1", 17 | "artifacts": [{ 18 | "url": "https://github.com/Nytra/ResoniteComponentSearchWizard/releases/download/v1.1.1/ComponentSearchWizard.dll", 19 | "sha256": "b3235d2f936152cf20757ea9cc968d5ad2b5d6932908137ae900e70c6523f591" 20 | }] 21 | }, 22 | "1.1.2": { 23 | "releaseUrl": "https://github.com/Nytra/ResoniteComponentSearchWizard/releases/tag/v1.1.2", 24 | "artifacts": [{ 25 | "url": "https://github.com/Nytra/ResoniteComponentSearchWizard/releases/download/v1.1.2/ComponentSearchWizard.dll", 26 | "sha256": "0831436b2a4110957253694004caca592bf1a08525b5a9b735a719daa7798b2b" 27 | }] 28 | }, 29 | "1.1.3": { 30 | "releaseUrl": "https://github.com/Nytra/ResoniteComponentSearchWizard/releases/tag/v1.1.3", 31 | "artifacts": [{ 32 | "url": "https://github.com/Nytra/ResoniteComponentSearchWizard/releases/download/v1.1.3/ComponentSearchWizard.dll", 33 | "sha256": "19c156975490ddce08c146649e610c259f57da7eb27cb99a9bf2bc6c0e7745b3" 34 | }] 35 | }, 36 | "1.1.4": { 37 | "releaseUrl": "https://github.com/Nytra/ResoniteComponentSearchWizard/releases/tag/v1.1.4", 38 | "artifacts": [{ 39 | "url": "https://github.com/Nytra/ResoniteComponentSearchWizard/releases/download/v1.1.4/ComponentSearchWizard.dll", 40 | "sha256": "0dfaf67a825eab9ba98a76f8ba6deba2a91a3ec93c30393b78ceb335a66f0e63" 41 | }] 42 | } 43 | } 44 | } 45 | -------------------------------------------------------------------------------- /manifest/owo.Nytra/FixSessionBrowser/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "FixSessionBrowser", 3 | "id": "owo.Nytra.FixSessionBrowser", 4 | "description": "A mod that fixed the session browser. This is no longer needed as of Beta 2024.1.30.731.", 5 | "category": "Bug Workaround", 6 | "sourceLocation": "https://github.com/Nytra/ResoniteFixSessionBrowser", 7 | "flags": [ 8 | "deprecated" 9 | ], 10 | "versions": { 11 | "1.0.0": { 12 | "releaseUrl": "https://github.com/Nytra/ResoniteFixSessionBrowser/releases/tag/v1.0.0", 13 | "artifacts": [{ 14 | "url": "https://github.com/Nytra/ResoniteFixSessionBrowser/releases/download/v1.0.0/FixSessionBrowser.dll", 15 | "sha256": "9ecb1fda212a58ce9962ddd28cbbee8bae4a8663ebca81a48a2ea505255f5426" 16 | }] 17 | }, 18 | "1.1.0": { 19 | "releaseUrl": "https://github.com/Nytra/ResoniteFixSessionBrowser/releases/tag/v1.1.0", 20 | "artifacts": [{ 21 | "url": "https://github.com/Nytra/ResoniteFixSessionBrowser/releases/download/v1.1.0/FixSessionBrowser.dll", 22 | "sha256": "d00605ec3083d53a0dfb37aa8148c0ebb598cb853e12b55571bcf19529de7145" 23 | }] 24 | } 25 | } 26 | } 27 | -------------------------------------------------------------------------------- /manifest/owo.Nytra/HeadlessToolPermissionKickCrashFix/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "HeadlessToolPermissionKickCrashFix", 3 | "id": "owo.Nytra / Rucio.HeadlessToolPermissionKickCrashFix", 4 | "description": "A Headless Server mod that prevented tool permission kicks from causing a world crash. This is no longer needed as of Beta 2024.3.12.1169.", 5 | "category": "Bug Workaround", 6 | "sourceLocation": "https://github.com/Nytra/ResoniteHeadlessToolPermissionKickCrashFix", 7 | "flags": [ 8 | "deprecated" 9 | ], 10 | "platforms": [ 11 | "headless" 12 | ], 13 | "versions": { 14 | "1.0.0": { 15 | "releaseUrl": "https://github.com/Nytra/ResoniteHeadlessToolPermissionKickCrashFix/releases/tag/v1.0.0", 16 | "artifacts": [{ 17 | "url": "https://github.com/Nytra/ResoniteHeadlessToolPermissionKickCrashFix/releases/download/v1.0.0/HeadlessToolPermissionKickCrashFix.dll", 18 | "sha256": "750102cdc126685956ed73ec47fc3f8509b97d2c6f601724a851ae4eab1908d2" 19 | }] 20 | } 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /manifest/owo.Nytra/HotReloadLib/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "HotReloadLib", 3 | "id": "owo.Nytra.HotReloadLib", 4 | "description": "Library for Resonite mod developers to hot reload their mods without needing to restart the whole game.", 5 | "category": "Libraries", 6 | "sourceLocation": "https://github.com/Nytra/ResoniteHotReloadLib", 7 | "versions": { 8 | "2.1.0": { 9 | "releaseUrl": "https://github.com/Nytra/ResoniteHotReloadLib/releases/tag/v2.1.0", 10 | "artifacts": [{ 11 | "url": "https://github.com/Nytra/ResoniteHotReloadLib/releases/download/v2.1.0/ResoniteHotReloadLib.dll", 12 | "sha256": "76c6871dc58ebee39a86758e05703831518e7992c9ecf018e2c0a7e63f8b81ac" 13 | }] 14 | }, 15 | "2.1.1": { 16 | "releaseUrl": "https://github.com/Nytra/ResoniteHotReloadLib/releases/tag/v2.1.1", 17 | "artifacts": [{ 18 | "url": "https://github.com/Nytra/ResoniteHotReloadLib/releases/download/v2.1.1/ResoniteHotReloadLib.dll", 19 | "sha256": "64f85cfe1681a1b49ba88087dcfe07050696617db85b50e3b77a4e8db01f0be9" 20 | }] 21 | }, 22 | "3.0.0": { 23 | "releaseUrl": "https://github.com/Nytra/ResoniteHotReloadLib/releases/tag/v3.0.0", 24 | "artifacts": [ 25 | { 26 | "url": "https://github.com/Nytra/ResoniteHotReloadLib/releases/download/v3.0.0-RML/ResoniteHotReloadLib.dll", 27 | "sha256": "305275c439b7866acdb2030097cfff710df5a240aab2144ce873f262e57be752", 28 | "installLocation": "/rml_libs" 29 | }, 30 | { 31 | "url": "https://github.com/Nytra/ResoniteHotReloadLib/releases/download/v3.0.0-RML/ResoniteHotReloadLibCore.dll", 32 | "sha256": "8f9f3c7fb44adce01a9a39976906f55b6a39b9d0771aa33b8bd5efeaa7fb4022", 33 | "installLocation": "/rml_libs" 34 | } 35 | ] 36 | } 37 | } 38 | } 39 | -------------------------------------------------------------------------------- /manifest/owo.Nytra/InspectorDelegateCaller/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "InspectorDelegateCaller", 3 | "id": "owo.Nytra.InspectorDelegateCaller", 4 | "description": "Adds some buttons to inspector UI for workers that have callable delegates.", 5 | "category": "Inspectors", 6 | "sourceLocation": "https://github.com/Nytra/ResoniteInspectorDelegateCaller", 7 | "additionalAuthors": [ 8 | "eia485" 9 | ], 10 | "versions": { 11 | "1.4.1": { 12 | "releaseUrl": "https://github.com/Nytra/ResoniteInspectorDelegateCaller/releases/tag/v1.4.1", 13 | "artifacts": [{ 14 | "url": "https://github.com/Nytra/ResoniteInspectorDelegateCaller/releases/download/v1.4.1/InspectorDelegateCaller.dll", 15 | "sha256": "b8c668fd10157e9221389dfe4ebfcfeb85211dd22868ce32c3d8e013ecf80467" 16 | }] 17 | }, 18 | "1.4.2": { 19 | "releaseUrl": "https://github.com/Nytra/ResoniteInspectorDelegateCaller/releases/tag/v1.4.2", 20 | "artifacts": [{ 21 | "url": "https://github.com/Nytra/ResoniteInspectorDelegateCaller/releases/download/v1.4.2/InspectorDelegateCaller.dll", 22 | "sha256": "8e5a2ae15d38d7093bf78f64756eaa40aed30cddcf1fb74b014557df5d321e58" 23 | }] 24 | } 25 | } 26 | } 27 | -------------------------------------------------------------------------------- /manifest/owo.Nytra/LeftHandedProtoFlux/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "LeftHandedProtoFlux", 3 | "id": "owo.Nytra.LeftHandedProtoFlux", 4 | "description": "Makes ProtoFlux flow from right to left.", 5 | "category": "Memes", 6 | "sourceLocation": "https://github.com/Nytra/ResoniteLeftHandedProtoFlux", 7 | "versions": { 8 | "1.2.1": { 9 | "releaseUrl": "https://github.com/Nytra/ResoniteLeftHandedProtoFlux/releases/tag/v1.2.1", 10 | "artifacts": [{ 11 | "url": "https://github.com/Nytra/ResoniteLeftHandedProtoFlux/releases/download/v1.2.1/LeftHandedProtoFlux.dll", 12 | "sha256": "440c8043b0fac216788231dfcc63b01cc6983d36ea2fc28963d10051cd98513d" 13 | }] 14 | } 15 | } 16 | } 17 | -------------------------------------------------------------------------------- /manifest/owo.Nytra/LogFlush/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "LogFlush", 3 | "id": "owo.Nytra.LogFlush", 4 | "description": "A mod primarily for developers that flushes the log stream when you press the F1 key, causing all buffered messages to be written to the log file.", 5 | "category": "Technical Tweaks", 6 | "sourceLocation": "https://github.com/Nytra/ResoniteLogFlush", 7 | "versions": { 8 | "1.1.0": { 9 | "releaseUrl": "https://github.com/Nytra/ResoniteLogFlush/releases/tag/v1.1.0", 10 | "artifacts": [{ 11 | "url": "https://github.com/Nytra/ResoniteLogFlush/releases/download/v1.1.0/LogFlush.dll", 12 | "sha256": "4fb820f1d28b1f1b329519e51ed4be5438655d1cc05bcdd655e75607fc46ba79" 13 | }] 14 | } 15 | } 16 | } 17 | -------------------------------------------------------------------------------- /manifest/owo.Nytra/NoTankControls-InspectorScrollCompatible/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "NoTankControls-InspectorScrollCompatible", 3 | "id": "owo.Nytra.NoTankControls", 4 | "description": "Don't lock up joystick movement while tools are equipped. Very helpful on Quest. This version has tweaks to work better with InspectorScroll.", 5 | "category": "Controls", 6 | "sourceLocation": "https://github.com/Nytra/NoTankControls", 7 | "versions": { 8 | "1.1.0": { 9 | "releaseUrl": "https://github.com/Nytra/NoTankControls/releases/tag/v1.1.0", 10 | "artifacts": [{ 11 | "url": "https://github.com/Nytra/NoTankControls/releases/download/v1.1.0/NoTankControls.dll", 12 | "sha256": "04cfe11bd0415f4fa62f00f39987b2b7667935995823ccede10f534238deb51d" 13 | }] 14 | } 15 | } 16 | } 17 | -------------------------------------------------------------------------------- /manifest/owo.Nytra/ReferenceFinderWizard/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "ReferenceFinderWizard", 3 | "id": "owo.Nytra.ReferenceFinderWizard", 4 | "description": "Adds a wizard that lets you find references to things. Has options to adjust the search and can optionally spawn a detailed text output.", 5 | "category": "Wizards", 6 | "sourceLocation": "https://github.com/Nytra/ResoniteReferenceFinderWizard", 7 | "versions": { 8 | "1.0.0": { 9 | "releaseUrl": "https://github.com/Nytra/ResoniteReferenceFinderWizard/releases/tag/v1.0.0", 10 | "artifacts": [{ 11 | "url": "https://github.com/Nytra/ResoniteReferenceFinderWizard/releases/download/v1.0.0/ReferenceFinderWizard.dll", 12 | "sha256": "c89cf8cd870c01afd179b5ea292447fceef30a0ad28affca953a03d4fb23e610" 13 | }] 14 | }, 15 | "1.0.1": { 16 | "releaseUrl": "https://github.com/Nytra/ResoniteReferenceFinderWizard/releases/tag/v1.0.1", 17 | "artifacts": [{ 18 | "url": "https://github.com/Nytra/ResoniteReferenceFinderWizard/releases/download/v1.0.1/ReferenceFinderWizard.dll", 19 | "sha256": "e3e06ad0b77c534c72f9c08f77aa2f9514022e07d40a16b493b36241e746d99c" 20 | }] 21 | }, 22 | "1.0.2": { 23 | "releaseUrl": "https://github.com/Nytra/ResoniteReferenceFinderWizard/releases/tag/v1.0.2", 24 | "artifacts": [{ 25 | "url": "https://github.com/Nytra/ResoniteReferenceFinderWizard/releases/download/v1.0.2/ReferenceFinderWizard.dll", 26 | "sha256": "2bc3aed7d5afa10fe74f415d120fec71ed6f239fcb77c354d7c1af6a2537d216" 27 | }] 28 | } 29 | } 30 | } 31 | -------------------------------------------------------------------------------- /manifest/owo.Nytra/ScrollableFieldEditors/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "ScrollableFieldEditors", 3 | "id": "owo.Nytra.ScrollableFieldEditors", 4 | "description": "Allows clicking into inspector fields and then scrolling to change the value.", 5 | "category": "Inspectors", 6 | "sourceLocation": "https://github.com/Nytra/ResoniteScrollableFieldEditors", 7 | "versions": { 8 | "1.0.0": { 9 | "releaseUrl": "https://github.com/Nytra/ResoniteScrollableFieldEditors/releases/tag/v1.0.0", 10 | "artifacts": [{ 11 | "url": "https://github.com/Nytra/ResoniteScrollableFieldEditors/releases/download/v1.0.0/ScrollableFieldEditors.dll", 12 | "sha256": "2a2c1ca9740f52f20210313553cd5c41043fa8e0826880a994cffaac47c7144d" 13 | }] 14 | } 15 | } 16 | } 17 | -------------------------------------------------------------------------------- /manifest/owo.Nytra/WorldListSessionHider/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "WorldListSessionHider", 3 | "id": "owo.Nytra.WorldListSessionHider", 4 | "description": "A mod that hides session info and thumbnails in your session browser based on the host's userID/username, the world ID or the session ID.", 5 | "category": "Dashboard", 6 | "sourceLocation": "https://github.com/Nytra/ResoniteWorldListSessionHider", 7 | "versions": { 8 | "1.0.0": { 9 | "releaseUrl": "https://github.com/Nytra/ResoniteWorldListSessionHider/releases/tag/v1.0.0", 10 | "artifacts": [{ 11 | "url": "https://github.com/Nytra/ResoniteWorldListSessionHider/releases/download/v1.0.0/WorldListSessionHider.dll", 12 | "sha256": "6890584a1264d378fe3c21521ce50fd570452bb6edeac05a4702dbda701d10dd" 13 | }] 14 | }, 15 | "1.1.0": { 16 | "releaseUrl": "https://github.com/Nytra/ResoniteWorldListSessionHider/releases/tag/v1.1.0", 17 | "artifacts": [{ 18 | "url": "https://github.com/Nytra/ResoniteWorldListSessionHider/releases/download/v1.1.0/WorldListSessionHider.dll", 19 | "sha256": "7742aa17676d20e4aaace4eef66f2f961a37b7b2eb30f4e9edeb5c002015f958" 20 | }] 21 | }, 22 | "1.1.1": { 23 | "releaseUrl": "https://github.com/Nytra/ResoniteWorldListSessionHider/releases/tag/v1.1.1", 24 | "artifacts": [{ 25 | "url": "https://github.com/Nytra/ResoniteWorldListSessionHider/releases/download/v1.1.1/WorldListSessionHider.dll", 26 | "sha256": "3e010c4728f7144567a5208015177dbe81cd0ef21f210895c6bfff3bff58c6a9" 27 | }] 28 | }, 29 | "1.2.0": { 30 | "releaseUrl": "https://github.com/Nytra/ResoniteWorldListSessionHider/releases/tag/v1.2.0", 31 | "artifacts": [{ 32 | "url": "https://github.com/Nytra/ResoniteWorldListSessionHider/releases/download/v1.2.0/WorldListSessionHider.dll", 33 | "sha256": "58d5be3e4782682ccd819991339a93c72cb53770de01070572c07d6d57b16b4b", 34 | "filename": "WorldListSessionHider.dll" 35 | }], 36 | "changelog": "Added option to filter sessions out by world ID and improved config string parsing." 37 | } 38 | } 39 | } 40 | -------------------------------------------------------------------------------- /manifest/owo.Nytra/author.json: -------------------------------------------------------------------------------- 1 | { 2 | "author": { 3 | "Nytra": { 4 | "url": "https://github.com/Nytra" 5 | } 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /manifest/page.newweb/HeadlessTweaks/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "HeadlessTweaks", 3 | "id": "page.newweb.HeadlessTweaks", 4 | "description": "Adds some nice to have features to headless clients. To use the discord related options `Discord.Net.Webhook`, `Discord.Net.Rest`, and `Discord.Net.Core` libraries are required, view the readme for more information.", 5 | "category": "Technical Tweaks", 6 | "platforms": [ 7 | "headless" 8 | ], 9 | "website": "https://github.com/New-Project-Final-Final-WIP/HeadlessTweaks/blob/master/README.md", 10 | "sourceLocation": "https://github.com/New-Project-Final-Final-WIP/HeadlessTweaks", 11 | "versions": { 12 | "2.1.10": { 13 | "releaseUrl": "https://github.com/New-Project-Final-Final-WIP/HeadlessTweaks/releases/tag/v2.1.10", 14 | "changelog": "- Fixed start world commands creating invalid invites\n- Fix nml typo in a warning message fixed by XDelta", 15 | "artifacts": [{ 16 | "url": "https://github.com/New-Project-Final-Final-WIP/HeadlessTweaks/releases/download/v2.1.10/HeadlessTweaks.dll", 17 | "sha256": "22576814868b7e8b67d8a25c78e86a8b5f613ccb49ad4d3b1f04351133445195" 18 | }] 19 | }, 20 | "2.1.9": { 21 | "releaseUrl": "https://github.com/New-Project-Final-Final-WIP/HeadlessTweaks/releases/tag/v2.1.9", 22 | "changelog": "- Added the option to automatically accept invite requests sent using the Ask to Join button (`AutoHandleInviteRequests`)\n - This will send an invite for whatever session the headless is currently focused on\n - This is only done if it is sent directly to the headless by the person requesting, this does not apply to forwarded requests\n - The permission check is handled the same as the `/reqInvite` command\n - If the user does not have permission to join then the request will be forwarded to the session admins\n\n- Discord changes\n - Added `WorldCrashed` event\n - Added option to add go.resonite.com link to session start message (`DiscordLinkToSession`)\n \n- Command changes\n - Added ability for `reqInvite` to do partial match\n - Stop `reqInvite` command from reporting full world name if you do not have permission to join\n - Fixed starting worlds with a world orb\n - Fixed start world commands not always reporting a name\n\n- Misc changes\n - Exposed RegisterCommands as a public method\n - Updated project files\n", 23 | "artifacts": [{ 24 | "url": "https://github.com/New-Project-Final-Final-WIP/HeadlessTweaks/releases/download/v2.1.9/HeadlessTweaks.dll", 25 | "sha256": "edc53c2656d610396c6ee06b0e6d8365e8cbd5d47a7c95c27de575eeb3bc069a" 26 | }] 27 | } 28 | } 29 | } 30 | -------------------------------------------------------------------------------- /manifest/page.newweb/author.json: -------------------------------------------------------------------------------- 1 | { 2 | "author": { 3 | "New_Project_Final_Final_WIP": { 4 | "url": "https://github.com/New-Project-Final-Final-WIP", 5 | "icon": "https://www.newweb.page/assets/images/logo.png", 6 | "website": "https://newweb.page/" 7 | } 8 | } 9 | } 10 | -------------------------------------------------------------------------------- /manifest/semmiedev/NoDoubleTapSprint/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "NoDoubleTapSprint", 3 | "id": "semmiedev.NoDoubleTapSprint", 4 | "description": "Disable double-tap sprinting when using a keyboard", 5 | "category": "Controls", 6 | "sourceLocation": "https://github.com/SemmieDev/NoDoubleTapSprint", 7 | "versions": { 8 | "1.0.0": { 9 | "releaseUrl": "https://github.com/SemmieDev/NoDoubleTapSprint/releases/tag/v1.0.0", 10 | "artifacts": [{ 11 | "url": "https://github.com/SemmieDev/NoDoubleTapSprint/releases/download/v1.0.0/NoDoubleTapSprint.dll", 12 | "sha256": "b4410991d37bb2a6c675adaab18ea97c179b9b126dc5474ba3f1a64791931342" 13 | }] 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /manifest/semmiedev/author.json: -------------------------------------------------------------------------------- 1 | { 2 | "author": { 3 | "SemmieDev": { 4 | "url": "https://github.com/SemmieDev" 5 | } 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | check-jsonschema==0.30.0 2 | -------------------------------------------------------------------------------- /schemas/author-schema.json: -------------------------------------------------------------------------------- 1 | { 2 | "$id": "https://github.com/resonite-modding-group/resonite-mod-manifest/blob/master/schemas/author-schema.json", 3 | "$schema": "https://json-schema.org/draft/2020-12/schema", 4 | "type": "object", 5 | "required": [ 6 | "author" 7 | ], 8 | "additionalProperties": false, 9 | "properties": { 10 | "author": { 11 | "type": "object", 12 | "minProperties": 1, 13 | "patternProperties": { 14 | ".*": { 15 | "type": "object", 16 | "required": [ 17 | "url" 18 | ], 19 | "additionalProperties": false, 20 | "properties": { 21 | "url": { 22 | "type": "string", 23 | "format": "uri" 24 | }, 25 | "icon": { 26 | "type": "string", 27 | "format": "uri" 28 | }, 29 | "website": { 30 | "type": "string", 31 | "format": "uri" 32 | }, 33 | "support": { 34 | "type": "string", 35 | "format": "uri" 36 | } 37 | } 38 | } 39 | } 40 | } 41 | } 42 | } 43 | -------------------------------------------------------------------------------- /schemas/mod-schema.json: -------------------------------------------------------------------------------- 1 | { 2 | "$id": "https://github.com/resonite-modding-group/resonite-mod-manifest/blob/master/schemas/mod-schema.json", 3 | "$schema": "https://json-schema.org/draft/2020-12/schema", 4 | "type": "object", 5 | "properties": { 6 | "name": { 7 | "type": "string" 8 | }, 9 | "id": { 10 | "type": "string" 11 | }, 12 | "description": { 13 | "type": "string" 14 | }, 15 | "category": { 16 | "type": "string", 17 | "enum": [ 18 | "Asset Importing", 19 | "Audio", 20 | "Bug Workaround", 21 | "Context Menu", 22 | "Controls", 23 | "Dashboard", 24 | "Hardware Integration", 25 | "Inspectors", 26 | "Libraries", 27 | "Memes", 28 | "Misc", 29 | "Optimization", 30 | "Plugins", 31 | "Protoflux", 32 | "Technical Tweaks", 33 | "Template", 34 | "Visual Tweaks", 35 | "Wizards" 36 | ] 37 | }, 38 | "sourceLocation": { 39 | "type": "string", 40 | "format": "uri" 41 | }, 42 | "website": { 43 | "type": "string", 44 | "format": "uri" 45 | }, 46 | "tags": { 47 | "type": "array", 48 | "items": { 49 | "type": "string" 50 | }, 51 | "additionalItems": false 52 | }, 53 | "flags": { 54 | "type": "array", 55 | "items": { 56 | "type": "string", 57 | "enum": ["deprecated", "plugin", "file"] 58 | }, 59 | "additionalItems": false 60 | }, 61 | "platforms": { 62 | "type": "array", 63 | "items": { 64 | "type": "string", 65 | "enum": ["android", "headless", "linux", "linux-native", "linux-wine", "windows", "other"] 66 | }, 67 | "additionalItems": false 68 | }, 69 | "additionalAuthors": { 70 | "type": "array", 71 | "items": { 72 | "type": "string" 73 | }, 74 | "additionalItems": true 75 | }, 76 | "versions": { 77 | "type": "object", 78 | "minProperties": 1, 79 | "propertyNames": { 80 | "pattern": "^(0|[1-9]\\d*)\\.(0|[1-9]\\d*)\\.(0|[1-9]\\d*)(?:-((?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?$" 81 | }, 82 | "additionalProperties": { 83 | "type": "object", 84 | "additionalProperties": false, 85 | "required": [ 86 | "artifacts" 87 | ], 88 | "properties": { 89 | "changelog": { 90 | "type": "string" 91 | }, 92 | "releaseUrl": { 93 | "type": "string", 94 | "format": "uri" 95 | }, 96 | "conflicts": { 97 | "type": "object", 98 | "additionalProperties": { 99 | "type": "object", 100 | "required": [ 101 | "version" 102 | ], 103 | "properties": { 104 | "version": { 105 | "type": "string" 106 | } 107 | } 108 | } 109 | }, 110 | "dependencies": { 111 | "type": "object", 112 | "additionalProperties": { 113 | "type": "object", 114 | "required": [ 115 | "version" 116 | ], 117 | "properties": { 118 | "version": { 119 | "type": "string" 120 | } 121 | } 122 | } 123 | }, 124 | "artifacts": { 125 | "type": "array", 126 | "items": { 127 | "type": "object", 128 | "required": [ 129 | "url", 130 | "sha256" 131 | ], 132 | "properties": { 133 | "url": { 134 | "type": "string", 135 | "format": "uri" 136 | }, 137 | "filename": { 138 | "type": "string", 139 | "pattern": "^[^\\s].*[^\\s]$|^[^\\s]$" 140 | }, 141 | "sha256": { 142 | "type": "string", 143 | "pattern": "^[a-fA-F0-9]{64}$" 144 | }, 145 | "installLocation": { 146 | "type": "string" 147 | } 148 | }, 149 | "additionalProperties": false 150 | }, 151 | "minItems": 1 152 | } 153 | } 154 | } 155 | } 156 | }, 157 | "additionalProperties": false, 158 | "required": [ 159 | "name", 160 | "id", 161 | "description", 162 | "category", 163 | "versions" 164 | ] 165 | } 166 | -------------------------------------------------------------------------------- /schemas/version.json: -------------------------------------------------------------------------------- 1 | { 2 | "schemaVersion": "1.0.2" 3 | } --------------------------------------------------------------------------------