0 of 0

File information

Last updated

Original upload

Created by

Gervig91

Uploaded by

Gervig91

Virus scan

Safe to use

20 comments

  1. CastleCrasherGD
    CastleCrasherGD
    • member
    • 0 kudos
    Having this issue, any solutions
    EPERM: operation not permitted, stat 'C:\Users\****\AppData\Roaming\Vortex\downloads\stardewvalley\Animated East Scarp Fish-10913-1-2-0-1711408247.zip'
    Error: EPERM: operation not permitted, stat 'C:\Users\****\AppData\Roaming\Vortex\downloads\stardewvalley\Animated East Scarp Fish-10913-1-2-0-1711408247.zip'
    Prior Context:
        at Object.openAsync (C:\Program Files\Black Tree Gaming Ltd\Vortex\resources\app.asar\renderer.js:9424:27)
        at loop (C:\Program Files\Black Tree Gaming Ltd\Vortex\resources\app.asar\renderer.js:1834:205)
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11)
    1. Gervig91
      Gervig91
      • premium
      • 402 kudos
      Please upload your full SMAPI log.
  2. exiledangel420
    exiledangel420
    • premium
    • 0 kudos
    Not specifically your mods issue but content patcher animations won't load in 1.6 not compatible with smapi because the current version is extremely out dated is there a way to get around this. nevermind it loads fine even though it say it not compatible in smapi.io compatibility list.
    1. Gervig91
      Gervig91
      • premium
      • 402 kudos
      CP-A still works.
    2. BlooEliza
      BlooEliza
      • member
      • 0 kudos
      I think they mean with non-english game, it doesn't work
  3. outlawzgosu
    outlawzgosu
    • premium
    • 13 kudos
    what are those displays the fish are laying on?
  4. comradesean
    comradesean
    • member
    • 8 kudos
    To Make compatible with 1.6, the new Ridgeside and Content Patcher:

    manifest.json
    {
      "Name": "Animated East Scarp Fish",
      "Author": "Gervig91",
      "Version": "1.2.0",
      "Description": "Animates the fish from the East Scarp mod",
      "UniqueID": "Gervig91.AnimatedESFish",
      "UpdateKeys": [ "Nexus:10913" ],
      "MinimumApiVersion": "4.0.1",
      "ContentPackFor": {
        "UniqueID": "Pathoschild.ContentPatcher",
        "MinimumVersion": "2.0.1"
      },
       "Dependencies": [
       {
          "UniqueID": "LemurKat.EastScarpe.CP",
          "IsRequired": true
       },
      ]
    }

    content.json
    {
    "Format": "2.0.0",

    "ConfigSchema": 
    {
    "Cerulean Nudibranch":
    {
    "AllowValues": "true,false",
    "Default": "true",
    "AllowMultiple": "false"
    }, 
    "Fairy Betta":
    {
    "AllowValues": "true,false",
    "Default": "true",
    "AllowMultiple": "false"
    },
    "Golden Trout":
    {
    "AllowValues": "true,false",
    "Default": "true",
    "AllowMultiple": "false"
    }, 
    "King Carp":
    {
    "AllowValues": "true,false",
    "Default": "true",
    "AllowMultiple": "false"
    },
    "Kokanee Salmon":
    {
    "AllowValues": "true,false",
    "Default": "true",
    "AllowMultiple": "false"
    }, 
    "Obsidian Maw":
    {
    "AllowValues": "true,false",
    "Default": "true",
    "AllowMultiple": "false"
    },
    "Ornate Nudibranch":
    {
    "AllowValues": "true,false",
    "Default": "true",
    "AllowMultiple": "false"
    },
    "Red Herring":
    {
    "AllowValues": "true,false",
    "Default": "true",
    "AllowMultiple": "false"
    },
    "Sea Bunny Nudibranch":
    {
    "AllowValues": "true,false",
    "Default": "true",
    "AllowMultiple": "false"
    }, 
    "Slime Barbel":
    {
    "AllowValues": "true,false",
    "Default": "true",
    "AllowMultiple": "false"
    },
    "Sunset Nudibranch":
    {
    "AllowValues": "true,false",
    "Default": "true",
    "AllowMultiple": "false"
    },/*
    "":
    {
    "AllowValues": "true,false",
    "Default": "true",
    "AllowMultiple": "false"
    },*/
    },
    "Changes": [
    {
    "LogName": "Cerulean Nudibranch",
    "Action": "EditImage",
    "Target": "Mods\\Lemurkat.EastScarp\\esobjects",
    "FromFile": "cerulean_nudibranch.png",
    "FromArea": { "X": 0, "Y": 0, "Width": 16, "Height": 16 },
    "ToArea": { "X": 0, "Y": 16, "Width": 16, "Height": 16 },
    "AnimationFrameTime": 30,
    "AnimationFrameCount": 4,
    "When":
    {"Cerulean Nudibranch": "true"},
    },
    {
    "LogName": "Fairy Betta",
    "Action": "EditImage",
    "Target": "Mods\\Lemurkat.EastScarp\\esobjects",
    "FromFile": "fairy_betta.png",
    "FromArea": { "X": 0, "Y": 0, "Width": 16, "Height": 16 },
    "ToArea": { "X": 128, "Y": 16, "Width": 16, "Height": 16 },
    "AnimationFrameTime": 20,
    "AnimationFrameCount": 6,
    "When":
    {"Fairy Betta": "true"},
    },
    {
    "LogName": "Golden Trout",
    "Action": "EditImage",
    "Target": "Mods\\Lemurkat.EastScarp\\esobjects",
    "FromFile": "golden_trout.png",
    "FromArea": { "X": 0, "Y": 0, "Width": 16, "Height": 16 },
    "ToArea": { "X": 80, "Y": 16, "Width": 16, "Height": 16 },
    "AnimationFrameTime": 20,
    "AnimationFrameCount": 4,
    "When":
    {"Golden Trout": "true"},
    },
    {
    "LogName": "King Carp",
    "Action": "EditImage",
    "Target": "Mods\\Lemurkat.EastScarp\\esobjects",
    "FromFile": "king_carp.png",
    "FromArea": { "X": 0, "Y": 0, "Width": 16, "Height": 16 },
    "ToArea": { "X": 112, "Y": 16, "Width": 16, "Height": 16 },
    "AnimationFrameTime": 20,
    "AnimationFrameCount": 4,
    "When":
    {"King Carp": "true"},
    },
    {
    "LogName": "Kokanee Salmon",
    "Action": "EditImage",
    "Target": "Mods\\Lemurkat.EastScarp\\esobjects",
    "FromFile": "kokanee_salmon.png",
    "FromArea": { "X": 0, "Y": 0, "Width": 16, "Height": 16 },
    "ToArea": { "X": 96, "Y": 16, "Width": 16, "Height": 16 },
    "AnimationFrameTime": 20,
    "AnimationFrameCount": 4,
    "When":
    {"Kokanee Salmon": "true"},
    },
    {
    "LogName": "Ornate Nudibranch",
    "Action": "EditImage",
    "Target": "Mods\\Lemurkat.EastScarp\\esobjects",
    "FromFile": "ornate_nudibranch.png",
    "FromArea": { "X": 0, "Y": 0, "Width": 16, "Height": 16 },
    "ToArea": { "X": 16, "Y": 16, "Width": 16, "Height": 16 },
    "AnimationFrameTime": 30,
    "AnimationFrameCount": 4,
    "When":
    {"Ornate Nudibranch": "true"},
    },
    {
    "LogName": "Obsidian Maw",
    "Action": "EditImage",
    "Target": "Mods\\Lemurkat.EastScarp\\esobjects",
    "FromFile": "obsidian_maw.png",
    "FromArea": { "X": 0, "Y": 0, "Width": 16, "Height": 16 },
    "ToArea": { "X": 144, "Y": 16, "Width": 16, "Height": 16 },
    "AnimationFrameTime": 20,
    "AnimationFrameCount": 4,
    "When":
    {"Obsidian Maw": "true"},
    },
    {
    "LogName": "Red Herring",
    "Action": "EditImage",
    "Target": "Mods\\Lemurkat.EastScarp\\esobjects",
    "FromFile": "red_herring.png",
    "FromArea": { "X": 0, "Y": 0, "Width": 16, "Height": 16 },
    "ToArea": { "X": 64, "Y": 16, "Width": 16, "Height": 16 },
    "AnimationFrameTime": 20,
    "AnimationFrameCount": 4,
    "When":
    {"Red Herring": "true"},
    },
    {
    "LogName": "Sea Bunny Nudibranch",
    "Action": "EditImage",
    "Target": "Mods\\Lemurkat.EastScarp\\esobjects",
    "FromFile": "sea_bunny_nudibranch.png",
    "FromArea": { "X": 0, "Y": 0, "Width": 16, "Height": 16 },
    "ToArea": { "X": 32, "Y": 16, "Width": 16, "Height": 16 },
    "AnimationFrameTime": 30,
    "AnimationFrameCount": 4,
    "When":
    {"Sea Bunny Nudibranch": "true"},
    },
    {
    "LogName": "Slime Barbel",
    "Action": "EditImage",
    "Target": "Mods\\Lemurkat.EastScarp\\esobjects",
    "FromFile": "slime_barbel.png",
    "FromArea": { "X": 0, "Y": 0, "Width": 16, "Height": 16 },
    "ToArea": { "X": 160, "Y": 16, "Width": 16, "Height": 16 },
    "AnimationFrameTime": 20,
    "AnimationFrameCount": 4,
    "When":
    {"Slime Barbel": "true"},
    },
    {
    "LogName": "Sunset Nudibranch",
    "Action": "EditImage",
    "Target": "Mods\\Lemurkat.EastScarp\\esobjects",
    "FromFile": "sunset_nudibranch.png",
    "FromArea": { "X": 0, "Y": 0, "Width": 16, "Height": 16 },
    "ToArea": { "X": 48, "Y": 16, "Width": 16, "Height": 16 },
    "AnimationFrameTime": 30,
    "AnimationFrameCount": 4,
    "When":
    {"Sunset Nudibranch": "true"},
    }/*
    {
    "LogName": "",
    "Action": "EditImage",
    "Target": "{{spacechase0.JsonAssets/ObjectSpriteTilesheet:}}",
    "FromFile": ".png",
    "FromArea": { "X": 0, "Y": 0, "Width": 16, "Height": 16 },
    "ToArea": { "X": "{{spacechase0.JsonAssets/ObjectSpriteX:}}", "Y": "{{spacechase0.JsonAssets/ObjectSpriteY:}}", "Width": 16, "Height": 16 },
    "AnimationFrameTime": 20,
    "AnimationFrameCount": 4,
    "When":
    {"": "true"},
    },*/
    ]
    }
    1. Lyxson
      Lyxson
      • supporter
      • 0 kudos
      You are awesome for doing this for this and the SVE version. And will be even more awesome if you do it for the Lunna version ;)
    2. Gervig91
      Gervig91
      • premium
      • 402 kudos
      <3
  5. Kittinator
    Kittinator
    • member
    • 0 kudos
    Waiting for an update. I really love these addons.
    1. DivinePetal
      DivinePetal
      • member
      • 1 kudos
      Same. Love these animations :3
  6. ErraticPixel
    ErraticPixel
    • member
    • 21 kudos
    Not compatible with 1.6.
  7. Wiinteer
    Wiinteer
    • member
    • 0 kudos
     hello, sorry for bothering you, but can anyone tell me how I can release the Smuggler's Den to catch the fish there?
    1. Gervig91
      Gervig91
      • premium
      • 402 kudos
      It's part of Rosa's story, so try and befriend them!
  8. Oedaloz
    Oedaloz
    • member
    • 3 kudos
    Hello. Love the work on all your animated fish. Any chance to add animations to the 4 new east scarp fish?
    1. Gervig91
      Gervig91
      • premium
      • 402 kudos
      Done, thanks for reminding me!
    2. Oedaloz
      Oedaloz
      • member
      • 3 kudos
      Holy crap. Wasn't expecting an actual fix for weeks at best. Thanks a ton. I am aesthetically pleased with my collection screen once again.
  9. Medicell
    Medicell
    • member
    • 9 kudos
    Thank you!
  10. HimeTarts
    HimeTarts
    • premium
    • 2,082 kudos
    Gerv I LOVE you so much
    1. Gervig91
      Gervig91
      • premium
      • 402 kudos
      No you! Gottem