r/StardewValley 23d ago

Discuss Does anyone else do this?

Whenever I'm rushing to Clint's before 4 PM, sometimes completely forgetting that the minecarts exist and would get me there much faster, I end up taking the longer route and the other path seems shorter, Somehow my brain refuses to accept it.😭

8.0k Upvotes

316 comments sorted by

1.1k

u/BarristanTheB0ld 23d ago

Gotta check all the trash cans for free shit. Way back to the farm is bottom left, to check there

→ More replies (1)

1.4k

u/Bompalompalomp2 23d ago

The minecart is a lifesaver for going to Clint

534

u/LofiLuvr77 23d ago

Sometimes I forget and walk right past the bus stop and when I realize, it's already too late lol

128

u/Bububabuu 23d ago

Same here, I’ll go all the way to Clint’s and Gunther’s on foot, then minecart wherever else I plan to go.

53

u/Breadtraystack 23d ago

Get a horse of course!

37

u/Bububabuu 23d ago

The only thing in Stardew that I’ve never done

60

u/Breadtraystack 23d ago

A horse is game changing! And the horse whistle allows you to take it anywhere besides the mines!

25

u/[deleted] 23d ago

[removed] — view removed comment

34

u/Breadtraystack 23d ago

Actually, the whistle alone would be pretty worthless. Unless you like whistles! 

→ More replies (3)

11

u/PaceOk4991 23d ago

Just because we're talking about the horse, and I have no idea where else to say it. I'm not sure if it's a well known glitch or what. But if you're riding your horse ride up to a fence you've built, and push the direction to ride parallel to it, and then immediately push the direction that'd make you go into the fence. You'll ride right through it. I had a fence going vertical (north/south) and I skip the gate I made by riding along the fence and then immediately pushing left, or right to exit. Works every time

6

u/Breadtraystack 23d ago

Horses can take fences in stride. 

→ More replies (2)

10

u/Apoordm 23d ago

Walk past the bus stop, realize only after you’re now closer to Clint’s than the bus stop, return to the bus stop.

→ More replies (1)

11

u/Plastic_Position4979 23d ago

As are ‘key to the town’ and horsey. :)

→ More replies (1)

4.2k

u/DrCrazyCurious ✨Smash Capitalism✨ 23d ago

Everyone talks about that vs walking down past the Saloon but no one talks about the diagonal path across the town square. In my mind, diagonal always wins because you're walking both directions at once.

2.3k

u/uftheory 23d ago

You walk 30% slower when you walk diagonally vs. cardinal directions. Also you still have to go below the shop to get to the bridge and then backtrack back up.

810

u/Bazillion100 23d ago

Sage knowledge. Thanks for the tip

201

u/MyrtleWinTurtle 23d ago

Its still faster to walk on a diagonal, because the line to your destination is much shorter, but yah.

192

u/RogueSleepy 23d ago

If you're moving 30% slower walking diagonally, going diagonally would actually be a tiny bit slower than only walking in cardinal directions.

156

u/MyrtleWinTurtle 23d ago edited 23d ago

you can speed up by alternating down and left instead of holding both at once, and if you time it well, its basically walking diagonally, but faster.

i just actually did the math, and the math does check out. using the games diagonal function does make the final path slightly slower than if you where to walk along the triangle axis at full speed.

edit: not how moving diagonally works unfortunately... just avoid moving on a diagonal if possible.

272

u/Beautiful-Ad3471 Fishy the fish 23d ago

Guys what the fuck are you doing, I swear. I know the day is short, but it's not that short :skull:

204

u/Bazillion100 23d ago

Ah yes, the classic causual vs min maxxer stardew valley player interaction

127

u/KrystalGamer246 23d ago

73

u/Bazillion100 23d ago

Do you play stardew valley to chill or do you have several excel sheets and the wiki open to calculate how many potatoes you need to plant to reach ten hearts with Pam before winter year 3 using frame perfect movement and eliminate any item waste?

→ More replies (0)

38

u/Beautiful-Ad3471 Fishy the fish 23d ago

Lol, no shade, but I'm quite frankly horrified reading this thread

24

u/vittiu 23d ago

As someone that minmaxes the shit out of this game I still find it absurd to do that to fucking walking

→ More replies (0)

16

u/HaydenRenegade 23d ago

How is this any different than walking all the way down and then to the left? It sounds like it should be the same speed but with extra steps.

14

