Sun Haven
0 of 0

File information

Last updated

Original upload

Created by

devopsdinosaur

Uploaded by

devopsdinosaur

Virus scan

Safe to use

Tags for this mod

24 comments

  1. devopsdinosaur
    devopsdinosaur
    • member
    • 42 kudos
    Locked
    Sticky
    Thanks to those who submitted bugs on this.  I just uploaded a new version that seems to work with 1.3.  Let me know on email or github if otherwise. -- dd
  2. bahvrik
    bahvrik
    • member
    • 1 kudos
    to those asking about the config file: once you install the mod, run the game. this will create a file in BepInEx\config with the same name as the .dll file. this is what you edit (with a basic text editor) to adjust the stack size, not the .dll file
    1. toxer79
      toxer79
      • member
      • 0 kudos
      MVP!
    2. Skadiyrsa
      Skadiyrsa
      • supporter
      • 1 kudos
      thanks for explaining this:D
    3. Alkmayix
      Alkmayix
      • member
      • 0 kudos
      Not sure why nobody has given you kudos for this comment thank you, I kept trying to find the silly thing!
  3. ReignCrowns
    ReignCrowns
    • member
    • 0 kudos
    I removed this mod from my game. The stack function does work but my game keeps lagging almost reducing the speed to half. When I removed this mod everything went to normal. Hope this gets updated because its very useful. 
  4. KryziK
    KryziK
    • premium
    • 3 kudos
    Fix for this is just to change
    [HarmonyPatch(typeof(ItemDatabase), "ConstructDatabase", new[] { typeof(IList<ItemData>) })]
    to
    [HarmonyPatch(typeof(ItemDatabase), "ConstructDatabase", new[] { typeof(ItemData[]) })]
    1. Spoonfig
      Spoonfig
      • premium
      • 3 kudos
      what file do you edit that in? and where?
  5. killkrazed2
    killkrazed2
    • member
    • 0 kudos
    Yeah latest update broke the mod
  6. sav15
    sav15
    • supporter
    • 0 kudos
    Seems the 1.3 update has broken the mod's itemdata finder.
  7. MFinn
    MFinn
    • member
    • 0 kudos
    Hi, can somebody please help me with the config file? I can open it in notepad but it shows a jumble of symbols.
  8. Everysi
    Everysi
    • member
    • 7 kudos
    Can confirm this mod is working for me in v.1.0.2. Thanks very much for making this!

    Can I ask if it was deliberate that identical rings do not stack? I know that the books stack but the Copper Rings, Sapphire Rings, Ruby Rings, Stone Rings, Explorer's Blessing Rings, Cracked Mage's Rings, etc., that I have will not.
    1. Jok3
      Jok3
      • premium
      • 0 kudos
      Those are equipment (with stats) and as such are not handled like simple items.
      Armour, weapons, clothing and tokens shouldn't stack either.
  9. dlgqhls12
    dlgqhls12
    • member
    • 0 kudos
    first, thanks for the mod. however, im kinda new to these new modding system i guess? how do you config anything??

    i see config folder and stuff in that folder but i cant open it. can anyone tell me what app im supposed to use?
  10. Mimikitten
    Mimikitten
    • member
    • 3 kudos
    is there a way to make this only apply to chests? I don't want to increase the stack size of the player but want to be able to have dedicated chests for things!
  11. Anubischick
    Anubischick
    • member
    • 0 kudos
    I really want to thank you for this mod (and the craft from chests one) it does make a chore in this game of inventory management much easier, however I was just wondering if you were planning on a mod to increase the backpack size? I mean being able to stack is great but when you have more individual items you end up having to eat your energy food to make room for that odd monster drops before scurrying back to the farm to dump in chests. It might just be my play style but I like to go as deep/far as I can in one outing which generally means lots of monster drops/ores/fruits on a single trip.

    Anyway please don't think I'm asking for the moon, I REALLY appreciate the work you have done to make the game more fun. I just wondered if a bigger backpack is an option if it is possible in this game.