Pickle
Greenhorn
An update to Automated Doors to make it compatible with SV 1.5 and SMAPI - [Github Fork]
Attachments
-
7 KB Views: 783
Hey, I left a post on Angry Grandpa with the error message I got on the 24th and the author has not responded yet, so active may be a loose term in this case (while also acknowledging that it has been the holidays).The author of Climates is working on an update, please be patient!
Is it not working? The author is active, so if there's an issue, let them know and they will take a look.
The authors of Angry Grandpa and Stack Everything are active, please let them know what issues you're having. Crop Transplant Mod is a good alternative to TreeTransplant.
For some reason the latest version 2.5.3 unofficial 6 frogfrag is not working with the mushroom cave irrespective of what is toggeled in the config file.Hey guys!
EDIT: I've updated the mod following @Pathoschild guidelines, and using the updated source code available here - My code is committed there as well.
I've updated the attached file in this post for anyone referencing it.
Changes/Fixes in this update:
-Supports SDV 1.5.1, SMAPI 3.8.2;
-Fixes Golden Walnuts issues by avoiding the collection of those - My previous version still wrongfully collected 3 Golden Walnuts (Sorry!), they where at: Captain's Room (1) and Volcano Forge (2);
-Changes the Minimal harvest formula to allow a value higher than 1, up to the established Max value for the crop - increased per Farmer Level / Max Increase parameter;
-Grabs Ginger on all Island locations - New 1.5 forage item
My Previous/Original post follows:
I'm sorry for showing up just now, I've been trying to get my account validated since yesterday hahaha.
I've been following @Strobe and Deluxe Auto-grabber and I managed to get it to work with 1.5 without the need to replant any crops, with Global Forage set to ON and without causing issues with Golden Walnuts, I've uploaded my version below, it uses the source from here: https://github.com/Pathoschild/smapi-mod-dump/tree/1a8bafc1b62b8cb99f59384a0e9679366339803e/source/Deluxe%20Auto-Grabber/DeluxeGrabber
TL/DR:
-This version will not cause the DivideByZero Exception and will work 100% to collect global forage, it will not attempt to collect Golden Walnuts in the Island maps.
-This version does not yet attempt to grab new items from 1.5, if you guys could provide me a list of new item Id's of the new forageable items, I'd be glad to make this update.
I'd like to get in touch with @Strobe to make sure I'm using the same source he's using and collaborate to fully update the Mod, if you get this, PM me plz :)
Long story/Technical details:
-The DivideByZero Exception is caused by the maxHarvestIncreasePerFarmingLevel property of the Crop object being returned as 0 for Coffee beans and perhaps other Crops too. I don't know the previous version values (if anyone knows, let me know), so right now I've changed it so it either uses the existing value or, if it is zero, reverts to 1. This Exception literally stops the processing of the grabber on the start of each day, hence why we didn't get all the fruits from trees or forageable items, but still got a few.
-The Golden Walnuts are collected from a Bush Object, the original mod author coded Bushes to be collected when blooming, but made the types of berries static in code, so, in Sping, it collects Salmonberries, and in Fall, it collects Blackberries. However, this causes an issue with the new Golden Walnuts, because they are also collected from Bushes (the first one you get and a few others) but are neither Salmonberries nor Blackberries. If you are in either Spring or Fall, the previous code would just create the respective berry in your global grabber and delete the Walnut - So some of your Berries would actually be the Golden Walnut. - In case you already played in 1.5 with your savefile, you cannot get the Walnuts to be placed back, however, you can spawn them with CJB Item Spawner or, if you want, get a previous save from 1.4.5 and load into that one, your Golden Walnuts will be correctly in place when using this version of Deluxe Auto-Grabber.
I hope this can be helpful and I'd like to get your feedback, I plan on updating the mod to gather the new items and work better with the Islands, but for now, this will be functional.
That's a framework issue with JA and SpaceCore that should be fixed.Here's a request: Anyone know if uberkwefty is working on an update to Winter Crops? I am very interested in this mod but it sounds like it's broken post-1.5. I'm seeing people report on Nexus that their crops aren't growing.
Thanks for the update! I will give it a try then. :)That's a framework issue with JA and SpaceCore that should be fixed.
That's a thing? I had no idea.Have you opened the config and set it to false?
It works fine for me.
Works in 1.5. Works with different Zoom Levels.Updated Health Bar Mod: https://www.nexusmods.com/stardewvalley/mods/193
This has 3 changes.
1. The labels are no longer rendered as they were always hard to see
2. Zoom levels are now accounted for
3. It now correctly handles max health when its larger than expected
Source: https://github.com/libraryaddict/SMAPIHealthbarMod
Original Source: https://gitlab.com/speeder1/SMAPIHealthbarMod/
Works flawlessly now, ThanksHuh, didn't know UI scale mattered. I'll check into it
Edit: fixed, as well as the versioning
Huh, didn't know UI scale mattered. I'll check into itWorks in 1.5. Works with different Zoom Levels. Doesnt work with UI Scale sadly so e.g. Zoom+Ui at 75% and the health bars are floating way to the top left of the monster. Ui above 100% and the health bars are floating to the top right.
(Not a problem per se but smapi also spits out that theres an update for it which just links to an older version)
Scroll up on this page (post #707) and you'll find an update to the Farm Expansion mod :)Could someone update Farm Expansion please? The unofficial update broke with 1.5, and the mod is really important to my save. Thank you!
Thank you, I'm oblivious sometimes XD Yay my fruit trees are secure!Scroll up on this page (post #707) and you'll find an update to the Farm Expansion mod :)
Haha no worries, I'm the same way sometimes! :PThank you, I'm oblivious sometimes XD Yay my fruit trees are secure!
Maybe it is just too early in the morning, but where can I find the updated file?Huh, didn't know UI scale mattered. I'll check into it
Edit: fixed, as well as the versioning
Post#711Maybe it is just too early in the morning, but where can I find the updated file?
Very minor nitpick, but is there any way to disable the notice that the doors open/close? If it'd take a major refactor or it's part of a necessary hack to make it work at all, I'll live with it, but if it could be made a config file option or something that would be great.AutoAnimalDoors
I fixed all the functions of the mod and can now be used normally.
Thanks Joys of Efficiency for the ideas provided in terms of function.
Good idea,you can update at http://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-25385.Very minor nitpick, but is there any way to disable the notice that the doors open/close? If it'd take a major refactor or it's part of a necessary hack to make it work at all, I'll live with it, but if it could be made a config file option or something that would be great.