Sleep in your friends' beds! (With permission, of course - 6+ hearts required)
A Stardew Valley mod that lets you have sleepovers at NPCs' houses. Once you've built up enough friendship with a villager, you can sleep in their bed just like your own.
- Sleep in any NPC's bed once you have 6+ hearts with them
- Works with all villager houses
- Respects marriage and relationships (need hearts with both partners for shared beds)
- Normal sleep mechanics (save game, restore energy, etc.)
- Can sleep from 8:00 PM (or 6:00 PM if raining)
- Install SMAPI
- Download the latest release
- Extract to your
Stardew Valley/Modsfolder - Run the game using SMAPI
- SMAPI
- .NET 6.0 SDK
- Visual Studio/VS Code (optional)
git clone https://github.com/ka1ne/StardewSleepover.gitdotnet buildThe mod will automatically be copied to your Stardew Valley Mods folder thanks to SMAPI's ModBuildConfig.
While developing, you can:
- Keep the game running
- Make code changes
- Run
dotnet build - Try
reload_i18nin SMAPI console (~key) - If changes don't appear, restart the game
Note: Most code changes require a game restart, but some content can be hot reloaded.
The mod includes several development aids:
- 🟥 Visual bed area rectangles (red semi-transparent boxes)
- 📝 Detailed warp tracking logs in SMAPI console
- 🎯
sleepover_debugcommand for checking tile coordinates - 📊 On-screen debug text showing bed areas and coordinates
StardewSleepover/
├── ModEntry.cs # Main mod code
├── manifest.json # Mod metadata
└── StardewSleepover.csproj # Project configuration
Contributions are welcome! Feel free to:
- Report bugs
- Suggest features
- Submit pull requests
- ConcernedApe for Stardew Valley
- Pathoschild for SMAPI
- All the villagers for letting us sleep in their beds