Would it be possible to play modded on the switch version?
Would PC 1.5 mods run?
Unless the mods are offered via the game’s interface on the switch, I don’t think so.
I can patch my ROM, I play in an emulator.
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?
I don’t have a steam deck, so I play on an android handheld. A steam deck was way out of my budget
If you are using android anyway I’m unsure why you don’t just use the android version which can be modded.
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
Stardew is worth the price of entry. The solo dev whi made it is really passionate and has been updating it for years.
It’s not about the price, its about me not having access to a debit or credit card
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.
Well, I could use the touchscreen but that defeats the ourpouse of it being a handheld
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.
What’s smapi?
I play using an nsp file (patched for updates) I play is suyu (reskinned yuzu)
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.