ChroniclerCherry / stardew-valley-mods

A collection of my mods for the game Stardew Valley
GNU General Public License v3.0
44 stars 39 forks source link

Suggestion/Request Add integration with ContentPatcher conditions API if user has both mods installed. #85

Open drbirbdev opened 1 year ago

drbirbdev commented 1 year ago

Content Patcher has an API for their When conditions, which some other mods allow utilization of (https://github.com/Pathoschild/StardewMods/blob/stable/ContentPatcher/docs/conditions-api.md)

Adding this in EPU would enable some powerful events, such as conditionally patching maps at the same time certain events become available.

I'm currently struggling with adding a custom TV channel on the same day that a store would have a sale (using CP, STF and EPU) because no such synchronization between these mods is practical at the moment.