From 3e01276c56d04cf8d16048deec0e40ffbb55a578 Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Wed, 11 Oct 2017 16:06:26 -0400 Subject: [PATCH] add readme for SimpleSoundManager --- GeneralMods/SimpleSoundManager/README.md | 20 +++++++++++++++++++ .../SimpleSoundManager.csproj | 1 + 2 files changed, 21 insertions(+) create mode 100644 GeneralMods/SimpleSoundManager/README.md diff --git a/GeneralMods/SimpleSoundManager/README.md b/GeneralMods/SimpleSoundManager/README.md new file mode 100644 index 00000000..6b8dec37 --- /dev/null +++ b/GeneralMods/SimpleSoundManager/README.md @@ -0,0 +1,20 @@ +**SimpleSoundManager** is a [Stardew Valley](http://stardewvalley.net/) 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 +1. [Install the latest version of SMAPI](https://github.com/Pathoschild/SMAPI/releases). +2. Install [this mod from Nexus mods](https://www.nexusmods.com/stardewvalley/mods/1410). +3. Run the game using SMAPI. + +## Usage +1. Download this mod and reference it when making your mod. +2. Create new wave/sound banks using XACT. +3. Create a new SoundManager in your mod. +4. Play sounds to your heart's content. + +## Versions +1.0: +* Initial release. diff --git a/GeneralMods/SimpleSoundManager/SimpleSoundManager.csproj b/GeneralMods/SimpleSoundManager/SimpleSoundManager.csproj index 78efa53b..8e7f3ca8 100644 --- a/GeneralMods/SimpleSoundManager/SimpleSoundManager.csproj +++ b/GeneralMods/SimpleSoundManager/SimpleSoundManager.csproj @@ -41,6 +41,7 @@ +