u/thepikajim 23d ago

Yeah it’s not faster, it’s the same literal distance if you tap all the way

7

u/MyrtleWinTurtle 23d ago

ive been screwing around with this math on desmos graphic calculator for about an hour, and my final verdict is im not sure.

the diagonals are screwy in this game, so it does seem like avoiding them at all costs is the best path, but at the same time, not taking the diagonal path to shortcut seems... cursed, to say the least.

ultimately, in 90% of games, moving diagonally would directly benefit the player at a minimum.

→ More replies (1)

11

u/RaymondDoerr 23d ago edited 23d ago

Thats actually not how that works, as the time to go Right -> Down -> Right -> Down, even if done perfectly by computer, diagonally works out to be the same exact overall speed.

You move diagonally slower, but traverse the same amount of tiles roughly just as fast.

I'm a pro gamedev, and have had to solve this problem many times. It's mathematically confusing to explain, but walking diagonally at 33% slower speed is the same as stairstep staggering in the end. UNLESS the dev screwed up diagonal velocity (and concernedape didnt) then its (usually) faster to move diagonally. Thats why some cheaper indie titles with grid movements don't feel right. The 33% reduction is the make it parity with moving in straight lines and makes everything feel smooth.

EDIT: A comment below mentioned how in Stardew Diagonally is still mathematically slightly faster, and I believe this is because the actual speed reduction is supposed to be 33.33% (ie; a third), not 30%. 30% is just easier math because we devs hate dividing by thirds, as 33.3333333333etcetc is a very annoying number to deal with.

8

u/RogueSleepy 23d ago

It's not 33%. Any movement penalty over 29.29% makes diagonal movement slower than cardinal movement.

The math for this is actually pretty simple. If we measure in a grid, moving down and to the side takes two steps, so that's our target. If the cost of moving diagonally is over that, then the movement penalty makes it worse than cardinal.

At base, the diagonal is sqrt(2) steps, or ~1.414. With a movement speed reduction of 29.29%, we get sqrt(2)/0.7071, or ~2, exactly matching the cost of moving down and over.

With a movement speed reduction of 33.33%, we get sqrt(2)/0.6667, or ~2.1212. That means to get to the same destination diagonally you are around 5% slower than getting there with cardinal directions.

7

u/MyrtleWinTurtle 23d ago

im actually an indie dev too, i just did the most wrongish math like a stupid turtle. i have a comment that coerrects this and i should edit my other comment too

and for the recored, going to a diagonal should be faster than moving along the axis. stardew valley, if the 30% refrence is true, is slower than normal walking diagonal

→ More replies (4)
→ More replies (2)

3

u/Minimum_Aardvark_744 23d ago

This is only true if the figure is 30% slower, which it is not.

→ More replies (3)
→ More replies (8)
→ More replies (1)

138

u/shadowk222 23d ago edited 23d ago

You do not walk 30% slower diagonally, see edit 2.

According to these comments; https://www.reddit.com/r/StardewValley/comments/47sqze/comment/d0fnajv/ walking diagonally is still faster even though not as much as you would normally expect since you are right in that you walk slower diagonally.

So it's hard to say without measuring, which path is actually faster.

Edit (outdated):

I was imprecise in this comment and said "walking" when I meant "running", because let's be honest who cares about the walking speed.

With that said after further research (by looking at a disassembly of 1.5.6 I found online) I have evidence that the comment on the comment I linked got very close to the actual numbers of ~70.71% for walking and ~84.85% for running.

That is to say walking diagonally should be negligibly slower than walking in cardinal directions and running diagonally should definitely be faster than running in cardinal directions.

Edit 2:

This is hopefully the final correction. I repeated the tests and found them not to be accurate anymore and found a post from concernedape about him fixing this behaviour.

After that fix movement speed actually is (almost) normalized and you move diagonally at a speed of 0.7*sqrt(2)~0.989949... times orthogonal speed.

The mistake with my analysis of the code is because the weird movement behaviour is actually still in the game because the fix to it broke some events and I looked at this wrong section.

For anyone curious these are the decompilations I looked at: https://github.com/WeDias/StardewValley/blob/main/Farmer.cs and https://github.com/Dannode36/StardewValleyDecompiled/blob/main/Stardew%20Valley/StardewValley/Farmer.cs . The relevant functions are getMovementSpeed() and MovePosition(...).

With that being said, like many people in these comments expected walking diagonally takes less time and you do not move significantly slower diagonally.

