Mods for Doraemon Story of Seasons originally made by KirieZ (@guilherme-gm)
- Those mods are also available on Nexus Mods: https://www.nexusmods.com/doraemonstoryofseasons/users/51854921?tab=user+files
NOTE for old users: If you are coming here after downloading mods in 2022, you may notice that there are several mods missing.
They were NOT removed. Just merged into a single mod: Enhancements and Tweaks
Please update your mod to it, as I will only keep this mod from now on. No functionality was lost. This is just a single mod that compiles all of them (and you may enable/disable them individually).
Adds a new option, "View Info" in chest furnitures in your house. Pressing the key for it will open a menu where you can access some usefull menus which would otherwise require you to walk around.
List of available menus:
- Ledger (from mayor's house)
- Bulletin board (the one in the city)
- Guidebooks (from mayor's house)
- Bugs
- Crops
- Fishes
- Recipes
- Gallery (from mayor's house)
This mod incorporates several Quality of Life and minor adjustments to the game to improve progression and general playing experience (in the mod-author's vision). You are able to toggle each change separately to pick only the ones you want.
Summarized list of changes: (View mod page for details)
- (Adjustment) Make tools consume 1 of stamina regardless of the charging level
- (Adjustment) Reduce friendship cost from asking Korobokkur's help (and remove cost at 10 hearts)
- (QoL) Put a new system to rotate/place objects
- (QoL) Add a confirmation dialog before you remove a Beehive
- (QoL) Displays an alert using the event log when a festival is about to start
- (QoL) Adds a togglable window in mini-map menu to display shops working hours
- (QoL) Adds a button to Kitchen's menu to toggle between all recipes you have/recipes you have required items for.
- (QoL) Display item sell price beside item description
- (QoL) Sorts some lists menu alphabetically
- (QoL) Display player stamina below clock
- (QoL) Display effect on planted crops once they reach their maximum quality (5 star)
Adds a fishbook item to be bought. This item will track your progress as you catch fishes on the game and display info about each fishing spot when you get near them.
This mod is pretty much done, but still could use some visual improvements.
Library with utilities to make mods. The aim of this lib is to provide other mods a direct and consistent interface to do their work, so they don't have to rely on the game internals in case it ever changes.
It also helps solve conflicts between mods, for example, by providing a single and incremental item ID system that mods may extend.
Utility to dump the binary resources as text. This is a prototype and quite unstable.
- TFM: net35
- Unity version: 2017.4.10
To build those mods yourself you will need .NET Framework installed (per BepInEx dependency) and Visual Studio.
After having those pre-requisites:
- Clone this repository
- Copy
Assembly-CSharp.dll
andUnityEngine.UI.dll
from your Doraemon Story of Seasons folder (path:[SteamApps folder]/DORAEMON STORY OF SEASONS/DORaEMON STORY OF SEASONS_Data/Managed/
) intolibs
folder in this cloned repository. - Open
Mods.sln
and wait until it gets additional dependencies via NuGet - You are ready to click on "Build"
Similar steps may work for VSCode, but I am not sure how to download NuGet packages there.
If you have found any issue, consider opening an Issue and stating as much details as possible.
See Contributting.