Please disclose if any significant portion of your mod was created using AI tools by adding the 'AI Generated' category. Failing to do so may result in the mod being removed from Thunderstore.
You are viewing a potentially older version of this package.
View all versions.
RendererInfoPatcher
Fixes some issues with RendererInfo.
| Date uploaded | 5 months ago |
| Version | 1.0.1 |
| Download link | dotaguys-RendererInfoPatcher-1.0.1.zip |
| Downloads | 11553 |
| Dependency string | dotaguys-RendererInfoPatcher-1.0.1 |
This mod requires the following mods to function
bbepis-BepInExPack
Unified BepInEx all-in-one modding pack - plugin framework, detour library
Preferred version: 5.4.2120README
RendererInfoPatcher
RendererInfo, like many other things, was updated to use AssetReference with 1.3.9. Naturally, it only had the field added - almost all of the locations where the field it obsolesced are used were untouched. This fixes that in the following locations:
ItemDisplay.RefresherRenderersCharacterModel.UpdateMaterialsRandomizeSplatBias.SetupRendererInfo.Equals(seriously! they didn't even implement the new field into Equals!)
Report errors to Dnarok on Discord, or on the linked Github.
CHANGELOG
1.0.1
- Fixed NRE.
1.0.0
- First release