Stardew Valley
0 of 0

File information

Last updated

Original upload

Created by

Persival

Uploaded by

persival

Virus scan

Safe to use

About this mod

This mod will allow you to deposit your items into the Junimo Bundle menu without having to travel to the Community Center.

Requirements
Permissions and credits
Please Note: This mod is not yet compatible with Stardew Valley v1.1

When you press the J key, the Junimo Menu from the Community Center opens and you can actually deposit items into the menu without having to travel to the Community Center.

So now you can deposit an item right after you obtain it. No more storing up items for that future trek to the Community Center. No more having to decide whether to drop a potential bundle item because you need the bag space right now.

Stable Release: BundleModv1.0 - If you have a different version I would strongly suggest upgrading

Notes:
I believe I have resolved the freezing issues, saving issues, and anything else I've seen as a game-breaking defect. If you disagree, please add a bug  report and I'll take a look at it asap. That said, I hope you all like my mod ;)

KNOWN ISSUES: None  [as of 6/19/2016]



NAVIGATION:
J - Open/Close Menu
A - Cycle Left
D - Cycle Right

Required Software:
Stardew Valley v1.07 (Game)
Mod: XmlSerializerRetool
SMAPI v4.0
(Stardew Valley Mod API)

How-To Install
Unpack the BundleMod.zip to the /mods directory created by SMAPI. You should have a subdirectory under /mods called BundleMod and it should contain these files:

 ../mods/BundleMod/bundlemod.dll
 ../mods/BundleMod/manifest.json


Note: If you have not yet visited the Community Center, J will do nothing.

Work currently in Progress:
- Trying to figure out how to avoid the Community Center cut-scenes after completing a bundle...or all of them.

Modding Advice for others:
- If your MOD will use Stardew Valley menus, use either the SMAPI MenuChanged/MenuClosed events or controller-input/key-driven SMAPI events...not both. You will thank me.