[SpritesInDetail] Mod crashed on entry and might not work correctly. Technical details: NullReferenceException: Object reference not set to an instance of an object. at SpritesInDetail.ModEntry.Entry(IModHelper helper) in C:\Users\alexd\source\repos\SpritesInDetail\ModEntry.cs:line 131 at StardewModdingAPI.Framework.SCore.LoadMods(IModMetadata[] mods, JsonHelper jsonHelper, ContentCoordinator contentCore, ModDatabase modDatabase) in /home/pathoschild/git/SMAPI/src/SMAPI/Framework/SCore.cs:line 1861
Does anyone know how the mod finds which sprite sheet to edit? I used this on the Mister Ginger mod because I wanted to see if i could turn Mister Ginger into Crazy Gus. This is was my content.json
And it worked. How did it find what sprite sheet to replace with crazy gus? theres no plain 'misterginger' file. I want to replace mister ginger's fish sprite sheet too, which is a seperate file. How do I get it to recognise that too?
hi!!! thank you for this mod. i have a question. what should i do if i want to change size of my custom npc, not sv character?? what should i write in "target"??
No errors after trying to update this mod and Lux's Food and Crop Mod. Seems incompatible with More New Fish: [Content Patcher] Failed applying image patch More Fish > EditImage Maps/springobjects #1: image has been edited by Sprites In Detail, so it can no longer be resized by content packs. [Content Patcher] Failed applying image patch More Fish > EditImage Maps/springobjects #2: image has been edited by Sprites In Detail, so it can no longer be resized by content packs. [Content Patcher] Failed applying image patch More Fish > EditImage Maps/springobjects #3: image has been edited by Sprites In Detail, so it can no longer be resized by content packs. [Content Patcher] Failed applying image patch More Fish > EditImage Maps/springobjects #4: image has been edited by Sprites In Detail, so it can no longer be resized by content packs. [Content Patcher] Failed applying image patch More Fish > EditImage Maps/springobjects #5: image has been edited by Sprites In Detail, so it can no longer be resized by content packs.
Hi! I had downloaded this mod because Lux's required it, but now I'm having a big issue. All npc sprites so far are scaled up so much they are cut off and only a small part of their sprite is visible. For example, Robin's sprite is reduced to 1/4 of her face and it is very blown out. Are there any known fixes to this issue or advice on how to trouble shoot? Thanks !
44 comments
NullReferenceException: Object reference not set to an instance of an object.
at SpritesInDetail.ModEntry.Entry(IModHelper helper) in C:\Users\alexd\source\repos\SpritesInDetail\ModEntry.cs:line 131
at StardewModdingAPI.Framework.SCore.LoadMods(IModMetadata[] mods, JsonHelper jsonHelper, ContentCoordinator contentCore, ModDatabase modDatabase) in /home/pathoschild/git/SMAPI/src/SMAPI/Framework/SCore.cs:line 1861
Anyone else getting this issue?
to clarify this is for a cat/dog sprite
{
"Sprites": [
{
"Target": "Characters/MisterGinger",
"FromFile": "assets/CrazyMustacheGus.png",
"breathtype": "none",
},
]
}
And it worked. How did it find what sprite sheet to replace with crazy gus? theres no plain 'misterginger' file. I want to replace mister ginger's fish sprite sheet too, which is a seperate file. How do I get it to recognise that too?
Seems incompatible withMore New Fish:[Content Patcher] Failed applying image patch More Fish > EditImage Maps/springobjects #1: image has been edited by Sprites In Detail, so it can no longer be resized by content packs.[Content Patcher] Failed applying image patch More Fish > EditImage Maps/springobjects #2: image has been edited by Sprites In Detail, so it can no longer be resized by content packs.[Content Patcher] Failed applying image patch More Fish > EditImage Maps/springobjects #3: image has been edited by Sprites In Detail, so it can no longer be resized by content packs.[Content Patcher] Failed applying image patch More Fish > EditImage Maps/springobjects #4: image has been edited by Sprites In Detail, so it can no longer be resized by content packs.[Content Patcher] Failed applying image patch More Fish > EditImage Maps/springobjects #5: image has been edited by Sprites In Detail, so it can no longer be resized by content packs.[SpritesInDetail] Tried to access a mod-provided API before all mods were initialized.