KingEnderBrine-IDRSJsonLoader icon

IDRSJsonLoader

Automatically loads .idrsjson files

Last updated 5 days ago
Total downloads 3640
Total rating 1 
Categories Mods Libraries
Dependency string KingEnderBrine-IDRSJsonLoader-1.0.3
Dependants 5 other packages depend on this package

This mod requires the following mods to function

bbepis-BepInExPack-5.4.2119 icon
bbepis-BepInExPack

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

Preferred version: 5.4.2119
RiskofThunder-R2API_Skins-1.4.5 icon
RiskofThunder-R2API_Skins

R2API Submodule for adding custom Skins and Skin-related utilities to the game

Preferred version: 1.4.5

README

Automatically loads .idrsjson file in the plugins folder produced by ItemDisplayPlacementHelper export and applies it to a body specified inside it.

Replaces existing values in an ItemDisplayRuleSet. File order loading is undefined, so if multiple files add display for the same item/equipment whichever was loaded last will be the winner. If skinName is not empty, R2API.Skins is used to add the rules only for that skin.

Any AssetBundle specified in the file must be loaded by the time catalogs are initialized.

If you want to manually pass json you can call IDRSJsonLoaderPlugin.ParseAndUpdate().