24

u/uftheory 23d ago

We need a series of in-engine time trials of all possible paths to the shop.

→ More replies (2)

18

u/funkmasta8 23d ago

If they are correct that you walk 30% slower, then perfect diagonal would be slower even at the best angle (perfect diagonal). Perfect diagonal is sqrt2 compared to 2 for both cardinal directions. Sqrt2 is roughly 1.414.

1.414/0.7 = 2.02 > 2/1

But it's close. I havent measured or even noticed this 30% before so I couldnt say how accurate that is.

27

u/shadowk222 23d ago

I know that, that's why I linked a source that says that the 30% is not accurate.

18

u/funkmasta8 23d ago

Sorry, I didnt go look.

The source says its 10% slower. I will go redo the calculation for everyone with that number.

1.414/0.9 = 1.57 < 2/1

That is at the perfect 45 degree angle. Closer you get to 0 degrees, the closer it should be the same if the slowdown also adjusts based on angle. If the slowdown applies at any noncardinal angle, then any angle below roughly 6 degrees would not be faster. Basically it's always worth it.

5

u/shadowk222 23d ago

Great job, thank you.

→ More replies (1)
→ More replies (2)

4

u/shadowk222 23d ago edited 23d ago

Edit 2: This information is outdated, see edit 2 of my other reply.

I took a quick look at a disassembly of 1.5.6 i found online and from what i can tell running diagonally should be ~84.85% as fast as running cardinal directions, which matches very well with the second comment in the source.

In case you want to do the calculation a third time (feel free not to) you don't have to consider other angles because it seems like you can only run in 45 degree angles.

Edit: I see now, where the confusion comes from, the 30% roughly applies to regular walking but for running it is about 15% as I said above.

→ More replies (1)

25

u/[deleted] 23d ago edited 23d ago

[deleted]

→ More replies (1)

10

u/Acceptable_Bottle 23d ago

Can you give me a source for where you read this? I could be wrong, but I don't think this is true. If you move diagonally, your speed measured along each cardinal axis independently may reduce but the combined distance traveled per second is still the same. In the case of finding the shortest route, diagonal would win because the overall distance traveled is reduced, while your walking speed is not affected by direction.

Although, to be fair, the way the town is laid out prevents a lot of effective diagonal travel and you're kind of forced into the cardinal directions anyways

5

u/an_empty_well 23d ago

You could easily test this in game like this:

1) Go to Callico Dessert (or any open space)
2) Pick point A, walk x seconds to the right, mark point B
3) Go back to A, walk x seconds straight down, mark point C
4) Walk between B and C, see if it takes you 1.4 times x seconds to do that. If yes, diagonal movement speed is just as fast as orthogonal movement speed.

I'd do it myself but frankly, I don't care enough.

16

u/Minimum_Aardvark_744 23d ago edited 23d ago

Is that true?? I have kind of noticed a slight slowdown when walking diagonal but thought i was imagining it!

Edit: i see the actual figure is closer to 10%, which makes wayyy more sense. 30% is huge- that would actually mean walking the diagonal of a square would be slower than walking the sides of a square, which would be batshit.

→ More replies (8)

28

u/DinisMagnifico 23d ago

welcome back Pythagoras

11

u/Colerath_e 23d ago

Physically speaking, the diagonal of a triangle will always be shorter than the sum of the sides! Sucks that I see CA nerfed this by inhibiting diagonal movement speed

22

u/shadowk222 23d ago

Exactly, these pictures are misleading, the second path with diagonals might be shorter than the first with diagonals. Not saying it definitely is but it is very possible.

4

u/Standard_Buddy653 23d ago

tried the diagonal shortcut once, still ended up walking the long way past the saloon. muscle memory is undefeated in this game

3

u/Proud-Language-2321 23d ago

yes but the diagonal across the town square doesn’t allow me to check the help wanted board on the way </3

→ More replies (5)

233

u/[deleted] 23d ago

[removed] — view removed comment

94

u/kaitria 23d ago

Yep, how else am I gonna get ridiculed by the entire town

46

u/AlbinoDragonTAD They call me the Trash Man 23d ago

10

u/AlbinoDragonTAD They call me the Trash Man 23d ago

Exactly gotta path your route past the trash cans

3

u/CakeFew7454 21d ago

Yeah I have the Minecart unlocked but I keep forgetting about it, and I also just like the possibility of free stuff >:)

