3e01276c56 | ||
---|---|---|
.. | ||
Properties | ||
Class1.cs | ||
README.md | ||
SimpleSoundManager.csproj | ||
SoundManager.cs | ||
manifest.json | ||
packages.config |
README.md
SimpleSoundManager is a Stardew Valley mod which lets SMAPI mods use custom wave/sound banks for their mods. This allows for things such as playing music/sounds at a time of day, when an object is interacted with, etc.
Compatible with Stardew Valley 1.2+ on Linux, Mac, and Windows.
Installation
- Install the latest version of SMAPI.
- Install this mod from Nexus mods.
- Run the game using SMAPI.
Usage
- Download this mod and reference it when making your mod.
- Create new wave/sound banks using XACT.
- Create a new SoundManager in your mod.
- Play sounds to your heart's content.
Versions
1.0:
- Initial release.