Not working for me unfortunately, throwing this error multiple times:
[Auto Farm Screenshot] This mod failed in the GameLoop.TimeChanged event. Technical details: System.Exception: Couldn't invoke the StardewValley.Game1::takeMapScreenshot method: it expects 3 parameters, but 2 were provided. at StardewModdingAPI.Framework.Reflection.ReflectedMethod.Invoke[TValue](Object[] arguments) in SMAPI\Framework\Reflection\ReflectedMethod.cs:line 68 at AutoFarmScreenshot.ModEntry.GameLoop_TimeChanged(Object sender, TimeChangedEventArgs e) in C:\Programing\Code\CSharp\repos\AutoFarmScreenshot\ModEntry.cs:line 59 at StardewModdingAPI.Framework.Events.ManagedEvent`1.Raise(TEventArgs args, Func`2 match) in SMAPI\Framework\Events\ManagedEvent.cs:line 126
I'm using this mod as the other one I tried did not work for me. It works very well, but the naming scheme is really quite annoying as the normal file explorer will not keep the files in chronological order. If at some point this might be added as a configurable option, I'd be super happy. (The most useful naming convention would probably be something like Farmer_year_month_day.png.)
For those who care or wish to compare to other daily screenshot mods, the file names are saved as PlayerName_Season-Day-Year.png. For example, Farmer Bob_summer-20-4.png. As well, the screenshots are saved directly in the Users\%appdata%\StardewValley\Screenshots folder as stated in the description.
4 comments
[Auto Farm Screenshot] This mod failed in the GameLoop.TimeChanged event. Technical details:
System.Exception: Couldn't invoke the StardewValley.Game1::takeMapScreenshot method: it expects 3 parameters, but 2 were provided.
at StardewModdingAPI.Framework.Reflection.ReflectedMethod.Invoke[TValue](Object[] arguments) in SMAPI\Framework\Reflection\ReflectedMethod.cs:line 68
at AutoFarmScreenshot.ModEntry.GameLoop_TimeChanged(Object sender, TimeChangedEventArgs e) in C:\Programing\Code\CSharp\repos\AutoFarmScreenshot\ModEntry.cs:line 59
at StardewModdingAPI.Framework.Events.ManagedEvent`1.Raise(TEventArgs args, Func`2 match) in SMAPI\Framework\Events\ManagedEvent.cs:line 126