Skip to content

Commit 4573c93

Browse files
committed
Update for Resonite 2026.7.7.829 and remove unnecessary fix
1 parent 94c5a83 commit 4573c93

3 files changed

Lines changed: 89 additions & 39 deletions

File tree

CommunityBugFixCollection/CheckSelfForDuplicateSlot.cs

Lines changed: 0 additions & 29 deletions
This file was deleted.

CommunityBugFixCollection/CommunityBugFixCollection.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
<Project Sdk="Remora.Resonite.Sdk/2.3.0">
1+
<Project Sdk="Remora.Resonite.Sdk/2.3.1">
22
<PropertyGroup>
33
<PackageId>CommunityBugFixCollection</PackageId>
44
<Title>Community Bug-Fix Collection</Title>
55
<Authors>Banane9; Nytra; art0007i; LeCloutPanda; goat; __Choco__; LJ; 989onan</Authors>
6-
<Version>0.10.0-beta</Version>
6+
<Version>0.10.1-beta</Version>
77
<Description>This MonkeyLoader mod for Resonite that fixes various small Resonite-issues that are still open.</Description>
88
<PackageReadmeFile>README.md</PackageReadmeFile>
99
<PackageLicenseExpression>LGPL-3.0-or-later</PackageLicenseExpression>

CommunityBugFixCollection/Locale/en.json

Lines changed: 87 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,61 +10,140 @@
1010
"CommunityBugFixCollection.Name": "Community Bug-Fix Collection",
1111
"CommunityBugFixCollection.Description": "This mod contains fixes for various small Resonite Issues that are still open.",
1212

