I was testing out the script sample provided, and notice that the cutscene plays EVERY time i go to sleep! Is there a way to make sure the cutscene only plays once?
Does this mod compeltely replace vanilla events? Because I'm at the end of year 2 and I haven't seen a single classic event, only the ones added by the mod
Hi, love the mod. I'm having an issue where there was a rustling in the night and it drop tree saplings all over my farm, but i can't pick them up. Any help would be appreciate. There is no error either. SMAPI is here https://smapi.io/log/af2f7c539b554417ade2495052e53f30
Hey Cricket, I thought I had the same problem that you have with the tree saplings not being able to get picked up, but for some reason I tried using my hoe (it's upgraded to gold but still) and about a tile away (otherwise the action wouldn't work), held it to about 3 spaces, and got those saplings off the farm and into my inventory — hope that can help you too 🙏🏾 before I thought only bombs could get rid of them 😅
Hi! You can fix that by editing the manifest.json file, and changing this line: "UpdateKeys": [ "Nexus:22612" ] To this: "UpdateKeys": [ "Nexus:22612@main" ]
Then SMAPI will only match the file which has @main in its name or description.
Thank you Pathos, a hero as always. I didnt want to set the version number so high bc I did not want to miss an actual update, so this little additon is exactly what was needed.
This should be fixed going forward in version 0.3.0. I thought I had added the sub-key before releasing 0.2.0, but I apparently hadn't, and I apologize for the confusion it caused.
49 comments
https://smapi.io/log/af2f7c539b554417ade2495052e53f30
I also made a pull request on GitHub (if it’s easier that way).
{
"mod.name": "Plus d'événements nocturnes",
"treeJoke": "Maintenant, j’en ai vraiment marbre :{{0}}"
}
Thanks for your mod, have a good day !
Is this part of this mod or the Project Danger Weather?
"UpdateKeys": [
"Nexus:22612"
]
To this:
"UpdateKeys": [
"Nexus:22612@main"
]
Then SMAPI will only match the file which has @main in its name or description.
I didnt want to set the version number so high bc I did not want to miss an actual update, so this little additon is exactly what was needed.
It is telling me an update to 1.1.0 is available