Stardew_Valley_Mods/GeneralMods/HappyBirthday
Jesse Plamondon-Willard 2470bbc361 simplify project structure & unify mod solutions
This commit combines the general mods into one solution, removes compiled/generated files, and standardises the project names.
2017-07-27 20:18:19 -04:00
..
Content/Data Made controller cmpatability it's own mod. Need to test LoadGameMenu 2017-03-06 20:11:41 -08:00
OmegasisUtility simplify project structure & unify mod solutions 2017-07-27 20:18:19 -04:00
PatchedUtilities simplify project structure & unify mod solutions 2017-07-27 20:18:19 -04:00
Properties simplify project structure & unify mod solutions 2017-07-27 20:18:19 -04:00
Birthday_Menu.cs simplify project structure & unify mod solutions 2017-07-27 20:18:19 -04:00
Class1.cs simplify project structure & unify mod solutions 2017-07-27 20:18:19 -04:00
HappyBirthday.csproj simplify project structure & unify mod solutions 2017-07-27 20:18:19 -04:00
ReadMe.txt Made controller cmpatability it's own mod. Need to test LoadGameMenu 2017-03-06 20:11:41 -08:00
manifest.json simplify project structure & unify mod solutions 2017-07-27 20:18:19 -04:00
packages.config simplify project structure & unify mod solutions 2017-07-27 20:18:19 -04:00

ReadMe.txt

Happy Birthday

Version:1.1.1

Published: 8/18/16 11:21 AM

Updated: 11/8/16 1:17 AM

Compatability:

Stardew Valley 1.1.0 Windows

SMAPI 0.40.0

Description:

Ever wonder why you don't have a birthday in Stardew Valley? Well worry no more!

Introducing the mod, Happy Birthday!

This mod is pretty basic and does a few things.

1.Adds in a new menu where you can choose the birthday for your farmer. Just load up your character and try to move and the menu should pop up!

2.NPCs wish you a happy birthday. Dialogue for this can be found at StardewValley/Content/Data/FarmerBirthdayDialogue.xnb

3.You get a random gift from each NPC according to how close you are to them. Possible gifts can be found at StardewValley/Content/Data/PossibleBirthdayGifts.xnb

There may or may not be a few content additions in the future depending on how much time I have, so keep an eye out just incase!

Installation:
1.Download SMAPI
2.Download the main mod file
3.Download the mod Content file.
4.Place the main mod content file at StardewValley/Mods\
5.Merge the mod Content file with the content file located at StardewValley/Content
OR
Place FarmerBirthdayDialogue.xnb and PossibleBirthdayGifts.xnb from the mod content folder inside of StardewValley/Content/Data
6.Run the game!

Note: This mod was built with custom NPCs in mind. You can either add in your custom NPC to the mod content files to allow for NPC specific dialogue and gifts, but if you don't you'll just get a default birthday message and the NPC will choose a gift from the general gift pool.

Have fun!

Update Info: 
1.1.1
-Balanced some gifts to be a bit less op. (Like 25 rabit foots);
-Fixed the birthday menu to force you to choose a season and date before you are allowed to exit the menu.
-Hopefully fixed the ???, Error Item, and useless rocks from showing up as possible gifts.
-Implemented a cheep fix to hopefully prevent the game from crashing when inside an event. It gives priority to the event over your birthday in worst case scenario.

1.1.0
-Updated to SDV 1.1
-Added a popup that wishes you happy birthday on your birthday
-Added a way for the player to receive mail from their parents on their birthday.

1.0.6
-Fixed a bug where NPC's wouldn't wish you a happy birthday if your birthday didn't exist already.

1.0.5
-Fixed a bug where NPCs wouldn't wish you a happy birthday but give you a gift.

1.0.4
-Fixed a bug where everyone would wish you a happy birthday every day. Opps

1.0.3
-Fixed a bug where you could "talk" to your pet.

1.0.2
-Deleted some old data. all good now.

1.0.1
-Fixed a dialogue error with Shane
-Stopped spamming info to the SMAPI console.

1.0.0
-Initial Release