Asset Bundle Loader
Library. Provides helpers to load new assets into Shadows of Doubt. Includes functions for creating ScriptableObjects from raw JSON files, as well as built Unity AssetBundles
| Last updated | 3 months ago |
| Total downloads | 47745 |
| Total rating | 4 |
| Categories | Libraries |
| Dependency string | Piepieonline-Asset_Bundle_Loader-2.1.2 |
| Dependants | 10 other packages depend on this package |
This mod requires the following mods to function
BepInEx-BepInExPack_IL2CPP
BepInEx pack for IL2CPP x64 Unity games. Preconfigured and ready to use.
Preferred version: 6.0.733README
Piepieonline's AssetBundleLoader
Various methods for loading content into Shadows of Doubt, including asset bundles, raw JSON scriptable objects, and more
- Load AssetBundles built against previous game versions, by correcting referenced PathIDs.
- Load new ScriptableObjects from raw JSON files with text based referencing
- Patch ScriptableObjects from partial JSON representation
- Create Texture2D from PNG files on the file system (Uses BigGustave library to replace stripped Unity and System methods)
Manual Installation
- Ensure you have BepInEx BE installed
- Extract the mod to ".\BepInEx\plugins", so you should have ".\BepInEx\plugins\AssetBundleLoader\AssetBundleLoader.dll"
- Ensure the rest of the *.dll files are along side the AssetBundleLoader.dll file
Source:
https://github.com/piepieonline/ShadowsOfDoubtMods/tree/master/AssetBundleLoader