File information

Last updated

Original upload

Created by

Sharogg

Uploaded by

Sharogg

Virus scan

Safe to use

83 comments

  1. RainbowSparkles29
    RainbowSparkles29
    • member
    • 1 kudos
    Amazing map, would love to see you make more farms :O
  2. Cenobite30
    Cenobite30
    • member
    • 0 kudos
    Really great map, thanks for making it.
  3. Trynket64
    Trynket64
    • premium
    • 0 kudos
    On my first load (New Save) I got this warning
    [Content Patcher] Can't apply map patch "Puffin Cliff Farm > Add Warp between caves" to Maps/Farmcave: MapTiles > entry 1 couldn't be applied: the map has no tile at Buildings (3, 11). To add a tile, the SetTilesheet and SetIndex fields must be set.
    Can I do something for this?
    1. Sharogg
      Sharogg
      • premium
      • 126 kudos
      The custom farm cave you are using is not compatible, turn off warp between caves (you will just not have this function). You can also ignore the warning, it just means the warp functionality won't be applied
    2. Trynket64
      Trynket64
      • premium
      • 0 kudos
      Thank you!
    3. LurchingElf
      LurchingElf
      • member
      • 8 kudos
      as the error implies it happens because your modded farmcave map has no "Building" type tile in the 3 11 location.
      the warp essentially work as touch action, but you can "grab the ladder on the wall" if there is no wall there.
      in case of the farm cave usually the cave wall and weird object like hatches are in the building layer. so you need to find a wall to append your touch action on.
      open up the ...\[CP] Puffin Cliff Farm\content.json
      Ctrl+F to find the following section:
          {
            "LogName": "Add Warp between caves",
            "Action": "EditMap",
            "Target": "Maps/Farmcave",
            "MapTiles": [
              {
                "Position": { "X": 3, "Y": 11 },
                "Layer": "Buildings",
                "SetProperties": { "Action": "Warp 27 58 Sharogg_TidalCave" }
              }
            ],
            "When": {
              "TidalCave": true,
              "CaveWarp": true,
              "FarmType": "Sharogg.PuffinCliffFarm/PuffinCliffFarm"
            },
            "Priority": "Late"
          },
       you can see the warp's location written as "Position": { "X": 3, "Y": 11 }, edit the coordinates to a place that has an actual wall tile in your farm cave.
      then save the content.json when done.
      for instance i use Hot Spring Farm Cave in that one the wall is just 1 tile off, so the following configuration worked for me:
            "MapTiles": [
              {
                "Position": { "X": 2, "Y": 11 },
                "Layer": "Buildings",
                "SetProperties": { "Action": "Warp 27 58 Sharogg_TidalCave" }
              }
            ],
      That's literally it! You are welcome! ;D
      ps. if you switch to a different farmcave layout you may need to do that again to match the new layout.
  4. HCoggers
    HCoggers
    • member
    • 0 kudos
    I've been loving playing with this map! heads up that it looks like the 1.6.15 patch today might have done something wonky with the tilesheet rotations.
    1. Sharogg
      Sharogg
      • premium
      • 126 kudos
      Can you send a SMAPI log?
    2. HCoggers
      HCoggers
      • member
      • 0 kudos
      Sorry, disregard this, I hadn't updated SMAPI. my bad
  5. jordan919
    jordan919
    • member
    • 0 kudos
    I love this map so much!! I get so overwhelmed with larger maps, and this one seems like the perfect size, with enough room for everything without being overwhelming. I like to play as a realistic farmer and do what one person could manage. Being right on the water is an extra bonus. I do have one question... if I place the coop where it is in the example picture (lower right half), is the stream/river going through  big enough for ducks to swim? That's one thing I always try to do is place coops so they have access to water, and I wouldn't want to put it on the beach. Thank you!!
    1. Sharogg
      Sharogg
      • premium
      • 126 kudos
      I think I've seen some ducks hop in the water there :)
    2. jordan919
      jordan919
      • member
      • 0 kudos
      Thank you so much!!! I dowloaded the map last and started a new run on it and I'm LOVING it already. Thank you :)
  6. TheGreenDigi
    TheGreenDigi
    • member
    • 0 kudos
    I've been desperately itching for a normal sized farm that has a bit of everything from the different vanilla farms, and this one seems almost perfect. But I do wanna ask, do ores spawn inside the Tidal/secret cave? I like the idea of having ores spawn somewhere on the farm to dig, but the idea of having them appear on the beach seems strange compared to having an option for them to appear in the custom caves
    1. Sharogg
      Sharogg
      • premium
      • 126 kudos
      Since spawning ores in a location that is not the farm requires FTM and I didn't want to add it as a dependency at that point I opted for spawning it on the beach. Maybe I'll add it at some point but I'm not so motivated to fool around with FTM right now.
    2. TheGreenDigi
      TheGreenDigi
      • member
      • 0 kudos
      Ahh, that's a bit disappointing but completely fair and understandable. It's still an amazing farm regardless
    3. Sharogg
      Sharogg
      • premium
      • 126 kudos
      If this is important enough for you to be interested in getting your hands dirty you could write an FTM file for the cave yourself, it shouldn't be too much work and the documentation should cover how to do it.
  7. vrhoha
    vrhoha
    • member
    • 0 kudos
    Hi!

    I really love that farm so thank you.

    I just wanted to share that there's a little problem when starting a new farm with the introduction. We walk with Robin directly through the fence and the first tree above the path. I couldn't take a screenshot so here is my very best paint demonstration.

    Honestly, it's not a big deal and doesn't cause any type of bug or problem, but you probably want to know.

    Thanks again for all that amazing map and all your PIF Room.
  8. Inarin233
    Inarin233
    • member
    • 2 kudos
    Greetings!
    Well...though my English isn't so good...I made a simple translation for the json in the i18n folder.
    Here I attached the link to the translation file.i18n
    Maybe someone need it…?
    1. Sharogg
      Sharogg
      • premium
      • 126 kudos
      I can attach it to the main mod if you'd want me too. Or you are also allowed to post the translation as its own mod with a dependency to this one.
      Note that there'll be some slight changes to the configs in the next update.
    2. Inarin233
      Inarin233
      • member
      • 2 kudos
      If you like, so grateful I am.
      It's exciting to hear about new update! I think I would change the translation file as soon as possible when a new version uploaded.
      Thank you for making such pretty and vibrant farm map.
  9. Blossom5280
    Blossom5280
    • member
    • 6 kudos
    quick question?

    how do i make this farm load?

    do i need custom farm loader? or will it show up in the vanilla farm select?
    1. Sharogg
      Sharogg
      • premium
      • 126 kudos
      You don't need anything that is not listed in requirements. It will appear in the menu.
  10. NARCOAZAZAL
    NARCOAZAZAL
    • member
    • 11 kudos
    Hey, I decided to share something I originally made for personal use. Since I'm not fluent in English, I ended up translating the settings to make things easier to understand. I'm attaching the link to the i18n.zip folder here. If the mod creator wants, they can tweak or add it to the original mod.  LINK
    1. Sharogg
      Sharogg
      • premium
      • 126 kudos
      Thank you so much, I will include it!
    2. NARCOAZAZAL
      NARCOAZAZAL
      • member
      • 11 kudos
      Along with the file, there is a pt-BR translation. Feel free to include it, or if you prefer, I can post it separately on Nexus
    3. Sharogg
      Sharogg
      • premium
      • 126 kudos
      I'll add it, thanks!