SMAPI - Stardew Modding API

SMAPI - Stardew Modding API

971k Downloads

Review events during new-game intro

Pathoschild opened this issue ยท 3 comments

commented

Some world events are suppressed during the new-game intro by design (see #332), but some events are still raised which causes errors in some mods. Review and fix as needed.

commented

Thanks to @AdvizeGH for testing the event order in SMAPI 2.0:

current order

I suggest suppressing all save and world events until the game actually starts:

commented

For further clarity:

unknown 1

The ideal solution would result in:

unknown 3

A small mod that prints event execution order to the log (can be used with all SMAPI versions):
EventOrderTestMod 1.0.zip

commented

Done in develop for the upcoming SMAPI 2.1.