Stardew Valley
0 of 0

File information

Last updated

Original upload

Created by

Gervig91

Uploaded by

Gervig91

Virus scan

Safe to use

14 comments

  1. comradesean
    comradesean
    • member
    • 2 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
      • 302 kudos
      <3
  2. Kittinator
    Kittinator
    • member
    • 0 kudos
    Waiting for an update. I really love these addons.
    1. DivinePetal
      DivinePetal
      • member
      • 0 kudos
      Same. Love these animations :3
  3. DummyAccount03
    DummyAccount03
    • member
    • 5 kudos
    Not compatible with 1.6.
  4. 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
      • 302 kudos
      It's part of Rosa's story, so try and befriend them!
  5. Oedaloz
    Oedaloz
    • member
    • 1 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
      • 302 kudos
      Done, thanks for reminding me!
    2. Oedaloz
      Oedaloz
      • member
      • 1 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.
  6. Medicell
    Medicell
    • member
    • 8 kudos
    Thank you!
  7. HimeTarts
    HimeTarts
    • premium
    • 528 kudos
    Gerv I LOVE you so much
    1. Gervig91
      Gervig91
      • premium
      • 302 kudos
      No you! Gottem