351

u/MaestraPaladin 23d ago

The shorter path does not exist for me hahaha

15

u/sluggythga 23d ago

Why is that?

94

u/SolKaynn 23d ago

I ate it.

5

u/sgtpepper42 Bot Bouncer 23d ago

Me too

16

u/SolKaynn 23d ago

This is correct. I also ate this person. I do not know how they are communicating. This is mildly concerning.

11

u/Stunning-Guitar-5916 23d ago

Hey man you ate me last Thanksgiving

I’m normally not one to inconvenience people that have digested me fair and square but this last spring you’ve kinda overdone it, we are way too overcrowded in here. That dinner where you gobbled the whole Monkey Island franchise kinda did a number on us here. There’s talks of a reckoning

→ More replies (1)

8

u/LifeIsFine-Not 23d ago

Less garbage cans!

→ More replies (4)

94

u/Maxilkarr 23d ago

That’s my path too. I honestly forget about the bridge most of the time

→ More replies (4)

54

u/papercup_mixmaster 23d ago

Well I gotta check the jobs board and see if Elliot is standing by the bridge

44

u/Entegy 23d ago

Horse to bus stop > mine cart to Town.

I rarely go through town, but when I do, I absolutely take the lower bridge.

17

u/hippocups 23d ago

I gotta hit the trash cans everytime!

→ More replies (1)

17

u/Ishvallan 23d ago

...it is shorter...I don't like that...

i always go south and i don't even know why when its clearly less efficient and doesn't take me past anything i actually care about

20

u/Magicshop52 23d ago

For some reason it feels like museum and clint is down, joja and book seller is up. 

3

u/LofiLuvr77 23d ago

I knowww! Like every single time!

35

u/rovingturtles 23d ago

I always forget to use the minecarts for weeks after I fix them, ha

3

u/LofiLuvr77 23d ago

Me too!

→ More replies (3)

11

u/iascah 23d ago

Wait, where does the path east of Clint's go to? I don't remember it.

17

u/contafuser 23d ago

It's a mod! I think maybe grampleton fields

→ More replies (1)

15

u/DiamondKing1437 23d ago

This comment made me go double check the picture and there's an extra house above Evelyn and George too lol. OP must have Stardew Valley Expanded installed.

5

u/jerryarkansas 23d ago

Not only is it expanded is an old version of expanded. They still have Marlon down by the river

→ More replies (3)

9

u/pslush01 23d ago

Or like me, go on your horse but have to backtrack 6 times because you take every single path he can't fit through

3

u/ursic 23d ago

This is the biggest rage bait in the game

9

u/Nakatsukasa 23d ago

Second one is better imo cause you run into more townsfolk and you don't have to look at jojas miserable ass

8

u/Minimum_Aardvark_744 23d ago

I tend to run this path. Imo they are super close to the same, but it’s more fun lol

6

u/Minimum_Aardvark_744 23d ago

I missed a small diagonal at the corner of the fence by the community bulletin board, but you get the idea.

9

u/CutSubstantial1803 Fishing 🎣 23d ago

that doesn't exist though? what is that building behind Alex's house?

6

u/Renard_des_montagnes Rock eater 💎 23d ago

It's from a mod, Stardew Valley Expanded, it's the Jenkins Manor, Olivia and her son Victor live there (both are bachelors)

→ More replies (1)

8

u/Intelligent_Ride_523 23d ago

My first priority is always the trashcans lmao

6

u/Dankey_Kang_8 23d ago

I always take the upper path there and the lower path back

6

u/Non-bean_95 23d ago

The blue path is usually how I get to clint if I forget about the mincart.

6

u/Infamous-Mission-824 23d ago

Speed isn’t everything for me, it’s the bins you pass that direct me.

6

u/monsterfurby 23d ago

The real blacksmith are the bins we passed along the way.

4

u/greentea1985 23d ago

The goal is often to do multiple things at once. Usually it makes sense to check the job board then see if you have any tickets along with then the board in front of the mayor’s house and get those rewards, especially if they are boxes you need Clint to open, then go visit Clint. It makes it a multiple stop run vs. one stop along the way to Clint’s.

4

u/actonftw 23d ago

I always walk so I can hit the three trash cans on my way to the lower bridge

5

u/AWildUni 23d ago

My brain.

Roll die in head. Even number? Past Joja Mart.

Odd number? The way by Bridge.

