ArchipelagoMW-HollowKnight / Archipelago.HollowKnight

Hollow Knight mod enabling Archipelago multiworld interoperability.
MIT License
5 stars 10 forks source link

Name collisions with other games' items cause cosmetic issues #187

Closed BadMagic100 closed 10 months ago

BadMagic100 commented 1 year ago

For example, SMW's swim appears as an HK swim. We can remedy this in ArchipelagoRandomizer by checking which player the item is for and what game they are playing, and only giving the HK treatment to HK items.

Currently this check is done by checking for presence in finder; we should still have that for remote HK items specifically in order to futureproof against connections (A may not have B's connections installed)