From f09e85f7c902c3de7ddcc5d844d925d56d0eeb5f Mon Sep 17 00:00:00 2001 From: art0007i Date: Mon, 25 Dec 2023 17:45:48 +0100 Subject: [PATCH] Add art0007i author and multiple mods (#9) --- .../me.art0007i/CapturePrivateUI/info.json | 19 +++++++++++++++++++ manifest/me.art0007i/ColorDrop/info.json | 19 +++++++++++++++++++ .../me.art0007i/ConsistentDashboard/info.json | 19 +++++++++++++++++++ .../me.art0007i/CreateWorldConfig/info.json | 19 +++++++++++++++++++ .../me.art0007i/CustomInspectors/info.json | 19 +++++++++++++++++++ .../CustomJoinVerifierFix/info.json | 19 +++++++++++++++++++ manifest/me.art0007i/CustomUILib/info.json | 19 +++++++++++++++++++ .../me.art0007i/DefaultToolOverride/info.json | 19 +++++++++++++++++++ .../DisableLegacyInventory/info.json | 19 +++++++++++++++++++ .../me.art0007i/ExtrasButtonTweaks/info.json | 19 +++++++++++++++++++ manifest/me.art0007i/FixGrabWorld/info.json | 19 +++++++++++++++++++ .../me.art0007i/ImportCompactor/info.json | 19 +++++++++++++++++++ .../me.art0007i/InspectorScroll/info.json | 19 +++++++++++++++++++ manifest/me.art0007i/LocalStorage/info.json | 19 +++++++++++++++++++ manifest/me.art0007i/NoHeadMenuDash/info.json | 19 +++++++++++++++++++ manifest/me.art0007i/ParentalIssues/info.json | 19 +++++++++++++++++++ manifest/me.art0007i/PresenceToggle/info.json | 19 +++++++++++++++++++ .../me.art0007i/QuickFolderOpener/info.json | 19 +++++++++++++++++++ .../info.json | 19 +++++++++++++++++++ .../ShadowDistanceChanger/info.json | 19 +++++++++++++++++++ .../me.art0007i/ShowComponentSlot/info.json | 19 +++++++++++++++++++ manifest/me.art0007i/ShowDelegates/info.json | 19 +++++++++++++++++++ .../me.art0007i/ShowDriveSource/info.json | 19 +++++++++++++++++++ .../me.art0007i/SpecialItemsLib/info.json | 19 +++++++++++++++++++ .../me.art0007i/ToolshelfAnarchy/info.json | 19 +++++++++++++++++++ .../me.art0007i/TrackerModelSwapper/info.json | 19 +++++++++++++++++++ .../TransparentCameraEnabler/info.json | 19 +++++++++++++++++++ .../ValueProxyExtensions/info.json | 19 +++++++++++++++++++ manifest/me.art0007i/author.json | 7 +++++++ .../me.art0007i/\360\237\215\200/info.json" | 19 +++++++++++++++++++ 30 files changed, 558 insertions(+) create mode 100644 manifest/me.art0007i/CapturePrivateUI/info.json create mode 100644 manifest/me.art0007i/ColorDrop/info.json create mode 100644 manifest/me.art0007i/ConsistentDashboard/info.json create mode 100644 manifest/me.art0007i/CreateWorldConfig/info.json create mode 100644 manifest/me.art0007i/CustomInspectors/info.json create mode 100644 manifest/me.art0007i/CustomJoinVerifierFix/info.json create mode 100644 manifest/me.art0007i/CustomUILib/info.json create mode 100644 manifest/me.art0007i/DefaultToolOverride/info.json create mode 100644 manifest/me.art0007i/DisableLegacyInventory/info.json create mode 100644 manifest/me.art0007i/ExtrasButtonTweaks/info.json create mode 100644 manifest/me.art0007i/FixGrabWorld/info.json create mode 100644 manifest/me.art0007i/ImportCompactor/info.json create mode 100644 manifest/me.art0007i/InspectorScroll/info.json create mode 100644 manifest/me.art0007i/LocalStorage/info.json create mode 100644 manifest/me.art0007i/NoHeadMenuDash/info.json create mode 100644 manifest/me.art0007i/ParentalIssues/info.json create mode 100644 manifest/me.art0007i/PresenceToggle/info.json create mode 100644 manifest/me.art0007i/QuickFolderOpener/info.json create mode 100644 manifest/me.art0007i/RemoveComponentAttacherRestriction/info.json create mode 100644 manifest/me.art0007i/ShadowDistanceChanger/info.json create mode 100644 manifest/me.art0007i/ShowComponentSlot/info.json create mode 100644 manifest/me.art0007i/ShowDelegates/info.json create mode 100644 manifest/me.art0007i/ShowDriveSource/info.json create mode 100644 manifest/me.art0007i/SpecialItemsLib/info.json create mode 100644 manifest/me.art0007i/ToolshelfAnarchy/info.json create mode 100644 manifest/me.art0007i/TrackerModelSwapper/info.json create mode 100644 manifest/me.art0007i/TransparentCameraEnabler/info.json create mode 100644 manifest/me.art0007i/ValueProxyExtensions/info.json create mode 100644 manifest/me.art0007i/author.json create mode 100644 "manifest/me.art0007i/\360\237\215\200/info.json" diff --git a/manifest/me.art0007i/CapturePrivateUI/info.json b/manifest/me.art0007i/CapturePrivateUI/info.json new file mode 100644 index 0000000..d8ff956 --- /dev/null +++ b/manifest/me.art0007i/CapturePrivateUI/info.json @@ -0,0 +1,19 @@ +{ + "name": "CapturePrivateUI", + "id": "me.art0007i.CapturePrivateUI", + "description": "Allows finger photos or cameras with a specific tag to render private UI", + "category": "Misc", + "sourceLocation": "https://github.com/art0007i/CapturePrivateUI", + "versions": { + "2.0.0": { + "releaseUrl": "https://github.com/art0007i/CapturePrivateUI/releases/tag/2.0.0", + "artifacts": [ + { + "url": "https://github.com/art0007i/CapturePrivateUI/releases/download/2.0.0/CapturePrivateUI.dll", + "filename": "CapturePrivateUI.dll", + "sha256": "ec717dbcc891922e517f2b879c4600605a8207d403b1bde82dcec5c3470717e6" + } + ] + } + } +} \ No newline at end of file diff --git a/manifest/me.art0007i/ColorDrop/info.json b/manifest/me.art0007i/ColorDrop/info.json new file mode 100644 index 0000000..227c90d --- /dev/null +++ b/manifest/me.art0007i/ColorDrop/info.json @@ -0,0 +1,19 @@ +{ + "name": "ColorDrop", + "id": "me.art0007i.ColorDrop", + "description": "Allows you to grab and drop colors in inspectors, similar to how you can grab numbers", + "category": "Inspectors", + "sourceLocation": "https://github.com/art0007i/ColorDrop", + "versions": { + "2.1.0": { + "releaseUrl": "https://github.com/art0007i/ColorDrop/releases/tag/2.1.0", + "artifacts": [ + { + "url": "https://github.com/art0007i/ColorDrop/releases/download/2.1.0/ColorDrop.dll", + "filename": "ColorDrop.dll", + "sha256": "d4f0e4b7ded4056fbee7ab94819bbd8a2a5ea2e60eb6680817f5476cced6688d" + } + ] + } + } +} \ No newline at end of file diff --git a/manifest/me.art0007i/ConsistentDashboard/info.json b/manifest/me.art0007i/ConsistentDashboard/info.json new file mode 100644 index 0000000..2284602 --- /dev/null +++ b/manifest/me.art0007i/ConsistentDashboard/info.json @@ -0,0 +1,19 @@ +{ + "name": "ConsistentDashboard", + "id": "me.art0007i.ConsistentDashboard", + "description": "Makes it so the dashboard is always the same resolution in vr and in desktop", + "category": "Dashboard", + "sourceLocation": "https://github.com/art0007i/ConsistentDashboard", + "versions": { + "1.0.0": { + "releaseUrl": "https://github.com/art0007i/ConsistentDashboard/releases/tag/1.0.0", + "artifacts": [ + { + "url": "https://github.com/art0007i/ConsistentDashboard/releases/download/1.0.0/ConsistentDashboard.dll", + "filename": "ConsistentDashboard.dll", + "sha256": "de5da20205cc93590398f2895888039f37fb6d47003c97930fb7ab7befaccc65" + } + ] + } + } +} diff --git a/manifest/me.art0007i/CreateWorldConfig/info.json b/manifest/me.art0007i/CreateWorldConfig/info.json new file mode 100644 index 0000000..a450ecb --- /dev/null +++ b/manifest/me.art0007i/CreateWorldConfig/info.json @@ -0,0 +1,19 @@ +{ + "name": "CreateWorldConfig", + "id": "me.art0007i.CreateWorldConfig", + "description": "Adds the world configuration and world permission dialog to the `create new > editors` menu", + "category": "Technical Tweaks", + "sourceLocation": "https://github.com/art0007i/CreateWorldConfig", + "versions": { + "2.0.0": { + "releaseUrl": "https://github.com/art0007i/CreateWorldConfig/releases/tag/2.0.0", + "artifacts": [ + { + "url": "https://github.com/art0007i/CreateWorldConfig/releases/download/2.0.0/CreateWorldConfig.dll", + "filename": "CreateWorldConfig.dll", + "sha256": "7c9a9c5fc2a1c59b136704ec3a1dc650d1c0f36bea6b65bcd1c1c0fa7e6de7cb" + } + ] + } + } +} \ No newline at end of file diff --git a/manifest/me.art0007i/CustomInspectors/info.json b/manifest/me.art0007i/CustomInspectors/info.json new file mode 100644 index 0000000..e1fcc3c --- /dev/null +++ b/manifest/me.art0007i/CustomInspectors/info.json @@ -0,0 +1,19 @@ +{ + "name": "CustomInspectors", + "id": "me.art0007i.CustomInspectors", + "description": "Allows you to use custom inspector panels by saving them and favoriting them in your inventory", + "category": "Inspectors", + "sourceLocation": "https://github.com/art0007i/CustomInspectors", + "versions": { + "2.1.1": { + "releaseUrl": "https://github.com/art0007i/CustomInspectors/releases/tag/2.1.1", + "artifacts": [ + { + "url": "https://github.com/art0007i/CustomInspectors/releases/download/2.1.1/CustomInspectors.dll", + "filename": "CustomInspectors.dll", + "sha256": "3c65cec215ef380f2cfa63c57daf123dcce68aee4c0e104953e7e2b7721985e4" + } + ] + } + } +} \ No newline at end of file diff --git a/manifest/me.art0007i/CustomJoinVerifierFix/info.json b/manifest/me.art0007i/CustomJoinVerifierFix/info.json new file mode 100644 index 0000000..6fc6c6b --- /dev/null +++ b/manifest/me.art0007i/CustomJoinVerifierFix/info.json @@ -0,0 +1,19 @@ +{ + "name": "CustomJoinVerifierFix", + "id": "me.art0007i.CustomJoinVerifierFix", + "description": "Allows you to enable the custom join verifier when you have admin permissions, instead of only the host", + "category": "Bug Workaround", + "sourceLocation": "https://github.com/art0007i/CustomJoinVerifierFix", + "versions": { + "1.0.0": { + "releaseUrl": "https://github.com/art0007i/CustomJoinVerifierFix/releases/tag/1.0.0", + "artifacts": [ + { + "url": "https://github.com/art0007i/CustomJoinVerifierFix/releases/download/1.0.0/CustomJoinVerifierFix.dll", + "filename": "CustomJoinVerifierFix.dll", + "sha256": "abca5e97d9bae4ad50ebf2dfd25675072756022cf4295d9e0f0ee05f6208b0cd" + } + ] + } + } +} diff --git a/manifest/me.art0007i/CustomUILib/info.json b/manifest/me.art0007i/CustomUILib/info.json new file mode 100644 index 0000000..11ef821 --- /dev/null +++ b/manifest/me.art0007i/CustomUILib/info.json @@ -0,0 +1,19 @@ +{ + "name": "CustomUILib", + "id": "me.art0007i.CustomUILib", + "description": "Allows easily adding custom inspector ui to components which don't have any by default", + "category": "Libraries", + "sourceLocation": "https://github.com/art0007i/CustomUILib", + "versions": { + "2.0.0": { + "releaseUrl": "https://github.com/art0007i/CustomUILib/releases/tag/2.0.0", + "artifacts": [ + { + "url": "https://github.com/art0007i/CustomUILib/releases/download/2.0.0/CustomUILib.dll", + "filename": "CustomUILib.dll", + "sha256": "2d87f49ed6b1124119785f7d5d138cc3c4322486953894ec317ef9233706cb3c" + } + ] + } + } +} \ No newline at end of file diff --git a/manifest/me.art0007i/DefaultToolOverride/info.json b/manifest/me.art0007i/DefaultToolOverride/info.json new file mode 100644 index 0000000..ad3bf42 --- /dev/null +++ b/manifest/me.art0007i/DefaultToolOverride/info.json @@ -0,0 +1,19 @@ +{ + "name": "DefaultToolOverride", + "id": "me.art0007i.DefaultToolOverride", + "description": "Gives you full control over the desktop number row tool keybinds", + "category": "Controls", + "sourceLocation": "https://github.com/art0007i/DefaultToolOverride", + "versions": { + "1.0.1": { + "releaseUrl": "https://github.com/art0007i/DefaultToolOverride/releases/tag/1.0.1", + "artifacts": [ + { + "url": "https://github.com/art0007i/DefaultToolOverride/releases/download/1.0.1/DefaultToolOverride.dll", + "filename": "DefaultToolOverride.dll", + "sha256": "9913af124aa5719b7ec8fcb339e7e192dae154213b64e1cc446ee98fb5aa6bcf" + } + ] + } + } +} diff --git a/manifest/me.art0007i/DisableLegacyInventory/info.json b/manifest/me.art0007i/DisableLegacyInventory/info.json new file mode 100644 index 0000000..ad47a5b --- /dev/null +++ b/manifest/me.art0007i/DisableLegacyInventory/info.json @@ -0,0 +1,19 @@ +{ + "name": "DisableLegacyInventory", + "id": "me.art0007i.DisableLegacyInventory", + "description": "Disables the legacy inventory gesture, but it has a config option that can enable it again", + "category": "Controls", + "sourceLocation": "https://github.com/art0007i/DisableLegacyInventory", + "versions": { + "2.0.0": { + "releaseUrl": "https://github.com/art0007i/DisableLegacyInventory/releases/tag/2.0.0", + "artifacts": [ + { + "url": "https://github.com/art0007i/DisableLegacyInventory/releases/download/2.0.0/DisableLegacyInventory.dll", + "filename": "DisableLegacyInventory.dll", + "sha256": "84a5d0a9d5f031225f8cff9d7e18a3b12b196afb05b6c2b9f1fc0e2ddba45a87" + } + ] + } + } +} diff --git a/manifest/me.art0007i/ExtrasButtonTweaks/info.json b/manifest/me.art0007i/ExtrasButtonTweaks/info.json new file mode 100644 index 0000000..c17080c --- /dev/null +++ b/manifest/me.art0007i/ExtrasButtonTweaks/info.json @@ -0,0 +1,19 @@ +{ + "name": "ExtrasButtonTweaks", + "id": "me.art0007i.ExtrasButtonTweaks", + "description": "Tweaks the extras button next to field names in inspectors", + "category": "Inspectors", + "sourceLocation": "https://github.com/art0007i/ExtrasButtonTweaks", + "versions": { + "1.0.0": { + "releaseUrl": "https://github.com/art0007i/ExtrasButtonTweaks/releases/tag/1.0.0", + "artifacts": [ + { + "url": "https://github.com/art0007i/ExtrasButtonTweaks/releases/download/1.0.0/ExtrasButtonTweaks.dll", + "filename": "ExtrasButtonTweaks.dll", + "sha256": "85880e8504bddde3c3aa5b9e84a7f1f6e747e5698a0d80d081d1314575e25978" + } + ] + } + } +} \ No newline at end of file diff --git a/manifest/me.art0007i/FixGrabWorld/info.json b/manifest/me.art0007i/FixGrabWorld/info.json new file mode 100644 index 0000000..7bc08d2 --- /dev/null +++ b/manifest/me.art0007i/FixGrabWorld/info.json @@ -0,0 +1,19 @@ +{ + "name": "FixGrabWorld", + "id": "me.art0007i.FixGrabWorld", + "description": "Fixes the grab world locomotion moving you forwards each time you use it", + "category": "Bug Workaround", + "sourceLocation": "https://github.com/art0007i/FixGrabWorld", + "versions": { + "2.0.0": { + "releaseUrl": "https://github.com/art0007i/FixGrabWorld/releases/tag/2.0.0", + "artifacts": [ + { + "url": "https://github.com/art0007i/FixGrabWorld/releases/download/2.0.0/FixGrabWorld.dll", + "filename": "FixGrabWorld.dll", + "sha256": "8822eb2ca3c0995deef692b92292a67485c27dd664bfd913bb83ba936504ff5d" + } + ] + } + } +} diff --git a/manifest/me.art0007i/ImportCompactor/info.json b/manifest/me.art0007i/ImportCompactor/info.json new file mode 100644 index 0000000..0489e9e --- /dev/null +++ b/manifest/me.art0007i/ImportCompactor/info.json @@ -0,0 +1,19 @@ +{ + "name": "ImportCompactor", + "id": "me.art0007i.ImportCompactor", + "description": "Reduces the distance between imported items to a configurable value", + "category": "Asset Importing", + "sourceLocation": "https://github.com/art0007i/ImportCompactor", + "versions": { + "2.0.0": { + "releaseUrl": "https://github.com/art0007i/ImportCompactor/releases/tag/2.0.0", + "artifacts": [ + { + "url": "https://github.com/art0007i/ImportCompactor/releases/download/2.0.0/ImportCompactor.dll", + "filename": "ImportCompactor.dll", + "sha256": "0154587705c1db03fe07ba866fc8c80af70fa72b2c3cacab96f03b854909570a" + } + ] + } + } +} diff --git a/manifest/me.art0007i/InspectorScroll/info.json b/manifest/me.art0007i/InspectorScroll/info.json new file mode 100644 index 0000000..c8d586c --- /dev/null +++ b/manifest/me.art0007i/InspectorScroll/info.json @@ -0,0 +1,19 @@ +{ + "name": "InspectorScroll", + "id": "me.art0007i.InspectorScroll", + "description": "Allows scrolling inspectors (and other ui panels) using your thumbstick / touchpad", + "category": "Controls", + "sourceLocation": "https://github.com/art0007i/InspectorScroll", + "versions": { + "2.0.0": { + "releaseUrl": "https://github.com/art0007i/InspectorScroll/releases/tag/2.0.0", + "artifacts": [ + { + "url": "https://github.com/art0007i/InspectorScroll/releases/download/2.0.0/InspectorScroll.dll", + "filename": "InspectorScroll.dll", + "sha256": "2dbcea4b00f4650c8b06a76d6dfd4636977329ab1e26239dd61187a03848eb24" + } + ] + } + } +} diff --git a/manifest/me.art0007i/LocalStorage/info.json b/manifest/me.art0007i/LocalStorage/info.json new file mode 100644 index 0000000..11c128b --- /dev/null +++ b/manifest/me.art0007i/LocalStorage/info.json @@ -0,0 +1,19 @@ +{ + "name": "LocalStorage", + "id": "me.art0007i.LocalStorage", + "description": "Allows you to store items locally on your hard drive", + "category": "Misc", + "sourceLocation": "https://github.com/art0007i/LocalStorage", + "versions": { + "2.0.1": { + "releaseUrl": "https://github.com/art0007i/LocalStorage/releases/tag/2.0.1", + "artifacts": [ + { + "url": "https://github.com/art0007i/LocalStorage/releases/download/2.0.1/LocalStorage.dll", + "filename": "LocalStorage.dll", + "sha256": "c3cbd76e44ba9d45e5d8979ebe0caffe1cbdc14c6ddc43f722d59f5988c809ed" + } + ] + } + } +} \ No newline at end of file diff --git a/manifest/me.art0007i/NoHeadMenuDash/info.json b/manifest/me.art0007i/NoHeadMenuDash/info.json new file mode 100644 index 0000000..271d230 --- /dev/null +++ b/manifest/me.art0007i/NoHeadMenuDash/info.json @@ -0,0 +1,19 @@ +{ + "name": "NoHeadMenuDash", + "id": "me.art0007i.NoHeadMenuDash", + "description": "Removes the gesture that opens the dash when you press the menu button near your head", + "category": "Controls", + "sourceLocation": "https://github.com/art0007i/NoHeadMenuDash", + "versions": { + "2.0.0": { + "releaseUrl": "https://github.com/art0007i/NoHeadMenuDash/releases/tag/2.0.0", + "artifacts": [ + { + "url": "https://github.com/art0007i/NoHeadMenuDash/releases/download/2.0.0/NoHeadMenuDash.dll", + "filename": "NoHeadMenuDash.dll", + "sha256": "376e308a2c52c9d51c25f7ab39161a09cb0456059fe8eb389bd87e616ad8e83f" + } + ] + } + } +} diff --git a/manifest/me.art0007i/ParentalIssues/info.json b/manifest/me.art0007i/ParentalIssues/info.json new file mode 100644 index 0000000..2c0759a --- /dev/null +++ b/manifest/me.art0007i/ParentalIssues/info.json @@ -0,0 +1,19 @@ +{ + "name": "ParentalIssues", + "id": "me.art0007i.ParentalIssues", + "description": "Changes the default parent and child object names to be funnier", + "category": "Memes", + "sourceLocation": "https://github.com/art0007i/ParentalIssues", + "versions": { + "2.0.0": { + "releaseUrl": "https://github.com/art0007i/ParentalIssues/releases/tag/2.0.0", + "artifacts": [ + { + "url": "https://github.com/art0007i/ParentalIssues/releases/download/2.0.0/ParentalIssues.dll", + "filename": "ParentalIssues.dll", + "sha256": "2241fe6619880543be78d71894378250eba9b5a60147c9a95799869bbe7a129e" + } + ] + } + } +} \ No newline at end of file diff --git a/manifest/me.art0007i/PresenceToggle/info.json b/manifest/me.art0007i/PresenceToggle/info.json new file mode 100644 index 0000000..e2b59d8 --- /dev/null +++ b/manifest/me.art0007i/PresenceToggle/info.json @@ -0,0 +1,19 @@ +{ + "name": "PresenceToggle", + "id": "me.art0007i.PresenceToggle", + "description": "Allows you to toggle steam and discord rich presence", + "category": "Misc", + "sourceLocation": "https://github.com/art0007i/PresenceToggle", + "versions": { + "2.0.1": { + "releaseUrl": "https://github.com/art0007i/PresenceToggle/releases/tag/2.0.1", + "artifacts": [ + { + "url": "https://github.com/art0007i/PresenceToggle/releases/download/2.0.1/PresenceToggle.dll", + "filename": "PresenceToggle.dll", + "sha256": "43f705e761a2c28e70cd443af0e1ad7dc46bde8b61eab3b39d55c9cea9e8f934" + } + ] + } + } +} \ No newline at end of file diff --git a/manifest/me.art0007i/QuickFolderOpener/info.json b/manifest/me.art0007i/QuickFolderOpener/info.json new file mode 100644 index 0000000..67969b9 --- /dev/null +++ b/manifest/me.art0007i/QuickFolderOpener/info.json @@ -0,0 +1,19 @@ +{ + "name": "QuickFolderOpener", + "id": "me.art0007i.QuickFolderOpener", + "description": "Adds an option to your context menu which can open a folder without saving it", + "category": "Misc", + "sourceLocation": "https://github.com/art0007i/QuickFolderOpener", + "versions": { + "2.0.1": { + "releaseUrl": "https://github.com/art0007i/QuickFolderOpener/releases/tag/2.0.1", + "artifacts": [ + { + "url": "https://github.com/art0007i/QuickFolderOpener/releases/download/2.0.1/QuickFolderOpener.dll", + "filename": "QuickFolderOpener.dll", + "sha256": "821ceeeeecd1a9e56c117e15f457f517e1e821666464a4d169e27c0be979f3f5" + } + ] + } + } +} \ No newline at end of file diff --git a/manifest/me.art0007i/RemoveComponentAttacherRestriction/info.json b/manifest/me.art0007i/RemoveComponentAttacherRestriction/info.json new file mode 100644 index 0000000..9050163 --- /dev/null +++ b/manifest/me.art0007i/RemoveComponentAttacherRestriction/info.json @@ -0,0 +1,19 @@ +{ + "name": "RemoveComponentAttacherRestriction", + "id": "me.art0007i.RemoveComponentAttacherRestriction", + "description": "Allows you to open a component attacher even if you don't have anything selected in an inspector panel", + "category": "Inspectors", + "sourceLocation": "https://github.com/art0007i/RemoveComponentAttacherRestriction", + "versions": { + "1.0.0": { + "releaseUrl": "https://github.com/art0007i/RemoveComponentAttacherRestriction/releases/tag/1.0.0", + "artifacts": [ + { + "url": "https://github.com/art0007i/RemoveComponentAttacherRestriction/releases/download/1.0.0/RemoveComponentAttacherRestriction.dll", + "filename": "RemoveComponentAttacherRestriction.dll", + "sha256": "3a5c1139cca746bafc78d91f8aa0c588bf9435c2f3389a0fc16ec01ae31c12d0" + } + ] + } + } +} diff --git a/manifest/me.art0007i/ShadowDistanceChanger/info.json b/manifest/me.art0007i/ShadowDistanceChanger/info.json new file mode 100644 index 0000000..211624f --- /dev/null +++ b/manifest/me.art0007i/ShadowDistanceChanger/info.json @@ -0,0 +1,19 @@ +{ + "name": "ShadowDistanceChanger", + "id": "me.art0007i.ShadowDistanceChanger", + "description": "Allows changing the shadow distance using the mod's config", + "category": "Visual Tweaks", + "sourceLocation": "https://github.com/art0007i/ShadowDistanceChanger", + "versions": { + "2.0.0": { + "releaseUrl": "https://github.com/art0007i/ShadowDistanceChanger/releases/tag/2.0.0", + "artifacts": [ + { + "url": "https://github.com/art0007i/ShadowDistanceChanger/releases/download/2.0.0/ShadowDistanceChanger.dll", + "filename": "ShadowDistanceChanger.dll", + "sha256": "b33c123e3f16c6f3f12183c975ec03f4e751ee1d12a1eaf171662a3419b5136f" + } + ] + } + } +} \ No newline at end of file diff --git a/manifest/me.art0007i/ShowComponentSlot/info.json b/manifest/me.art0007i/ShowComponentSlot/info.json new file mode 100644 index 0000000..c7b669b --- /dev/null +++ b/manifest/me.art0007i/ShowComponentSlot/info.json @@ -0,0 +1,19 @@ +{ + "name": "ShowComponentSlot", + "id": "me.art0007i.ShowComponentSlot", + "description": "Allows you to open the slot that a component is attached to in component inspectors", + "category": "Inspectors", + "sourceLocation": "https://github.com/art0007i/ShowComponentSlot", + "versions": { + "2.0.0": { + "releaseUrl": "https://github.com/art0007i/ShowComponentSlot/releases/tag/2.0.0", + "artifacts": [ + { + "url": "https://github.com/art0007i/ShowComponentSlot/releases/download/2.0.0/ShowComponentSlot.dll", + "filename": "ShowComponentSlot.dll", + "sha256": "3520caa2b3dffce36036371d25214f31da0516a9bd6061d0dec54734949738f2" + } + ] + } + } +} \ No newline at end of file diff --git a/manifest/me.art0007i/ShowDelegates/info.json b/manifest/me.art0007i/ShowDelegates/info.json new file mode 100644 index 0000000..2f1578e --- /dev/null +++ b/manifest/me.art0007i/ShowDelegates/info.json @@ -0,0 +1,19 @@ +{ + "name": "ShowDelegates", + "id": "me.art0007i.ShowDelegates", + "description": "Shows delegates and hidden items in the inspector panel", + "category": "Inspectors", + "sourceLocation": "https://github.com/art0007i/ShowDelegates", + "versions": { + "2.2.4": { + "releaseUrl": "https://github.com/art0007i/ShowDelegates/releases/tag/2.2.4", + "artifacts": [ + { + "url": "https://github.com/art0007i/ShowDelegates/releases/download/2.2.4/ShowDelegates.dll", + "filename": "ShowDelegates.dll", + "sha256": "b15f241bb31378077cf76c03f5cbdab6f882cad19d0738cc981c91e9be546aac" + } + ] + } + } +} \ No newline at end of file diff --git a/manifest/me.art0007i/ShowDriveSource/info.json b/manifest/me.art0007i/ShowDriveSource/info.json new file mode 100644 index 0000000..d1c9655 --- /dev/null +++ b/manifest/me.art0007i/ShowDriveSource/info.json @@ -0,0 +1,19 @@ +{ + "name": "ShowDriveSource", + "id": "me.art0007i.ShowDriveSource", + "description": "Allows you to see what is driving a field by simply clicking on the name of the field", + "category": "Inspectors", + "sourceLocation": "https://github.com/art0007i/ShowDriveSource", + "versions": { + "2.0.1": { + "releaseUrl": "https://github.com/art0007i/ShowDriveSource/releases/tag/2.0.1", + "artifacts": [ + { + "url": "https://github.com/art0007i/ShowDriveSource/releases/download/2.0.1/ShowDriveSource.dll", + "filename": "ShowDriveSource.dll", + "sha256": "c47e5b88277cfa4c1d365d122cd2bf3adbffc05ddd97887e6842eb2f92540704" + } + ] + } + } +} \ No newline at end of file diff --git a/manifest/me.art0007i/SpecialItemsLib/info.json b/manifest/me.art0007i/SpecialItemsLib/info.json new file mode 100644 index 0000000..83bea9f --- /dev/null +++ b/manifest/me.art0007i/SpecialItemsLib/info.json @@ -0,0 +1,19 @@ +{ + "name": "SpecialItemsLib", + "id": "me.art0007i.SpecialItemsLib", + "description": "Allows other mods to easily add custom special items to be shown in the inventory", + "category": "Libraries", + "sourceLocation": "https://github.com/art0007i/SpecialItemsLib", + "versions": { + "2.0.2": { + "releaseUrl": "https://github.com/art0007i/SpecialItemsLib/releases/tag/2.0.2", + "artifacts": [ + { + "url": "https://github.com/art0007i/SpecialItemsLib/releases/download/2.0.2/SpecialItemsLib.dll", + "filename": "SpecialItemsLib.dll", + "sha256": "3a851acca48d4c562dfae4496fada17eb28f50544f372585f63bab30dc166b99" + } + ] + } + } +} \ No newline at end of file diff --git a/manifest/me.art0007i/ToolshelfAnarchy/info.json b/manifest/me.art0007i/ToolshelfAnarchy/info.json new file mode 100644 index 0000000..037dd95 --- /dev/null +++ b/manifest/me.art0007i/ToolshelfAnarchy/info.json @@ -0,0 +1,19 @@ +{ + "name": "ToolshelfAnarchy", + "id": "me.art0007i.ToolshelfAnarchy", + "description": "Allows you to take and put tools on other peoples toolshelves", + "category": "Misc", + "sourceLocation": "https://github.com/art0007i/ToolshelfAnarchy", + "versions": { + "2.0.0": { + "releaseUrl": "https://github.com/art0007i/ToolshelfAnarchy/releases/tag/2.0.0", + "artifacts": [ + { + "url": "https://github.com/art0007i/ToolshelfAnarchy/releases/download/2.0.0/ToolshelfAnarchy.dll", + "filename": "ToolshelfAnarchy.dll", + "sha256": "f76d2a6a138c0ead9f70f35125c73e6085cb513fe85ffb7f01f54a15c3b522bb" + } + ] + } + } +} \ No newline at end of file diff --git a/manifest/me.art0007i/TrackerModelSwapper/info.json b/manifest/me.art0007i/TrackerModelSwapper/info.json new file mode 100644 index 0000000..d42a5cc --- /dev/null +++ b/manifest/me.art0007i/TrackerModelSwapper/info.json @@ -0,0 +1,19 @@ +{ + "name": "TrackerModelSwapper", + "id": "me.art0007i.TrackerModelSwapper", + "description": "Allows you to replace the vive tracker model used to visualize trackers", + "category": "Visual Tweaks", + "sourceLocation": "https://github.com/art0007i/TrackerModelSwapper", + "versions": { + "2.0.0": { + "releaseUrl": "https://github.com/art0007i/TrackerModelSwapper/releases/tag/2.0.0", + "artifacts": [ + { + "url": "https://github.com/art0007i/TrackerModelSwapper/releases/download/2.0.0/TrackerModelSwapper.dll", + "filename": "TrackerModelSwapper.dll", + "sha256": "9768a0be3b54c5d79351cbf7e0e237091eeac48038f44d079ea8006b344486ba" + } + ] + } + } +} \ No newline at end of file diff --git a/manifest/me.art0007i/TransparentCameraEnabler/info.json b/manifest/me.art0007i/TransparentCameraEnabler/info.json new file mode 100644 index 0000000..5f6f1bb --- /dev/null +++ b/manifest/me.art0007i/TransparentCameraEnabler/info.json @@ -0,0 +1,19 @@ +{ + "name": "TransparentCameraEnabler", + "id": "me.art0007i.TransparentCameraEnabler", + "description": "Allows you to record transparent videos using OBS", + "category": "Bug Workaround", + "sourceLocation": "https://github.com/art0007i/TransparentCameraEnabler", + "versions": { + "1.0.0": { + "releaseUrl": "https://github.com/art0007i/TransparentCameraEnabler/releases/tag/1.0.0", + "artifacts": [ + { + "url": "https://github.com/art0007i/TransparentCameraEnabler/releases/download/1.0.0/TransparentCameraEnabler.dll", + "filename": "TransparentCameraEnabler.dll", + "sha256": "ee9f60a8a9826a2a579c8c2fbd49346a55ffee089931f38bbb11dd90b899c052" + } + ] + } + } +} diff --git a/manifest/me.art0007i/ValueProxyExtensions/info.json b/manifest/me.art0007i/ValueProxyExtensions/info.json new file mode 100644 index 0000000..94efb8d --- /dev/null +++ b/manifest/me.art0007i/ValueProxyExtensions/info.json @@ -0,0 +1,19 @@ +{ + "name": "ValueProxyExtensions", + "id": "me.art0007i.ValueProxyExtensions", + "description": "Adds a few extra features to reference and value proxies", + "category": "Technical Tweaks", + "sourceLocation": "https://github.com/art0007i/ValueProxyExtensions", + "versions": { + "2.1.0": { + "releaseUrl": "https://github.com/art0007i/ValueProxyExtensions/releases/tag/2.1.0", + "artifacts": [ + { + "url": "https://github.com/art0007i/ValueProxyExtensions/releases/download/2.1.0/ValueProxyExtensions.dll", + "filename": "ValueProxyExtensions.dll", + "sha256": "0e1efac55d36be410e7b2fb49cb0135f249b5dba3019b3e41821d0ff9f7cb26b" + } + ] + } + } +} \ No newline at end of file diff --git a/manifest/me.art0007i/author.json b/manifest/me.art0007i/author.json new file mode 100644 index 0000000..d3702a8 --- /dev/null +++ b/manifest/me.art0007i/author.json @@ -0,0 +1,7 @@ +{ + "author": { + "art0007i": { + "url": "https://github.com/art0007i" + } + } +} diff --git "a/manifest/me.art0007i/\360\237\215\200/info.json" "b/manifest/me.art0007i/\360\237\215\200/info.json" new file mode 100644 index 0000000..091e4e2 --- /dev/null +++ "b/manifest/me.art0007i/\360\237\215\200/info.json" @@ -0,0 +1,19 @@ +{ + "name": "🍀", + "id": "me.art0007i.🍀", + "description": "Makes you luckier", + "category": "Memes", + "sourceLocation": "https://github.com/art0007i/FourLeafClover", + "versions": { + "2.0.0": { + "releaseUrl": "https://github.com/art0007i/FourLeafClover/releases/tag/2.0.0", + "artifacts": [ + { + "url": "https://github.com/art0007i/FourLeafClover/raw/be7320d48fffedbdd6b086111a3d26bab09c26c4/%F0%9F%8D%80.dll", + "filename": "🍀.dll", + "sha256": "e18f11c954c2ad045d23cc2efa7c8e8f5589e90adead57bff35410ecc6baa43e" + } + ] + } + } +}