Update Almanac for 1.6.10 Without Random Features#35
Update Almanac for 1.6.10 Without Random Features#35ShotrayWW wants to merge 3 commits intoKhloeLeclair:mainfrom
Conversation
|
hey @xysztm is it possible to know how to compile the mod or if there are any complied versions available for your fork? |
|
Hi, just wanted to let you know that I merged your pull request into my own branch of KL's mods since you fixed a bug I'd been having with seasonal fish availabilities, and I'd also worked on adding in the Random stuff and the Notices page, like the Bookseller and Green Rain months ago. Since you'd just mass-commented out those pages it was really easy to merge your branch in, so thank you for that! I mentioned you in my commit when I merged the branch in and I'm going to credit you on my pull request as well, and recommend merging yours in first. |
|
Also @n1ghthouse I put my build up here for temporary use: https://github.com/Vindeflei/KhloeLeclairStardewMods/releases/tag/Almanac_1_18_2 |
thank you sm |
I've commented out the Weather, Luck, and Notices modules and 'fixed' the remaining errors.
Tested with SVE, I changed some codes about fish locations. I had to replace the getLocName() function in FishHelper.cs with displayname directly. This will make all types of farms be listed in fishing locations. (I couldn't make it work with the check enabled, but if I removed the check, it worked by using displayname directly.)
The function Common_SpriteText_Patches.Patch in ModEntry.cs is removed from Commons. It seems that nothing more was added when Better Crafting was updated with this function removed, so I just uncommented another patch method.
I also changed the Chinese localization to fit the translation in the Wiki and edited for SVE 1.15's new location.
I'm not sure if this helps, but just wanted to share it.