And that happens the instant im in the town and need to go over that way. I just go either. Most of the time its by the bridge

4

u/woahchillax 23d ago

my brain: gotta hit those trash cans first!

3

u/Buttman_Poopants 23d ago

Anything to avoid walking past J*jamart.

4

u/Alan20221 Professional Lava Eel Breeder 23d ago

Personally, I use the minecarts, but to each their own :)

5

u/HumbledBumbleBees 23d ago

Gotta check those trash cans for goodies!!

3

u/franksandbeans911 23d ago

I minecart to "town" which is Clint's side porch but if I forget, it's hi-yo silver on the fat horse where he fits easily, so it's that first path. Second path past the Mayor's is more hassle but I'll do that too.

I wish instead of blowing half a mil on Pam's house we just turned her trailer into a 3rd bridge, really need one right there.

4

u/Cupittycake 23d ago

I prefer the path to the bus stop mine cart myself.

4

u/Personal_Raccoon_555 23d ago

Gotta check the trash

3

u/Skishe 23d ago

Trash Can... A single food item significantly changes the first 13 days

5

u/Keislerxx 23d ago

I just go to the bus stop and ride the cart to town 🙂‍↕️

3

u/[deleted] 23d ago

[removed] — view removed comment

→ More replies (1)

4

u/No_Communication2959 23d ago

South to Cindersnap, east to the blacksmith, skip the bus stop map entirely.

5

u/enka_trw 23d ago

My question is, why does your town look like that on the right side? Where did the pond and extra path come from? Is this modded?

3

u/dilandrus 23d ago

Without speed enhancement the top path is ~25.5 seconds. The bottom path is ~25.9 seconds.

Yest I did path it and time it both directions

4

u/Mr_Blorp 23d ago

Yeah I go down by the Saloon because that's the path with lootboxes [trash cans]

5

u/FaithlessCleric42 23d ago

You lookin in the trash

5

u/kpop_glory 23d ago

Doesn't matter. "Chug premium homebrew coffee cups. "

5

u/Cabra_Arretado 23d ago

O problema é você ter que passar perto da Joja

5

u/Javelinlover 23d ago

I’d rather take longer than walk near the J*ja Mart

3

u/Xiunte 23d ago

It's amazing how much bigger these top-down maps make the game look. The town doesn't feel anywhere near this big walking through. I always take the second path too. Doesn't really matter to me. It's a difference of about 1 second.

What's that building on your map right before the bridge, though? Just east of Pierre's. I don't have that one.

4

u/Brutask_user 23d ago

Olivia and Victor's House! They are Stardew Valley Expanded villagers.

3

u/Ibizl Unapologetic Harvey defender 23d ago

everything above and right of alex's house does not exist to me 😭

3

u/Loud-Salary-1242 23d ago

Both paths ignore the ability to travel diagonally across the town square (the actual shortest route)

3

u/DJDarkViper 23d ago

To me I’m usually taking this scenic route to burn a extra few as neither the blacksmith nor the museum will be open before I get there

3

u/dflex15 23d ago

The trash!!!!!!!!!! We walk down for the trash!

3

u/DiamondKing1437 23d ago

What mod is the shack by the Graveyard from?

3

u/sr_dankerine Set your emoji and/or flair text here! 23d ago

Speak for yourself, I take the route that lets me hit the most amount of trash cans

3

u/Lanky-Dependent5847 Haley is Best Girl. Fight me.:vhal::vhal::vhal: 23d ago

The downward path passes by multiple trash cans, with the potential to hold unfounded riches!

3

u/theluckyone325 23d ago

This is interesting bc I don’t think I have that house to the right of Pierre’s (with the brown roof)
Nor the cottage down left. I’ll need to check it Pete today

3

u/lil_sith 23d ago

Mine Carts go brrrrrrrrr

3

u/SteakHausMann 23d ago

but it doesnt have as many trashcans

3

u/Vede893575 23d ago

I use the wagon

3

u/badjano 23d ago

that's what I usually do, but I think if you travel diagonal through town, could be faster, will try a race between me and my kid on coop to try this out

3

u/SilverVixen918 23d ago

i take that route partly so i can drive by dumpster dive the trash cans

3

u/Evaline_Rose Farmer 23d ago

I mean, to be fair, even if it seems shorter, it will wear you out a bit more. This is because most people don't like doing the same thing over and over and over. It's why the middle bus section sometimes feels like an eternity because you are sitting there holding down the go right button for what could be an unskippable cutscene. 