13-
"CommunityBugFixCollection.CopyToClipboard": "Copy to Clipboard",
14-
13+
"CommunityBugFixCollection.AnyProtocolHyperlinks.Name": "Hyperlinks with any Protocol",
1514
"CommunityBugFixCollection.AnyProtocolHyperlinks.Description": "Allows Hyperlink components to open URLs with any scheme, not just http(s).",
15+
16+
"CommunityBugFixCollection.BetterGridWorldPreset.Name": "Better Grid World Preset",
1617
"CommunityBugFixCollection.BetterGridWorldPreset.Description": "Improves the Grid World Preset by preventing the shaking ground and centering the grid.",
18+
19+
"CommunityBugFixCollection.BetterListEditor.Name": "Better List Editors",
1720
"CommunityBugFixCollection.BetterListEditor.Description": "Improves the list editors in inspectors, preventing an exception while adding elements and renaming them when they're moved around.",
21+
22+
"CommunityBugFixCollection.BreakDragAndDropCopiedComponentDrives.Name": "Break Drives of Drag'n'Drop Copied Components",
1823
"CommunityBugFixCollection.BreakDragAndDropCopiedComponentDrives.Description": "Fixes copying components using drag-and-drop breaking drives.",
24+
25+
"CommunityBugFixCollection.CaseInsensitiveCustomGenerics.Name": "Case-Insensitive Custom Generics",
1926
"CommunityBugFixCollection.CaseInsensitiveCustomGenerics.Description": "Makes picking custom generic type parameters case-insensitive.",
27+
28+
"CommunityBugFixCollection.CenteredNotifications.Name": "Centered Notifications",
2029
"CommunityBugFixCollection.CenteredNotifications.Description": "Centers the content of notifications.",
21-
"CommunityBugFixCollection.CheckSelfForDuplicateSlot.Description": "Fixes a crash when the OverrideParent of the Duplicate Slot ProtoFlux node is identical to the Template.",
30+
31+
"CommunityBugFixCollection.ColorDisplayValueProxy.Name": "Grab Value from Color Display",
2232
"CommunityBugFixCollection.ColorDisplayValueProxy.Description": "Fixes ValueDisplay<color> not having a ValueProxySource component.",
33+
34+
"CommunityBugFixCollection.ColorXNodeNamesSpacing.Name": "ColorX Node Name Spacing",
2335
"CommunityBugFixCollection.ColorXNodeNamesSpacing.Description": "Fixes ProtoFlux node names containing ColorX being spaced wrong.",
36+
37+
"CommunityBugFixCollection.ConsistentContextMenuAngularSize.Name": "Consistent Context Menu Size",
2438
"CommunityBugFixCollection.ConsistentContextMenuAngularSize.Description": "Makes the context menu stay a fixed on-screen size in desktop mode, regardless of FOV.",
39+
2540
"CommunityBugFixCollection.ConstantNodeNameAdjustments.Name": "(Legacy) Constant Node Name Adjustments",
26-
"CommunityBugFixCollection.ConstantNodeNameAdjustments.Description": "(Legacy) Changes the names of the ProtoFlux nodes in Strings > Constants to be how they were with the original fix.",
41+
"CommunityBugFixCollection.ConstantNodeNameAdjustments.Description": "(Legacy) Changes the names of the ProtoFlux nodes in Strings > Constants to what they were with the original fix.",
42+
43+
"CommunityBugFixCollection.CopySyncMemberToClipboardAction.Name": "Copy to Clipboard Action",
2744
"CommunityBugFixCollection.CopySyncMemberToClipboardAction.Description": "Adds Copy to Clipboard action on any non-reference member fields in inspectors.",
45+
46+
"CommunityBugFixCollection.CorrectMaterialGizmoScaling.Name": "Correct Material Gizmo Scaling",
2847
"CommunityBugFixCollection.CorrectMaterialGizmoScaling.Description": "Fixes the MaterialGizmo being scaled twice when using Edit on the Material Tool.",
48+
49+
"CommunityBugFixCollection.CorrectOverriddenSpelling.Name": "Correct Overridden Spelling",
2950
"CommunityBugFixCollection.CorrectOverriddenSpelling.Description": "Corrects the spelling of Overridden on ProtoFlux nodes.",
51+
52+
"CommunityBugFixCollection.DuplicateAndMoveMultipleGrabbedItems.Name": "Duplicate and Move Multiple Grabbed Items",
3053
"CommunityBugFixCollection.DuplicateAndMoveMultipleGrabbedItems.Description": "Fixes references between multiple duplicated or transferred-between-worlds items breaking.",
54+
55+
"CommunityBugFixCollection.FadeContextMenuLabelOutlines.Name": "Fade Context Menu Outlines",
3156
"CommunityBugFixCollection.FadeContextMenuLabelOutlines.Description": "Makes the outlines of the labels of the context menu fade out like the rest of it.",
32-
"CommunityBugFixCollection.FireBrushToolDequipEvents.Description": "Fixes tools derived from BrushTool not firing OnDequipped events.",
57+
58+
"CommunityBugFixCollection.FixMigratedItemMessages.Name": "Fix Migrated Item Messages",
3359
"CommunityBugFixCollection.FixMigratedItemMessages.Description": "Fixes migrated items sent as messages not spawning because they still point to the old platform.",
60+
61+
"CommunityBugFixCollection.FlipAtUserView.Name": "Flip at User View",
3462
"CommunityBugFixCollection.FlipAtUserView.Description": "Fixes FlipAtUser component by using the view position as reference instead of the head slot position.",
63+
64+
"CommunityBugFixCollection.GammaCorrectedColorXLuminance.Name": "Gamma-Corrected ColorX Luminance",
3565
"CommunityBugFixCollection.GammaCorrectedColorXLuminance.Description": "Fixes ColorX Luminance calculations being incorrect for non-linear color profiles.",
66+
67+
"CommunityBugFixCollection.GroupCloudHomeTemplate.Name": "Group Cloud Home Template",
3668
"CommunityBugFixCollection.GroupCloudHomeTemplate.Description": "Uses the User Cloud Home template instead of the missing Group template.",
69+
70+
"CommunityBugFixCollection.HighlightHomeWorldInInventory.Name": "Highlight Home World in Inventory",
3771
"CommunityBugFixCollection.HighlightHomeWorldInInventory.Description": "Fixes the selected Home World in the Inventory not being highlighted as a favorite.",
72+
73+
"CommunityBugFixCollection.ImportMultipleAudioFiles.Name": "Import Multiple Audio Files",
3874
"CommunityBugFixCollection.ImportMultipleAudioFiles.Description": "Fixes it not being possible to import multiple audio clips at once.",
75+
76+
"CommunityBugFixCollection.ImportWebFilesAsUrls.Name": "Import Web Files as URLs",
3977
"CommunityBugFixCollection.ImportWebFilesAsUrls.Description": "Fixes URLs to text files or Resonite Packages failing to import instead of appearing as a hyperlink.",
78+
79+
"CommunityBugFixCollection.LocalizedByteFormatting.Name": "Localized Byte Formatting",
4080
"CommunityBugFixCollection.LocalizedByteFormatting.Description": "Localizes the storage units (MiB, GiB, etc.), in particular for the StorageUsageStatus component. There's an option to use IEC format (factor 1024) over decimal (factor 1000).",
81+
82+
"CommunityBugFixCollection.LongerWorldLoadingFailIndication.Name": "Longer-Lasting World Loading Fail Indication",
4183
"CommunityBugFixCollection.LongerWorldLoadingFailIndication.Description": "Only lets the World Load Progress Indicator disappear after 20s or more if the process failed.",
84+
85+
"CommunityBugFixCollection.MemberEditorUpdateOrder.Name": "Member Editor Update Order",
4286
"CommunityBugFixCollection.MemberEditorUpdateOrder.Description": "Sets the Update Order of MemberEditor components in inspectors to the highest value to (most of the time) prevent a frame delay in the value they show.",
87+
88+
"CommunityBugFixCollection.NaNtEqual.Name": "NaN't Equal",
4389
"CommunityBugFixCollection.NaNtEqual.Description": "Makes NaN floats / doubles never equal to each other for the ProtoFlux == and != nodes, as well as the ValueEqualityDriver component.",
90+
91+
"CommunityBugFixCollection.NoAudioOutputCrash.Name": "No AudioOutput Crash",
4492
"CommunityBugFixCollection.NoAudioOutputCrash.Description": "Prevents the AudioOutput component from updating listeners when it's been removed and crashing the sessions.",
93+
94+
"CommunityBugFixCollection.NoLossOfColorProfile.Name": "No Loss of Color Profile",
4595
"CommunityBugFixCollection.NoLossOfColorProfile.Description": "Fixes Color Profile not being preserved on all operations.",
46-
"CommunityBugFixCollection.NoZeroScaleToolRaycast.Description": "Fixes a crash when a (multi)tool is scaled to zero.",
96+
97+
"CommunityBugFixCollection.NodeNameAdjustments.Name": "Remap Name Adjustments",
4798
"CommunityBugFixCollection.NodeNameAdjustments.Description": "Fixes the confusing names of the Remap [-1; 1] to [0; 1] ProtoFlux nodes.",
99+
100+
"CommunityBugFixCollection.NoFunForCorporate.Name": "No Fun for Corporate",
48101
"CommunityBugFixCollection.NoFunForCorporate.Description": "Prevents April Fools related content from triggering when the user is in a Universe.<br/>This is overridden by the <i>Force April Fools</i> setting, which forces this content to be active.",
102+
103+
"CommunityBugFixCollection.NonHDRColorClamping.Name": "Non-HDR Color Clamping",
49104
"CommunityBugFixCollection.NonHDRColorClamping.Description": "Fixes non-HDR variants of Color(X) channel addition not clamping.",
105+
106+
"CommunityBugFixCollection.NonLinearColorXFromHexCode.Name": "Non-Linear ColorX from HexCode",
50107
"CommunityBugFixCollection.NonLinearColorXFromHexCode.Description": "Forces colorX From HexCode to use the sRGB rather than Linear profile.",
108+
109+
"CommunityBugFixCollection.NoParentUnderSelfAudioClipPlayer.Name": "No ParentUnder Self AudioClipPlayer",
51110
"CommunityBugFixCollection.NoParentUnderSelfAudioClipPlayer.Description": "Prevents the ChildParentAudioClipPlayer components from crashing the game if their <i>ParentUnder</i> field is set to the slot that it's on. Also adds a header text explaining the problem.",
111+
112+
"CommunityBugFixCollection.PauseAnimatorUpdates.Name": "Pause Animator Updates",
52113
"CommunityBugFixCollection.PauseAnimatorUpdates.Description": "Fixes animators updating all associated fields every frame while enabled but not playing.",
114+
115+
"CommunityBugFixCollection.ReallyNoDestroyUndo.Name": "Really NoDestroyUndo",
53116
"CommunityBugFixCollection.ReallyNoDestroyUndo.Description": "Makes the NoDestroyUndo component actually prevent undoing destroying something.",
117+
118+
"CommunityBugFixCollection.SmoothDraggables.Name": "Smooth Draggables",
54119
"CommunityBugFixCollection.SmoothDraggables.Description": "Workaround for Sliders and Joints snapping in sessions hosted by a headless.",
120+
121+
"CommunityBugFixCollection.StationaryGrabWorldActivation.Name": "Stationary Grab World Activation",
55122
"CommunityBugFixCollection.StationaryGrabWorldActivation.Description": "Stops the Grab World Locomotion from moving the player with each activiation.",
123+
124+
"CommunityBugFixCollection.SteamVRFocusResolutionScale.Name": "Steam VR Focus Resolution Scale",
56125
"CommunityBugFixCollection.SteamVRFocusResolutionScale.Description": "Prevents the SteamVR Unity plugin from permanently lowering the render resolution when a focus event is missed.",
126+
127+
"CommunityBugFixCollection.StopTrackedDeviceSpam.Name": "Stop TrackedDevicePositioner Spam",
57128
"CommunityBugFixCollection.StopTrackedDeviceSpam.Description": "Adds null-checks in the TrackedDevicePositioner component's UpdateBodyNode method to prevent log spam.",
129+
130+
"CommunityBugFixCollection.TiltedUIAlignment.Name": "Tilted UI-Alignment",
58131
"CommunityBugFixCollection.TiltedUIAlignment.Description": "Tilts the UI-Focus camera to work around UIX rendering issues.",
132+
133+
"CommunityBugFixCollection.ValidQuaternionInputs.Name": "Valid Quaternion Inputs",
59134
"CommunityBugFixCollection.ValidQuaternionInputs.Description": "Makes the ProtoFlux Tool spawn valid float and double quaternion inputs.",
135+
136+
"CommunityBugFixCollection.ValueModDecimal.Name": "No Decimal Modulo Crash",
60137
"CommunityBugFixCollection.ValueModDecimal.Description": "Adds a zero check to the Decimal ValueMod ProtoFlux node to prevent DIV/0 crashes.",
61138

