Hi! If you're looking for assistance with this mod, I need a smapi.io/log to help debug.
(also if you could run a harmony_summary in console before sending the log that'd be much appreciated! Just type those words into SMAPI's console and hit enter.)
Atra currently plans to update all their mods, however it would require a lot of rewriting code. It's best for people to remain patient and to not spam any of the mod pages.
Honestly I mostly used this for the casino, given I added more items to it in personal edit of the Panda Hat Casino mod. Still hoping this mod gets updated because I want my 1k coin slot machines back.
hello! I have the issue where this mod suppresses some custom music I have. here is the log https://smapi.io/log/a57503b1612e4985b7ad2b105a5d3ff1?Levels=trace%7Edebug%7Einfo%7Ewarn%7Eerror%7Ealert%7Ecritical&Filter=suppress And this is the custom music mod that is being suppressed https://www.nexusmods.com/stardewvalley/mods/4204
[Atra's Interaction Tweaks] ScarlettFake seems to have a null current location, attempting to fix. Please inform their author! The current day is 10 spring Y3, their attempted schedule string was 610 Custom_Scarlett_WarpRoom 3 3 2 [Atra's Interaction Tweaks] That schedule redirected to 610 Custom_Scarlett_WarpRoom 3 3 2. It's probably should not do that... Especially when a version appears in the game that you can give gifts to.
Yeah, Scarlett is special - there's actually two copies of her (Scarlett, which you're actually interacting with, and ScarlettFake, a sort of non-giftable clone). Flash traps the clone in a map you can't access, though, after the two swap.
For some reason or another, though, the clone sometimes gets a certain field unset (the name of the map they're supposed to be on) and that can cause issues sometimes? It's weird.
Quick question: Is that save singleplayer only, or have you played multiplayer?
84 comments
(also if you could run a harmony_summary in console before sending the log that'd be much appreciated! Just type those words into SMAPI's console and hit enter.)
Vortex semi-frequently mis-deploys mods!
game changelog says it added this mod function:
here is the log
https://smapi.io/log/a57503b1612e4985b7ad2b105a5d3ff1?Levels=trace%7Edebug%7Einfo%7Ewarn%7Eerror%7Ealert%7Ecritical&Filter=suppress
And this is the custom music mod that is being suppressed https://www.nexusmods.com/stardewvalley/mods/4204
[Atra's Interaction Tweaks] That schedule redirected to 610 Custom_Scarlett_WarpRoom 3 3 2.
It's probably should not do that... Especially when a version appears in the game that you can give gifts to.
For some reason or another, though, the clone sometimes gets a certain field unset (the name of the map they're supposed to be on) and that can cause issues sometimes? It's weird.
Quick question: Is that save singleplayer only, or have you played multiplayer?
[Atra's Interaction Tweaks] Stardew's implementation of soundbank seems to have changed since I wrote this: SAAT.API.SAATSoundBankWrapper
It doesn't seem to affect the game in any way, should i just ignore it? Also, if it helps, here's my latest log!
the tl;dr is that I'm trying to check the song played against the soundbank, but forgot that SAAT exists, so my code just does nothing at all there.