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.
Fast AssetBundle Loader
Faster loading with large size mods by caching asset bundles
CHANGELOG
Changelog
1.0.3
- Moved
FastAssetBundleLoader.dllinto thepatchers/directory in both Thunderstore and Nexus archives so they can be extracted directly into the BepInEx directory.
1.0.2
- Cache regeneration is recommended after updating: close the game, delete only
BepInEx/cache/ValheimFasterLoadAssetBundles, and let eligible bundles rebuild as they are loaded. - The first run may not warm every cache entry. Enter a world and allow cache activity to settle; later runs or different gameplay paths may create additional entries.
1.0.1
- Refactored the asset bundle cache pipeline and runtime hooks for safer cache reuse.
- Improved cache metadata validation, cleanup, and failure handling.
- Clarified cache warm-up behavior, including when entering a world or additional runs may create more entries.
- Added reproducible standalone Thunderstore and Nexus release packaging.
1.0.0
- Initial release.