0 of 0

File information

Last updated

Original upload

Created by

TheMightyAmondee

Uploaded by

TheMightyAmondee

Virus scan

Safe to use

43 comments

  1. dusuu
    dusuu
    • member
    • 0 kudos
    Hi, I've seen steam rising but for some reason the error code events won't trigger, I was wondering how I would be able to trigger them!
  2. Kantrip
    Kantrip
    • supporter
    • 15 kudos
    Hi there, quick question for you! The anniversary day/season stuff looks exactly like what I need to make my own mod work better. I was wondering, however, if this mod works with multiple spouses (e.g. Polyamory, etc) and if those extra wedding anniversary dates would be available as tokens? I'm guessing the answer is no, but wanted to be sure.

    As a tagalong question: is this mod reading the anniversary date/season from the save file directly?
    1. TheMightyAmondee
      TheMightyAmondee
      • premium
      • 34 kudos
      Hi,

      Thanks for your questions. Unfortunately, you're right that only the first marriage will be available in the anniversary token. The mod calculates the anniversary of the player itself based on how many days the player has been married, it does not use save data directly.
    2. Kantrip
      Kantrip
      • supporter
      • 15 kudos
      Thank you for the quick response! That's exactly the information I needed to go forward. I'm not sure if I will end up integrating Custom Tokens into my mod, but a million thanks for the reply.
    3. Kantrip
      Kantrip
      • supporter
      • 15 kudos
      Actually, how hard would it be to get the raw value for DaysMarried as a custom token? Assuming it would reset when the player divorced and start ticking up again with a fresh marriage.
  3. Gleidce13
    Gleidce13
    • member
    • 0 kudos
    Hello! I came to talk about an error that happens to me, which is when I go to get the rewards from the missions the table shows: 0 money and completed but when I click the table it doesn't add up and the question mark keeps flashing. like... I configure it but for some reason it doesn't solve anything...  (I managed to find the solution but it took me a while...) 
    1. Lanhuashenkai
      Lanhuashenkai
      • member
      • 0 kudos
      I have the same problem. I'm sorry that my English is not very good. Could you please tell me the solution? Thank you very much.😢
  4. LemonCat03
    LemonCat03
    • member
    • 0 kudos
    With the new Stardew and SMAPI updates it seems that this mod is no longer compatible. Will there be an update?
    1. TheMightyAmondee
      TheMightyAmondee
      • premium
      • 34 kudos
      Hi,

      I'm not seeing any compatibility issues on my end. Could you confirm you are using the latest version of SMAPI (4.1.4) and Stardew Valley (1.6.10).
      Also, are there any errors or compatibility issues with Content Patcher?
    2. LemonCat03
      LemonCat03
      • member
      • 0 kudos
      Oh, no it works now. I posted this when I had SMAPI 4.1.3. I am now living in the present. Thanks :)
  5. sadnumbme
    sadnumbme
    • premium
    • 30 kudos
    Thank you for this mod. I'm new to modding and was struggling to get letters sent after a special order was completed. I spent way too much time on it.  Luckily, I found this mod and success. I literally screamed when it worked. Again, thank you.
  6. Jellonip
    Jellonip
    • premium
    • 188 kudos
    Hi! There seems to be error with how the anniversary day is being recorded. I got married on the 5th of spring but the token registered the anniversary day as the 6th for some reason.

    I don't have any wedding tweaking mods.
    SMAPI Patch summary (Both on the day of the wedding (first one) and the day after the wedding (second one): https://smapi.io/log/6a1b531b99fa4ca8aa180f72242d4564

    Let me know if you want me to provide anything else.
    1. TheMightyAmondee
      TheMightyAmondee
      • premium
      • 34 kudos
      Hi,

      Good catch! Looks like my calculations were slightly off. I've uploaded a new version to fix that.
    2. babybluebluepie5
      babybluebluepie5
      • member
      • 0 kudos
      is there a 1.6 i got 1.6 and i want to play immersive family.
    3. TheMightyAmondee
      TheMightyAmondee
      • premium
      • 34 kudos
      The latest version is 1.6 compatible
  7. Jellonip
    Jellonip
    • premium
    • 188 kudos
    Will up be updating this mod for 1.6? It's pretty critical for mine, hahaha.
    1. xiaoleiwen
      xiaoleiwen
      • premium
      • 93 kudos
      Same here, immersive family mod won't exist without this great mod
  8. rifkyap12
    rifkyap12
    • member
    • 7 kudos
    How we use anniversarry tokens for a "when" condition with content patcher?
                "When": {
                    "Query: {{TheMightyAmondee.CustomTokens/AnniversaryDay}}": true
                    }
    am i write it right?
    1. TheMightyAmondee
      TheMightyAmondee
      • premium
      • 34 kudos
      The anniversary token is split into two parts with the AnniversaryDay part containing the day of the season the player was married on, and the AnniversarySeason part containing the season.

      To check whether the current day is the player's anniversary (both the correct day and season) you could use
      "When": {
         "Query: {{TheMightyAmondee.CustomTokens/AnniversaryDay}} = {{Day}} AND '{{TheMightyAmondee.CustomTokens/AnniversarySeason}}' = '{{Season}}'": true
      }
  9. Molenfeuer
    Molenfeuer
    • supporter
    • 25 kudos
    Could you add the ability to check the distance from the player to a specific NPC?
    And... is it possible to increase the update rate?
    1. TheMightyAmondee
      TheMightyAmondee
      • premium
      • 34 kudos
      Hi,

      Unfortunately the update rate is limited by Content Patcher. The mod will always provide the most recent value to CP, but CP updates its patches at a different rate (usually at the start of each day).

      While it should be possible to add a distance to NPC token, the slower update rate of CP will mean patches which use the token are unlikely to update fast enough to make the token usable. As such, it's unlikely to happen.

      Thanks for the suggestion though!
    2. Molenfeuer
      Molenfeuer
      • supporter
      • 25 kudos
      👍
  10. milosnikwiewiorek
    milosnikwiewiorek
    • premium
    • 6 kudos
    How do I make Anniversary Date and Season token work with mail framework mod. My json validation link is here if you want to look.

    https://smapi.io/json/none/04c0dca1e14f407fab5863d71d110011
    1. TheMightyAmondee
      TheMightyAmondee
      • premium
      • 34 kudos
      Hi,

      Unfortunately, Custom Tokens will only work with Content Patcher and not with the Mail Framework Mod.