agilbert1412 / StardewArchipelago

Archipelago Implementation for Stardew Valley
11 stars 12 forks source link

First Attempt At Fixing Mod Support #53

Closed Witchybun closed 4 months ago

Witchybun commented 5 months ago

Does the following:

Note the following has already been shown to me to be functional unless a rogue example shows up:

Might be others. Could add later to this list.

Up to this point this should include the following mods: SVE, Archaeology, Socializing Skill, Binning Skill, Juna, Jasper Thomas, Alec, Mr Ginger, Ayeisha, Alecto, Distant Lands, Hat Mouse Lacey.

No promises on everything fixed. Still needs testing.

Known things unfinished:

Note that there is some code in here that has yet to be completed. Example: there's a dictionary setup to be made to sort items by color. Its not done yet as the structure to pull that data changed and I need to nag modders more about it.

agilbert1412 commented 5 months ago

6.x.x was rebased from 5.x.x today, so you'll need to rebase this branch too. none of the changes in your branch are big, so if done correctly it should be an easy one

Witchybun commented 4 months ago

I've gone and handled the current requests, and finished the code for the old shops. There is only one thing to really check to make sure, but I will push anyway.

This is in addition to attempting to rectify the other issues pointed out from before.