File information

Last updated

Original upload

Created by

BleakCodex

Uploaded by

BleakCodex

Virus scan

Safe to use

44 comments

  1. Drapsheik
    Drapsheik
    • supporter
    • 2 kudos
    [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

    Anyone else getting this issue?
  2. LunaCTristan
    LunaCTristan
    • member
    • 1 kudos
    The sprite frame size is 64x128 and sp‘ite should be 32x64 correct? My sprites seem small and the hit box is off center

    to clarify this is for a cat/dog sprite
  3. BiggieSnails00
    BiggieSnails00
    • member
    • 1 kudos
    Hi, can this mod increase the size of animal sprites? If so, how would I do it?
  4. SugarNeill
    SugarNeill
    • member
    • 1 kudos
    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 

    {
    "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?
    1. katey1801
      katey1801
      • member
      • 3 kudos
      I would have to know what the other files in the mister ginger mod's are in order to maybe guide you on this
    2. katey1801
      katey1801
      • member
      • 3 kudos
      I would have to know what the other files in the mister ginger mod's are in order to maybe guide you on this
  5. bexeylover
    bexeylover
    • member
    • 0 kudos
    Is this mod outdated? I downloaded it and it says I needed to updated im on android btw.
  6. vikadura70
    vikadura70
    • member
    • 0 kudos
    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"??
  7. WindXiaoKe
    WindXiaoKe
    • member
    • 0 kudos
    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.
  8. chocolatte01
    chocolatte01
    • member
    • 0 kudos
    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 !
  9. wrnmgb
    wrnmgb
    • supporter
    • 1 kudos
    Hello, the red word appears in the loading module, how can I eliminate it:

    [SpritesInDetail] Tried to access a mod-provided API before all mods were initialized.
  10. SSeraphiym
    SSeraphiym
    • member
    • 0 kudos
    I didn't understand how to make this mod work, could you help me?