Seasonal Immersion changes buildings to fit the current season. Buildings can be snow-covered in winter, overgrown with vines in summer, etc.
- Install the latest version of SMAPI.
- Install this mod from Nexus Mods.
- Download a content pack (see below).
- On Windows: copy the ContentPack.zip into the mod's folder.
On Linux or Mac: unzip the ContentPack.zip into the mod's folder. - Run the game using SMAPI.
Suggested content packs (you can only install one):
- Hobbit House by LemonEX (see example)
- Lumisteria Houses by Panwicker (see example or credit)
- Elle's Seasonal Buildings by junimods (see example and credit)
To create a new content pack:
-
Create four folders under the mod's folder:
spring
,summer
,fall
, andwinter
. -
Add PNGs with the same name as the content to replace in each folder. For example, add
Mill.png
to override theContent/Buildings/Mill.xnb
file. -
You can do this for any file under
Content/Buildings
,TerrainFeatures/Flooring
, andTileSheets/Craftables
. For craftables only, you can addCraftables_indoors.png
orCraftables_outdoors.png
(or both); if you addCraftables.png
, it'll apply both indoors and outdoors. -
Create a
manifest.json
file next to the season folders with this content (replace all-caps text with your not-all-caps information):{ "Name": "MOD NAME HERE", "Author": "AUTHOR NAME HERE", "Version":"1.0.0", "Description": "BRIEF DESCRIPTION HERE", }
-
Optionally zip it into a
ContentPack.zip
folder (with themanifest.json
and season folders at the root) to share.
- For Stardew Valley 1.3.30 or later.
- Compatible with Linux, Mac, or Windows.
- No known mod conflicts.