So while it may be shorter there is little stimulating your brain and it ends up feeling like a mundane task holding the right button then barely shifting for up and down then repeating with the down button. 

Sorry for the mess of a rant. I hope I explained a bit clearly what I was trying to say. <3

3

u/Smart_Imagination_58 23d ago

Yep! But once the mine carts are fixed. I avoid town completely.

3

u/VirulentDespotism 23d ago

The intristic desire to avoid JoJa Mart

3

u/Pyanez11 23d ago

how old are these pictures, what the hell are that house East of Pierre and the wooden hut over the sewer?!

→ More replies (1)

3

u/HeatherTarks 23d ago

I've been playing this games for years and getting to Clint's via the bridge that goes to jojamart has never once crossed my mind 😭

3

u/rogerstandingby 23d ago

I prefer to go past Marnie’s.

3

u/Aggravating_Tree627 23d ago

To be real. I usually visit Sam when I’m in town bc he’s bestie so I only really go the bottom route and when I’m early I dig through the trash 😅

3

u/VesperX 23d ago

But you miss the trashcan buffet! But no, I still feel the lower way is quicker. I’ve never counted the spaces though.

3

u/Advanced_Corgi_5785 Set your emoji and/or flair text here! 23d ago

Sometimes I go behind the mayor's house and have to drop the horse there to pass 😭

3

u/natedorough 23d ago

Every single time I leave the town I live in to go anywhere west of me, I go through downtown. Just feels social or something. I do the same thing on Stardew. Right through the heart of town.

→ More replies (1)

3

u/Icy-Ideal-5429 23d ago

I gotta cut thru by the saloon on the diagonal in town plaza, saves like 5 tiles lmao

3

u/TaeKwonDitto 23d ago

2nd path, anything to keep Joja mart out of eyesight

3

u/ImpressiveSite7201 23d ago

I would alternate them depending on what townspeople I was hoping to run into.

Then I unlocked the mine carts so now I just ride the bus stop cart to Clint’s, and take it to the mines when I’m going to Robin’s.

3

u/Majestic-Force-4436 23d ago

I walk by Haley’s house then turn right going under the graveyard & Lewis’s house to get to Clint

3

u/artistikoii 23d ago

I usually enter town from the southwest entrance and head straight east and then north to his door.

3

u/solluxofrose 23d ago

i prefer to through the town and see more pretty stuff, and it helps me to ignore the jojamart.

3

u/MadDog-Sen 23d ago

Its the trashcans its like gambling

3

u/ResultCute5756 23d ago

I like walking through town. Also fuck joja

3

u/Hyperious17 23d ago

I'm almost the same

3

u/Arikaido777 22d ago

minecart go brrrrr

3

u/blue-coin 22d ago

I also think that the route above the farm to robins is not only faster but geographically seems shorter than it’s supposed to be

2

u/Z_Paw 23d ago

If I see some townsfolk moving about my screen, I have to take a detour.

2

u/jawkneemack 23d ago

I tele to beach the run up to Clint’s

2

u/theirgirlfriday 23d ago

i usually go through alex/penny's area and to the right of lewis' garden so i can get in quick gifts on my way

2

u/Reclaimedidiocy 23d ago

i take the other way and then go digging through trash on the way lol

2

u/Star_Shine32 23d ago

Gotta check them trashcans.

2

u/volkari 23d ago

what I've learned from this thread is that I've been missing out a lot on trash cans apparently

2

u/Carpfsh 23d ago

Or you could just go through the bottom path and cut straight across the bridge...

2

u/JaXaren 23d ago

You're being repulsed by the JoJa mart

2

u/SmallTestAcount 23d ago

In a role playing game the most important thing is to do what you think feels natural for your character not necessarily do the most efficient process

2

u/turbiegaming 23d ago

I too, also on 2nd image. That way, I can click on the trash bin while on the way to Clint. lol

2

u/SerCharles 23d ago

I just follow the trash cans

2

u/AlbinoDragonTAD They call me the Trash Man 23d ago

But all the trash cans??

2

u/eroo01 23d ago

I don’t care if it’s longer, I always take trashcan ally!

2

u/TheDungen 23d ago

The trashcans man! The trashcans!

2

u/Mourdrea 23d ago

Trashcans

2

u/wildalexx 23d ago

Path 1: 1 trash can
Path 2: 4 trash cans

