Click a question to expand, if you have a question not answered here, comment below!
General questions
See the specific mod FAQ for answers unique to that mod, links are at the bottom of this list.
No. If you’re dating, depending on the mod, you might get some of the events, but they will most likely be out of order/context. You will get none of the dated early dialogue. If you’re married, you will get the post-marriage content, but none of the pre-marriage dialogue or events. If you want to see these, start a new save or use the CJB Cheats Menu mod to roll back time to Day 1, Year 1, divorce the character, and roll back hearts to 0. This will basically restart your game with an established farm. Note: Any out of spring season crops will die if you do this.
Possibly? It depends on if I like the character and have ideas for them. Right now my schedule is full with the Dragonsfall expansion and the characters included in that mod (Killian, Lance, Luca, Imogen, and possibly a few more). I will say that I have no desire to create a mod for Shane, his character needs specific writing to handle addiction, recovery, depression, and other topics I’d rather not get into. For vanilla characters, Abigail, Maru, Elliott, and Haley are on my short list.
No. The only neutral pronouns available are for farmer, adding this or a genderswap option for other characters is incredibly time-intensive since the mod has vanilla gender ingrained throughout the dialogue. Note: permission to make your own neutral/genderswap version is for your personal copy ONLY, you DO NOT have permission to upload or share an edit like this. Changing character gender changes the tone and feeling of the dialogue, altering it from my (the author’s) original intent. For heavily story-based mods like the immersive ones, this is a major deviation.
Yes! All my mods are compatible with any portrait or character sprite mod. If you choose to use my portrait mods, the characters will have additional expressions and some special event portraits.
Yes, click this link for the optional Seasonal Outfits and Nyapu style sprite patch file and install. This adds my custom spites to the existing seasonal sprite sheets in the same style.
NOTE: The sprites for the original characters in Dragonsfall are similar enough to Seasonal Cuter that they will blend fine, I will not make unique sprites for them.
I hope to someday! I want to make a full portrait pack for vanilla and SVE. For now, I’ll release individual portrait packs for characters as I complete them.
There are many reasons why I don’t code for poly compatibility, personal preference being a factor. There are also technical reasons outlined here:
PolyamorySweet (and the required framework) alters the core game mechanics, severely limiting dialogue and event options. I am not willing to sacrifice my creativity for another mod, and I do not know C# code in order to make my own framework and edits to the core game. Some framework is now existing to solve for a few of these limiters, however it was not when I started modding.
- Certain if/then conditions do not have enough variables to narrow down to one character if multiple characters are in the “married” status
- Weddings will happen when marrying any character, not specifically the one in my mod
- String dialogue is not specific to a character
- Repeating events at the farmhouse compete between characters who also have events for that time slot
- Much of the dialogue for dating/marriage would need to be edited to keep multiple relationships in mind, I have no desire to create this variant, the amount of lines would be quite significant.
Do not ask for polyamory compatibility, the answer will always be no. Create a new save.
Technical questions
First check the event list for the mod on this website or the Nexus mod listing and make sure you meet the conditions. If you’re sure you meet everything, leave a comment on the mod posts.
NOTE: Event Lookup does not understand all event conditions, and often shows errors. MH Event List is current and works better.
Nothing happens to your save file, the mod content will either be removed or added with no effect on your save. However, the immersive mods are set up for a fresh save or for starting from Year 1, Spring 1.
If you uninstall the Skatepark in the middle of a save, SMAPI will warn you a map is missing. This can be ignored and will not hurt your save.
You’re missing a dependency. Check the mod requirements on the Description page and make sure you have all the dependent mods installed, including any dependencies of those mods. For ScriptCommandPlus, make sure you have the general version, not the poly-specific version.
First, make sure you have the Generic Mod Config Menu mod installed. Then start the game.
- In the game menu, go to settings (the game controller icon) and scroll down to the bottom. You’ll see a button for mod settings, click that.
- Scroll to Maggs Immersive Sebastian…, click on that.
- All of the settings are included in the menu, select what you like, then click Save and Close.
- You are taken back to the mod list, you can select any other mods and make changes. Exit out of the menu when you’re done.
- If you don’t see Maggs Immersive Sebastian, then the mod did not load properly. Make sure you have all the mod dependencies installed, update SMAPI, Content Patcher, and Generic Mod Config Menu if needed (there have been many updates since the 1.6.9 release), and restart the game.
- Delete the mod and re-install it like a new mod. Most of these types of problems happen from using a mod manager that tries to merge files.
- Make sure you don’t have a duplicate of an old version of the mod. For Immersive Sebastian, make sure you don’t have two different core versions installed.
- Check and update all your mods.
- Remove any outdated mods that are not loading properly.
Usually. There are two ways to do this:
- (Preferred) If you still meet the conditions and accidentally skipped the event, install the Event Repeater mod, then in the SMAPI console (or terminal), type eventforget eventID and that will clear the event from your game memory so you can trigger it again.
- If you can’t trigger the event again because you no longer meet the conditions, install MH Event List, search for the event ID, and use the mod controls to play the event.
- NOTE: if MH Event List says an event is not found, usually that means you do not have the right configuration or status to play the event so it is blocked from loading. There are a few events like this that cannot be replayed, it’s not a bug if you do not meet the conditions.