Stardew_Valley_Mods/SimpleSoundManager
Joshua Navarro c474ce1a8d
Updated SSM to allow for playing/stoping of sound files.
2018-07-08 00:48:13 -07:00
..
Framework Updated SSM to allow for playing/stoping of sound files. 2018-07-08 00:48:13 -07:00
Properties Updated SSM to allow for playing/stoping of sound files. 2018-07-08 00:48:13 -07:00
bin/Debug Updated SSM to allow for playing/stoping of sound files. 2018-07-08 00:48:13 -07:00
obj/Debug Updated SSM to allow for playing/stoping of sound files. 2018-07-08 00:48:13 -07:00
README.md Updated SSM to allow for playing/stoping of sound files. 2018-07-08 00:48:13 -07:00
SimpleSoundManager.csproj Updated SSM to allow for playing/stoping of sound files. 2018-07-08 00:48:13 -07:00
SimpleSoundManager.csproj.user Updated SSM to allow for playing/stoping of sound files. 2018-07-08 00:48:13 -07:00
SimpleSoundManagerMod.cs Updated SSM to allow for playing/stoping of sound files. 2018-07-08 00:48:13 -07:00
manifest.json Updated SSM to allow for playing/stoping of sound files. 2018-07-08 00:48:13 -07:00
packages.config Updated SSM to allow for playing/stoping of sound files. 2018-07-08 00:48:13 -07:00

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

  1. Install the latest version of SMAPI.
  2. Install this mod from Nexus mods.
  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.

1.0.1:

  • Enabled update checks in SMAPI 2.0+.
  • Fixed compatibility with SMAPI 2.0.