Stardew Valley

File information

Last updated

Original upload

Created by

MouseyPounds

Uploaded by

MouseyPounds

Virus scan

Safe to use

About this mod

Dish of the Day Display is a SMAPI mod which adds a localized chat message and/or an in-game sign indicating what special food item Gus is selling at the Saloon each day.

Requirements
Permissions and credits
Changelogs
Description:

Dish of the Day Display
is a SMAPI mod which adds a localized chat message and/or an in-game sign indicating what special food item Gus is selling at the Saloon each day. The toggling of types of display and the location of the sign are set in the config.json file; this file is not included with the download and will be automatically created the first time the game is run with the mod loaded.


Installation:

  • Install the latest version of SMAPI.
  • Unzip the download and place the included DishOfTheDayDisplay folder into your Mods folder.


Configuration:

  • Show_Chat_Message lets you choose whether the localized text message appears. Choices are true (default) or false.
  • Place_Sign lets you choose whether an in-game sign will be created. Choices are true (default) or false.
  • Sign_Type lets you choose which variation of sign (if it's enabled.) Choices are wood (default) or stone.
  • Sign_Location_Map_Name lets you choose on which map the sign will appear (if it's enabled.) The default is Town; any other valid location identifier (including those added by mods) should work.
  • Sign_Location_Tile_X lets you choose the X coordinate where the sign will appear (if it's enabled.) The default is 42; accepts integer values.
  • Sign_Location_Tile_Y lets you choose the Y coordinate where the sign will appear (if it's enabled.) The default is 71; accepts integer values.


Compatibility:

Dish of the Day Display requires SMAPI version 2.10 or higher and should work with Stardew Valley 1.3.36 or higher.


Source Code Repository:

GitHub