I wanted to let you all know that I finally got around to a new bugfix for the mod which should *hopefully/finally* fix the issue with Lewis and your spouse constantly asking for your birthday every single day. (Thanks to VitoPonzio for helping me figure this one out with helpful SMAPI logs!) If this issue still persists for you, comment below with your log or send me a DM and we can try to figure this one out when I get a moment.
This update was a very small one to address that issue and some minor compatibility issues with other mods that display mail titles, and npcs for belated birthday messages.
I know a lot of players have been asking if there is mobile support. The current answer is, not currently, as I don't own the mobile version of Stardew Valley to test these changes myself and my time is limited these days for how much I can work on side projects, such as modding. If this is something you would like to see, please let me know by commenting on this forum post (https://www.nexusmods.com/stardewvalley/mods/520/?tab=forum&topic_id=15674299) (the one labeled Mobile Support, not sure why it doesn't link directly) and I can try to take a look at what that effort could take if enough people request it.
Thanks again for all of the support over the years!
Hey I updated to the newer version 3.19.4, loaded an old save file, the birthday date is gone, but Lewis does not come and ask anymore... Is there any way I can edit the files manually?
The birthday data is stored inside of the of the mod folder and requires you to have at least one content pack installed. Look up the English content pack for happy birthday mod. https://www.nexusmods.com/stardewvalley/mods/11148
If the problem still persists, post a SMAPI log to help me figure out why.
I just updated this and now my icon is missing on the calendar. My head and arms are there just not the body. Is there anyway I could fix this?
This was the message [Happy Birthday] This mod failed in the Display.RenderedActiveMenu event. Technical details: ObjectDisposedException: Cannot access a disposed object. Object name: 'Can't draw texture '@FarmerRenderer.baseTexture' because it's disposed.'. at Microsoft.Xna.Framework.Graphics.SpriteBatch.CheckValid(Texture2D texture) in D:\GitlabRunner\builds\Gq5qA5P4\0\ConcernedApe\stardewvalley\MonoGame.Desktop\MonoGame.Framework\Graphics\SpriteBatch.cs:line 176 at Microsoft.Xna.Framework.Graphics.SpriteBatch.Draw_PatchedBy<Platonymous.Portraiture__spacechase0.SpaceCore>(SpriteBatch this, Texture2D texture, Vector2 position, Nullable`1 sourceRectangle, Color color, Single rotation, Vector2 origin, Vector2 scale, SpriteEffects effects, Single layerDepth) at Microsoft.Xna.Framework.Graphics.SpriteBatch.Draw_PatchedBy<Platonymous.Portraiture__spacechase0.SpaceCore>(SpriteBatch this, Texture2D texture, Vector2 position, Nullable`1 sourceRectangle, Color color, Single rotation, Vector2 origin, Single scale, SpriteEffects effects, Single layerDepth) at Omegasis.HappyBirthday.Framework.Utilities.RenderUtilities.DrawPlayerPortraitOnCalendarDay(Int32 day, Farmer who, SpriteBatch spriteBatch) at Omegasis.HappyBirthday.Framework.Utilities.RenderUtilities.OnRenderedActiveMenu(Object sender, RenderedActiveMenuEventArgs e) at StardewModdingAPI.Framework.Events.ManagedEvent`1.Raise(TEventArgs args)
I have this issue too. It's not like I can save the game because Smapi has an "auto save" and every time I start my game, Lewis shows up in my door and keeps asking me my birthday date.
Same. And, the most annoying thing, my spouse keeps asking me what I want for my birthday. Like, I have told u several times! And also, it isn't because I didn't save the game, I saved it but it just kept on happening.
Hi, i have the issue with the save file and everytime i start the game Lewis shows up to ask my birthday. Reading on the old forum i noticed that a player data folder is created to store those data so i tought i could manually create the folder to simulate the save but it's hard to get the right files without knowing how it should look like, could someone who has that folder post here the structure and the files inside? Thanks to whoever will answer
[SMAPI] Skipped mods [SMAPI] -------------------------------------------------- [SMAPI] These mods could not be added to your game. [SMAPI] - Happy Birthday Content Pack- SVE 1.1.1 because it requires mods which aren't installed (Omegasis.HappyBirthday). [SMAPI] - Happy Birthday en-US Translation Content Pack 1.4.2 because it requires mods which aren't installed (Omegasis.HappyBirthday). [SMAPI] - Non Destructive NPCs 1.0.0 because it's no longer compatible. Please check for a new version at https://smapi.io/mods[SMAPI]
Hi, question: Whenever I reload the app, it resets. I keep all my gifts and things but my spouse asks what I love again and Mayor Lewis asks when I want my birthday. Please fix this. Thanks so much!
After the birthday there are some mails given, and the problem is that whenever i read all of the villagers mails it restarts again? like the mails are infinite.
Thanks so much for your mod! I tried testing it on a new farm on Spring 1 a few times, and unfortunately the mail from parents doesn't seem to work. I click on the icon but nothing comes up, I can't see any mail in the menu, and I receive no money. Any idea why? SMAPI log here: https://smapi.io/log/f4aace3f99754b3b933c74e66dce8cc2
1477 comments
I wanted to let you all know that I finally got around to a new bugfix for the mod which should *hopefully/finally* fix the issue with Lewis and your spouse constantly asking for your birthday every single day. (Thanks to VitoPonzio for helping me figure this one out with helpful SMAPI logs!) If this issue still persists for you, comment below with your log or send me a DM and we can try to figure this one out when I get a moment.
This update was a very small one to address that issue and some minor compatibility issues with other mods that display mail titles, and npcs for belated birthday messages.
I know a lot of players have been asking if there is mobile support. The current answer is, not currently, as I don't own the mobile version of Stardew Valley to test these changes myself and my time is limited these days for how much I can work on side projects, such as modding. If this is something you would like to see, please let me know by commenting on this forum post (https://www.nexusmods.com/stardewvalley/mods/520/?tab=forum&topic_id=15674299) (the one labeled Mobile Support, not sure why it doesn't link directly) and I can try to take a look at what that effort could take if enough people request it.
Thanks again for all of the support over the years!
Happy farming,
Omegasis
Look up the English content pack for happy birthday mod.
https://www.nexusmods.com/stardewvalley/mods/11148
If the problem still persists, post a SMAPI log to help me figure out why.
This was the message
[Happy Birthday] This mod failed in the Display.RenderedActiveMenu event. Technical details:
ObjectDisposedException: Cannot access a disposed object.
Object name: 'Can't draw texture '@FarmerRenderer.baseTexture' because it's disposed.'.
at Microsoft.Xna.Framework.Graphics.SpriteBatch.CheckValid(Texture2D texture) in D:\GitlabRunner\builds\Gq5qA5P4\0\ConcernedApe\stardewvalley\MonoGame.Desktop\MonoGame.Framework\Graphics\SpriteBatch.cs:line 176
at Microsoft.Xna.Framework.Graphics.SpriteBatch.Draw_PatchedBy<Platonymous.Portraiture__spacechase0.SpaceCore>(SpriteBatch this, Texture2D texture, Vector2 position, Nullable`1 sourceRectangle, Color color, Single rotation, Vector2 origin, Vector2 scale, SpriteEffects effects, Single layerDepth)
at Microsoft.Xna.Framework.Graphics.SpriteBatch.Draw_PatchedBy<Platonymous.Portraiture__spacechase0.SpaceCore>(SpriteBatch this, Texture2D texture, Vector2 position, Nullable`1 sourceRectangle, Color color, Single rotation, Vector2 origin, Single scale, SpriteEffects effects, Single layerDepth)
at Omegasis.HappyBirthday.Framework.Utilities.RenderUtilities.DrawPlayerPortraitOnCalendarDay(Int32 day, Farmer who, SpriteBatch spriteBatch)
at Omegasis.HappyBirthday.Framework.Utilities.RenderUtilities.OnRenderedActiveMenu(Object sender, RenderedActiveMenuEventArgs e)
at StardewModdingAPI.Framework.Events.ManagedEvent`1.Raise(TEventArgs args)
Every time I restart my game he will be outside of my home asking for my birthday.
Idk what to do, honestly.
Thanks to whoever will answer
Evelyn telling my character 'happy birthday' made me tear up a little since both of my grandmas have passed 😭💕
[SMAPI] --------------------------------------------------
[SMAPI] These mods could not be added to your game.
[SMAPI] - Happy Birthday Content Pack- SVE 1.1.1 because it requires mods which aren't installed (Omegasis.HappyBirthday).
[SMAPI] - Happy Birthday en-US Translation Content Pack 1.4.2 because it requires mods which aren't installed (Omegasis.HappyBirthday).
[SMAPI] - Non Destructive NPCs 1.0.0 because it's no longer compatible. Please check for a new version at https://smapi.io/mods[SMAPI]
does anyone knows why the mod aint workin?