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.
CustomAudio LocationMusic
Fork of the original CustomAudio by aedenthorn, allowing for the substitution of location music.
By aruberuto
| Date uploaded | 8 months ago |
| Version | 1.5.11 |
| Download link | aruberuto-CustomAudio_LocationMusic-1.5.11.zip |
| Downloads | 3809 |
| Dependency string | aruberuto-CustomAudio_LocationMusic-1.5.11 |
This mod requires the following mods to function
denikson-BepInExPack_Valheim
BepInEx pack for Valheim. Preconfigured and includes unstripped Unity DLLs.
Preferred version: 5.4.2105README
CustomAudio – Now with Location Music Support
This is a fork of the original CustomAudio mod by aedenthorn. It adds support for substituting location-specific music, which was not implemented in the original version (as this feature was introduced in a later Valheim update).
Important Changes from the Original CustomAudio
The mod now supports layered folder loading, enabling compatibility with mod managers like r2modman:
-
It first loads audio tracks from:
BepInEx/plugins/CustomAudio(as in the original CustomAudio) -
It then loads tracks from any of the following:
BepInEx/plugins/<modauthor>-<modname>/CustomAudio
Tracks and folders with matching names will be overwritten in alphabetical order — later names override earlier ones.
This means:
- Mod authors can bundle soundtracks with their mods.
- Users no longer need to manually copy the
CustomAudiofolder to the top-levelplugins/directory.
How to Replace Location Music
Unlike regular music (which uses track lists), location music maps one location to one track.
To replace a location's music, place an audio file with the same name as the original track inside:
CustomAudio/Music/
List of Location Music Tracks (as of Valheim 0.221.4)
Ashland - Fortress
Ashlands - Ruins 1
Ashlands - Ruins 2
Ashlands - Ruins 3
Black Forest - Greydwarf Camp
Black Forest - Haldor
Black Forest - Smouldering Tomb
LocationReveal
Meadows - Hildir
Meadows - Village & Farm
Mistlands - Dvergr Excavation Site
Mistlands - Dvergr Tower
Mountain Cave Sanctum
Mountains - Abandoned cottages
Mountains - Howling cavern
Plains - Fuling Camp
Plains - Sealed Tower
Plains - Stone Henges
Swamps - Bogwitch v2
LocationReveal is the track played when discovering burial chambers in the Black Forest.
All other names correspond to specific in-game locations, which are self explanatory.
More Information
For everything else, refer to the original CustomAudio README.
To see a working example, check out my Elderscrollian-themed soundtrack package.
CHANGELOG
- 1.5.12: update for 0.221.10
- 1.5.9: update for bog witch
- 1.5.8: fixed swapped music/ambient folders
- 1.5.7: now first loads audios in plugins/CustomAudio, then looks for and loads in plugins/<modfolder>/CustomAudio
- 1.5.6: readme cleanup
- 1.5.5: now correctly looks for the CustomAudio folder in BepInEx\plugins, rather than where the .dll is located
- 1.5.4: initial release