Stardew_Valley_Mods/GeneralMods/SimpleSoundManager
Jesse Plamondon-Willard 16d5461a4e standardise SimpleSoundManager entry class & prevent other mods from accessing its mod helper 2017-10-11 16:09:12 -04:00
..
Properties Made SimpleSoundManager for allowing mods to be able to use custom sounds when things happen. Also made an example mod for it. 2017-08-21 16:18:21 -07:00
README.md add readme for SimpleSoundManager 2017-10-11 16:06:26 -04:00
SimpleSoundManager.csproj standardise SimpleSoundManager entry class & prevent other mods from accessing its mod helper 2017-10-11 16:09:12 -04:00
SimpleSoundManagerMod.cs standardise SimpleSoundManager entry class & prevent other mods from accessing its mod helper 2017-10-11 16:09:12 -04:00
SoundManager.cs update deprecated code 2017-10-11 15:55:59 -04:00
manifest.json enable update checks in SMAPI 2.0 2017-10-11 15:57:36 -04:00
packages.config update to mod build package 2.0 2017-10-11 15:45:29 -04: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.