0 of 0

File information

Last updated

Original upload

Created by

Surrealo

Uploaded by

loro21s

Virus scan

Safe to use

10 comments

  1. loro21s
    loro21s
    • supporter
    • 34 kudos
    Locked
    Sticky
    All my mods will not be updated or fixed anymore.
    If you see this page or find any bugs, delete my mod and download someone else's mod
    have a nice day!
  2. CyanFire
    CyanFire
    • premium
    • 127 kudos
    I made an unofficial update to fix up a few things:

    https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-100850
  3. cmcapriotti
    cmcapriotti
    • supporter
    • 0 kudos
    For anyone coming here to find a solution to the map changing at 1:10am every day. The author said she isn't updating her mods, but I figured out how to fix this problem. You have to edit the mod file, but it's really easy I swear. My coding abilities are minimal and only exist in the capacity that I tweak mods I download.

    1. Open [loro] Secret Garden Farmhouse v2 > [CP] R_Secret Garden Farmhouse v2 > content.json.
    ?a. If you don't have coding software it will just open in Notepad (which is fine) but Visual Studio Code is a free software that is really simple to use. You can download it here: https://code.visualstudio.com/

    2. Scroll down to (line 85-94 in VSC):
        {
          "Action": "Load",
          "Target": "Maps/FarmHouse2",
          "FromFile": "assets/seasons1.3/FarmHouse2_N_{{season}}.tbin",
          "When": { "Time": "{{Range: 1900, 2500}}" },
          "Update": "OnTimeChange"
        },
        {
          "Action": "Load",
          "Target": "Maps/FarmHouse2_marriage",
          "FromFile": "assets/seasons1.3/FarmHouse2_M_N_{{season}}.tbin",
          "When": { "Time": "{{Range: 1900, 2500}}" },
          "Update": "OnTimeChange"

    3. Change "2500" to "2600" in both locations (line 87 and line 94).

    4. Save.

    Essentially, the original code tells Content Patcher to only load the farmhouse map to 1:00am (2500 in the game code) instead of 2:00am (2600). Probably just a typo in an otherwise fantastic mod!
  4. gy636332
    gy636332
    • member
    • 0 kudos
    Dear author, I use this map mod to automatically card back to the original farmhouse every 1.10 am. I reinstall all the front and farmhouse mod, but it doesn't work. The code page is not marked red. Can you help me?
    1. PONGPINE
      PONGPINE
      • member
      • 0 kudos
      I'm experiencing the same thing :(

    2. cmcapriotti
      cmcapriotti
      • supporter
      • 0 kudos
      The author said she isn't updating her mods, but I figured out how to fix this problem. You have to edit the mod file, but it's really easy I swear. My coding abilities are minimal and only exist in the capacity that I tweak mods I download.

      1. Open [loro] Secret Garden Farmhouse v2 > [CP] R_Secret Garden Farmhouse v2 > content.json.
      ?a. If you don't have coding software it will just open in Notepad (which is fine) but Visual Studio Code is a free software that is really simple to use. You can download it here: https://code.visualstudio.com/
      2. Scroll down to (line 85-94 in VSC):
          {
            "Action": "Load",
            "Target": "Maps/FarmHouse2",
            "FromFile": "assets/seasons1.3/FarmHouse2_N_{{season}}.tbin",
            "When": { "Time": "{{Range: 1900, 2500}}" },
            "Update": "OnTimeChange"
          },
          {
            "Action": "Load",
            "Target": "Maps/FarmHouse2_marriage",
            "FromFile": "assets/seasons1.3/FarmHouse2_M_N_{{season}}.tbin",
            "When": { "Time": "{{Range: 1900, 2500}}" },
            "Update": "OnTimeChange"
      3. Change "2500" to "2600" in both locations (line 87 and line 94).
      4. Save.

      Essentially, the original code tells Content Patcher to only load the farmhouse map to 1:00am (2500 in the game code). Probably just a typo in an otherwise fantastic mod!
  5. B3arbly
    B3arbly
    • member
    • 0 kudos
    so there is a floating piece of a wall corner in the big room....how did that happen?
  6. gy636332
    gy636332
    • member
    • 0 kudos
    ????????????????? 1.10 ????????????????????????????????????????????????????
  7. OkeyDokkkey
    OkeyDokkkey
    • member
    • 0 kudos
    Hi this is my first time leaving a comment on a mod I just wanted to tell you it is really beautiful and I am starting to love my house and appreciate all your hard work?
  8. Doorublob
    Doorublob
    • premium
    • 6 kudos
    Is this only for a certain stage of the farmhouse?
    1. loro21s
      loro21s
      • supporter
      • 34 kudos
      For all stages, from starter houses to final upgraded.