1. 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.
    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.
    Dismiss Notice

[SMAPI] Seasonal Immersion 1.12.0

A more seasonal farm at only $49,99! (Without VAT)

  1. Cross-mod support

    Entoarox
    This extends seasonal building support into locations added by other mods, as long as those are extending SDV's `BuildableGameLocation` at some point. (Like the default Farm does)
  2. Compatibility with mods that edit TileSheets/Craftables.xnb

    Entoarox
    This adds partial compatibility for mods that edit the Craftables.xnb

    Mods that edit Craftables will also need to edit Craftables_indoor & Craftables_outdoor on their own end for full support.
    caevitar, PippaSmith and soh6010 like this.
  3. Fixing zip support

    Entoarox
    This version of SeasonalImmersion should once more fix support for Zipped content packs, extra logic has also been added so that if a ContentPack directory or ContentPack.zip file is found, but no manifest.json exists, the Embedded content pack is used instead.
    PippaSmith and SweetRiceCakes like this.
  4. Patch for compatibility with newest SMAPI

    Entoarox
    This patch has been provided by @Pathoschild, give him some love for it!
    PippaSmith, SweetRiceCakes and Pohany like this.
  5. Logging & hopefully fixing zipped content packs

    Entoarox
    This update fixes a mistake on my end, as error logging often did not include the actual error message, without that I cant exactly solve things.
    Now all error logs will include the actual error.

    I also made some changes that should *hopefully* make zipped content packs work again, but keep in mind that this is not guaranteed.
    ziimm likes this.
  6. Refactor & Fallbacks

    Entoarox
    This version of SI refactors the internal mechanics to be a bit more optimized then previously.

    Also included is a fallback, if reading the ContentPack.zip fails, then it will use the embedded content pack instead.

    The final change, is that if your seasonal `Craftables` is the same both indoor and outdoor, you can just create a single `Craftables.png` file and it will work for both.
    The indoor and outdoor versions still have priority over the "generic" version, and if the generic version...
    usmanuzumaki and Anya82 like this.
  7. Major update!

    Entoarox
    This version adds SMAPI 1.9 compatibility and replaces the zipped content pack handling with a new mechanic that should hopefully mean SI is now compatible with the mac.
  8. Logger update

    Entoarox
    This update performs a lot more logging to hopefully figure out what went wrong next time something goes wrong.

    It also fixes a misconception on my part on how the extension method worked >_>
  9. More sanity again...

    Entoarox
    Again, extra sanity checking because some PC's just seem to like making my mod crash....
  10. More sanity

    Entoarox
    This minor update adds some extra sanity checking to hopefully prevent some rather weird things that could apparently happen.
    peroxidewren likes this.