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!
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/
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!
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?
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!
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?
10 comments
If you see this page or find any bugs, delete my mod and download someone else's mod
have a nice day!
https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/post-100850
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!
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!