this post was submitted on 07 Jul 2024
9 points (100.0% liked)

Stardew Valley

1816 readers
1 users here now

All things Stardew Valley.

founded 3 years ago
MODERATORS
 

Would it be possible to play modded on the switch version?

Would PC 1.5 mods run?

top 21 comments
sorted by: hot top controversial new old
[–] photonic_sorcerer@lemmy.dbzer0.com 3 points 1 year ago (1 children)

Unless the mods are offered via the game's interface on the switch, I don't think so.

[–] sleepybisexual@beehaw.org 1 points 1 year ago (1 children)

I can patch my ROM, I play in an emulator.

[–] photonic_sorcerer@lemmy.dbzer0.com 2 points 1 year ago (1 children)

Well shit, maybe you can. But if you're going through all that effort already, why not just play on a steam deck and mod it there?

[–] sleepybisexual@beehaw.org 2 points 1 year ago (1 children)

I don't have a steam deck, so I play on an android handheld. A steam deck was way out of my budget

[–] SweetCitrusBuzz@beehaw.org 1 points 1 year ago (1 children)

If you are using android anyway I'm unsure why you don't just use the android version which can be modded.

[–] sleepybisexual@beehaw.org 1 points 1 year ago (2 children)

Well, mainly comes down to preferring using a controller. That and I can justify a ripped ROM more than a ripped (and possible compromised) apk

[–] dom@lemmy.ca 2 points 1 year ago (1 children)

Stardew is worth the price of entry. The solo dev whi made it is really passionate and has been updating it for years.

[–] sleepybisexual@beehaw.org 1 points 1 year ago

It's not about the price, its about me not having access to a debit or credit card

[–] SweetCitrusBuzz@beehaw.org 1 points 1 year ago (1 children)

Oh, can you not use a controller with the handheld anyway?

Understandable, I feel the same way about compromised software, it's why apart from all the open source software I use I usually pay for things or find trusted sources if for some reason I want to play something but think the company isn't worth giving money to for various reasons.

[–] sleepybisexual@beehaw.org 1 points 1 year ago (1 children)

Well, I could use the touchscreen but that defeats the ourpouse of it being a handheld

[–] SweetCitrusBuzz@beehaw.org 1 points 1 year ago* (last edited 1 year ago) (1 children)

Sounds like a confusing device if you can use a controller with an emulator but not 'normally'.

[–] sleepybisexual@beehaw.org 1 points 1 year ago (1 children)

Oh. Controller works normally, just unsure how mobile games would work with a controller. Wow I suck at wording

[–] SweetCitrusBuzz@beehaw.org 1 points 1 year ago (1 children)

Oh, thank you for explaining. Yeah, that can be a concern, I would imagine it's okay though since I can use a PS4 controller on my devices, not sure what you have but I would imagine it's similar.

I'll give it a try later though, just to see, hopefully that might bare some fruit.

I will say though that Stardew was built with controllers in mind to some degree, even on PC it has a controller mode so I don't think you would face any problems if you did ever try it out.

As for your wording, that's okay we all make mistakes or word things badly sometimes, I do it a lot myself, heh.

[–] sleepybisexual@beehaw.org 1 points 1 year ago* (last edited 1 year ago) (1 children)

Yea, guess I'll stay on switch. At about 60 walnuts and 6 years (in game) not gonna reset

As for my device, its a retroid pocket 4 pro. An emualtipn handheld capable of up to ps2/GameCube/ 2d switch games

[–] SweetCitrusBuzz@beehaw.org 1 points 1 year ago (1 children)

That is understandable, I do hope you find a way to mod it!

Thank you for sharing!

[–] sleepybisexual@beehaw.org 1 points 1 year ago (1 children)

Well, would a PC mod work?

[–] SweetCitrusBuzz@beehaw.org 1 points 1 year ago (1 children)

I mean they are not just PC mods, considering they work on the Android version too.

However, likely no. Unless you somehow find an xnb mod and get it to work, like someone else here said.

Or you can really dive into the code or something, but I'm not at experienced with that or creating mods, I just use them.

So maybe but I'm mostly siding with no.

[–] tiberius@lemmy.ca 2 points 1 year ago (1 children)

This is interesting. Running the switch port of SDV on an Android device.

You probably already know this since you are patching your own switch ROMs, but maybe XNB type mods could work.

If you can get smapi to run, you're in the clear.

[–] sleepybisexual@beehaw.org 2 points 1 year ago

What's smapi?

I play using an nsp file (patched for updates) I play is suyu (reskinned yuzu)

[–] GetOffMyLan@programming.dev 1 points 9 months ago* (last edited 9 months ago)

No I don't believe so.

The mods framework works by wrapping the game object from monogame.

This is possible due to how c# is compiled into IL byte code instead of machine code in windows and android.

But for consoles the game is usually compiled in a different way.