Vekk
Newcomer
Hi! I'm new to modding, and I'm trying my hardest to figure out what is wrong :(. I have no idea, been trying, searching for the past few hours. Is there anyone who can help me?
This is what I get from smapi each time I try to run my game to see if it'll work;
(CP)Harvey patootie because parsing its manifest failed:
Newtonsoft.Json.JsonReaderException: Can't parse JSON file at /Users/(email)/Library/Application Support/Steam/steamapps/common/Stardew Valley/Contents/MacOS/Mods/(CP)Harvey patootie/manifest.json. This doesn't seem to be valid JSON.
Technical details: Invalid property identifier character: \. Path '', line 1, position 1.
at StardewModdingAPI.Toolkit.Serialization.JsonHelper.ReadJsonFileIfExists[TModel](String fullPath, TModel& result) in E:\source\_Stardew\SMAPI\src\SMAPI.Toolkit\Serialization\JsonHelper.cs:line 86
at StardewModdingAPI.Toolkit.Framework.ModScanning.ModScanner.ReadFolder(DirectoryInfo root, DirectoryInfo searchFolder, Boolean useCaseInsensitiveFilePaths) in E:\source\_Stardew\SMAPI\src\SMAPI.Toolkit\Framework\ModScanning\ModScanner.cs:line 161
And this is the line of coding I've changed 4 times now:
{
"Name": „Harveypatootie",
"Author": „Vekk”,
"Version": „1.0.0”,
"Description": " A portrait redesign for Harvey in my style.”,
"UniqueID": „Vekk.Harveypatootie,
"MinimumApiVersion": „3.0.0”,
"ContentPackFor": {
"UniqueID": "Pathoschild.ContentPatcher"
}
}
(I also have no idea what UniqueID is in some cases... I'm still trying to make it work for my game first before I would upload it. :(
Anyone who can help with this issue?
This is what I get from smapi each time I try to run my game to see if it'll work;
(CP)Harvey patootie because parsing its manifest failed:
Newtonsoft.Json.JsonReaderException: Can't parse JSON file at /Users/(email)/Library/Application Support/Steam/steamapps/common/Stardew Valley/Contents/MacOS/Mods/(CP)Harvey patootie/manifest.json. This doesn't seem to be valid JSON.
Technical details: Invalid property identifier character: \. Path '', line 1, position 1.
at StardewModdingAPI.Toolkit.Serialization.JsonHelper.ReadJsonFileIfExists[TModel](String fullPath, TModel& result) in E:\source\_Stardew\SMAPI\src\SMAPI.Toolkit\Serialization\JsonHelper.cs:line 86
at StardewModdingAPI.Toolkit.Framework.ModScanning.ModScanner.ReadFolder(DirectoryInfo root, DirectoryInfo searchFolder, Boolean useCaseInsensitiveFilePaths) in E:\source\_Stardew\SMAPI\src\SMAPI.Toolkit\Framework\ModScanning\ModScanner.cs:line 161
And this is the line of coding I've changed 4 times now:
{
"Name": „Harveypatootie",
"Author": „Vekk”,
"Version": „1.0.0”,
"Description": " A portrait redesign for Harvey in my style.”,
"UniqueID": „Vekk.Harveypatootie,
"MinimumApiVersion": „3.0.0”,
"ContentPackFor": {
"UniqueID": "Pathoschild.ContentPatcher"
}
}
(I also have no idea what UniqueID is in some cases... I'm still trying to make it work for my game first before I would upload it. :(
Anyone who can help with this issue?