0 of 0

File information

Last updated

Original upload

Created by

TheMightyAmondee

Uploaded by

TheMightyAmondee

Virus scan

Safe to use

38 comments

  1. 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.😢
  2. 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
      • 29 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 :)
  3. sadnumbme
    sadnumbme
    • premium
    • 9 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.
  4. Jellonip
    Jellonip
    • premium
    • 162 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
      • 29 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
      • 29 kudos
      The latest version is 1.6 compatible
  5. Jellonip
    Jellonip
    • premium
    • 162 kudos
    Will up be updating this mod for 1.6? It's pretty critical for mine, hahaha.
    1. xiaoleiwen
      xiaoleiwen
      • premium
      • 81 kudos
      Same here, immersive family mod won't exist without this great mod
  6. 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
      • 29 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
      }
  7. 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
      • 29 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
      👍
  8. milosnikwiewiorek
    milosnikwiewiorek
    • premium
    • 5 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
      • 29 kudos
      Hi,

      Unfortunately, Custom Tokens will only work with Content Patcher and not with the Mail Framework Mod.
  9. lemurkat
    lemurkat
    • premium
    • 522 kudos
    Got the below to work!
  10. lemurkat
    lemurkat
    • premium
    • 522 kudos
    I'm trying to use Children tokens and having nil success.
    Can I please DM you here or on Discord to discuss?
    Wait...
    I just checked and the description here does not match the code given in the Github instructions.
    which is: TheMightyAmondee.CustomTokens:player=host|childindex=1|daysold
    (it seems to be missing a /Child
    1. TheMightyAmondee
      TheMightyAmondee
      • premium
      • 29 kudos
      Hi lemurkat,

      My apologies, I don't know how I missed that. Yes, there should be a /Child after the unique mod id. I've just corrected that on Github.

      Thanks for picking it up. Let me know if you have any other issues.