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.
This package has been marked as deprecated, and it's suggested another
alternative is used.
You are viewing a potentially older version of this package.
View all versions.
AssetPlus
Loads custom sound banks, TMP fonts, and language files
| Date uploaded | 6 years ago |
| Version | 0.1.1 |
| Download link | mistername-AssetPlus-0.1.1.zip |
| Downloads | 1574 |
| Dependency string | mistername-AssetPlus-0.1.1 |
This mod requires the following mods to function
bbepis-BepInExPack
Unified BepInEx all-in-one modding pack - plugin framework, detour library
Preferred version: 3.0.0README
Sound
- Loads custom .bnk files from the plugin folder if they are named .sound instead.
- Loads custom .bnk files passed to `AssetPlus.SoundBanks.Add()`.
- The bank files should be from wwise 2018.1
Language
- Loads any *.language file located inside `\BepInEx\plugins\` or passed to `AssetPlus.Languages.Add()`
- They should have the same structure as the ingame language files, look at angry text mod as example
- If the loaded file has the same value as files inside `Risk of Rain 2_Data\Language\*` it overrides their value.
- Currently last loaded file has priority.
font
- Loads TMP_TMPFont from assetbundles that have extension .font or passed to `AssetPlus.Fonts.Add()`
- Uses the first font loaded into it, .font are loaded first
Installation
Drop AssetPlus.dll into \BepInEx\plugins\
Changelog
- v0.1.0
- release
- v0.1.1
- Added support for bank unloading
#todo - add support for custom music