Stardew Valley

File information

Last updated

Original upload

Created by

season

Uploaded by

gggl634624654567

Virus scan

Safe to use

About this mod

Calendar,Quests,Statistics,GoldenWalnuts information display;
Map Pictures of Farm/Island/Locations show;
Friendship information and quick send gifts anywhere;
and more features can be Config.
(For 1.6)

Requirements
Permissions and credits
EasyValley is a simplified version of MagicValley, for StardwValley 1.6.
It will make it easier for you to live in StardwValley.

Usage:
Download mod file , unpack it to "Stardew Valley/Mods" folder, then start game with SMAPI;
In Game , press the Q key(can be config) to open the menu and select the feature to be used.
It mainly includes the following contents:

  • Quick information display:
Calendar , Quests , Statistics , GoldenWalnuts etc.
Spoiler:  
Show

configs:

FeatureListKey : default Q; the shortcut key to open main menu;
--- ForceRefreshSpecialOrder : default false; if true, the Orders will refresh when open SpecialOrder/Mr.Qi'sSpecialOrder;
--- EnableGoldenWalnutGain : default false; if true, you can arrive at the corresponding location by left-click items, and some walnuts can directly obtain;


  • Friendship information management:
show Villagers, you can give love gift to designative villager anywhere;
if you want to send a lot of gifts to multiple villagers, "Easy Gift" MOD may help you.
Spoiler:  
Show

configs:

--- EnableNpcGiveGift : default true; you can give love gift to NPC on FriendshipData page;


  • Maps and Teleport:
show Ginger Island Map, Farm Map, Current Location Map Picture. and you can travel by right-click if enable teleport in configs.
can use Elevator for mines/skullcave/volcano anywhere if enable elevator in configs.
Spoiler:  
Show

configs:

showLocationMap : default true; show current location map in main menu;
--- LocationMaptKey : default N; the key to open LocationMap;
--- EnableLocationMapTeleport : default false; in location map, can right click position to there;
EnableElevator : default false; show Elevator of mines/skullcave/volcano in main menu;
--- DesertElevatorMaxLevel : default 100; the max level of Skull Elevator;


  • More Feature Offices:
show more features here, such as Tailoring, DyeClothing,  BuyBackpack, Dresser, ShippingBin, etc.
Spoiler:  
Show

configs:

EnableMoreOffice : default true; show more features in offices menu;
EnableEnchantment : default false; show enchantment menu item;
--- AllowMaxEnchantmentTimes : default 1; how many enchantment can apply to the tool;
--- EnchantmentToolPrice : default 5000; the price to enchantment tool;
EnableUnlockRecipes : default false; Allow displaying and purchasing recipes;


  • [Mod Interface Extension]
if you are mod author, and need some entrys of menu item,you can use IMagicValleyApi to Register Menu Item.
Spoiler:  
Show
/*
itemName: menu item display name.
onHoverText: <int indexOfMenuItem, string menuItemName, string return_HoverTextToDisplay>
onItemClick: <int indexOfMenuItem, string menuItemName, bool return_WhetherReOpenMenu>
*/
public interface IMagicValleyApi
    {
        bool RegisterMenuItem(IManifest mod, string itemName, Func<int, string, string> onHoverText, Func<int, string, bool> onItemClick);
    }
//Register when Events.GameLoop.GameLaunched
var magicValleyApi = mod.Helper.ModRegistry.GetApi<IMagicValleyApi>("season.EasyValley");
if(magicValleyApi != null) magicValleyApi.RegisterMenuItem(mod, translationOfItemName1, ...args);
if(magicValleyApi != null) magicValleyApi.RegisterMenuItem(mod, translationOfItemName2, ...args);


Change Mod Configs:  Automatically generate file "config.json" After running game once, Edit "config.json" file and enter the configuration in the correct format.


Where have the other features in MagicValley gone?
Some features have been added to Other MODs, which have been uniformly named the Easy series. 
and some non essential features have been temporarily discarded.

Automation related features be added in these mods:
Easy Fishing
Easy Attack
Easy Cleaner
Easy Harvest

Management Chest feature be added in this mod:
Easy Chest

Batch send gifts feature be added in this mod:
Easy Gift

Convenient travel feature be added in this mod:
Easy Travel 

season's MOD合集 中文介绍
Spoiler:  
Show

辅助类MOD:
EasyValley-N网21181 综合性MOD,远程打开镇上的日历、各个任务板、进度统计器,展示当前区域的小地图,展示村民友谊信息,远程访问各个商店等功能(配置中可以启用更多功能)
PositivePredictor-N网23132 预测器MOD,预测明日运势、五彩蝴蝶位置、钓鱼气泡位置、姜岛神殿4个宝石、显示晶球迷之盒内容等(配置中可以启用更多功能)
PerfectTrinkets-N网22358 锻造附魔优化MOD,可锻造出完美饰品、戒指,龙牙/五彩石完美附魔武器工具,可配置青蛙、仙子饰品颜色
SmallTreeTexture-N网22285 贴图MOD,把装上树挂的树显示成小树的贴图样式

功能类MOD:
技能:
ShareExperience-N网22163 将满级技能的额外获得的经验分给其他技能
EasyFishing-N网20830 [钓鱼] 钓鱼小游戏中拉钩进度不会下降,配置中可启用跳过钓鱼小游戏及完全自动钓鱼
EasyHarvest-N网20924 [耕种、采集] 快捷播种(锄地、洒肥、播种)、一键收获(作物、果树、采集品、树莓、树挂、小桶、浇水、挖蚯蚓等等)、快捷酿酒(小桶、酱桶、烘干机等等)
EasyCleaner-N网20865 [采矿] 一键清理杂草、石头、树枝,配置中可开启在矿井等室内区域生效、清理农场中散落的树种
EasyAttack-N网20832 [战斗] 武器可以远程攻击敌人
EasyFairy-N网20931 [耕种] 增加夜晚出现仙子、女巫频率,农场不会出现乌鸦,混合种子小概率出远古

buff:
SpeedBoots-N网22958 穿鞋子增加移速buff、戴不同的帽子会有对应能力的buff
[EasyValley] 技能专精:允许降低其他技能等级来增加指定技能等级

友谊:
EasyGift-N网20838 一键批量送礼,每天自动与村民聊天、每天自动抚摸动物
[EasyValley] 管理村民朋友信息并支持远程送礼、聊天、访问私人商店

箱子:
EasyChest-N网20842 远程管理箱子、远程使用连接了所有箱子中材料的制作工作台(注意:联机合作模式中,多个人同时使用同一个箱子可能有数据同步问题)

商店:
[EasyValley] 可远程访问所有商店,可访问村民的私人商店(私人商店物品对应村民的三花蛋商店,部分村民商店物品数据在配置文件中)

配方:
[EasyValley] (默认未启用此功能,需要在配置中启用此功能)可预览并购买缺失的打造配方及食谱配方

传送:
EasyTravel-N网20872 使用传送杖/传送剑可方便的传送到各个区域,支持把马作为灵活传送点,支持用快捷键自定义传送点
[EasyValley] (默认未启用传送相关功能,需要在配置中启用此功能)支持显示当前区域的小地图并在小地图上选择传送地点,支持传送到某个村民身边,支持远程使用电梯/沙漠电梯/火山电梯