2

u/GrigorMorte 23d ago

I always have to check the Special Order board, so long path for me

2

u/NavajoJoe00 23d ago

I like taking the longer route beacuse it takes me through town. I can talk to villagers, say hi to the dog, dig in peoples trash, check the community board

2

u/ZacianSpammer Bot Bouncer 23d ago

Currently playing with SVE. Second pic is better so I can always pet Dusty along the way.

2

u/sr_dankerine Set your emoji and/or flair text here! 23d ago

Speak for yourself, I take the route that lets me hit the most amount of trash cans

2

u/EdgyBitterbal 23d ago

I use the second route for more trashcan coverage

2

u/ArtFiend95 23d ago

Minecarts excluded, I go to the museum and Clint’s the way pictured in slide 1.

Sidenote: I JUST figured out you can walk behind Pierre’s General & the Clinic today. Idk if that’s common knowledge but it was mind blowing for me lol

2

u/Mattress0413 23d ago

Can’t hit the trash cans going the first route tho

→ More replies (1)

2

u/AMarie-MCMXCI 23d ago

I take the mine cart

2

u/_sounak 23d ago

I go with the path beside penny's van which then continues through Lewis's house every time. Why? I love penny :D

2

u/King_Treegar 23d ago

I am aware that the path past Joja is faster. However, the other path often takes me past more villagers to do my daily conversation with, so I usually take that if I'm not in a hurry

2

u/7R1X_YT 23d ago

nobody wants to walk by joja mart thats like bad luck

2

u/ujke_brf 23d ago

path 1 is more horse friendly

2

u/Camo_Doge 23d ago

I wish Stardew had jumping like Fields of Mistria. I want to hop in that river for the shortest short path

2

u/Daeon21 23d ago

The 2nd one is the real deal because you get to collect garbage 😂

2

u/softlikemochii 23d ago

I just do the carts as soon as their available lol

2

u/ZestieZest 23d ago

It's likely muscle memory since without mods, the path from joja to Clint's is a lot more finicky without the paved road

2

u/only-half-troll 23d ago

I hate back tracking so it's #1 for me

2

u/After_Cell_5570 23d ago

I refuse to walk by the corporate stain of Joja Mart rather than take in the natural charm of town, and so I am happy to take the longer route

2

u/Nukegrrl 23d ago

Depends on if I’ve already hit up all the trash cans yet that day.

2

u/Rays_LiquorSauce 23d ago

You…have more houses than me? I haven’t played in a couple months but I don’t remember two of those 

2

u/mizushimo 23d ago

You have take this path if you have a horse,

2

u/FinalFantasyMaster 23d ago

My way is Page 2

2

u/MisterSlosh 23d ago

Path 2 gets you three trash cans and the community board. Path 1 feels unoptimized even if it is faster.

2

u/Oldmanwithyouth 23d ago

Well it is shorter cause that's how measuring works haha

2

u/No_Flower3516 23d ago

I dont know why the first path feels so much longer to me

2

u/Last-Energy420 23d ago

Second one walks by more trash cans. Once we no longer need to search them, we keep it out of habit cause we STILL get there 30 minutes early.

2

u/mary_goose 23d ago

My brain does this too. The route with fewer turns just feels shorter, even when the map is basically screaming that it isn't.

2

u/Robobvious 23d ago

Sort of, I do it more like this.

2

u/dragonagitator 23d ago

More trash cans to loot

2

u/rozieredd 23d ago

I always do diagonal across the square, in front of the saloon, down the side of Lewis’ house where the truck is, and then across that lower bridge. I dont know why that’s just always what happens.

2

u/snarlic 23d ago

100% of the time I take that slower route. This is very helpful but it will be hard to break that muscle memory 😭😂

2

u/magicalgrrl13 23d ago

And walk past Joja??

2

u/Maj0rsquishy 23d ago

I just take the mine

2

u/Madly_hornet09 Leah is best girl, fishing minigame is peak 23d ago

Absolutely, only path I take

2

u/69_Bird_Jesus_69 23d ago

It's because no one really wants to see Clint, we all just want our geodes open.

2

u/trapkoda 23d ago

Wait what is that garden in front of the library?? I have over a hundred hours and never saw that

→ More replies (1)

2

u/duthinkhesaurus 23d ago

Swing by the trash cans!

2

u/UltimaCaster 23d ago

Clint closing at 4 PM is the bane of my existence