dotaguys-RendererInfoPatcher icon

RendererInfoPatcher

Fixes some issues with RendererInfo.

Last updated a day ago
Total downloads 662
Total rating 2 
Categories Mods Seekers of the Storm Update
Dependency string dotaguys-RendererInfoPatcher-1.0.0
Dependants 1 other package depends on this package

This mod requires the following mods to function

bbepis-BepInExPack-5.4.2120 icon
bbepis-BepInExPack

Unified BepInEx all-in-one modding pack - plugin framework, detour library

Preferred version: 5.4.2120
RiskofThunder-HookGenPatcher-1.2.9 icon
RiskofThunder-HookGenPatcher

MMHOOK generation at runtime.

Preferred version: 1.2.9

README

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.RefresherRenderers
  • CharacterModel.UpdateMaterials
  • RandomizeSplatBias.Setup
  • RendererInfo.Equals (seriously! they didn't even implement the new field into Equals!)

Report errors to Dnarok on Discord, or on the linked Github.