MultiCustomizer
A plugin that allows loading in multiple texture packs and switching between them conditionally
| Last updated | 2 days ago | 
| Total downloads | 226 | 
| Total rating | 0 | 
| Categories | Libraries Cosmetic | 
| Dependency string | unniisme-MultiCustomizer-1.0.0 | 
| Dependants | 0 other packages depend on this package | 
This mod requires the following mods to function
BepInEx-BepInExPack_Silksong
BepInEx modloader. Preconfigured and ready to use.
Preferred version: 5.4.2304README
MultiCustomizer
A plugin that allows loading in multiple texture packs and switching between them conditionally
How It Works
The AddTexturePack function allows you to register a new texture pack to be loaded into the system. \
Make sure that your sprite pack is located at BepInEx/plugins/<name>/Customizer \
You can then activate the texture pack by setting the IsActive bool of the MaterialConditional obtained on using AddTexturePack \
For a demo, check out WandererTexturePack
Many thanks to RatherChaotic and his Customizer, which was used as a base for this mod.