Skip to content

Latest commit

 

History

History
 
 

HorseFluteAnywhere

Horse Flute Anywhere is a Stardew Valley mod that lets you summon your horse anywhere (even indoors or in caves/dungeons) at the press of a button or by using the horse flute.


Contents

Install

  1. Install the latest version of SMAPI.
  2. Install this mod from Nexus mods.
  3. Run the game using SMAPI.

Use

You can summon your horse by...

  • using the horse flute item;
  • pressing H if you have a horse flute in your inventory;
  • pressing H without a horse flute if RequireHorseFlute is disable in the config.

This will work anywhere, even in the deepest mines.

Configure

In-game settings

If you have Generic Mod Config Menu installed, you can click the cog button (⚙) on the title screen or the "mod options" button at the bottom of the in-game menu to configure the mod. Hover the cursor over a field for details, or see the next section.

config.json

The mod creates a config.json file in its mod folder the first time you run it. You can open that file in a text editor to configure the mod.

These are the available settings:

setting what it affects
RequireHorseFlute

Whether you must have a horse flute in your inventory (not necessarily on the toolbar) to summon the horse. Default false.

SummonHorseKey

The keybinding which plays the flute and summons the horse (if you have a horse flute in your inventory or you disabled RequireHorseFlute). The default value is "H".

You can use any controller/keyboard/mouse button codes. You can separate bindings with commas (like "H, LeftShoulder" for either one), set multi-key bindings with plus signs (like "LeftShift + H"), and disable it with "None".

Compatibility

Horse Flute Anywhere is compatible with Stardew Valley 1.5+ on Linux/Mac/Windows, both single-player and multiplayer.

Troubleshooting

"You do not own a horse"

That's an issue with the vanilla game, not Horse Flute Anywhere. Make sure you built a stable, and that you were the first player to ride the new horse (which marks you as the owner).

You can also reset horse ownership if needed:

  1. Run this command in the SMAPI console window:
    reset_horses
    
  2. That will reset all horses in the game. Each player should then interact with their horse to name it and take ownership.

See also