Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SMAPI for Stardew Valley 1.6 and New Modders Tips! #736

Open
Jeckabnormalism opened this issue Oct 27, 2024 · 30 comments
Open

SMAPI for Stardew Valley 1.6 and New Modders Tips! #736

Jeckabnormalism opened this issue Oct 27, 2024 · 30 comments
Milestone

Comments

@Jeckabnormalism
Copy link

Is SMAPI will be updated for the the Stardew Valley Mobile 1.6, or is it still on progress or not?

@Jeckabnormalism
Copy link
Author

Y'all for new modders here I know it's irrelevant but, use ZArchiver for modding because mods won't load if you put it in the StardewValley file. The StardewValley file is only used when the SMAPI request you to load a file(StardewValley). After using the StardewValley file, you need to place your mods now in your Android/Data/com.zane.stardewvalley if you're on android, and that's where you game's data located and stardewvalley file is now useless coz the game only needs to copy that file's content for its data. Hope it helps. Sorry for the bad english, it's my fourth language btw.

@Jeckabnormalism
Copy link
Author

Also the reason why SMAPI has not been updated since the the 1.5 came out because it works for all 1.5 later version of StardewValley not for 1.6 because it's not released yet. I also thought that zanework is now updating the SMAPI coz it needs to be updated or else SMAPI will be usless for the 1.6 update coz it may cause an error not only on mods but also for the patcher.

@Jeckabnormalism Jeckabnormalism changed the title SMAPI for Stardew Valley 1.6.9 SMAPI for Stardew Valley 1.6.9 and New Modders Tips! Oct 27, 2024
@Jeckabnormalism
Copy link
Author

SDV is now updated to 1.6! @ZaneYork Any news about the SMAPI?

1 similar comment
@Jeckabnormalism
Copy link
Author

SDV is now updated to 1.6! @ZaneYork Any news about the SMAPI?

@ZaneYork
Copy link
Owner

ZaneYork commented Nov 5, 2024

I'll start this project later, no ETA right now. Maybe several month to wait

@Jeckabnormalism
Copy link
Author

I'll start this project later, no ETA right now. Maybe several month to wait

That's good to hear! I can't wait for the update! Thank you so much for the efforts and hardwork you do just to make us mobile players can mod and play the game more enjoyable and fun!!! Looking forward for the update and please let us know in the future when is the possible month of the release. Love you @ZaneYork !!❤️❤️❤️❤️

@Jeckabnormalism Jeckabnormalism changed the title SMAPI for Stardew Valley 1.6.9 and New Modders Tips! SMAPI for Stardew Valley 1.6.9 and New Modders Tips! Nov 5, 2024
@blazingcody
Copy link

Thank you @ZaneYork

@Picoli-coli65
Copy link

Picoli-coli65 commented Nov 5, 2024

Bro @ZaneYork just wanna let you know that despite the rumours that people are harassing you, there are lots of us who appreciate what you do for the Stardew Valley community, its disheartening to learn that you're being treated harshly by some ingrates, and wether thats true or not (hope not) all I wanna say is dont let the negativity affect you bro, the real ones are here to support you always.

@blazingcody
Copy link

Like me I'm glad of your work for smapi on android @ZaneYork

@Jeckabnormalism Jeckabnormalism changed the title SMAPI for Stardew Valley 1.6.9 and New Modders Tips! SMAPI for Stardew Valley 1.6 and New Modders Tips! Nov 5, 2024
@Nhincaije
Copy link

I'll start this project later, no ETA right now. Maybe several month to wait

Thanks for not abandoning mobile players thank you very much

@Feell-apk
Copy link

Vou começar esse projeto mais tarde, sem ETA agora. Talvez vários meses para esperar

Yeeey

@Zencee
Copy link

Zencee commented Nov 5, 2024

I'll start this project later, no ETA right now. Maybe several month to wait

wow great news for the sdv mobile modding community 💯

@Feell-apk
Copy link

I know we have to wait a bit, but is there any way to emulate a computer and use smapi in that emulator?

@bigbabyboost
Copy link

I know we have to wait a bit, but is there any way to emulate a computer and use smapi in that emulator?

You cam try using winlator

@Fireworkshh
Copy link

MonoMod/MonoMod#174

@NRTnarathip
Copy link

SMAPI 4.1 android can't run
beause MonoMod not support android
for now i can run SMAPI just at Program.Main() not works 100%

So i hope someone made MonoMod support Android 🥲
thanks you❤️🙏

@NRTnarathip
Copy link

https://github.com/NRTnarathip/MonoMod-Android
Work In Progress..: i make MonoMod For Harmony Patcher 2.3.4
it's work only Release Mode & No AOT
support Android Arm 64bit, not support 32bit

@ZaneYork ZaneYork added this to the 4.x milestone Nov 11, 2024
@ZaneYork ZaneYork pinned this issue Nov 11, 2024
@rsvxxna
Copy link

rsvxxna commented Nov 12, 2024

@ZaneYork thank u so much, u r amazing bro!!! 🥹💛

@ninubr
Copy link

ninubr commented Nov 15, 2024

🙏🙌

@NRTnarathip
Copy link

NRTnarathip commented Nov 16, 2024

Update: 1.6.14.1 Android
in file "StardewValley.dll" it's have "[assembly: InternalsVisibleTo("StardewModdingAPI")]"
so is mean we can run SMAPI without issue about Access Method & Class Internal like PC
image

@ZaneYork

@Yash2772632
Copy link

Wait so does that mean it would be easier to mod Stardew mobile. Sorry for asking I just don't understand coding

@NRTnarathip
Copy link

No, it doesn’t make writing SMAPI for Android any easier
It only makes some code work the same as in version 1.5.6

@Yash2772632
Copy link

Ah ok, thank you for responding

@Jeckabnormalism
Copy link
Author

Update: 1.6.14.1 Android in file "StardewValley.dll" it's have "[assembly: InternalsVisibleTo("StardewModdingAPI")]" so is mean we can run SMAPI without issue about Access Method & Class Internal like PC image

@ZaneYork

Thank you so much for your efforts and hardwork love you so much❤️❤️

@NRTnarathip
Copy link

NRTnarathip commented Nov 16, 2024

dotnet/android#7568 (comment)
in this link you can build dlls apk without pack into "assemblies.blob"
just add use "AndroidUseAssemblyStore" set to False

so we can edit dll, add, remove without pyxamstore tool

@PineappleWithPizza
Copy link

I seems to remember concernedape saying they'll make the newest version to be more easier to mod or is this one of my schizo episode

@Zencee
Copy link

Zencee commented Dec 2, 2024

I seems to remember concernedape saying they'll make the newest version to be more easier to mod or is this one of my schizo episode

yeah he meant for pc, i dont think mobile modding is the same as pc haha

@Jeferson3329J
Copy link

@ZaneYork Friend, thank you for what you are doing. It is appreciated, friend, a recommendation. Wouldn't you like to use Twitter to notify everything?

@Alll1n
Copy link

Alll1n commented Dec 6, 2024

https://discord.gg/Z2aAh48C
This is the smapi, for latest version, it's getting updated almost daily, it's already the lastest sdv version

@Alll1n
Copy link

Alll1n commented Dec 6, 2024

@Jeferson3329J
https://discord.gg/Z2aAh48C
This is smapi

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests