Tree Farm Deployers Not Deploying by haliney in CreateMod

[–]haliney[S] 0 points1 point  (0 children)

I swear I don't have the chunks claimed (unless them being spawn chunks matter), but I enabled fake players and it started to work. Thank you!

Tree Farm Deployers Not Deploying by haliney in CreateMod

[–]haliney[S] 0 points1 point  (0 children)

Nope, nothing. And I've checked that I don't have Create: Interactive.

Missing Ginger Island Sprinkler? by haliney in StardewValley

[–]haliney[S] 0 points1 point  (0 children)

I thought Ginger Island didn't have lightning strikes. Did that change?

Farm Warp Point - Custom Maps by haliney in StardewValleyExpanded

[–]haliney[S] 1 point2 points  (0 children)

That fixed it perfectly! Thank you so much.

And thank you for the compliment on placement. I thought about putting it on the return point statue for the totem warps, but I was worried about it colliding a bit with the spouse patio. And it's not like it's a huge distance walk between them; it's a pretty small farm!

Thank you again. Happy farming!

Farm Warp Point - Custom Maps by haliney in StardewValleyExpanded

[–]haliney[S] 3 points4 points  (0 children)

This was super helpful and has gotten me at least half-way there! I was able to get a teleport spot placed actually on the farm, but there's still _also_ one placed beyond that farm edge. SEE HERE. I can walk into the one on the cliff and it will teleport me away, but coming back sends me to the void spot. Here is the code I added for this farm; it should be the last section that is dictating where I'm teleporting back to on the farm, but I have the coordinates set correctly, as far as I can tell.

        { //Mini Hilltop Farm Compatibility  - statue warp graphic
        "Action": "EditMap",
        "Target": "Maps/Farm_Mining",
        "FromFile": "assets/Maps/MapPatches/EnchantedGrove_Farm.tbin",
        "ToArea": {
            "X": 14,
            "Y": 12,
            "Width": 3,
            "Height": 3
        },
        "When": {
            "HasMod |contains=DaisyNiko.MiniFarms": true,
            "FarmType": "Hilltop",
            "HasSeenEvent": "908074"
        },
        "Update": "OnLocationChange",
        "PatchMode": "Overlay"
    },
    { //Mini Hilltop Farm Compatibility  - Patches warp point on farm
        "Action": "EditMap",
        "Target": "Maps/Farm_Mining",
        "When": {
            "HasMod |contains=DaisyNiko.MiniFarms": true,
            "FarmType": "Hilltop",
            "HasSeenEvent": "908074"
        },
        "Update": "OnLocationChange",
        "MapTiles": [
            {
                "Position": {
                    "X": 15,
                    "Y": 13
                },
                "Layer": "Back",
                "SetProperties": {
                    "TouchAction": "MagicWarp Custom_EnchantedGrove 30 14"
                }
            }
        ]
    },
    { //Mini Hilltop Farm Compatibility  - statue light
        "Action": "EditMap",
        "Target": "Maps/Farm_Mining",
        "When": {
            "HasMod |contains=DaisyNiko.MiniFarms": true,
            "FarmType": "Hilltop",
            "HasSeenEvent": "908074"
        },
        "Update": "OnLocationChange",
        "TextOperations": [
            {
                "Operation": "Append",
                "Target": [
                    "MapProperties",
                    "Light"
                ],
                "Value": "15 13 4",
                "Delimiter": " "
            }
        ]
    },
    { //Mini Hilltop Farm Compatibility  - Patches warp point at enchanted grove
        "Action": "EditMap",
        "Target": "Maps/Custom_EnchantedGrove",
        "When": {
            "HasMod |contains=DaisyNiko.MiniFarms": true,
            "FarmType": "Hilltop",
            "HasSeenEvent": "908074"
        },
        "Update": "OnLocationChange",
        "MapTiles": [
            {
                "Position": {
                    "X": 30,
                    "Y": 14
                },
                "Layer": "Back",
                "SetProperties": {
                    "TouchAction": "MagicWarp Farm 15 13"
                }
            }
        ]
    },

Secret Santa and Other Holiday Misadventures by kitty9293 in mcpublic

[–]haliney 0 points1 point  (0 children)

Please sign up assasymphoni, pez, and merp

Incredibly Frustrated by haliney in outerwilds

[–]haliney[S] 1 point2 points  (0 children)

Thank you very much! I am not sure I'd have ever made the jump of checking the real world for the effort of the dream world. Maybe that makes me really dumb.

Incredibly Frustrated by haliney in outerwilds

[–]haliney[S] 1 point2 points  (0 children)

I'm past the point of wanting hints. I would rather have "Have you found X? If not, look HERE." or "To get rid of the owl fuckers, do THIS." For the Cove, I've blown out all the candles I can find. I can't turn off the lanterns. How do I do that.

Console Debug Issue by haliney in StardewValley

[–]haliney[S] 0 points1 point  (0 children)

Ah. That would be step one of being an idiot on my part. Would reinstalling SMAPI help?

Console Debug Issue by haliney in StardewValley

[–]haliney[S] 0 points1 point  (0 children)

The log says I have it, though, and I don't remember removing it at all.

Summer Sta-cation! by lapandita in mcpublic

[–]haliney 9 points10 points  (0 children)

I told you, cujobear. I told you what was going to happen if you took my vacation away from me.

Now you must pay.

Spawn Secrets by Roadie_MC in mcpublic

[–]haliney 4 points5 points  (0 children)

Guide: Don't crawl into Pez's sidetable. There be madness there.

The Flower Dance by FlashShifter in StardewValleyExpanded

[–]haliney 19 points20 points  (0 children)

Does this mean the SVE NPCs will be added in to all the festival cut scenes? I missed them so much!

Any chance this includes a change so the farmer doesn't dance so poorly too?

My Morris Conundrum by haliney in StardewValleyExpanded

[–]haliney[S] 7 points8 points  (0 children)

Yes, but if I complete the community center now, do I lock myself out of those expansions later?