0 of 0

File information

Last updated

Original upload

Created by

aedenthorn

Uploaded by

aedenthorn

Virus scan

Safe to use

57 comments

  1. mouahrara
    mouahrara
    • premium
    • 65 kudos
    Here's my unofficial update: Buff Framework (0.6.1-unofficial.11-mouahrara)
    1. DisIsPickleMan1
      DisIsPickleMan1
      • member
      • 0 kudos
      Why does it say "broken" in the "Official compatibility" slot?
    2. mouahrara
      mouahrara
      • premium
      • 65 kudos
      The Official compatibility slot indicates the compatibility of the original mod with the latest version of the game. So, broken for the Buff Framework mod indicates that aedenthorn's Buff Framework mod does not work with Stardew Valley 1.6.0+. Therefore, you should use my unofficial version.
    3. courtmeme96
      courtmeme96
      • premium
      • 0 kudos
      the new update isnt working for me, i deleted and redowloaded it and it still says broken.
    4. mouahrara
      mouahrara
      • premium
      • 65 kudos
      What do you mean by 'it still says broken'?
    5. Morghoula
      Morghoula
      • premium
      • 151 kudos
      I'm not sure what the root cause is, but there appears to be an issue with this. I've created two custom buffs that should only be applying when consuming their respective items, but the two buffs are also both applying when eating other consumables that I've not tied the buffs to. So far it seems to be happening with water-base forage (Seaweed, Green Algae, etc) and Strardrops.

      This is just an example of what my code looks like. The buffs should only apply when consuming the item listed, but that is not the case:
              {
                  "Action": "EditData",
                  "Target": "aedenthorn.BuffFramework/dictionary",
                  "Entries": {
                      "{{ModID}}_ImmuniteaBuff": {
                          "consume": "{{ModId}}_Immunitea",
                          "duration": 600,
                          "which": 28,
                          "sheetIndex": 4,
                          "source": "{{ModID}}_ImmuniteaBuff",
                          "displaySource": "{{i18n:Alchemistry_ImmuniteaBuff.name}}",
                          "description": "{{i18n:Alchemistry_ImmuniteaBuff.description}}"
                      }
                  }
              }
    6. mouahrara
      mouahrara
      • premium
      • 65 kudos
      I've checked and it's actually a bug related to item categories. The issue has been fixed in the latest version (see release notes). Thanks for reporting it!
    7. SOSolacex
      SOSolacex
      • premium
      • 2 kudos
      While using the updated buff framework, characters sometimes get teleported to the top left of the playground, stuck and unable to do anything. (Or at least the camera does,  as using a noclip mod still doesnt get you anywhere) This happens after (skipping) cutscenes.
    8. mouahrara
      mouahrara
      • premium
      • 65 kudos
      The issue should be fixed in the latest version. Thank you for reporting it.
    9. testekelz
      testekelz
      • supporter
      • 1 kudos
      Hello! Is there any resource on how to make a custom buff for the 1.6 update? Totally inexperienced with modding SDV.
    10. mouahrara
      mouahrara
      • premium
      • 65 kudos
      To get started with Stardew Valley modding, I strongly recommend reading this wiki page and joining the official Stardew Valley Discord. There is a channel on the Discord dedicated to modding, which is the best place to learn and get answers to your questions. Once you've learned the basics of modding, you can read this wiki page about adding/modifying buffs in version 1.6. I hope this helps!
    11. dougiejonesed
      dougiejonesed
      • member
      • 1 kudos
      Most of the time it works fine but a few times now this mod has gotten stuck in an error loop when trying to go to sleep preventing the day from saving.

      [21:12:46 ERROR screen_0 Buff Framework] This mod failed in the GameLoop.DayEnding event. Technical details:
      NullReferenceException: Object reference not set to an instance of an object.
         at BuffFramework.ModEntry.Buff_OnRemoved_Patch.Postfix(Buff __instance) in /home/mouahrara/aedenthorn/BuffFramework/CodePatches.cs:line 47
         at StardewValley.Buffs.BuffManager.Remove(String id) in D:\GitlabRunner\builds\Gq5qA5P4\0\ConcernedApe\stardewvalley\Farmer\Farmer\Buffs\BuffManager.cs:line 238
         at StardewValley.Buffs.BuffManager.Clear() in D:\GitlabRunner\builds\Gq5qA5P4\0\ConcernedApe\stardewvalley\Farmer\Farmer\Buffs\BuffManager.cs:line 251
         at BuffFramework.ModEntry.ClearAll() in /home/mouahrara/aedenthorn/BuffFramework/Methods.cs:line 956
         at StardewModdingAPI.Framework.Events.ManagedEvent`1.Raise(TEventArgs args) in /home/pathoschild/git/SMAPI/src/SMAPI/Framework/Events/ManagedEvent.cs:line 101
      [21:12:46 ERROR screen_0 SMAPI] An error occurred in the overridden update loop: NullReferenceException: Object reference not set to an instance of an object.
         at BuffFramework.ModEntry.Buff_OnRemoved_Patch.Postfix(Buff __instance) in /home/mouahrara/aedenthorn/BuffFramework/CodePatches.cs:line 47
         at StardewValley.Buffs.BuffManager.Remove(String id) in D:\GitlabRunner\builds\Gq5qA5P4\0\ConcernedApe\stardewvalley\Farmer\Farmer\Buffs\BuffManager.cs:line 238
         at StardewValley.Buffs.BuffManager.Clear() in D:\GitlabRunner\builds\Gq5qA5P4\0\ConcernedApe\stardewvalley\Farmer\Farmer\Buffs\BuffManager.cs:line 251
         at StardewValley.Farmer.dayupdate(Int32 timeWentToSleep) in D:\GitlabRunner\builds\Gq5qA5P4\0\ConcernedApe\stardewvalley\Farmer\Farmer\Farmer.cs:line 3126
         at StardewValley.Game1._newDayAfterFade()+MoveNext() in D:\GitlabRunner\builds\Gq5qA5P4\0\ConcernedApe\stardewvalley\Farmer\Farmer\Game1.cs:line 8565
         at StardewValley.GameRunner.Update(GameTime gameTime) in D:\GitlabRunner\builds\Gq5qA5P4\0\ConcernedApe\stardewvalley\Farmer\Farmer\LocalMultiplayer.cs:line 838
         at StardewModdingAPI.Framework.SCore.OnGameUpdating(GameTime gameTime, Action runGameUpdate) in /home/pathoschild/git/SMAPI/src/SMAPI/Framework/SCore.cs:line 580

    12. mouahrara
      mouahrara
      • premium
      • 65 kudos
      The issue should be fixed in the latest version. Thanks for reporting it.
    13. IVanillinI
      IVanillinI
      • premium
      • 20 kudos
      When exhausted, the character does not fall with a negative energy value of -15
    14. mouahrara
      mouahrara
      • premium
      • 65 kudos
      The issue should be fixed in the latest version. Thanks for reporting it.
    15. zlainsama
      zlainsama
      • member
      • 0 kudos
      You should probably just have the lower bracket set to -100 or something instead of removing the clamp altogether.
    16. mouahrara
      mouahrara
      • premium
      • 65 kudos
      No need, the setter already clamps the value and handles the Blessing of Energy. Here’s the source code:
      set
      {
      if (!hasBuff("statue_of_blessings_2") || !(value < stamina))
      {
      stamina = Math.Min(MaxStamina, Math.Max(value, -16f));
      }
      }
    17. zlainsama
      zlainsama
      • member
      • 0 kudos
      My bad, I didn't know that, sorry about the bother.
    18. username69123
      username69123
      • member
      • 0 kudos
      does not work on android :(

      ### SMAPI Log Latest> ## [Click Link Log Here](https://smapi.io/log/535fafc8356547d0aa149ff963992e2c)### Current App Info> Game 1.6.15.0> Launcher 1.1.4 - 1735840517> SMAPI 4.1.10.3 - 1735840167
    19. mouahrara
      mouahrara
      • premium
      • 65 kudos
      The Android compatibility issue should be fixed in the latest version of the mod. Thanks for reporting it!
  2. n4pqueen
    n4pqueen
    • supporter
    • 2 kudos
    Hello, I'm not sure if this is the best place to ask, but do you know of any way to hide one specific vanilla buff icon (or all) from the HUD? For instance, I use a mod to always have the Speed Buff active so I can move faster, but I'm sick of the icon cluttering up the corner of my UI. I can't seem to find a mod for that so I'm hoping someone's mod has that feature built in and I overlooked it.
    Any help is appreciated.
    1. TinyBabyPotato
      TinyBabyPotato
      • member
      • 2 kudos
      Did you ever find anything for that? I just don't like buff icons being on screen in general, and now there are even more in game. I think you could probably edit a UI mod and cover up the buff icons in the image file, but I haven't tried it. It'd have to be done in a way that it doesn't just show you the vanilla version instead (I think this is done through the loading method in the content json). I'm sure someone knows how to do this.
  3. Craylicia
    Craylicia
    • member
    • 0 kudos
    If anyone knows an alternative for v.1.6., please do share. Thank you.
  4. saurianne
    saurianne
    • supporter
    • 30 kudos
    So Aedenthorn has sadly retired from modding, but their mods don't have any permission restrictions so if anyone wants to make an up to date version of this (or any of aedenthorn's other mods) they are free to do so
  5. CakeyBunz
    CakeyBunz
    • supporter
    • 32 kudos
    They have retired from modding.
  6. casualratmandoug
    casualratmandoug
    • member
    • 0 kudos
    1.6 update? 
  7. KnivesInMyHeart22
    KnivesInMyHeart22
    • member
    • 0 kudos
    1.6 update, please and thank you. We'd appreciate it. <3
  8. MrLoLHack
    MrLoLHack
    • member
    • 0 kudos
    Hey! It's going to get update to 1.6? Thank you in advance. 
  9. ErraticPixel
    ErraticPixel
    • member
    • 21 kudos
    Is there a way to be able to hover the mouse on buff to see their description when I have more than 4? It currently locks at a quarter through the 4th buff
  10. dollynhoevida
    dollynhoevida
    • premium
    • 173 kudos
    Thank you for all the amazing mods you make!