62139
"CommunityBugFixCollection.Config.Options.Name": "Options",
63140
"CommunityBugFixCollection.Config.Options.Description": "Contains the settings for the few fixes that offer them.",
64141
"CommunityBugFixCollection.Config.Options.ForceAprilFools.Name": "Force April Fools",
65-
"CommunityBugFixCollection.Config.Options.ForceAprilFools.Description": "Whether to force April Fools content to be active. Requires NoFunForCorporate monkey to be enabled.",
142+
"CommunityBugFixCollection.Config.Options.ForceAprilFools.Description": "Whether to force April Fools content to be active. Requires <i>No Fun for Corporate</i> to be enabled.",
66143
"CommunityBugFixCollection.Config.Options.UseIecByteFormat.Name": "Use IEC Byte Format",
67-
"CommunityBugFixCollection.Config.Options.UseIecByteFormat.Description": "Whether to format bytes using IEC (factor 1024) as opposed to decimal format (factor 1000) when <i>LocalizedByteFormatting</i> is enabled.",
144+
"CommunityBugFixCollection.Config.Options.UseIecByteFormat.Description": "Whether to format bytes using IEC (factor 1024) as opposed to decimal format (factor 1000) when <i>Localized Byte Formatting</i> is enabled.",
145+
146+
"CommunityBugFixCollection.CopyToClipboard": "Copy to Clipboard",
68147

69148
"CommunityBugFixCollection.StorageUnits.iB": "B",
70149
"CommunityBugFixCollection.StorageUnits.kiB": "KiB",

0 commit comments

Comments
 (0)