0 of 0

File information

Last updated

Original upload

Created by

Gervig91

Uploaded by

Gervig91

Virus scan

Safe to use

19 comments

  1. Hayato2236
    Hayato2236
    • supporter
    • 37 kudos
    I love Lunna's mod, haha! It's awesome, and its characters are so charming.
  2. Kinasin
    Kinasin
    • supporter
    • 0 kudos
    [SMAPI]       These mods could not be added to your game.[SMAPI]       - Animated Lunna Astray Fish because you have multiple copies of this mod installed. To fix this, delete these folders and reinstall the mod: Mods\[CP-A] Animated Lunna Astray Fish, Mods\LunnaAstray_3.4.12\[CP] Lunna.
    1. durbin
      durbin
      • premium
      • 22 kudos
      Why post twice, the new update works.  So it is something on your end
    2. Kinasin
      Kinasin
      • supporter
      • 0 kudos
      your right reinstalling fixed it sorry
  3. durbin
    durbin
    • premium
    • 22 kudos
    I fixed it here is the code:
    So everyone copy and paste this whole code in the appropriate files (Update is out and it works).  Be aware it looks like Lunna fish sprites has changed, but they are animated with the old sprites now with this.  So if you use visible fish the sprites will be different.

    content.json

    Spoiler:  
    Show
    {
    "Format": "2.0.0",

    "ConfigSchema": 
    {
    "DewdropFish":
    {
    "AllowValues": "true,false",
    "Default": "true",
    "AllowMultiple": "false"
    }, 
    "PurpleSpottedTrout":
    {
    "AllowValues": "true,false",
    "Default": "true",
    "AllowMultiple": "false"
    }, 
    "Relicantlette":
    {
    "AllowValues": "true,false",
    "Default": "true",
    "AllowMultiple": "false"
    }, 
    "Serafin":
    {
    "AllowValues": "true,false",
    "Default": "true",
    "AllowMultiple": "false"
    }, 
    "UmuwiCarp":
    {
    "AllowValues": "true,false",
    "Default": "true",
    "AllowMultiple": "false"
    },
    },
    "Changes": [
    {
    "LogName": "Dewdrop Fish",
    "Action": "EditImage",
    "Target": "LASV/Objects",
    "FromFile": "dewdrop_fish.png",
    "FromArea": { "X": 0, "Y": 0, "Width": 16, "Height": 16 },
    "ToArea": { "X": 0, "Y": 0, "Width": 16, "Height": 16 },
    "AnimationFrameTime": 20,
    "AnimationFrameCount": 4,
    "When":
    {"DewdropFish": "true"},
    },
    {
    "LogName": "Purple Spotted Trout",
    "Action": "EditImage",
    "Target": "LASV/Objects",
    "FromFile": "purple_spotted_trout.png",
    "FromArea": { "X": 0, "Y": 0, "Width": 16, "Height": 16 },
    "ToArea": { "X": 16, "Y": 0, "Width": 16, "Height": 16 },
    "AnimationFrameTime": 20,
    "AnimationFrameCount": 4,
    "When":
    {"PurpleSpottedTrout": "true"},
    },
    {

    "LogName": "Relicantlette",
    "Action": "EditImage",
    "Target": "LASV/Objects",
    "FromFile": "relicantlette.png",
    "FromArea": { "X": 0, "Y": 0, "Width": 16, "Height": 16 },
    "ToArea": { "X": 32, "Y": 0, "Width": 16, "Height": 16 },
    "AnimationFrameTime": 20,
    "AnimationFrameCount": 4,
    "When":
    {"Relicantlette": "true"},
    },
    {
    "LogName": "Serafin",
    "Action": "EditImage",
    "Target": "LASV/Objects",
    "FromFile": "serafin.png",
    "FromArea": { "X": 0, "Y": 0, "Width": 16, "Height": 16 },
    "ToArea": { "X": 48, "Y": 0, "Width": 16, "Height": 16 },
    "AnimationFrameTime": 20,
    "AnimationFrameCount": 4,
    "When":
    {"Serafin": "true"},
    },
    {

    "LogName": "Umuwi Carp",
    "Action": "EditImage",
    "Target": "LASV/Objects",
    "FromFile": "umuwi_carp.png",
    "FromArea": { "X": 0, "Y": 0, "Width": 16, "Height": 16 },
    "ToArea": { "X": 64, "Y": 0, "Width": 16, "Height": 16 },
    "AnimationFrameTime": 20,
    "AnimationFrameCount": 4,
    "When":
    {"UmuwiCarp": "true"},
    }
    ]
    }


    Maifest.json

    Spoiler:  
    Show

    {
      "Name": "Animated Lunna Astray Fish",
      "Author": "Gervig91",
      "Version": "1.1.1",
      "Description": "Animates the fish in Lunna Astray",
      "UniqueID": "Gervig91.AnimatedLunnaAstrayFish",
      "MinimumApiVersion": "2.10.0",
      "UpdateKeys": [ "Nexus:6974" ],
      "ContentPackFor": {
        "UniqueID": "Pathoschild.ContentPatcher",
        "MinimumVersion": "1.6.0"
      },
       "Dependencies": [
        {
          "UniqueID": "Rafseazz.LunnaCP",
          "IsRequired": true
       },
      ]
    }
    1. Gervig91
      Gervig91
      • premium
      • 402 kudos
      Thank you, uploaded these changes
  4. durbin
    durbin
    • premium
    • 22 kudos
    Update is broken

    I had to edit some stuff, butt the ToArea I dont know.  but there were quite a few errors in the update file


    Also need to take out the depedency for json in manifest
    1. durbin
      durbin
      • premium
      • 22 kudos
      Actually spending 2 hours trying to fix this, I dont think this is going to work.  I realized the sprites have changealso.  
    2. JennaJuffuffles
      JennaJuffuffles
      • premium
      • 304 kudos
      I don't know if this would help but...
      The spritesheet is located @ \assets\Objects\Objects.png inside of Rafseazz.LunnaCP.
      The fist are in alphabetical order in the first row, so:

      // dewdrop_fish
      "ToArea": { "X": 0, "Y": 0, "Width": 16, "Height": 16 },
      // purple_spotted_trout
      "ToArea": { "X": 16, "Y": 0,0 "Width": 16, "Height": 16 },
      // relicantlette
      "ToArea": { "X": 32, "Y": 0, "Width": 16, "Height": 16 },
      // serafin
      "ToArea": { "X": 48, "Y": 0, "Width": 16, "Height": 16 },
      // umuwi_carp
      "ToArea": { "X": 64, "Y": 0, "Width": 16, "Height": 16 },
    3. durbin
      durbin
      • premium
      • 22 kudos
      Yea but the sprites have changed, also I dont know why I didnt think of that thanks.  Just getting into SDV modding.  Yea I got the objects\\objects forgot to add that one in here
    4. durbin
      durbin
      • premium
      • 22 kudos
      This should work but doesnt exactly like ridgeside animated fish.  I dont know what is going wrong
      Spoiler:  
      Show

      {
      "Format": "2.0.0",

      "ConfigSchema": 
      {
      "DewdropFish":
      {
      "AllowValues": "true,false",
      "Default": "true",
      "AllowMultiple": "false"
      }, 
      "PurpleSpottedTrout":
      {
      "AllowValues": "true,false",
      "Default": "true",
      "AllowMultiple": "false"
      }, 
      "Relicantlette":
      {
      "AllowValues": "true,false",
      "Default": "true",
      "AllowMultiple": "false"
      }, 
      "Serafin":
      {
      "AllowValues": "true,false",
      "Default": "true",
      "AllowMultiple": "false"
      }, 
      "UmuwiCarp":
      {
      "AllowValues": "true,false",
      "Default": "true",
      "AllowMultiple": "false"
      },
      },
      "Changes": [
      {
      "LogName": "Dewdrop Fish",
      "Action": "EditImage",
      "Target": "Mods/Rafseazz.LunnaCP/Objects/Objects",
      "FromFile": "dewdrop_fish.png",
      "FromArea": { "X": 0, "Y": 0, "Width": 16, "Height": 16 },
      "ToArea": { "X": 0, "Y": 0, "Width": 16, "Height": 16 },
      "AnimationFrameTime": 20,
      "AnimationFrameCount": 4,
      "When":
      {"DewdropFish": "true"},
      },
      {
      "LogName": "Purple Spotted Trout",
      "Action": "EditImage",
      "Target": "Mods/Rafseazz.LunnaCP/Objects/Objects",
      "FromFile": "purple_spotted_trout.png",
      "FromArea": { "X": 0, "Y": 0, "Width": 16, "Height": 16 },
      "ToArea": { "X": 16, "Y": 0, "Width": 16, "Height": 16 },
      "AnimationFrameTime": 20,
      "AnimationFrameCount": 4,
      "When":
      {"PurpleSpottedTrout": "true"},
      },
      {

      "LogName": "Relicantlette",
      "Action": "EditImage",
      "Target": "Mods/Rafseazz.LunnaCP/Objects/Objects",
      "FromFile": "relicantlette.png",
      "FromArea": { "X": 0, "Y": 0, "Width": 16, "Height": 16 },
      "ToArea": { "X": 32, "Y": 0, "Width": 16, "Height": 16 },
      "AnimationFrameTime": 20,
      "AnimationFrameCount": 4,
      "When":
      {"Relicantlette": "true"},
      },
      {
      "LogName": "Serafin",
      "Action": "EditImage",
      "Target": "Mods/Rafseazz.LunnaCP/Objects/Objects",
      "FromFile": "serafin.png",
      "FromArea": { "X": 0, "Y": 0, "Width": 16, "Height": 16 },
      "ToArea": { "X": 48, "Y": 0, "Width": 16, "Height": 16 },
      "AnimationFrameTime": 20,
      "AnimationFrameCount": 4,
      "When":
      {"Serafin": "true"},
      },
      {

      "LogName": "Umuwi Carp",
      "Action": "EditImage",
      "Target": "Mods/Rafseazz.LunnaCP/Objects/Objects",
      "FromFile": "umuwi_carp.png",
      "FromArea": { "X": 0, "Y": 0, "Width": 16, "Height": 16 },
      "ToArea": { "X": 64, "Y": 0, "Width": 16, "Height": 16 },
      "AnimationFrameTime": 20,
      "AnimationFrameCount": 4,
      "When":
      {"UmuwiCarp": "true"},
      }
      ]
      }
    5. durbin
      durbin
      • premium
      • 22 kudos
      I cant fix Ive tried so many paths, its not grabbing from objects for some reason.  I hope someone else can figure it out.
  5. Kinasin
    Kinasin
    • supporter
    • 0 kudos
    [SMAPI]       - Animated Lunna Astray Fish because you have multiple copies of this mod installed. To fix this, delete these folders and reinstall the mod: Mods\[CP-A] Animated Lunna Astray Fish, Mods\LunnaAstray_3.4.12\[CP] Lunna.
  6. Kinasin
    Kinasin
    • supporter
    • 0 kudos
    does this still work in 1.6
    1. Echelon
      Echelon
      • premium
      • 104 kudos
      try updating this mod's manifest for new dependancy
      {
        "Name": "Animated Lunna Astray Fish",
        "Author": "Gervig91",
        "Version": "1.0.0",
        "Description": "Animates the fish in Lunna Astray",
        "UniqueID": "Gervig91.AnimatedLunnaAstrayFish",
        "MinimumApiVersion": "2.10.0",
        "UpdateKeys": [ "Nexus:6974" ],
        "ContentPackFor": {
          "UniqueID": "Pathoschild.ContentPatcher",
          "MinimumVersion": "1.6.0"
        },
         "Dependencies": [
         {
            "UniqueID": "spacechase0.JsonAssets",
            "IsRequired": true
         },
         {
            "UniqueID": "Rafseazz.LunnaCP",
            "IsRequired": true
         },
        ]
      }
    2. Lyxson
      Lyxson
      • supporter
      • 0 kudos
      Thank you for this.
  7. Echelon
    Echelon
    • premium
    • 104 kudos
    unique id for needs to be Rafseazz.LunnaCP for 1.6
  8. bigpappaflea
    bigpappaflea
    • supporter
    • 2 kudos
    Thank you, these are some of my favorite looking fish in the game and now they live! Hopefully I can get the issue solved where I only catch trash from Umuwi sources. I think I have about 14 of your mods installed. Thank you for your effort.
  9. dzxl576607281
    dzxl576607281
    • member
    • 1 kudos
    good