Stardew Valley
0 of 0

File information

Last updated

Original upload

Created by

John Peters

Uploaded by

emurphy42

Virus scan

Safe to use

About this mod

Displays the name of a music track when it starts.

Permissions and credits
Changelogs
Donations
Stardew Valley has lots of great music, but what's it called? You could look through the jukebox or YouTube, but this mod will tell you the answer right away.

Options (most of these can be changed using Generic Mod Config Menu):
* The message format used for announcements. Use {0} for the song title, and {1} if you want to see the song's internal ID (e.g. "summer1").
* A list of tracks (if any) to skip announcing. Use internal IDs separated by commas.
* A list of tracks to ignore the title (default "Invalid") and announce the internal ID instead.
* Whether to skip announcing all tracks where title is same as ID, e.g. "rain".
* How long to wait before re-announcing the same track (default 2 seconds).
* Keybinding to disable or re-enable announcements (default "N").
* A list of tracks (if any) to override the standard title. For instance, for Back to the Valley, I edited it to:

  "TracksToRename": {
"title_night": "Frost Petals",
"CloudCountry": "Harvest",
"MainTheme": "Stepping Stones",
"spring1": "Bells of Spring",
"spring2": "Stepping Stones",
"spring3": "By the River",
"summer1": "Sounds of Summer",
"summer2": "To the Town",
"summer3": "On the Farm",
"fall1": "Autumn Breeze",
"fall2": "Harvest",
"fall3": "Seed and Soil",
"winter1": "Signs of Winter",
"winter2": "Frost Petals",
"winter3": "Fresh Snow"
  }