Stardew Valley

Mod articles

  • Custom Patio Locations

    You can now set up locations to allow multiple spouses their own patio locations on your farm. You do this by editing the assets/outdoor-area-<savefile>.json file that should be created for you when you first load a save using this mod (<savefile> will be something like Terra_248193209).

    If you don't create custom patio locations, the official spouse will set up their patio and that's it (yet to test).

    Below is an example file that gives the following setup (the map is from SVE's Immersive Farm 2):

    

    {
        "areas": {
            "Emily": {
                "startX": 73,
                "startY": 11
            },
            "Haley": {
                "startX": 74,...