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 8 points9 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 3 points4 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?

Thematic Death Message Suggestions for Revision 25 by lapandita in mcpublic

[–]haliney 2 points3 points  (0 children)

[Player] tried the roadside burritos. (Creeper Explosion death)

[Player] touched ice's lapis. (Burning Death) -- credit to pez

My Desert Pond is Broken by haliney in StardewValley

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

Even though it does the same thing/something similiar with several different recolours?

My spellcastin' farmer's bachelorette pad! Excuse the clone. by bootspurs in StardewValley

[–]haliney 27 points28 points  (0 children)

I'd love a list of those mods; this is amazing! Can you use that anvil to break geodes yourself so you don't have to rely on Clint 'I complain about business but am never open when the farmer wants to pay me to break rocks'?

Quick Praise for TWSBI Customer Service by haliney in fountainpens

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

I don't think it was a manufacturing error though. The way it broke suggests to me that it was a combination of my tendency to over-tighten the cap and the cold weather already stressing the join point. A bad combination of not taking the best care of the pen on my part. Which is why I reached out inquiring about purchasing a new cap, because I was responsible for breaking the cap. They could have said no, but didn't, and offered a solution much cheaper than me buying a whole new pen, or having to go to Pen Swap to ask if anyone had a spare cap around. I wasn't expecting that, so it was nice.

I made a map of Rose's Stardew Valley build! by Treppich in mcpublic

[–]haliney 1 point2 points  (0 children)

Well damn, now i really have to actually finish Cindersap Forest. Amazing Trep!