Stardew Valley
0 of 0

File information

Last updated

Original upload

Created by

Gervig91

Uploaded by

Gervig91

Virus scan

Safe to use

22 comments

  1. Alexandra24
    Alexandra24
    • member
    • 0 kudos
    I would also like to know if you intend to update Stardew Aquarium... I really love that mod and playing without it is a little sad I must say :/
  2. Tuiza
    Tuiza
    • member
    • 0 kudos
    Hello! Do you plan on updating Stardew Aquarium for 1.6? I really like that mod for adding the extra joy for collecting all the fishes! Kinda hard imagining playing without it
    1. ChickenSupreme9
      ChickenSupreme9
      • member
      • 3 kudos
      If only.
  3. KelThuzan
    KelThuzan
    • premium
    • 2 kudos
    Hi. Just a heads-up, I had to change the dependency to "Rafseazz.RidgesideVillage" since the manifest had the old name of "Rafseazz.RSVJA".
    1. Gervig91
      Gervig91
      • premium
      • 302 kudos
      Thank you
    2. DivinePetal
      DivinePetal
      • member
      • 0 kudos
      Thank you for this, was wondering why it said I didn't have the mods installed
  4. AlanBF
    AlanBF
    • member
    • 6 kudos
    To Make compatible with 1.6, the new Ridgeside and Content Patcher:

    manifest.json
    {
      "Name": "Animated Ridgeside Village Fish",
      "Author": "Gervig91",
      "Version": "1.3.0",
      "Description": "Animates the fish from the Ridgeside Village mod",
      "UniqueID": "Gervig91.AnimatedRSVFish",
      "MinimumApiVersion": "4.0.1",
      "UpdateKeys": [ "Nexus:6974" ],
      "ContentPackFor": {
        "UniqueID": "Pathoschild.ContentPatcher",
        "MinimumVersion": "2.0.1"
      },
       "Dependencies": [
       {
          "UniqueID": "Rafseazz.RSVCP",
          "IsRequired": true
       },
      ]
    }

    content.json
    {
      "Format": "2.0.0",
     
          "ConfigSchema":
        {
          "BladetailSturgeon":
            {
            "AllowValues": "new,old,disabled",
            "Default": "new",
            "AllowMultiple": "false"
            },
          "CapedTreeFrog":
            {
            "AllowValues": "new,old,disabled",
            "Default": "new",
            "AllowMultiple": "false"
            },
          "CardiaSeptalJellyfish":
            {
            "AllowValues": "new,old,disabled",
            "Default": "new",
            "AllowMultiple": "false"
            },
          "CrimsonSpikedClam":
            {
            "AllowValues": "new,old,disabled",
            "Default": "new",
            "AllowMultiple": "false"
            },
          "CutthroatTrout":
            {
            "AllowValues": "true,false",
            "Default": "true",
            "AllowMultiple": "false"
            },
          "DeepRidgeAngler":
            {
            "AllowValues": "true,false",
            "Default": "true",
            "AllowMultiple": "false"
            },
          "FairytaleLionfish":
            {
            "AllowValues": "new,old,disabled",
            "Default": "new",
            "AllowMultiple": "false"
            },
          "FixerEel":
            {
            "AllowValues": "new,old,disabled",
            "Default": "new",
            "AllowMultiple": "false"
            },
          "GoldenRoseFin":
            {
            "AllowValues": "new,old,disabled",
            "Default": "new",
            "AllowMultiple": "false"
            },
          "HarvesterTrout":
            {
            "AllowValues": "new,old,disabled",
            "Default": "new",
            "AllowMultiple": "false"
            },
          "LullabyCarp":
            {
            "AllowValues": "new,old,disabled",
            "Default": "new",
            "AllowMultiple": "false"
            },
          "MountainRedbellyDace":
            {
            "AllowValues": "true,false",
            "Default": "true",
            "AllowMultiple": "false"
            },
          "MountainWhitefish":
            {
            "AllowValues": "true,false",
            "Default": "true",
            "AllowMultiple": "false"
            },
          "PebbleBackCrab":
            {
            "AllowValues": "new,old,disabled",
            "Default": "new",
            "AllowMultiple": "false"
            },
          "RidgeBluegill":
            {
            "AllowValues": "true,false",
            "Default": "true",
            "AllowMultiple": "false"
            },
          "RidgesideBass":
            {
            "AllowValues": "true,false",
            "Default": "true",
            "AllowMultiple": "false"
            },
          "SkulpinFish":
            {
            "AllowValues": "true,false",
            "Default": "true",
            "AllowMultiple": "false"
            },
          "SockeyeSalmon":
            {
            "AllowValues": "true,false",
            "Default": "true",
            "AllowMultiple": "false"
            },
          "WaterfallSnakehead":
            {
            "AllowValues": "true,false",
            "Default": "true",
            "AllowMultiple": "false"
            },
        },
      "Changes": [
        {
          "LogName": "Bladetail Sturgeon Old",
          "Action": "EditImage",
          "Target": "Mods/Rafseazz.RSVCP/Objects/Objects",
          "FromFile": "bladetail_sturgeon.png",
          "FromArea": { "X": 0, "Y": 0, "Width": 16, "Height": 16 },
          "ToArea": { "X": 112, "Y": 0, "Width": 16, "Height": 16 },
          "AnimationFrameTime": 20,
          "AnimationFrameCount": 4,
          "When":
            {"BladetailSturgeon": "old"},
        },
        {
          "LogName": "Bladetail Sturgeon New",
          "Action": "EditImage",
          "Target": "Mods/Rafseazz.RSVCP/Objects/Objects",
          "FromFile": "bladetail_sturgeon_new.png",
          "FromArea": { "X": 0, "Y": 0, "Width": 16, "Height": 16 },
          "ToArea": { "X": 112, "Y": 0, "Width": 16, "Height": 16 },
          "AnimationFrameTime": 20,
          "AnimationFrameCount": 4,
          "When":
            {"BladetailSturgeon": "new"},
        },
        {
          "LogName": "Caped Tree Frog Old",
          "Action": "EditImage",
          "Target": "Mods/Rafseazz.RSVCP/Objects/Objects",
          "FromFile": "caped_tree_frog.png",
          "FromArea": { "X": 0, "Y": 0, "Width": 16, "Height": 16 },
          "ToArea": { "X": 128, "Y": 0, "Width": 16, "Height": 16 },
          "AnimationFrameTime": 20,
          "AnimationFrameCount": 10,
          "When":
            {"CapedTreeFrog": "old"},
        },
        {
          "LogName": "Caped Tree Frog New",
          "Action": "EditImage",
          "Target": "Mods/Rafseazz.RSVCP/Objects/Objects",
          "FromFile": "caped_tree_frog_new.png",
          "FromArea": { "X": 0, "Y": 0, "Width": 16, "Height": 16 },
          "ToArea": { "X": 128, "Y": 0, "Width": 16, "Height": 16 },
          "AnimationFrameTime": 20,
          "AnimationFrameCount": 10,
          "When":
            {"CapedTreeFrog": "new"},
        },
        {
          "LogName": "Cardia Septal Jellyfish Old",
          "Action": "EditImage",
          "Target": "Mods/Rafseazz.RSVCP/Objects/Objects",
          "FromFile": "cardia_septal_jellyfish.png",
          "FromArea": { "X": 0, "Y": 0, "Width": 16, "Height": 16 },
          "ToArea": { "X": 144, "Y": 0, "Width": 16, "Height": 16 },
          "AnimationFrameTime": 20,
          "AnimationFrameCount": 4,
          "When":
            {"CardiaSeptalJellyfish": "old"},
        },
        {
          "LogName": "Cardia Septal Jellyfish New",
          "Action": "EditImage",
          "Target": "Mods/Rafseazz.RSVCP/Objects/Objects",
          "FromFile": "cardia_septal_jellyfish_new.png",
          "FromArea": { "X": 0, "Y": 0, "Width": 16, "Height": 16 },
          "ToArea": { "X": 144, "Y": 0, "Width": 16, "Height": 16 },
          "AnimationFrameTime": 20,
          "AnimationFrameCount": 4,
          "When":
            {"CardiaSeptalJellyfish": "new"},
        },
        {
          "LogName": "Crimson Spiked Clam Old",
          "Action": "EditImage",
          "Target": "Mods/Rafseazz.RSVCP/Objects/Objects",
          "FromFile": "crimson_spiked_clam.png",
          "FromArea": { "X": 0, "Y": 0, "Width": 16, "Height": 16 },
          "ToArea": { "X": 224, "Y": 0, "Width": 16, "Height": 16 },
          "AnimationFrameTime": 15,
          "AnimationFrameCount": 14,
          "When":
            {"CrimsonSpikedClam": "old"},
        },
        {
          "LogName": "Crimson Spiked Clam New",
          "Action": "EditImage",
          "Target": "Mods/Rafseazz.RSVCP/Objects/Objects",
          "FromFile": "crimson_spiked_clam_new.png",
          "FromArea": { "X": 0, "Y": 0, "Width": 16, "Height": 16 },
          "ToArea": { "X": 224, "Y": 0, "Width": 16, "Height": 16 },
          "AnimationFrameTime": 15,
          "AnimationFrameCount": 14,
          "When":
            {"CrimsonSpikedClam": "new"},
        },
        {
          "LogName": "Cutthroat Trout",
          "Action": "EditImage",
          "Target": "Mods/Rafseazz.RSVCP/Objects/Objects",
          "FromFile": "cutthroat_trout.png",
          "FromArea": { "X": 0, "Y": 0, "Width": 16, "Height": 16 },
          "ToArea": { "X": 256, "Y": 0, "Width": 16, "Height": 16 },
          "AnimationFrameTime": 20,
          "AnimationFrameCount": 4,
          "When":
            {"CutthroatTrout": "true"},
        },
        {
          "LogName": "Deep Ridge Angler",
          "Action": "EditImage",
          "Target": "Mods/Rafseazz.RSVCP/Objects/Objects",
          "FromFile": "deep_ridge_angler.png",
          "FromArea": { "X": 0, "Y": 0, "Width": 16, "Height": 16 },
          "ToArea": { "X": 272, "Y": 0, "Width": 16, "Height": 16 },
          "AnimationFrameTime": 20,
          "AnimationFrameCount": 6,
          "When":
            {"DeepRidgeAngler": "true"},
        },
        {
          "LogName": "Fairytale Lionfish Old",
          "Action": "EditImage",
          "Target": "Mods/Rafseazz.RSVCP/Objects/Objects",
          "FromFile": "fairytale_lionfish.png",
          "FromArea": { "X": 0, "Y": 0, "Width": 16, "Height": 16 },
          "ToArea": { "X": 368, "Y": 0, "Width": 16, "Height": 16 },
          "AnimationFrameTime": 20,
          "AnimationFrameCount": 4,
          "When":
            {"FairytaleLionfish": "old"},
        },
        {
          "LogName": "Fairytale Lionfish New",
          "Action": "EditImage",
          "Target": "Mods/Rafseazz.RSVCP/Objects/Objects",
          "FromFile": "fairytale_lionfish_new.png",
          "FromArea": { "X": 0, "Y": 0, "Width": 16, "Height": 16 },
          "ToArea": { "X": 368, "Y": 0, "Width": 16, "Height": 16 },
          "AnimationFrameTime": 20,
          "AnimationFrameCount": 4,
          "When":
            {"FairytaleLionfish": "new"},
        },
        {
          "LogName": "Fixer Eel Old",
          "Action": "EditImage",
          "Target": "Mods/Rafseazz.RSVCP/Objects/Objects",
          "FromFile": "fixer_eel.png",
          "FromArea": { "X": 0, "Y": 0, "Width": 16, "Height": 16 },
          "ToArea": { "X": 0, "Y": 16, "Width": 16, "Height": 16 },
          "AnimationFrameTime": 20,
          "AnimationFrameCount": 4,
          "When":
            {"FixerEel": "old"},
        },
        {
          "LogName": "Fixer Eel New",
          "Action": "EditImage",
          "Target": "Mods/Rafseazz.RSVCP/Objects/Objects",
          "FromFile": "fixer_eel_new.png",
          "FromArea": { "X": 0, "Y": 0, "Width": 16, "Height": 16 },
          "ToArea": { "X": 0, "Y": 16, "Width": 16, "Height": 16 },
          "AnimationFrameTime": 20,
          "AnimationFrameCount": 6,
          "When":
            {"FixerEel": "new"},
        },
        {
          "LogName": "Golden Rose Fin Old",
          "Action": "EditImage",
          "Target": "Mods/Rafseazz.RSVCP/Objects/Objects",
          "FromFile": "golden_rose_fin.png",
          "FromArea": { "X": 0, "Y": 0, "Width": 16, "Height": 16 },
          "ToArea": { "X": 208, "Y": 16, "Width": 16, "Height": 16 },
          "AnimationFrameTime": 20,
          "AnimationFrameCount": 4,
          "When":
            {"GoldenRoseFin": "old"},
        },
        {
          "LogName": "Golden Rose Fin New",
          "Action": "EditImage",
          "Target": "Mods/Rafseazz.RSVCP/Objects/Objects",
          "FromFile": "golden_rose_fin_new.png",
          "FromArea": { "X": 0, "Y": 0, "Width": 16, "Height": 16 },
          "ToArea": { "X": 208, "Y": 16, "Width": 16, "Height": 16 },
          "AnimationFrameTime": 20,
          "AnimationFrameCount": 4,
          "When":
            {"GoldenRoseFin": "new"},
        },
        {
          "LogName": "Harvester Trout Old",
          "Action": "EditImage",
          "Target": "Mods/Rafseazz.RSVCP/Objects/Objects",
          "FromFile": "harvester_trout.png",
          "FromArea": { "X": 0, "Y": 0, "Width": 16, "Height": 16 },
          "ToArea": { "X": 240, "Y": 16, "Width": 16, "Height": 16 },
          "AnimationFrameTime": 20,
          "AnimationFrameCount": 4,
          "When":
            {"HarvesterTrout": "old"},
        },
        {
          "LogName": "Harvester Trout New",
          "Action": "EditImage",
          "Target": "Mods/Rafseazz.RSVCP/Objects/Objects",
          "FromFile": "harvester_trout_new.png",
          "FromArea": { "X": 0, "Y": 0, "Width": 16, "Height": 16 },
          "ToArea": { "X": 240, "Y": 16, "Width": 16, "Height": 16 },
          "AnimationFrameTime": 20,
          "AnimationFrameCount": 4,
          "When":
            {"HarvesterTrout": "new"},
        },
        {
          "LogName": "Lullaby Carp Old",
          "Action": "EditImage",
          "Target": "Mods/Rafseazz.RSVCP/Objects/Objects",
          "FromFile": "lullaby_carp.png",
          "FromArea": { "X": 0, "Y": 0, "Width": 16, "Height": 16 },
          "ToArea": { "X": 160, "Y": 32, "Width": 16, "Height": 16 },
          "AnimationFrameTime": 20,
          "AnimationFrameCount": 4,
          "When":
            {"LullabyCarp": "old"},
        },
        {
          "LogName": "Lullaby Carp New",
          "Action": "EditImage",
          "Target": "Mods/Rafseazz.RSVCP/Objects/Objects",
          "FromFile": "lullaby_carp_new.png",
          "FromArea": { "X": 0, "Y": 0, "Width": 16, "Height": 16 },
          "ToArea": { "X": 160, "Y": 32, "Width": 16, "Height": 16 },
          "AnimationFrameTime": 20,
          "AnimationFrameCount": 4,
          "When":
            {"LullabyCarp": "new"},
        },
        {
          "LogName": "Mountain Redbelly Dace",
          "Action": "EditImage",
          "Target": "Mods/Rafseazz.RSVCP/Objects/Objects",
          "FromFile": "mountain_redbelly_dace.png",
          "FromArea": { "X": 0, "Y": 0, "Width": 16, "Height": 16 },
          "ToArea": { "X": 304, "Y": 32, "Width": 16, "Height": 16 },
          "AnimationFrameTime": 20,
          "AnimationFrameCount": 4,
          "When":
            {"MountainRedbellyDace": "true"},
        },
        {
          "LogName": "Mountain Whitefish",
          "Action": "EditImage",
          "Target": "Mods/Rafseazz.RSVCP/Objects/Objects",
          "FromFile": "mountain_whitefish.png",
          "FromArea": { "X": 0, "Y": 0, "Width": 16, "Height": 16 },
          "ToArea": { "X": 320, "Y": 32, "Width": 16, "Height": 16 },
          "AnimationFrameTime": 20,
          "AnimationFrameCount": 4,
          "When":
            {"MountainWhitefish": "true"},
        },
        {
          "LogName": "Pebble Back Crab Old",
          "Action": "EditImage",
          "Target": "Mods/Rafseazz.RSVCP/Objects/Objects",
          "FromFile": "pebble_back_crab.png",
          "FromArea": { "X": 0, "Y": 0, "Width": 16, "Height": 16 },
          "ToArea": { "X": 48, "Y": 48, "Width": 16, "Height": 16 },
          "AnimationFrameTime": 20,
          "AnimationFrameCount": 4,
          "When":
            {"PebbleBackCrab": "old"},
        },
        {
          "LogName": "Pebble Back Crab New",
          "Action": "EditImage",
          "Target": "Mods/Rafseazz.RSVCP/Objects/Objects",
          "FromFile": "pebble_back_crab_new.png",
          "FromArea": { "X": 0, "Y": 0, "Width": 16, "Height": 16 },
          "ToArea": { "X": 48, "Y": 48, "Width": 16, "Height": 16 },
          "AnimationFrameTime": 20,
          "AnimationFrameCount": 10,
          "When":
            {"PebbleBackCrab": "new"},
        },
        {
          "LogName": "Ridge Bluegill",
          "Action": "EditImage",
          "Target": "Mods/Rafseazz.RSVCP/Objects/Objects",
          "FromFile": "ridge_bluegill.png",
          "FromArea": { "X": 0, "Y": 0, "Width": 16, "Height": 16 },
          "ToArea": { "X": 176, "Y": 48, "Width": 16, "Height": 16 },
          "AnimationFrameTime": 20,
          "AnimationFrameCount": 4,
          "When":
            {"RidgeBluegill": "true"},
        },
        {
          "LogName": "Ridgeside Bass",
          "Action": "EditImage",
          "Target": "Mods/Rafseazz.RSVCP/Objects/Objects",
          "FromFile": "ridgeside_bass.png",
          "FromArea": { "X": 0, "Y": 0, "Width": 16, "Height": 16 },
          "ToArea": { "X": 256, "Y": 48, "Width": 16, "Height": 16 },
          "AnimationFrameTime": 20,
          "AnimationFrameCount": 4,
          "When":
            {"RidgesideBass": "true"},
        },
        {
          "LogName": "Skulpin Fish",
          "Action": "EditImage",
          "Target": "Mods/Rafseazz.RSVCP/Objects/Objects",
          "FromFile": "skulpin_fish.png",
          "FromArea": { "X": 0, "Y": 0, "Width": 16, "Height": 16 },
          "ToArea": { "X": 0, "Y": 64, "Width": 16, "Height": 16 },
          "AnimationFrameTime": 20,
          "AnimationFrameCount": 4,
          "When":
            {"SkulpinFish": "true"},
        },
        {
          "LogName": "Sockeye Salmon",
          "Action": "EditImage",
          "Target": "Mods/Rafseazz.RSVCP/Objects/Objects",
          "FromFile": "sockeye_salmon.png",
          "FromArea": { "X": 0, "Y": 0, "Width": 16, "Height": 16 },
          "ToArea": { "X": 48, "Y": 64, "Width": 16, "Height": 16 },
          "AnimationFrameTime": 20,
          "AnimationFrameCount": 4,
          "When":
            {"SockeyeSalmon": "true"},
        },
        {
          "LogName": "Waterfall Snakehead",
          "Action": "EditImage",
          "Target": "Mods/Rafseazz.RSVCP/Objects/Objects",
          "FromFile": "waterfall_snakehead.png",
          "FromArea": { "X": 0, "Y": 0, "Width": 16, "Height": 16 },
          "ToArea": { "X": 256, "Y": 64, "Width": 16, "Height": 16 },
          "AnimationFrameTime": 30,
          "AnimationFrameCount": 12,
          "When":
            {"WaterfallSnakehead": "true"},
        }
      ]
    }
    1. joopetter
      joopetter
      • member
      • 0 kudos
      Worked like a charm, thank you so much for this!
    2. RainChicken
      RainChicken
      • supporter
      • 1 kudos
      Thank you!
    3. Megamarv131115
      Megamarv131115
      • member
      • 1 kudos
      thank you very much!! 
      i know it‘s much to ask, but could you tell the community how to do it for the east scarp animated fish too??

      i would greatly appreciate it if u could post a fix here or on that mod. would make my week to have all fish animated again, 

      and thanks again for this!!
    4. Gervig91
      Gervig91
      • premium
      • 302 kudos
      Thank you I will upload these edits. I can't test them myself, but looks like it works from the comments!
    5. DivinePetal
      DivinePetal
      • member
      • 0 kudos
      <333
    6. durbin
      durbin
      • premium
      • 17 kudos
      Someone already asked about it, so changing my post.  Thanks again for the solid work
    7. D1111e
      D1111e
      • member
      • 0 kudos
      <3
    8. durbin
      durbin
      • premium
      • 17 kudos
      I've figured out how to update the other ones but I do not know where to get the ToArea numbers.  If anyone can help Ill do East Scrap and SVE
  5. D1111e
    D1111e
    • member
    • 0 kudos
    Hey can you please update your pet furniture please 🙏 also do you plan on updating all of your mods?
  6. Echelon
    Echelon
    • premium
    • 83 kudos
    Animated Ridgeside Village Fish 1.3.0 because it requires mods which aren't installed (Rafseazz.RSVJA).
    need to change 1.3.0 manifest to
      "Dependencies": [
    {
    "UniqueID": "Rafseazz.RSVCP",
  7. durbin
    durbin
    • premium
    • 17 kudos
    The update still didnt fix this, I guess Ill edit them myself.

    -update- Editing them myself works but the new file from today doesnt work.
  8. pivotob
    pivotob
    • supporter
    • 1 kudos
    Not compatible with 1.6.
  9. DanNowa6
    DanNowa6
    • member
    • 1 kudos
    I really love all your animation mods. Recently RSV updated its fish textures and I'm conflicted. I use Visible Fish and it uses different textures to your animated ones. The animated fish are gorgeous and I wouldn't play without them but it's very strange that the fish in the water look different. I'm not sure what I should do
    1. Gervig91
      Gervig91
      • premium
      • 302 kudos
      Oh I didn't know there were new sprites. I will add new animations to match those.
      Edit: Just uploaded new animations for the new sprites.
  10. Almandite
    Almandite
    • supporter
    • 5 kudos
    can't believe no one has left a comment on this, so let me be the first to say; thank you! these look amazing and I was beyond happy to discover that you had made a separate mod for the RSV fishies since I use your animated fish mod for the regular fish (and the "more fish"!) and I'm a sucker for continuity so bless you and your beautiful brain for this. 

    I know the latest 2.0 RSV update added some new fish, are you thinking of animating those as well? totally understandable if you won't, but I figured I could at least ask! 

    thank you again for all your wonderful animations!