0 of 0

File information

Last updated

Original upload

Created by

Fippsie

Uploaded by

Fippsie

Virus scan

Safe to use

52 comments

  1. Will this be updated to include the mossy trees for 1.6? ♥ :)
    1. Fippsie
      Fippsie
      • premium
      • 114 kudos
      heya, sorry I won't be updating this
  2. PrimedPixel
    PrimedPixel
    • member
    • 3 kudos
    If anyone's having trouble on Linux with the animations not loading, you can fix this by renaming the files in "assets" to all be lowercase. For example, "default_Spring" becomes "default_spring", etc.
  3. deleted78569278
    deleted78569278
    • account closed
    • 0 kudos
    will it be compatible with simple foliage?
    1. Fippsie
      Fippsie
      • premium
      • 114 kudos
      No it‘s not compatible with any other mod that changes the tree textures
  4. LeelooMinai
    LeelooMinai
    • premium
    • 133 kudos
    Hi there, the animation content.json set up changed for animations, therefore it doesnt work anymore.

    This one here changed:
    "FromArea": {
    "X": ,
    "Y": ,
    "Width": ,
    "Height": 
    },
    "ToArea": {
    "X":,
    "Y": ,
    "Width": ,
    "Height": 
    },

    I paste it fully in here, so people who are a bit scared to fiddle around in those can simply copy paste. :)
    Please open the content.json in the mod folder with an editor(editor or notepad++) and overwrite it with this:

    {
    "Format": "1.7",
    "ConfigSchema":
    {
    "Recolor_Option": {
    "AllowValues": "default, AWNR, Starblue, Untitled",
    "Default": "default"
        },
    "Animated_Oak": { 
    "AllowValues": "true, false", 
    "Default": "true"
    },
    "Animated_Maple": { 
    "AllowValues": "true, false", 
    "Default": "true"
    },
    "Animated_Pine": { 
    "AllowValues": "true, false", 
    "Default": "true"
    },
    "Animated_Festival": { 
    "AllowValues": "true, false", 
    "Default": "true"
    },
    },
    "Changes": [
    {
    "LogName": "Animated Oak",
    "Action": "EditImage",
    "Target": "TerrainFeatures/tree1_{{season}}",
    "FromFile": "assets/{{Recolor_Option}}_{{season}}.png",
    "FromArea": {
    "X": 0,
    "Y": 0,
    "Width": 48,
    "Height": 160
    },
        "ToArea": {
    "X": 0,
    "Y": 0,
    "Width": 48,
    "Height": 160
    },
    "AnimationFrameTime": 100,
    "AnimationFrameCount": 2,
    "When": { 
    "weather": "wind, storm, rain, snow",
    "Recolor_Option": "default, AWNR, Untitled, Starblue",
    "Animated_Oak": "true" 
    }
    },
    {
    "LogName": "Animated Oak Festival",
    "Action": "EditImage",
    "Target": "TerrainFeatures/tree1_{{season}}",
    "FromFile": "assets/{{Recolor_Option}}_{{season}}_festival.png",
    "FromArea": {
    "X": 0,
    "Y": 0,
    "Width": 48,
    "Height": 160
    },
    "ToArea": {
    "X": 0,
    "Y": 0,
    "Width": 48,
    "Height": 160
    },
    "AnimationFrameTime": 30,
    "AnimationFrameCount": 2,
    "When": { 
    "HasValue:{{DayEvent}}": "true",
    "Recolor_Option": "default, AWNR, Untitled, Starblue",
    "Animated_Festival": "true" 
    }
        },
        {
    "LogName": "Animated Maple",
    "Action": "EditImage",
    "Target": "TerrainFeatures/tree2_{{season}}",
    "FromFile": "assets/{{Recolor_Option}}_{{season}}.png",
    "FromArea": {
    "X": 0,
    "Y": 160,
    "Width": 48,
    "Height": 160
    },
    "ToArea": {
    "X": 0,
    "Y": 160,
    "Width": 48,
    "Height": 160
    },
    "AnimationFrameTime": 80,
    "AnimationFrameCount": 2,
    "When": { 
    "weather": "wind, storm, rain, snow",
    "Recolor_Option": "default, AWNR, Untitled, Starblue",
    "Animated_Oak": "true" }
        },
        {
    "LogName": "Animated Maple Festival",
    "Action": "EditImage",
    "Target": "TerrainFeatures/tree2_{{season}}",
    "FromFile": "assets/{{Recolor_Option}}_{{season}}_festival.png",
    "FromArea": {
    "X": 0,
    "Y": 160,
    "Width": 48,
    "Height": 160
    },
    "ToArea": {
    "X": 0,
    "Y": 160,
    "Width": 48,
    "Height": 160
    },
    "AnimationFrameTime": 30,
    "AnimationFrameCount": 2,
    "When": { 
    "HasValue:{{DayEvent}}": "true",
    "Recolor_Option": "default, AWNR, Untitled, Starblue",
    "Animated_Festival": "true" }
        },
        {
    "LogName": "Animated Pine Spring and Summer",
    "Action": "EditImage",
    "Target": "TerrainFeatures/tree3_spring",
    "FromFile": "assets/{{Recolor_Option}}_spring.png",
    "FromArea": {
    "X": 0,
    "Y": 320,
    "Width": 48,
    "Height": 160
    },
    "ToArea": {
    "X": 0,
    "Y": 320,
    "Width": 48,
    "Height": 160
    },
    "AnimationFrameTime": 90,
    "AnimationFrameCount": 2,
    "When": { 
    "weather": "wind, storm, rain, snow",
    "Season": "spring, summer",
    "Animated_Pine": "true" }
        },
        {
    "LogName": "Animated Pine Fall",
    "Action": "EditImage",
    "Target": "TerrainFeatures/tree3_fall",
    "FromFile": "assets/{{Recolor_Option}}_fall.png",
    "FromArea": {
    "X": 0,
    "Y": 320,
    "Width": 48,
    "Height": 160
    },
    "ToArea": {
    "X": 0,
    "Y": 320,
    "Width": 48,
    "Height": 160
    },
    "AnimationFrameTime": 90,
    "AnimationFrameCount": 2,
    "When": { 
    "weather": "wind, storm, rain, snow",
    "Season" : "fall",
    "Animated_Pine": "true" }
        },
        {
    "LogName": "Animated Pine Winter",
    "Action": "EditImage",
    "Target": "TerrainFeatures/tree3_winter",
    "FromFile": "assets/{{Recolor_Option}}_winter.png",
    "FromArea": {
    "X": 0,
    "Y": 320,
    "Width": 48,
    "Height": 160
    },
    "ToArea": {
    "X": 0,
    "Y": 320,
    "Width": 48,
    "Height": 160
    },
    "AnimationFrameTime": 90,
    "AnimationFrameCount": 2,
    "When": { 
    "weather": "wind, storm, rain, snow",
    "Season": "winter",
    "Animated_Pine": "true" }
        },
    {
    "LogName": "Animated Pine Festival",
    "Action": "EditImage",
    "Target": "TerrainFeatures/tree3_{{season}}",
    "FromFile": "assets/{{Recolor_Option}}_{{season}}_festival.png",
    "FromArea": {
    "X": 0,
    "Y": 320,
    "Width": 48,
    "Height": 160
    },
    "ToArea": {
    "X": 0,
    "Y": 320,
    "Width": 48,
    "Height": 160
    },
    "AnimationFrameTime": 30,
    "AnimationFrameCount": 2,
    "When": { 
    "HasValue:{{DayEvent}}": "true",
    "Animated_Festival": "true" }
        },
    ]
    }
    1. Fippsie
      Fippsie
      • premium
      • 114 kudos
      Thank you! I just dont have the time.. 
    2. SakuraMota
      SakuraMota
      • member
      • 1 kudos
      Thank-you so much for this!  Unfortunately, I can only seem to get the Oak trees to animate; the other two won't.  :C
    3. magoozor
      magoozor
      • supporter
      • 7 kudos
      Even though LeelooMinai correctly identified the issue (thank you), they did not correct it for all trees in their full text.

      Use this text for all trees:
      Spoiler:  
      Show
      {
        "Format": "1.7",
        "ConfigSchema":
        {
          "Recolor_Option": {
            "AllowValues": "default, AWNR, Starblue, Untitled",
            "Default": "default"
          },
          "Animated_Oak": {
            "AllowValues": "true, false",
            "Default": "true"
          },
          "Animated_Maple": {
            "AllowValues": "true, false",
            "Default": "true"
          },
          "Animated_Pine": {
            "AllowValues": "true, false",
            "Default": "true"
          },
          "Animated_Festival": {
            "AllowValues": "true, false",
            "Default": "true"
          },
        },
        "Changes": [
          {
            "LogName": "Animated Oak",
            "Action": "EditImage",
            "Target": "TerrainFeatures/tree1_{{season}}",
            "FromFile": "assets/{{Recolor_Option}}_{{season}}.png",
            "FromArea": {
              "X": 0,
              "Y": 0,
              "Width": 48,
              "Height": 160
            },
            "ToArea": {
              "X": 0,
              "Y": 0,
              "Width": 48,
              "Height": 160
            },
            "AnimationFrameTime": 80,
            "AnimationFrameCount": 2,
            "When": {
              "weather": "wind, storm, rain, snow",
              "Recolor_Option": "default, AWNR, Untitled, Starblue",
              "Animated_Oak": "true"
            },
          },
          {
            "LogName": "Animated Oak Festival",
            "Action": "EditImage",
            "Target": "TerrainFeatures/tree1_{{season}}",
            "FromFile": "assets/{{Recolor_Option}}_{{season}}_festival.png",
            "FromArea": {
              "X": 0,
              "Y": 0,
              "Width": 48,
              "Height": 160
            },
            "ToArea": {
              "X": 0,
              "Y": 0,
              "Width": 48,
              "Height": 160
            },
            "AnimationFrameTime": 80,
            "AnimationFrameCount": 2,
            "When": {
              "HasValue:{{DayEvent}}": "true",
              "Recolor_Option": "default, AWNR, Untitled, Starblue",
              "Animated_Festival": "true"
            },
          },
          {
            "LogName": "Animated Maple",
            "Action": "EditImage",
            "Target": "TerrainFeatures/tree2_{{season}}",
            "FromFile": "assets/{{Recolor_Option}}_{{season}}.png",
            "FromArea": {
              "X": 0,
              "Y": 160,
              "Width": 48,
              "Height": 160
            },
            "ToArea": {
              "X": 0,
              "Y": 0,
              "Width": 48,
              "Height": 160
            },
            "AnimationFrameTime": 80,
            "AnimationFrameCount": 2,
            "When": {
              "weather": "wind, storm, rain, snow",
              "Recolor_Option": "default, AWNR, Untitled, Starblue",
              "Animated_Maple": "true"
            },
          },
          {
            "LogName": "Animated Maple Festival",
            "Action": "EditImage",
            "Target": "TerrainFeatures/tree2_{{season}}",
            "FromFile": "assets/{{Recolor_Option}}_{{season}}_festival.png",
            "FromArea": {
              "X": 0,
              "Y": 160,
              "Width": 48,
              "Height": 160
            },
            "ToArea": {
              "X": 0,
              "Y": 0,
              "Width": 48,
              "Height": 160
            },
            "AnimationFrameTime": 80,
            "AnimationFrameCount": 2,
            "When": {
              "HasValue:{{DayEvent}}": "true",
              "Recolor_Option": "default, AWNR, Untitled, Starblue",
              "Animated_Festival": "true"
            },
          },
          {
            "LogName": "Animated Pine Spring and Summer",
            "Action": "EditImage",
            "Target": "TerrainFeatures/tree3_spring",
            "FromFile": "assets/{{Recolor_Option}}_spring.png",
            "FromArea": {
              "X": 0,
              "Y": 320,
              "Width": 48,
              "Height": 160
            },
            "ToArea": {
              "X": 0,
              "Y": 0,
              "Width": 48,
              "Height": 160
            },
            "AnimationFrameTime": 80,
            "AnimationFrameCount": 2,
            "When": {
              "weather": "wind, storm, rain, snow",
              "Season": "spring, summer",
              "Animated_Pine": "true"
            },
          },
          {
            "LogName": "Animated Pine Fall",
            "Action": "EditImage",
            "Target": "TerrainFeatures/tree3_fall",
            "FromFile": "assets/{{Recolor_Option}}_fall.png",
            "FromArea": {
              "X": 0,
              "Y": 320,
              "Width": 48,
              "Height": 160
            },
            "ToArea": {
              "X": 0,
              "Y": 0,
              "Width": 48,
              "Height": 160
            },
            "AnimationFrameTime": 80,
            "AnimationFrameCount": 2,
            "When": {
              "weather": "wind, storm, rain, snow",
              "Season" : "fall",
              "Animated_Pine": "true"
            },
          },
          {
            "LogName": "Animated Pine Winter",
            "Action": "EditImage",
            "Target": "TerrainFeatures/tree3_winter",
            "FromFile": "assets/{{Recolor_Option}}_winter.png",
            "FromArea": {
              "X": 0,
              "Y": 320,
              "Width": 48,
              "Height": 160
            },
            "ToArea": {
              "X": 0,
              "Y": 0,
              "Width": 48,
              "Height": 160
            },
            "AnimationFrameTime": 80,
            "AnimationFrameCount": 2,
            "When": {
              "weather": "wind, storm, rain, snow",
              "Season": "winter",
              "Animated_Pine": "true"
            },
          },
          {
            "LogName": "Animated Pine Festival",
            "Action": "EditImage",
            "Target": "TerrainFeatures/tree3_{{season}}",
            "FromFile": "assets/{{Recolor_Option}}_{{season}}_festival.png",
            "FromArea": {
              "X": 0,
              "Y": 320,
              "Width": 48,
              "Height": 160
            },
            "ToArea": {
              "X": 0,
              "Y": 0,
              "Width": 48,
              "Height": 160
            },
            "AnimationFrameTime": 80,
            "AnimationFrameCount": 2,
            "When": {
              "HasValue:{{DayEvent}}": "true",
              "Animated_Festival": "true"
            },
          },
        ]
      }
    4. LeelooMinai
      LeelooMinai
      • premium
      • 133 kudos
      Oh s#*!, THANKS! I x'D I think I was really tired at that moment and simply forgot the others, I am not using. Sorry!!!!
    5. LeelooMinai
      LeelooMinai
      • premium
      • 133 kudos
      Awww....I totally understand! <3 
    6. crateshya
      crateshya
      • member
      • 0 kudos
      Hope I'm not butting in or causing trouble, but I was frustrated for a little bit cause the trees wouldn't load in on regular sunny days! I'm not great at coding but I think if you want it to activate on sunny days as well, you'll have to add 'sun' to all the weather areas on @magoozor 's code to fix it. I haven't gotten the chance to try it out but I do love this lil mod a lot and hope it helps someone
    7. bikinavisho
      bikinavisho
      • supporter
      • 43 kudos
      Thank you for this!! 
    8. Lokadottir
      Lokadottir
      • supporter
      • 2 kudos
      Thank you, @LeelooMinai and @magoozor for giving us the correct code! :)
    9. Fippsie
      Fippsie
      • premium
      • 114 kudos
      thank you everyone for your help! I updated the file with the fixed code, I appreciate it! 
  5. xXCrimsonMCXx
    xXCrimsonMCXx
    • member
    • 0 kudos
    pine trees are not affected please help https://smapi.io/log/91386dcf01c244eaaa436eaac818a8f9
  6. zakmoe
    zakmoe
    • supporter
    • 0 kudos
    Mod stopped working recently. No error codes :(
  7. DamienBrittan
    DamienBrittan
    • member
    • 0 kudos
    doesn't work :c 
  8. Kuejj
    Kuejj
    • member
    • 0 kudos
    It seems to work just fine for me, other than the fact that saplings with seasonal colors revert to their original colors during their swaying animation.
  9. Theisgood1
    Theisgood1
    • member
    • 1 kudos
    not working anymore sadly :( 1.4 broke it.
  10. ironphiraar
    ironphiraar
    • member
    • 0 kudos
    I can confirm it's not working anymore as of 1.4.