• Hi Guest!

    We have posted a new VaM2 dev log on Patreon, starting a monthly cadence of written progress updates between Beta releases. Highlights include the new Gizmos System, Selection Carousel, and Modes System with Context-Specific Editing. Beta1.2 is 15 of 21 items complete.

    Read the full post on Patreon, or follow progress on the public Trello roadmap.

Question Where are the audio files saved in a scene?

Jocks3D

Active member
Joined
Mar 5, 2022
Messages
456
Reactions
126
I've downloaded some scenes that have audio files, usually sound effects, music or someone moaning. I can see where other assets like clothing, hair and looks are saved but I can't find where the scene audio files are in case I'd like to delete them or replace with something else. Can anyone point me to where they are?
 
If you can't find audio files in the SceneAudio tab in VaM, it might also that plugins are used to load/play audio from AssetBundles (extensions *.assetbundle or *.audiobundle). AssetBundles have the benefit of loading MUCH faster, when you have hunderds of audio files there is pretty much no alternative as scene load would take minutes with regular scene audio, but just seconds with AssetBundles.

If you find plugin usage in the scene of LogicBricks SoundFromAB or RandomSoundFromAB that's a clear indication that at least some sounds come from AssetBundles. Also plugins Life and I think VaMMoan play audio from AssetBundle.
 
Upvote 0
Back
Top Bottom