Skip to content

AcidicNic/StardewValleyMods

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stardew Valley Mods

Menu Cycle (Name changed. Previously: Special Orders Anywhere)

Quickly cycle through varies menus, anywhere, using 1 to 3 keybinds.

... <—> Calendar <—> Daily Quests <—> Special Orders <—> Qi's Special Orders <—> Journal (Disabled by default) <—> ...

  • Open/close the first menu in the cycle: P
  • Next Menu: ]
  • Previous Menu: [

While there are options for a cycle right & left keybind, you can disabled one if you'd like.

If you enable the journal, you can open your journal like normal and cycle left/right from there without using the ActivateKey binding.

There are options to access both the Special Orders Board and Qi's Special Orders Board before they are unlocked. Both disabled by default.

🚨 If you have installed Special Orders Anywhere🚨

Delete the SpecialOrdersAnywhere from your Mods folder or both mods will be disabled.

Install

  • Install the latest version of SMAPI.
  • Download the zip from NexusMods.
  • Extract the zip file into your Mods folder.
    • You can find the Mods folder using steam by right clicking Stardew Valley, then clicking Properties > Local Files > Browse

Generic Mod Config Menu (Recommended)

  1. Install the Generic Mod Config Menu mod from NexusMods.
  2. You can edit settings from the title screen (via the cog button) or in-game (at the bottom of the in-game options menu).

Manual Config

Here's a list of valid keyboard and controller inputs for the hotkey options.

You can combine keys to create multi-key bindings.

Config Variables Valid Inputs Description
ActivateKey Any key/button listed here (Default: P) Pressing this key in-game opens the first enabled menu in the cycle.
CycleRightKey Any key/button listed here (Default: ]) After pressing ActivateKey, use this key to cycle to the next menu.
CycleLeftKey Any key/button listed here (Default: [) After pressing ActivateKey, use this key to cycle to the previous menu. If you only want one cycle key: Set this to the same value as CycleRightKey
SpecialOrdersBeforeUnlocked, QiBeforeUnlocked true, false (Default: false) If true, you can access corresponding menu before unlocking it.
enableCalendar, enableDailyQuests, enableSpecialOrders, enableQiSpecialOrders, enableJournal true, false If false, the corresponding menu will not be in the cycle.

View your Monster Eradication Goal List anywhere.

Open/close Monster Eradication Goal List: F7

Install

  • Install the latest version of SMAPI.
  • Download the latest version from NexusMods.
  • Extract the zip file into your Mods folder.
    • You can find the Mods folder using steam by right clicking Stardew Valley, then clicking Properties > Local Files > Browse

Generic Mod Config Menu (Recommended)

  1. Install the Generic Mod Config Menu mod from NexusMods.
  2. You can edit settings from the title screen (via the cog button) or in-game (at the bottom of the in-game options menu).

Manual Config

A config file called config.json will generate inside of StardewValley/Mods/MonsterSlayerAnywhere/ after installing the mod and running the game once. Open config.json and change ToggleMonsterList to your desired key.

Here's a list of valid keyboard and controller inputs for the hotkey option.

You can combine keys to create multi-key bindings.

Config Variables Valid Inputs Description
ToggleMonsterList Any key(s)/button(s) listed here (Default: F7) Opens the Monster Eradication Goal List.

ChangeLog

1.1.0

+ Keybind now toggles the monster eradication goal list, instead of only opening it.
+ Multi-key binding added.

1.0.0

+ Added a hotkey that opens the monster eradication goal list.
+ Generic Mod Config Menu is supported.