Stardew Valley
0 of 0

File information

Last updated

Original upload

Created by

GlimmerDev

Uploaded by

GlimmerDev

Virus scan

Safe to use

About this mod

SMAPI mod that provides an audio cue when it's getting late, instead of just a visual one.

Requirements
Permissions and credits
Mirrors
Changelogs
A simple Stardew Valley mod that plays a sound to remind you to head back to your bed when it starts to get late. Good for those (like me) who are bad at time management, or that might not as easily notice the visual cue. Plus you can customize the time and sound! This is my first mod, so please feel free to let me know if you have any feedback or issues.

The mod will, by default, play the elevator "ding" sound at the following intervals: 11PM (one ding), 12AM (two dings), 1AM (three dings.) By the time you hear three dings, you better get to bed!

Both the times and the sound can be configured using the below config options.

Installation

This mod requires Stardew Valley 1.6, and SMAPI >= 4.0.0.

  •     Download the mod.
  •     Unzip the downloaded ZIP file.
  •     Copy the "SleepWarning" mod to your game's "Mods/" folder.

Configuration

Generic Mod Config Menu

This mod supports Generic Mod Config Menu, which provides a user friendly interface for changing configuration options. Simply install GMCM, and Sleep Warning will appear in the list. GMCM is not required to use this mod.

Config File

The config will generate automatically once you load the game with the mod installed. To reset the config, simply delete the "config.json" in the mod's folder.

FirstWarnTime

The time to play the first warning sound. Set to -1 to disable.
Default: 2300 (11PM)

SecondWarnTime
The time to play the second warning sound. Set to -1 to disable.
Default: 2400 (12AM)

ThirdWarnTime

The time to play the third warning sound. Set to -1 to disable.
Default: 2500 (1AM)

WarningSound

The sound name of the sound to play at each warning time. See here for a list of valid sound names.
Default: "crystal" (Elevator "ding")