Seasonal Immersion changes buildings to fit the current season. Buildings can be snow-covered in winter, overgrown with vines in summer, etc.
Install steps
- Install the latest version of SMAPI.
- Unzip the download into Stardew Valley/Mods.
- Download a content pack (see next section).
- On Windows: copy the ContentPack.zip into the mod's folder.
On Linux or Mac: unzip the ContentPack.zip into the mod's folder.
Suggested content packs
(You can only install one.)
Creating a new content pack
- 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, and winter.
- Add PNGs with the same name as the content to replace in each folder. For example, add Mill.png to override the Content/Buildings/Mill.xnb file.
You can do this for any file under Content/Buildings, TerrainFeatures/Flooring, and TileSheets/Craftables. For craftables only, you must specify Craftables_indoors.png or Craftables_outdoors.png (or both).- Create a manifest.json file next to the season folders with this content (replace all-caps text with your not-all-caps information):
Code:{ "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 the manifest.json and season folders at the root) to share.
See also
- Source code
- Support thread (make sure you include your latest SMAPI log when asking for help!)
- Mod Pack Permissions:
- You must get the author's consent before including this mod in a compilation.
- Mod Assets Permissions:
- Do not alter or redistribute the assets included in this mod.
-
Welcome to the official Starbound Mod repository, Guest! Not sure how to install your mods? Check out the installation guide or check out the modding help thread for more guides.Dismiss Notice
Outdated Mods have been moved to their own category! If you update your mod please let a moderator know so we can move it back to the active section.
[SMAPI] Seasonal Immersion 1.12.0
A more seasonal farm at only $49,99! (Without VAT)
Tags:
Recent Updates
- Cross-mod support Mar 17, 2018
- Compatibility with mods that edit TileSheets/Craftables.xnb Dec 23, 2017
- Fixing zip support Aug 25, 2017