dragon3025 Posted February 13, 2021 Share Posted February 13, 2021 (edited) My SMAPI log: https://smapi.io/log/b42f257627d3421d8515e7c4f601414fMy content.json: https://pastebin.com/q6BLUHF3 According to visual studio code and some other programs, my json is valid. I can't figure out what to do. Edit: If I replace the square brackets with curly ones, it gives me this error: https://smapi.io/json/content-patcher/0f3481b3459545458167f0be84fb8fb2 Edited February 13, 2021 by dragon3025 Link to comment Share on other sites More sharing options...
anjenthedog Posted February 13, 2021 Share Posted February 13, 2021 sidepanel hot topic response. I don't play this game, but the symptom sounds familiar check the file format. It's possible that, like many json parsers, it requires a specific format, perhaps UTF-8 or similar, which windows programs don't always adhere to by default when saving a file. Link to comment Share on other sites More sharing options...
dragon3025 Posted February 13, 2021 Author Share Posted February 13, 2021 sidepanel hot topic response. I don't play this game, but the symptom sounds familiar check the file format. It's possible that, like many json parsers, it requires a specific format, perhaps UTF-8 or similar, which windows programs don't always adhere to by default when saving a file.According to Visual Studio Code, it's UTF-8, which is the same as a file from "Elle's Town Animals"'s content.json which is also UTF-8. Link to comment Share on other sites More sharing options...
anjenthedog Posted February 13, 2021 Share Posted February 13, 2021 Well... it was worth a shot. Perhaps there's some minor syntax error that visual studio ignores but that this game's parser doesn't. sorry I couldn't help. best of luck. Link to comment Share on other sites More sharing options...
dragon3025 Posted February 13, 2021 Author Share Posted February 13, 2021 (edited) Well... it was worth a shot. Perhaps there's some minor syntax error that visual studio ignores but that this game's parser doesn't. sorry I couldn't help. best of luck.Thanks for trying :D. I got help on reddit. I had an extra bracket at the end that threw me off. There was supposed to be a another bracket to close "ConfigSchema" before "Changes". Edited February 13, 2021 by dragon3025 Link to comment Share on other sites More sharing options...
Recommended Posts