About this mod
Lets you upgrade, renovate, and paint uninhabited cabins. You can also move their beds and optionally remove their gift boxes.
- Requirements
- Permissions and credits
-
Translations
- Portuguese
Install
- Install the latest version of SMAPI.
- Unzip the mod folder into Stardew Valley/Mods.
- Run the game using SMAPI.
How to use
Upgrade cabin
Interact with the left corner of Robin's shop counter to upgrade empty cabins. You can also enter upgrade_cabin in the SMAPI console window to show the menu anytime.
Change cabin appearance
Normally you can't change the appearance of someone else's cabin. That no longer applies to empty cabins when this mod is installed, so you can change their appearance through Robin's normal menu like any other building.
Move beds
Normally you can't place or move beds in someone else's cabin. That no longer applies to empty cabins when this mod is installed.
More features using console commands
You can make other changes to cabins by entering commands directly into the SMAPI console window.
First, enter the list_cabins command to get a list of empty cabins in your save. If you're not sure which cabin is the one you want, just enter the command while you're inside it; that cabin will say "You are here" in the list. For example:
list_cabins
You have 2 empty cabins in this save:
- Plank Cabin at tile position 89 24, not upgraded yet. You are here.
- Stone Cabin at tile position 83 24, not upgraded yet.
You can use the cabin number in other commands, like `remove_seed_box 1` to remove it from the first cabin above.
Next, enter one of the console commands to make the change you want:
- remove_seed_box <cabin number> — remove the gift box in a cabin.
- renovate_cabin <cabin number> — remove cribs and apply all renovations to a cabin.
- set_crib_style <cabin number> <crib style> — change which baby crib appears in a cabin. The vanilla styles are 0 (disabled) and 1 (enabled).
- toggle_renovation <cabin number> <renovation id> — add or remove a specific renovation for a cabin. You can enter the list_renovations command to get a list of renovation IDs.
For example, to remove the seed box from the Plank Cabin in the example above:
remove_seed_box 1
Seed box removed from Plank Cabin at tile position 89 24.
Common questions
Is the mod still compatible?
The mod is compatible with Stardew Valley 1.6.15 or later on Linux/macOS/Windows, both single-player and multiplayer.
Does the mod conflict with any others?
There are no known mod conflicts. Feel free to report compatibility issues in the mod comments.
Can I safely add/remove the mod anytime?
Yep, the mod makes no custom changes to your save beyond the specific changes you request.
See also