This package has been marked as deprecated, and it's suggested another
alternative is used.
AudioLib
Easy to use AudioLib for your mods! More info on how to use or support is on Thunderstore page.
| Last updated | 5 months ago |
| Total downloads | 70 |
| Total rating | 0 |
| Categories | |
| Dependency string | HabibiStudios-AudioLib-1.0.2 |
| Dependants | 0 other packages depend on this package |
README
AudioLib
A easy to use AudioLib for your mods!
Usage Handbook
Reference "AudioLib.dll" in your VS project. Dont reference "NVorbis.dll" since it is a decoder!
Setup: drop your OGG into UserData/AudioLib/sounds/
When you upload your mod when using this make sure to also have a file like this "UserData/AudioLib/sounds/your ogg here"
Usage:
Player.Play2D("mysound");
Player.Play3D("explosion", somePosition);
Player.Play3DAttached("footstep", playerTransform);
Player.PlayLooping2D("theme", loopId: "main_theme");
Player.StopLooping("main_theme");
Player.StopAll();
Support or where to reach me
My discord is: habibis_v
My DM's are open 24/7 feel free to slide a dm.