# Sideload to Stardrop

*Last updated:* 2026-01-20\
\&#xNAN;*Applies to Stardew Valley:* 1.6.15+

Stardrop is an excellent mod manager designed specifically for Stardew Valley and is great for managing individual mods. However, because it doesn't support Nexus Collections directly, it's not recommended for collection users. If you want to use Stardrop with a collection, you'll need to install the collection through Vortex first, then fully migrate to Stardrop. This guide covers the migration process and Stardrop-specific setup requirements.

***

## Installation Instructions

[SMAPI (Stardew Modding API)](https://smapi.io/) must be installed separately Stardrop does not install SMAPI for you.

For detailed installation instructions for your platform, please refer to the official Stardrop documentation:

* **Linux:** [Linux Installation Instructions](https://floogen.gitbook.io/stardrop/getting-started/installing-stardrop/linux)
* **macOS:** [macOS Installation Instructions](https://floogen.gitbook.io/stardrop/getting-started/installing-stardrop/macos)
* **Windows:** [Windows Installation Instructions](https://floogen.gitbook.io/stardrop/getting-started/installing-stardrop/windows)

Official Stardrop Documentation: [Installing Stardrop](https://floogen.gitbook.io/stardrop/getting-started/installing-stardrop)

***

## Transferring to Stardrop

Follow these steps to move your existing Vortex-managed setup to Stardrop.

{% hint style="danger" %}
Do not run two mod managers on the same game at the same time. You may corrupt installs. Make sure to stop managing Stardew Valley in Vortex before using Stardrop.
{% endhint %}

**Before you begin:** You must first install the collection using Vortex. Follow the [New Player Install Instructions](/svve/installation/index.md) to download and install all mods before proceeding with these steps.

{% hint style="danger" %}
You must use Hardlink deployment in Vortex. Softlinks cannot be copied in the same way, which will cause issues when transferring to Stardrop.
{% endhint %}

### 1) Backup Your Mods

* Open your Stardew Valley/Mods folder
* Copy the entire folder to a safe backup (e.g., `C:\Backup\Mods`)

### 2) Stop Vortex Managing Stardew Valley

* Open Vortex
* Games tab > Stardew Valley > Stop Managing/Unmanage Game

### 3) Install SMAPI (if needed)

* Stardrop does not install SMAPI for you
* Download from <https://smapi.io/> and install for your OS

### 4) Get Stardrop

* Download Stardrop (mod manager for SMAPI)
* Extract it somewhere convenient (e.g., Desktop)
* Launch once to ensure it reads your Mods folder

### 5) Launch via Stardrop

* Open Stardrop
* Verify SMAPI and mods are detected
* Launch the game from Stardrop

***

## See Also

* [New Player Install Instructions](/svve/installation/index.md) - Install collections first using Vortex
* [Troubleshooting & FAQ](/svve/troubleshooting/index.md) - For non-Stardrop-specific issues
* [Manual Installation](/svve/installation/manual.md) - Alternative installation method


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://jenna-juffuffles.gitbook.io/svve/installation/stardrop.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
