agilbert1412 / StardewArchipelago

Archipelago Implementation for Stardew Valley
11 stars 12 forks source link

[Bug]: No shipping bin #12

Closed danielhieng closed 11 months ago

danielhieng commented 11 months ago

When creating a new farm with any farm, there is no shipping bin for players to use sometimes

agilbert1412 commented 11 months ago

Are you playing with shuffled buildings? because that includes the shipping bin, it is an Archipelago item that must be found, or sent to you by someone else if playing with other players

danielhieng commented 11 months ago

for building progression, I had it set to progressive early shipping bin, so I'm assuming that it has to be found first then?

agilbert1412 commented 11 months ago

Yes, it still needs to be found. The early settings only garantees that it is possible to find the shipping bin early (for example, it cannot be on floor 120 of the mines, as that would be too late). So someone, somewhere in your multiworld, can theoretically go grab your shipping bin immediately, right off the bat at start. It will not be locked behind anything. But it is still randomized, so you don't know where it is. Just that it's accessible quickly.

If you wish to actually start with a specific item, you can add a line in your yaml

start_inventory:
  Shipping Bin: 1

And you will start with that item. It works for anything AP can provide. https://archipelago.gg/tutorial/Archipelago/advanced_settings/en

danielhieng commented 11 months ago

Ok, thanks for your help! :)