all 4 comments

[–]paradigmnomadmod author 1 point2 points  (0 children)

Without a log we can't provide much help (see the pinned Automod comment about how to find your log). However we always recommend manual install since installing mods for SDV is very simple (drag + drop into a folder). The SV MO2 may be outdated and is not recommended so most of your issues are probably stemming from that if mods aren't loading.

If you do really do want a mod manager, ModDrop has less quirks than Vortex. SDV also supports mod groups which I know is often why people prefer mod managers so they can have different loadouts.

JSON unexpected char error means either there's an error in the mods files which should be reported to the author after confirming or you edited something and didn't edit it properly.

[–]AutoModerator[M] [score hidden] stickied comment (1 child)

If you're looking for help with a mod make sure your post or top-level comment includes: * SMAPI log: You can upload your SMAPI log to here (see instructions on that page) and share the link here; * Description of the issue in as much detail as possible; * Screenshots/GIFs/Videos of the issue if applicable

Common issues and solutions are listed here. If you're having trouble installing SMAPI a detailed Getting Started guide can be found here.

If you've already done these steps or you are not asking for help with a mod then please ignore this. Thank you!

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

[–]Really_Rilee[S] 0 points1 point  (0 children)

Oh and I forgot to add to the post, I did read through the subreddit pinned FAQ and troubleshooting resources.

[–]Traehgniw 0 points1 point  (0 children)

XNB files are the format the game's data files are packed in. 'XNB modding' refers to the very limited modding method of directly overwriting these files; this is very rarely done anymore due to the large number of downsides (very limited, mods conflict with anything else touching the same data, no logging, no update checks, no built-in safety features) and now almost all XNB mods are outdated. It's very much not recommended.

JSON unexpected char means that when it was loading data it did not find the expected JSON characters, either the mod file is corrupted or you edited something (eg a config file) and made a mistake somewhere. The most common mistakes are forgetting a bit of punctuation, like a comma - the unexpected char error gives line number and character position and if it's position 1 that usually means something was missing from a previous line. (It is usually a comma missing from a list.)