#archived-modded-support
1 messages · Page 15 of 1
it seems like i got the right 2 versions but it doesnt launch
don't use the community wiki, it's outdated (been read-only for a few months)
sorry, dunno how to call governor with the smapi android instructions
what was it again?
The Android version of the game is quite a bit different from other ports and so needs a custom version of SMAPI. See https://stardewvalleywiki.com/Modding:Installing_SMAPI_on_Android for details on getting started.
If you're using SMAPI on Android, you'll need specific older versions of most mods. For a list of many of the most popular mods compatible with android SMAPI, see here https://stardewmodding.miraheze.org/wiki/Mobile_Modding_Compatibility. For mods not listed here, they may or may not be compatible with android, but see https://stardewvalleywiki.com/Modding:Android for more info, including how to find a compatible version of a mod not listed in the first link.
there ye go
have some of u tried it on a huawei? its more complicated cause u dont have a google store and need gspace to start the game. which works with the original one but not with smapi
its hard to find videos or help about it
i dunno if SDV is listed in huawei store. not really familiar. please wait while someone looks at the case for you.
tysm! i downloaded the apk version of it. the huawei store is trash
🤨 _ _
sorry for my opinion but half of the apps a human needs arent there since theyre not working with google anymore
yes but you downloaded it?
yes, a apk
...
like piracy?
i dunno
well was it free
i need to get most of my apps this way cause the store is trash
yeah it was, but does it matter?
#rules 9
unsure about this one, cause its the only way as an huawei user to get it😅
yes but it is illegal isn't it
might want to get a different phone next time, but yeah, it is piracy
im actually concerned on how they will pay for SDV if they are using huawei store
yeah the huawei is big trash
i do not think their store have payment channels directly from GP
got a iphone 12 also, but mods are not working here
(what's GP?)
google play
na they havent
ah
Quick question guys: Why are all my chest all of a sudden named the same despite not being in that location? I'm using better chests
All of them have the same name except one, which can't be stacked together with the rest, and also has a wrong name though
(I'm wondering why my code thinks it's day 0!)
(The sea of scheduling errors I've seen before - that bit of code catches if an npc has a null location just before scheduling and tries it's best to assign them a location)
Without interaction tweaks it'd be a sea of red and the npc in question just wouldn't have a schedule that day
Zero clue, honestly
Stupid fingers
(Well none of them appear to be Jasper so I will continue to believe Jasper isn't involved)
Without a full log I can't really have an ideas either
Freezes in my experience is "some code spending forever doing something"
HI All..i have done this day over 4 times now...i go to "sleep" and the game won't close...perhaps i have too many mods? if i switch over to view the SMAPI page, it's blinking red uncontrollably...i have tried to load the error folder so you can view it and it won't load either...everything else is running just fine on my pc...any suggestions?
Hellloooo, I'm on android and I wanna add that easier fishing mod so I can easily catch the legend, how do I add mods on android?
Hello! I recently got stardew valley again and downloaded the Smapi mod. I had it before and I remember there being an in-game setting menu where you could control things like wealth and time but after getting it again I can not get it to pop up and I have no idea why. Any help would be very much appreciated!
do you mean that you tried to upload the log smapi.io/log and that fails?
@shy orbit that is correct
can you try uploading it directly here?
absolutely
sounds like cjb cheats menu
it says it too "powerful" to post here
!androidsmapi (not all mods are compatible with the android version of the game/smapi though)
@limber fjord The Android version of the game is quite a bit different from other ports and so needs a custom version of SMAPI. See https://stardewvalleywiki.com/Modding:Installing_SMAPI_on_Android for details on getting started.
Yes! I believe that was it @shy orbit I just completely forgot about that! Thank you so much!
i guess it's too big from the repeating errors. you could try opening the file with a text editor and copying one of the repeating error messages here
okay..i'll try that
@shy orbit [02:05:29 ERROR game] An error occurred in the base update loop: System.Exception: Error on new day:
that's the first line...and then like it lists errors for everything on my farm or what is supposed to be saved today
it needs few more lines after that line, maybe try copying to the next line that has the same error message
[02:05:29 ERROR game] An error occurred in the base update loop: System.Exception: Error on new day:
The content file was not found.
at Microsoft.Xna.Framework.Content.ContentManager.OpenStream(String assetName) in stardewvalley\MonoGame.Desktop\MonoGame.Framework\Content\ContentManager.cs:line 289
at Microsoft.Xna.Framework.Content.ContentManager.ReadAsset[T](String assetName, Action1 recordDisposableObject) in stardewvalley\MonoGame.Desktop\MonoGame.Framework\Content\ContentManager.cs:line 319 at Microsoft.Xna.Framework.Content.ContentManager.Load[T](String assetName) in stardewvalley\MonoGame.Desktop\MonoGame.Framework\Content\ContentManager.cs:line 255 at StardewModdingAPI.Framework.ContentManagers.GameContentManager.<>c__DisplayClass6_01.<LoadExact>b__0() in SMAPI\Framework\ContentManagers\GameContentManager.cs:line 141
at StardewModdingAPI.Framework.Utilities.ContextHash1.Track[TResult](T key, Func1 action) in SMAPI\Framework\Utilities\ContextHash.cs:line 53
Okay I have smapi sdv downloaded ans I got my fishing mod, idk what to do next, do I just open the game and play?
at StardewModdingAPI.Framework.ContentManagers.GameContentManager.LoadExact[T](IAssetName assetName, Boolean useCache) in SMAPI\Framework\ContentManagers\GameContentManager.cs:line 0
at StardewModdingAPI.Framework.ContentManagers.BaseContentManager.LoadLocalized[T](IAssetName assetName, LanguageCode language, Boolean useCache) in SMAPI\Framework\ContentManagers\BaseContentManager.cs:line 152
at StardewModdingAPI.Framework.ContentManagers.BaseContentManager.Load[T](String assetName, LanguageCode language) in SMAPI\Framework\ContentManagers\BaseContentManager.cs:line 143
at StardewValley.AnimatedSprite.loadTexture() in stardewvalley\Farmer\Farmer\AnimatedSprite.cs:line 163
at Paritee.StardewValley.Core.Characters.FarmAnimal.UpdateFromData(FarmAnimal animal, String type) in C:\Users\elbe\source\repos\StardewValleyMods\Paritee.StardewValley.Core\Characters\FarmAnimal.cs:line 283
at BetterFarmAnimalVariety.Framework.Patches.FarmAnimal.Reload.Prefix(FarmAnimal& __instance, Building& home) in C:\Users\elbe\source\repos\StardewValleyMods\BetterFarmAnimalVariety\Framework\Patches\FarmAnimal\Reload.cs:line 17
at StardewValley.FarmAnimal.reload_PatchedBy<Paritee.BetterFarmAnimalVariety>(FarmAnimal this, Building home)
at StardewValley.FarmAnimal.dayUpdate_PatchedBy<Digus.AnimalHusbandryMod__Paritee.BetterFarmAnimalVariety>(FarmAnimal this, GameLocation environtment)
!reset i guess try resetting the game files. if that doesn't fix it then i have no more ideas
See https://stardewvalleywiki.com/Modding:Player_Guide/Troubleshooting#Reset_your_content_files for instructions on resetting your game files! (This doesn't affect your save files.) You may also want to check this list of XNB > Content Patcher conversions (https://stardewvalleywiki.com/Modding:Using_XNB_mods#Alternatives_using_Content_Patcher) to see if there are already replacements for any XNB mods you may have been using :)
!log you can check that the mod is loading correctly by uploading the log here
@limber fjord Can you upload your SMAPI log to https://smapi.io/log (see instructions on that page) and share the link here?
@shy orbit does that mean i lose all my mods and have to reinstall all fo them?
nope, mods etc. are fine, it only affects files that are part of the native game
okay...so everything up to my last saved day will be alright?
well, it would overwrite xnb replacement mods, but that's not a bad thing
okay
yep, the reset doesn't touch saves
I have no idea what to do
I'm so lost, this is the last time I'm ever adding mods into my game 
the linked page has some android-specific instructions on how to find the log
Okay, I found the log, what do I do?
upload it?
did you delete errorhandler?
I don't know what's that, I did the instructions, download smapi apk and then download smapi sdv and then delete the apk
Then I went to download the mod and I did it
And now I'm here
can anyone help with this? I've installed this mod manually because for some reason Stardrop couldn't access the zip when I tried to drag it in regularly.
the mod doesn't seem to be installed currently, it needs to be in the mods folder
I don't think Android has it separate
try deleting and reinstalling it i guess, it's interpreting Manifest.json as a folder for some reason (might be related to how stardrop works, i don't know)
Yeah I've tried deleting & reinstalling and sadly it's coming up with the same 😦
omg I might have found the problem
YESSS so the issue was stardrop installed a "version" of the mod (when it said it was denied access to the zip) that literally just had a manifest json folder in it
found the stardrop mod directory, deleted the stardrop version and boom
@shy orbit i tried that but i'm pretty new to this stuff so not sure i did it right...anyways, it didn't work...so i'm stuff because it won't save the day ...thank you so so much for your help...i'll figure something out.
i wonder, do you have the error handler mod installed? it comes automatically from smapi install
i can check
Okay it said I needed new version of smapi
But yknow what
Fuck the fishing mod
This command thing is op
@shy orbit i just updated SMAPI yesterday, so must have it, correct?
you'd think so
okay. you could still try to copy from the beginning of the log to where the errors start and upload that part to the log site
@shy orbit, what if i delete the mods i added yesterday...would that help?
or don't try to sleep and upload the log after loading the save would work too
difficult to say
the smapi update could have caused the problem too (say if you didn't check that everything was loading correctly after the update)
i tried to copy it...it just gives me a message that it is having issues and asks if i want to wait...so i wait..but it never loads
okay...upload the log right after i log in?
yeah that should be fine
Log Info: SMAPI 3.15.1 with SDV 1.5.6 (build 22018) on Windows 10, with 81 C# mods and 285 content packs.
hm yeah, i don't know. they probably don't fix the problem, but you might want to look into the red errors (other than the skipped mods section) https://smapi.io/log/08ccbeea8cf142fea293d52f1aabd30b?Levels=error~critical
Log Info: SMAPI 3.15.1 with SDV 1.5.6 (build 22018) on Windows 10, with 81 C# mods and 285 content packs.
Which enteroax framework is compatible with mobile?
@shy orbit thank you so much...i'll work on it some more after i sleep for awhile...btw, i did a test farm and went to sleep to see if it would save without issue...it was fine...so it's something on my main farm i am doing or have done...idkk
!androidmods
@swift plank If you're using SMAPI on Android, you'll need specific older versions of most mods. For a list of many of the most popular mods compatible with android SMAPI, see here https://stardewmodding.miraheze.org/wiki/Mobile_Modding_Compatibility. For mods not listed here, they may or may not be compatible with android, but see https://stardewvalleywiki.com/Modding:Android for more info, including how to find a compatible version of a mod not listed in the first link.
Sorry i'm still wondering here!
Similarly, do old BFAV mods still work if I have the new unofficial updates? (specifically donkey and yak mods)
(cont. from #making-mods-general my fishponds randomly empty / lose fish)
So it somehow still registers as being up to 7. but it's empty. could be a WoL thing maybe??
I only notice it after tp-ing
not the greatest quality, but this was made this morning with daily screenshot
If anyone has a chance, I could really use some help figuring out what's causing my Saves to disappear/not download. https://smapi.io/log/86b5db5c098b4c04bbfcc6456a898ccb
Log Info: SMAPI 3.15.1 with SDV 1.5.6 (build 22018) on Windows 11, with 103 C# mods and 146 content packs.
@solemn shoal filtering my log showed it's a WoL Aquarism thing indeed 😅 should have checked before, mb
Hey, you're technically just doing what I asked!
I uh don't remember what you asked 😂
hiii ^^ can someone help me with mods? i tried changing the config file but it doesnt work ingame
what mod
eemies victorian buildings
what do you want to change
i want to change it to mossy, but it doesnt work
also is there a way to completely change the look to summer?
!saves do you have backups
@fallen crescent Use this guide to find your save files: https://stardewvalleywiki.com/Saves.
How do I get to the check your mods site again?
All three of my games show up when I look for my save files.
I'm not sure if they're backups or what though. I'm a newb when it comes to modding.
!log possibly this
@wraith shuttle Can you upload your SMAPI log to https://smapi.io/log (see instructions on that page) and share the link here?
Files are corrupted
If you scroll down on the link governor gave it tells you how to restore from the one back up the game keeps
Okay I added that to my google doc
Atravita, nothing seems to be working so far.
It's showing on my regular saves, but my backup save file is empty.
Log Info: SMAPI 3.14.3 with SDV 1.5.6 (build 22018) on Windows 10, with 8 C# mods and 0 content packs.
If you've used smapi before, go into the game directory
Find the directory save-backups, and extract one of those
can i add my smapi log to stardew valley farm planner so it changes the looks?
why would your smapi log do anything
idk changes the looks of the buildings ig?
its a LOG
my bad that i didnt graduate in this??????
Did you change it manually?
What do you mean by "Completely change the look to summer"?
I'm going to take a big guess on what this means. No you can't, the Farm planner is, well, just a planner. It just runs off of Vanilla buildings since it's meant to be temporary, a rough sketch of what you want per se. To my knowledge there shouldn't be anyway to do so? Well at least I've never heard of something similar. 
Think of a rough pencil draft before inking it down on your final work.
(hopefully we're referring to the same thing here? >.>)
Your log is, just your log. It provides a lot of info to troubleshoot and whatnot but nothing beyond that. Can't do anything to the planner, never can never will. (I think)
Maybe I should fact check this in case I'm spouting off nonsense. 
It’s been only partially updated to handle 1.5
That's unfortunate, seems to be a neat site to use. 
Does anyone know if Rue's Creepy Curios and Spooky Aesthetics mod has been revamped?
thank you!!!!
it has seasonal looks, but i kinda like the summer one the most so i was wondering if i could only use that one
What mod are you using for the buildings? I didn't scroll up that far.
any fashon sense mod that has many things for men?
Does content patcher keep old mods up to date?
I have been looking and I don't find any
victorian buildings
wdym
No.
Working perhaps, a big fat maybe.
Do you have gmcm?
I can't recall if Victorian buildings has an option to change building styles regardless of the season. 
!gmcm though it's safe to check it out.
Generic Mod Config Menu (or GMCM https://www.nexusmods.com/stardewvalley/mods/5098) adds the option to edit some, but not all, mod configs from either the title screen or the options page in a save. It also has a special screen to edit keybinds for all mods with GMCM integration.
The presence of the gear it adds to the title screen is not a method for checking whether mods are installed, only whether GMCM is installed.
What mod are we talking about here?
Because it really depends.
The mod I asked about a few minutes ago was converted from XNB to CP, and was wondering if anyone knew if the mod was still working. Then I was wondering if CP keeps the main files updated and useable
it doesn't.. update mods?
Okay. Im not a modder, so have no way of knowing the answer.
It'll continue working till something drastic changes I guess. Both from the side of the game and CP/smapi itself.
Okay, thank you
it really depends on the mod and on how the CP conversion was made. if the conversion uses Load action to replace the vanilla asset(s) it's just as prone to breaking as the original xnb mod
How would I know if it uses load action? It wasn't through nexus, so no real info on the mod from the forums
read the content.json
look into the content.json
yep
Okay, it does. Can I replace that action or is it more complicated than that?
it is
A little more. You'd have to target the coordinates of whatever item you're trying to replace, or just put it to an overlay and have it looking wonky. 
Ohhhh okay lol Yeah, not gonna do that today. Ill go find a revamp forum somewhere and see if anyone wants to try their hand at it. I wish I had the time to sit down and do it myself, but tis the way of work life. Thank you for the help.
just changing the action to EditImage though would prevent most potential problems
depends on what vanilla assets exactly it modifies and how though again
Edit EditImage into the mod json file, or the vanilla files?
hey is their a guide to downloading the expanded mod i tried downloading everything from the nexus and it wasnt working
i also downloaded smapi from the nexus as well
change the Load action to EditImage in the content.json more specifically (i'm assuming the mod only edits tilesheets and such so that that can be done)
Okay. Ill try it out, thank you!
!log
@viscid oar Can you upload your SMAPI log to https://smapi.io/log (see instructions on that page) and share the link here?
**(see instructions on that page) **
np. it doesn't necessarily fix the possible problems caused by the mod if the files are outdated compared to the current game version, but it won't hurt either
!gettingstarted
@viscid oar If you would like a guide to setting up mods for Stardew Valley, check out the getting started guide! https://stardewvalleywiki.com/Modding:Player_Guide
thank you
Its a way to upload your SMAPI logs so they can help you find the problem
yeah only thing is i never had a smapi log because it as all from the nexus
well you ran smapi didn't you?
Did you set your launch commands to start your game up with SMAPI?
i had it all installed and enabled if thats what you mean im very new to modding
Are you on steam or another launch site?
steam
!launchoptions
If you're using Steam or GOG on Windows, you will need to set your launch options in order for Steam/GOG to automatically launch with SMAPI. The SMAPI installer will tell you what to set as the launch options when it completes (green text). You can find instructions (with screenshots) on how to do that here: https://stardewvalleywiki.com/Modding:Installing_SMAPI_on_Windows#Configure_your_game_client
There is a launch command on SMAPI's website that you need to put into steam for your game to launch with SMAPI
I need help with something, I opened the game and my farm isn't there, I check the save file and it's there. I check SMAPI and it says it cant access my save file.
!log
@errant jungle Can you upload your SMAPI log to https://smapi.io/log (see instructions on that page) and share the link here?
When you launch your game with that command, a little window will pop up that is smapi, and that is your log
Sooo this channel is for mod help right?
yes
where is the launch command for smapi and how do i pu into steam exactly?
.
Thought so, anyways, when you launch your game with smapi, exit your game, follow the guide on the ! Log and itll help
ok thanks!
The guide to do that is here https://stardewcommunitywiki.com/Modding:Installing_SMAPI_on_Windows
This page explains how to install SMAPI (the tool which lets you use mods) on Windows. See also:
Makes sure you read everything you need to
do I place my save file here?
The SMAPI log. There are instructions on how to get to it in that link.
I also have another question
when I open my save file, its empty. Is that normal? are there files inside that is supposed to be hidden?
very much not
!saves roll it back
Use this guide to find your save files: https://stardewvalleywiki.com/Saves.
this is the thing I'm looking for correct?
yes
I did what it said and deleted the two files and renamed the other two
I assume I should place it in the saves?
theres a problem tho
In the original the number starts with a 4 but the new one starts with 3
:(
smapi save backups?
I don't place it in data? just edit the files in backups and leave it there?
?
so i have smapi downloaded i just dont know how to acess it
you open it
vague
!launchoptions or with your mouse/keyboard
If you're using Steam or GOG on Windows, you will need to set your launch options in order for Steam/GOG to automatically launch with SMAPI. The SMAPI installer will tell you what to set as the launch options when it completes (green text). You can find instructions (with screenshots) on how to do that here: https://stardewvalleywiki.com/Modding:Installing_SMAPI_on_Windows#Configure_your_game_client
!gettingstarted
If you would like a guide to setting up mods for Stardew Valley, check out the getting started guide! https://stardewvalleywiki.com/Modding:Player_Guide
you downloaded the installer tho?
yeah you downloaded the installer
@gaunt gust my backup saves file was empty, my files only showed up on the regular save file. None of the tips seems to be working for me so far
Did you recently move computers or something
No, I've only had this one.
ok so how do i acess the installer i cant find it in the files
the place you downloaded it to
!modmanagerbugs
Vortex (Nexus) and ModDrop both are mod managers that can help you keep your mods up to date. However, they can cause bizarre issues and are difficult to troubleshoot. If you're looking for a mod manager that was written specifically for SDV and has troubleshooting logs built in, you can try Stardrop (!stardrop).
If you're using a non-Stardrop mod manager and ask for help troubleshooting, we probably can't help you if the issue is related to the mod manager. You can try asking the mod manager servers for help instead. If you're using Stardrop, please remember to provide a Stardrop log.
@gaunt gust I've only ever had this laptop. I don't mind doing another new save if these aren't able to be fixed, I'm mostly concerned that the files keep getting corrupted in the first place. I'm not sure what can be done for that though.
if you have the bundled mod SaveBackup (or whatever it's called) it should be making backups
there's also another mod that makes backups more often
(Advanced Save Backup?)
otherwise, run a disk check
i found this
.
install it manually
Okay I watched a youtube video for help and I got my save back
manually.
I aint wasting those 192 hours for nothing
Alright, I'll download the mod. Hopefully, that helps if this happens again. How would I run a disc check?
@gaunt gust I just downloaded the mod. Hopefully that helps the next time something like this happens. How do you run a disc check? I've always played on console, so I've never done that.
Why are you doing condescending and rude? If you dont feel like helping, stop worring about this channel
Youre a modder, you had to learn too. Stop treating our questions like we're stupid
@dire fractal The only one who is being rude is you
How am I being rude?
Atra posted a link with an answer to the question that was asked
You went out of your way to insult atra, who is being helpful, for no reason at all
Im not talking to Atra....
That's not clear from the message you replied to
i have this now when i start the game on steam is their anything else i need to do?
i.e. the one directly above your response
I didnt reply to any message though. Im talking to Pillow. Theyve been rude to anyone who asks a question
uh huh
Like "With your mouse and keyboard" when someone asks how to do something
technically a correct answer tbf
This is what your message looks like to everyone else
is any of this necessary?
And regardless, that response itself is rude
@gaunt gust says the system is good. I appreciate you sending me the link to that ☺️
and honestly - I don't remember how to do a SMART test on Windows 😛
Is them being rude to people and no one calling them out necessary? This is a channel for us to come for help
did i do what i need too its just showing a blank screen
yeah, I'm not sure where your saves went off to then. I've only had a few real hd failures in my life. SMART test has caught each one before
could you.. stop talking about me like that and acting like i'm not lurking?
i'm fine with you having an opinion
Acting like youre not lurking?
whyre ppl argueing in mod help im trying to figure this out and people are to busy argueing -3-
Again, is this argument necessary?
@gaunt gust I'm not tech savvy, so I don't know diddly squat about this stuff. I appreciate any and all help I get. Hopefully, you're suggestions help prevent my files from disappearing again.
hit enter, you're in select mode
Okay, Ill stop. Just didnt like the condescension I got earlier, or what you got earlier cole.
ok do i need to connect nexus mods to smapi somehow or does it just auto connect?
ooo
you don't need to/can connect it
i got it
@gaunt gust thank you again, for your help!
Honestly, no clue. I think it's automatic but like I don't use vortex
Check #rules there is a way to report people you feel are harassing or abusing you, and it's not by calling them out or adding to argumentative behavior directly.
Dont think it really matters to anyone, so I wont worry with it. Ill just figure out my own stuff for now on
just gone for a few hours and i see arguments
yep
guys we are going to help however we can. no hard feelings, no rude behavior. take the mature stand of just not escalating behavior so we/someone else can help better.
we help anyone, but you start making awful behavior you are both wasting the people's time in helping you, and yours.
if you do not appreciate help, you want to help yourself, it's fine. but we're going to help on this channel anyway. no hard feelings. we wanna chill here.
anyway
hi guys, how do I install smapi 1.15 for android?
is it normal for smapi to stay open like with the terminal saying it’s been installed even after closing the game?
smapi should close after you exit game. provide screenshot of what you are seeing
do you mean 1.5?
is the version i need to download the mods
!moddingandroid
it always gives an error and i don't know how to fix it
drat i always forget how governor works
!androidsmapi
The Android version of the game is quite a bit different from other ports and so needs a custom version of SMAPI. See https://stardewvalleywiki.com/Modding:Installing_SMAPI_on_Android for details on getting started.
use !list in #governors-mansion for a list of commands
!androidsmapi
The Android version of the game is quite a bit different from other ports and so needs a custom version of SMAPI. See https://stardewvalleywiki.com/Modding:Installing_SMAPI_on_Android for details on getting started.
provide screenshot of error
Hi, i think ive downloaded mods but im not sure how to actually enable them in my game :p
!launchoptions
If you're using Steam or GOG on Windows, you will need to set your launch options in order for Steam/GOG to automatically launch with SMAPI. The SMAPI installer will tell you what to set as the launch options when it completes (green text). You can find instructions (with screenshots) on how to do that here: https://stardewvalleywiki.com/Modding:Installing_SMAPI_on_Windows#Configure_your_game_client
once you put mods in /Mods folder and start SMAPI, it will be loaded, listed on SMAPI window
thankuyou!
!androidmods
@earnest scaffold If you're using SMAPI on Android, you'll need specific older versions of most mods. For a list of many of the most popular mods compatible with android SMAPI, see here https://stardewmodding.miraheze.org/wiki/Mobile_Modding_Compatibility. For mods not listed here, they may or may not be compatible with android, but see https://stardewvalleywiki.com/Modding:Android for more info, including how to find a compatible version of a mod not listed in the first link.
update latest SMAPI from https://github.com/ZaneYork/SMAPI-Android-Installer/releases
you can't get smapi 3.15 on android is the thing
hmmm
lemme check CP on mod page
How do i reopen SMAPI once ive closed it?
you open it again
download the version for android in content patcher website
I dont know where it is
wdym? you opened it before
just run stardew valley as normal. if you have installed it correctly, smapi should show up
I can only see Smapi internal one
scroll down
Oh i found it, thank you guys :)
so do i just open it from there now?
!launchoptions
If you're using Steam or GOG on Windows, you will need to set your launch options in order for Steam/GOG to automatically launch with SMAPI. The SMAPI installer will tell you what to set as the launch options when it completes (green text). You can find instructions (with screenshots) on how to do that here: https://stardewvalleywiki.com/Modding:Installing_SMAPI_on_Windows#Configure_your_game_client
run game from steam normally. if installed correctly, smapi should launch too
if not, refer here
Hi All...really stuck on my game...when i go to "sleep" on my main farm, it just sticks and gives me a constant loop of red error files in the smapi screen...which i will try to post, however, when i run an errorlog, it won't parse so i can't do it the traditional way i have been taught....it does not save the day file and continue to the next day....i have tried a test farm using the same map and it saves and progresses just fine...when i try to use the log parser..i get a message of "page unresponsive"...so idk what to do...please help.
@earnest scaffold you might miss this. replace your content patcher with the older, android working one.
I did that but it still doesn't work
what error?
!logtoobig
If the log is too big, see here for how to fix that https://stardewmodding.miraheze.org/wiki/Debugging#If_the_log_is_too_big_/_parser_site_won't_load_it
the same error as before
post a log
did you delete the previous content patcher before applying the old one?
Post another log.
okay...here is part of the log....
https://smapi.io/log/5fe1fee91e0d41efa8c2a77a3a2a095c
Log Info: SMAPI 3.15.1 with SDV 1.5.6 (build 22018) on Windows 10, with 78 C# mods and 268 content packs.
I think you've accidentally removed all the looping errors
ah, it worked, it was really another version and I got confused
from the log or the game?
From the log
okay...one sec....
thank you!!
I'm seeing a relatively normal loadup, with only a few smaller errors
oke good
Do you have weird cows? it's looking for a sheared white cow
Ignore the error handler thing, it's because you now have deleted the whole first part of the log
i have Alpacas
!reset ?
See https://stardewvalleywiki.com/Modding:Player_Guide/Troubleshooting#Reset_your_content_files for instructions on resetting your game files! (This doesn't affect your save files.) You may also want to check this list of XNB > Content Patcher conversions (https://stardewvalleywiki.com/Modding:Using_XNB_mods#Alternatives_using_Content_Patcher) to see if there are already replacements for any XNB mods you may have been using :)
Can you upload your SMAPI log to https://smapi.io/log (see instructions on that page) and share the link here?
and
Not gonna help there
!sve
Stardew Valley Expanded (https://www.nexusmods.com/stardewvalley/mods/3753) is a mod which adds a lot of new content and areas to the game. It has many dependencies, so be sure to follow the install guide which is on the github wiki along with FAQs and troubleshooting steps for common issues: https://github.com/FlashShifter/StardewValleyExpanded/wiki
^last link here for install guide
It's a sve file either missing or inaccessible
Are the alpacas secretly cows?
yes, i think the default are cows ... however they have their own data so like i can buy them from Marnie
It is possible that some interaction between your various animal mods is making some mod believe the alpacas are cows, and then exploding when it can't shear them
i was only using AdoptNSkin for color variation
It's not clear to me which animal mods would be involved other than BFAV
AnS should use Alpaca as the name I believe?
My understanding is that AnS and BFAV are compatible
So I would suspect some 3rd mod being involved
yes, they have worked for several days...this is the first in game day that i can't save
what if i just delete Alpacas for now...do you think that will fix it?
Is this the first day your alpacas had wool?
I would try removing AnS to see if that helps
I was missing a mod, thanks guys again
okay...i'll remove the AnS first...then see what happens
If that doesn't help, you may need to remove the alpacas, but I'd worry that it wouldn't fix the error if you currently have alpacas on the farm
I don't know if BFAV makes you sell all modded animals before removal
!xnb
@analog laurel XNB mods often break the game and are not recommended. See https://stardewvalleywiki.com/Modding:Using_XNB_mods for more info (and a list of Content Patcher alternatives), and https://stardewvalleywiki.com/Modding:Player_Guide/Troubleshooting#Reset_your_content_files to fix problems caused by XNB mods. For mod creators, see https://stardewvalleywiki.com/Modding:Editing_XNB_files for help unpacking & editing them (including for use with Content Patcher).
thank you so so much Elizabeth...i'll try that
!reset
See https://stardewvalleywiki.com/Modding:Player_Guide/Troubleshooting#Reset_your_content_files for instructions on resetting your game files! (This doesn't affect your save files.) You may also want to check this list of XNB > Content Patcher conversions (https://stardewvalleywiki.com/Modding:Using_XNB_mods#Alternatives_using_Content_Patcher) to see if there are already replacements for any XNB mods you may have been using :)
possibly but just use the verify game files thing
platform?
Windows
!xnb or don't use xnb mods, see here for alternatives
XNB mods often break the game and are not recommended. See https://stardewvalleywiki.com/Modding:Using_XNB_mods for more info (and a list of Content Patcher alternatives), and https://stardewvalleywiki.com/Modding:Player_Guide/Troubleshooting#Reset_your_content_files to fix problems caused by XNB mods. For mod creators, see https://stardewvalleywiki.com/Modding:Editing_XNB_files for help unpacking & editing them (including for use with Content Patcher).
I'm on widows
you said it already..?
Maybe you did not see I didn't replay
Did you run the installer?
i did see
No worries, common mistake
Try that and see if it helps, occasionally there are issues
Can I put a folder inside mods to organize my mods?
Yes. SMAPI searches subfolders of the Mods folder to look for mods.
ty very much, also I have this warning in my console
But for what I know I don't have any xnb mod
You have a stray folder.
what does that mean?
Many mods will have a subfolder to organize their assets. This may have been from there.
There's a folder named "Content" in your "Mods" folder that does not contain a mod
It's probably an XNB mod that wanted to replace a game asset, which is bad
A folder named "Content" is usually found in XNB (not SMAPI) mods, so that warning was put in to alert people.
!xnb
XNB mods often break the game and are not recommended. See https://stardewvalleywiki.com/Modding:Using_XNB_mods for more info (and a list of Content Patcher alternatives), and https://stardewvalleywiki.com/Modding:Player_Guide/Troubleshooting#Reset_your_content_files to fix problems caused by XNB mods. For mod creators, see https://stardewvalleywiki.com/Modding:Editing_XNB_files for help unpacking & editing them (including for use with Content Patcher).
can someone please help me figure out what my problem is? :) i can add more info from smapi if i need to <3
!log Is this the only error? Try removing and reinstalling SVE, you seem to have a file missing.
Can you upload your SMAPI log to https://smapi.io/log (see instructions on that page) and share the link here?
here is my log! https://smapi.io/log/39ab7fdb1f8847e8a014a6acd29ed4af
Log Info: SMAPI 3.15.1 with SDV 1.5.6 (build 22018) on Windows 10, with 17 C# mods and 11 content packs.
it looks like the only error to me :)
Hmm... it's saying you're missing a file. Reinstall SVE, or ask in the SVE discord?
You're probably using a house mod from before 1.5
Before 1.5, beds were not portable
ok soooo long question:
i want to make a stardew valley multiplayer four corners farm with 4 other friends but i want to split a corner with someone. the problem is the fact that just 4 of us have the game and the 5th will get it later. is there a way when i join to be in the newly built house, not in one from the unclaimed house from the corner? (using infinite cabins mod)
Maybe try demolishing that cabin? And then putting it back later
the one you don't want to end up in
that might actually work thanks!
hi again hehe
this happens with an object in the mod love of cooking
but when I search for an object called like that in the json I don't find anything
Yah a couple of recipes are labeled like that
Edit all the recipe files with correct names. Looks like maybe all 35 of them are like that
Might have been a way to prevent same name errors
for what I see it's only that one
in the files it doesn't appear as incorrect that's the thing
Really? The ones I am looking at are like that.
It's under assets > NewRecipesPack > Objects
It's in the assets folder
what name should I put
because all the other ones have the same thing and they work just fine
Oh. I'm not sure.
Perhaps just add an entry to the i18n
Instead of going through an editing the internal item names
Editing the internal item names seems fragile and risky
I'm not familiar enough with LoC to say exactly what i18n format is needed but you can probably mimic the other items
i asked this earlier but got busy so couldnt provide a screenshot but basically the game is closed but i still see this terminal file open?
You can just close it
If it asks if you’re sure say yes
so its ok to press terminate?
Yes
ok thanks!
I can finally post my log. xD https://smapi.io/log/d6f8eb7117ed45ddbcaf37421dafdc8f Does this look like a JA error or....? I can't read these things very well
Log Info: SMAPI 3.15.1 with SDV 1.5.6 (build 22018) on Windows 10, with 96 C# mods and 468 content packs.
you have a JA mod with images the wrong size
somewhere in that nine million JA mod you have
xD Okay. It looks like it's a shirts mod so that at least narrows it down
That's what I tried
But there isn't anything wrong in the files
At least not in the names, that's whats throwing me off
Hmm
I found the mod, and now I see why I never had the error before. It requires PyTK and I removed it. Must be HiRes shirts in which case I will just toss them
You can probably convert to fashion sense if you care
FS has some kind of scaling property
Meh, I can live without them. I have plenty of others. I might have a teeny tiny JA mod problem
Also, question about CP. In terms of recolors, does the rule about "the last mod that loads is the one applied" still work?
When two mods both edit dialogue or images, whichever mod loads last "wins" and is the one you see in the game. In order to change the load order of mods, you can add false dependencies, see here for details: https://stardewmodding.miraheze.org/wiki/Tutorial:_How_to_Add_a_False_Dependency_for_Load_Orders
Looking at the mod page and the preview image, it looks like a problem with the map anyway. Not a recolor. Oh well
Does anyone know if the deep woods mod is compatible with sve last time I downloaded it it crashed my game and I don’t rlly want it happening again 😂
I don't use SVE so I can't say
hello! i was wondering if anyone knew why this error was occurring?
i dont think grandpa's farm (from sve) is affecting the greenhouse at all? or is it?
here is the mod that is interfering with grandpa's farm: https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/page-44#post-28822
An unofficial update to Convenient Chests which fixes the crafting from chest bug (as did the previous unofficial by Quintin) but also fixes compatibility with different zoom levels. Now I and others can hopefully enjoy having this mod work right even when you need to change your zoom. :)...
hi! is there a mod for the hill space behind joja mart? like, a mod that could decorate it or make it look less empty?
i figure here’d be the right spot,,,, would i need a new save to transfer from sve to rsv? or?
Turn off the option is Granpas Farm that edits the greenhouse
If you go joja route in sve there will be a building there
not too interested in playing sve quite yet, still experimenting with mods rn :> but ty for the suggestion!
theres a few mods that put on there I think, I dont really remember but theres a candy shop mod, a bathhouse, and one that redesigns the town (stardew reimagined iirc)
You would not need a new save, just expect the usual json shuffle and influx of events
i have the greenhouse set to false in grandpa's form content.json
@junior seal is this what you mean?
that seems to be the configschema and not the config.json
thank you! much appreciated
its turned off in config as well but it still has the rror
Do you want the objects removed? Or no?
Could you also check in sve gmcm
thank you!
and i want to turn off everything related to the greenhouse in grandpas farm
Then I think you want that set to true. To me, true means it will remove them. False means they will stay
https://www.nexusmods.com/stardewvalley/mods/2668?tab=description
Does this mod work? I didn't see it in the mod compatibility list
the mod compat list only tracks C# mods but yes that interface works! It might have some missing pieces but nothing too jarring
thank you!!
Yeah, I had both downloaded at some point and they both worked fine together
At some point I had SVE, Deep Woods and Ridgeside all downloaded together, so there shouldn't be any issue as long as you have the right versions
i've had an issue with some items (specifically the daggerfish from sve) not showing up in collection even though i've caught it multiple times does anyone know how to fix that
Vanilla ones or...?
Hello.. i need help, i haven't played the game in a while and today i tried to launch it and it simply wont work, i can see the cmd box open for half a a second and then close immediately, i tried updating smapi and still, nothing changed.. maybe this isnt a problem with smapi itself but please, if anyone had this same experience i would gladly take any advice on how to proceed cuz right now i have no clue what could it be
all of them if possible
I know of a mod that will let you buy the vanilla ones, but in terms of JA ones I have no idea
hmm
!log
@wintry venture Can you upload your SMAPI log to https://smapi.io/log (see instructions on that page) and share the link here?
oh you were talking to me in the other channel?
yeah sorry, I forgot to reply
well now this is weird.. it says the path to get the log doesnt exist
hmm.. when was the last time you played?
it says there's no output
thats normal, can you check if you have any recipes?
prolly may or june if i remember correctly, i had some issues with my current pc so i didnt had the time to play
I think the wiki might explain it better than me, theres a troubleshooting guide for when smapi closes immediately.https://stardewvalleywiki.com/Modding:Player_Guide/Troubleshooting#Game_doesn.27t_launch
tysm, ill take a look
Hey! If I have a question about modded game crashing can I post them here or is there a better space?
This is the correct spot yeah
only 2
Thats weird but also why do you need all the recipes?
Awesome! My friends and I have been playing a modded game all the way to the luau with no issues and then all of a sudden every time we got to sleep the game crashes. This is the only log my friend sent me after the crash so its all I have. Not sure if its enough but I also have no idea what any of this means and thought Id see if someone else could help
!log for both of you
Can you upload your SMAPI log to https://smapi.io/log (see instructions on that page) and share the link here?
I'm using a mod that changes cooking in the game
and the names are wrong they appear like blueberry.cac.something
Something is wrong with the i18n then, have you already tried reinstalling love of cooking?
yes
is it only specific items? or every single modded one from it?
Custom Furniture is exploding
Can't really say why
It's pretty buggy in general
https://smapi.io/log/30c37378a5c94bbabd3e20bbda403953 Heres the log! Ill try updating what it says and see if that works but if you see anything else I would appreciate it!
Log Info: SMAPI 3.15.1 with SDV 1.5.6 (build 22018) on Windows 10, with 40 C# mods and 18 content packs.
I pray everyday for 1.6 to come early
okay interesting, Ill check what mods we have that might be causing that
I have another question, since i havent been active on mod stuff, Pytk broke?
Pytk still works
it's not broken but it is suffering performance issues
it also isn't super stable as the author seems to be inactive and it's unlikely other people will step in to fix bugs due to the difficulty of fixing/maintaining
oof- from what ive seen, the lag to load mods have become very noticeable? i thought it was just my pc but since most of my gameplay mods use pytk this would make more sense
it does affect load times, at leadt for a large fraction of users
some users see less impact, itr's a bit variable
Mine adds 30 secs or so
now thats something to worry in my case, as the load time was already pretty unstable
I am a complete noob when it comes to installing mods. As far as I know, I have downloaded everything correctly on my macbook. I just don't know how to get it to run on the actual stardew valley game itself. Could someone please guide me on what I've been doing wrong?
wrong sve, you're on mobile
no need for SAAT
!androidmods
If you're using SMAPI on Android, you'll need specific older versions of most mods. For a list of many of the most popular mods compatible with android SMAPI, see here https://stardewmodding.miraheze.org/wiki/Mobile_Modding_Compatibility. For mods not listed here, they may or may not be compatible with android, but see https://stardewvalleywiki.com/Modding:Android for more info, including how to find a compatible version of a mod not listed in the first link.
Have you run the SMAPI installer?
I don't think I have. Would it happen to be in any file? I have never done something like this
!gettingstarted
If you would like a guide to setting up mods for Stardew Valley, check out the getting started guide! https://stardewvalleywiki.com/Modding:Player_Guide
Detailed guide linked here w screenshots
Its said on the youtube video its exacty that and while I check the compatibility list SVE is not included.
May Instead ask for the exact link of the SVE you know were android compatible??
If I want to play Stardew Valley on PC and I want to slap mods on it as much as I want, does anyone have an estimate of how much I’d have to save up to have a PC that can handle it?
I’d also be wanting to learn to make mods myself, so the PC needs to be able to do that smoothly as well
just got back into modding SDV, not sure what i did wrong? downloaded everything nexus had as a requirement.
i know it says a file is missing but i don't know from where.
In the SVE folder, there are several submods/component mods. It seems like the Content Patcher component is not loading for some reason, and those mods relying on it therefore can't load.
!log
Can you upload your SMAPI log to https://smapi.io/log (see instructions on that page) and share the link here?
Log found, uploaded to: https://smapi.io/log/7d58699ac549487da3723de20adfb189
I don't see SVE at all in the loaded mods.
I'm having an issue here and I have no idea what is causing it to occur. Does anyone understand this?
!log
Can you upload your SMAPI log to https://smapi.io/log (see instructions on that page) and share the link here?
I've been told to look on moddrop—but I don't use SVE or mobile so this is 2nd hand knowledge
Whoops! That explains it.
Everytime I try to upload my log the whole website crashes.
How big is the log file?
I followed the instructions, but the second I try dragging the file it just goes pfoop.
It's..
192.3 MB? I think?
!logtoobig
If the log is too big, see here for how to fix that https://stardewmodding.miraheze.org/wiki/Debugging#If_the_log_is_too_big_/_parser_site_won't_load_it
The really key parts of the log are usually at the top and bottom-ish.
EML is also not needed for mobile SVE
it's...maybe compatible with android, sort of?
seems to be sad here though
It is for the new locations and farms.
Yep.
If I get pissed I'll rewrite and customize my own SVE instead.
Do I just highlight over the issue I'm having or do I highlight all of it to the bottom of the problem?
Ideally you go from line 1 until after 5 or so big errors that continue for the rest of the log
I'm assuming your log starts with like, 5% of the log being useful stuff and then continues on with 1000s of repeat errors
(This is fairly typical of large logs)
Yeeahh, that's what I have, it just repeats.
I think it either has something to do with the Cowboy mod or Lavril because both of them are ones that happened during the day I was playing on and then lagged to a black screen when I went to sleep.
I think it's most likely the Cowboy one, but I don't know what's causing it, ya'know?
I'll try and do the log again.
a log should give some clues, yeah
So looks like I can't do SVE until a felow android user guides me to a proper SVE installation.
<first rule of decompiling code: not everything is there for a reason>
not that, sorry, getting the right link
Second rule: just because it's not there for a reason doesn't mean that it's unimportant.
Is there a way to select all above via Mac or do I have to drag and highlight it all by hand? Because if I have to do that then I might be scrolling for about 30 minutes.
Are you in textedit?
Yep yep!
I think you can place the cursor down where you want, scroll to the top, and shift-click
Oh my god, I love you, thank you so much
Have never been so stressed out in my life over a game
you're in Mac, yeah?
you can also tail or head the file
Log Info: SMAPI 3.14.6 with SDV 1.5.6 (build 1.3.37.0) on macOS Unix 11.6.8, with 86 C# mods and 117 content packs.
Tail or head? What's that?
try removing animalproduceexpansion
Ah, well, frick, so I am gonna have to get rid of the Cowboy mod.
I had a feeling it was that, it requires animal produce expansion in order to work and I wanted it for the animal skins and the additional animals.
Hi 👋 I am trying to get SVE for my mobile device but I'm having issues with TMXL Toolkit, the version I am supposed to download is crashing the game 🥲
Wait I may have figured it out 😃
Yep, I have to get rid of it, alrighty, thank you all for the help! <3
You could add the animal skins to a adopt n skin
I have no idea how to add skins to things, ha! I struggle to add portraits as is.
i got stardew valley from xbox i have it downloaded but it wont load mods how can i fix it?
!gamepasssmapi
Installing SMAPI for Gamepass requires extra steps. Please see the guide here https://stardewvalleywiki.com/Modding:Installing_SMAPI_on_Windows#Xbox_app
i did all of that
[#5906] "So, I realized where I messed up, I have restarted a few times and it is working consistently now. Following the steps on the wiki, I made a copy of the API file and renamed that and tht was when it wasnt working. All I actually changed was that the actually API file i renamed to Stardew Valley before making a copy to use as a shortcut. There was also 2 seperate files labeled just Stardew Valley both of which I changed to Stardew Valley - Vanilla . When these 2 things were done in tandem it began to function properly. Just wanted to put out there what actually worked in case someone else comes across it." - @celest lagoon (26 Mar 2022 @ 04:52:53 AM UTC)
well not just gamepass, xbox in general
Can you upload your SMAPI log to https://smapi.io/log (see instructions on that page) and share the link here?
@ornate tide Thank you it work.
Still looking for any potential help for screen tearing in full screen / borderless windowed!!!
hello i’m thinking of installing a mod that turns the junimos into little kirbys <3. I’ve never installed a mod before so i don’t know what to do, and i’m worried it might create some problems i wont know how to fix
!gettingstarted
@midnight sleet If you would like a guide to setting up mods for Stardew Valley, check out the getting started guide! https://stardewvalleywiki.com/Modding:Player_Guide
start here with installing Smapi and afterwards the necessary frameworks (probably Content Patcher) for your Kirby Mod.
thank you so much <3.
turn on vysnc in game settings of SDV and must be fullscreen borderless
if that doesnt work, try alt+tab and configure game settings
I've turned on/off vsync in SDV, nvidea, tried on fullscreen and borderless
none of that helps
Has it always been there? (meaning vanilla stardew)
I'm not sure as I've never played it on this PC
I installed / updated my mods from the get go so I don't have a reference point
!startupref The only thing I can think of is this right now
missed a p
!startuppref
If your resolution is messed up try deleting startup_preferences This can be found on Windows at %appdata% > Stardew Valley > it's in that folder, or C:\Users\Yourwindowsnamehere\AppData\Roaming\StardewValley or for Mac can be found at ~/.config/StardewValley To get here you'll want to go to your desktop, then in the menu bar select Go -> Go to Folder...
Hmmm yeah I'm not sure, my resolution isn't the issue, it's just tearing in borderless & fullscreen
But I'll try it
oh yeah startuppref doesnt make any sense, it can sometimes crash people on 2 monitors and other things. The resolution thing is just a common issue
My resolution is 2560 x 1440 and I also have a 1920 x 1080 monitor which is my 2nd monitor
I don't think meat is showining up in the itam spawner
Do you have a mod that adds meat?
!log
Can you upload your SMAPI log to https://smapi.io/log (see instructions on that page) and share the link here?
Log Info: SMAPI 3.15.1 with SDV 1.5.6 (build 22018) on Windows 10, with 35 C# mods and 27 content packs.
I saw a problem that's not the matter at hand.
You need to have another mod for it apparently https://www.nexusmods.com/stardewvalley/mods/1598
okay
04:51:20 ERROR SMAPI These mods could not be added to your game.
04:51:20 ERROR SMAPI - Artisan Valley Machine Goods 3.0.21 because it requires mods which aren't installed (mizu.flowers, paradigmnomad.morefood, ppja.fruitsandveggies, ppja.moretrees).
04:51:20 ERROR SMAPI - [PFM] Artisan Valley 3.0.21 because it needs the 'Artisan Valley Machine Goods' mod, which couldn't be loaded.
04:51:20 ERROR SMAPI - Fresh Meat 3.0.3 because it requires mods which aren't installed (ppja.fruitsandveggies).
04:51:20 ERROR SMAPI - [CP] Artisan Valley 3.0.21 because it needs the 'Artisan Valley Machine Goods' mod, which couldn't be loaded.
04:51:20 ERROR SMAPI - [CP] Romanceable Rasmodius SVE because it contains files, but none of them are manifest.json.
04:51:20 ERROR SMAPI - [MFM] Artisan Valley Letters 3.0.21 because it needs the 'Artisan Valley Machine Goods' mod, which couldn't be loaded.
04:51:20 ERROR SMAPI - [MFM] Fresh Meat 3.0.3 because it needs the 'Fresh Meat' mod, which couldn't be loaded.
04:51:20 ERROR SMAPI - [MYC] Fresh Meat 3.0.3 because it needs the 'Fresh Meat' mod, which couldn't be loaded.
04:51:20 ERROR SMAPI - [PFM] Fresh Meat 3.0.3 because it needs the 'Fresh Meat' mod, which couldn't be loaded.
04:51:20 ERROR SMAPI - SMAPI 3.15.1 installer because the SMAPI installer isn't a mod (you can delete this folder after running the installer file).
04:51:20 ERROR SMAPI - XtardewMobileEvents 0.1.0 because it requires mods which aren't installed (aedenthorn.MobilePhone, aedenthorn.MobilePhone).
Yeah its just a ton of dependencies https://www.nexusmods.com/stardewvalley/mods/2028
https://www.nexusmods.com/stardewvalley/mods/1671
https://www.nexusmods.com/stardewvalley/mods/1670
Thanks
hi i need help with a mod
what is it
You downloaded the mod’s code
you downlaoded the code not the release (prob)
pls help, i cant install smapi
how do i find release?
is it from gityhub
why not
yes
oh
compile it then
"compile it then" is super unhelpful in this case
wait thats
3 years old, it probably wouldnt even work?
does walk of life have it?
idk
k seems it has prestige
but I aint sure if it will work with my other mods will try
might work
anyone have latest version of ui info suite 2?
!uiinfosuite
If you go to https://github.com/Annosz/UIInfoSuite2/releases, you can find UI Info Suite 2, which works with Stardew 1.5.5+. Download the first zip, not the source code.
thx
platform?
Android
android is the only other with smapi
i cant find mods folder
its in your game folder
where
that's not your game folder
right click on game in steam > browse local files
so how do i compile source code with gthub app?
is it the 3 years old one?
link?
this one is already compiled
if you open that link, it literally tells you what to do
k thx
honsetly im suprised all my mods run
i startd by just getting what looked intresting then thaught i would install whateve else i needed but sve has bassically everything u need lol
is there a mod that lets me take parsnip from coop houses and such
bit dated, still works though
can i still pickup stuff in thoes cabins?
I can't remember if you can pick them up and keep them actually, I just cleared them out
fairly sure that was the one I used
guess not
better chests
IDK HOW YOU DID IT BUT IT WORKED THANK YOUUUUU
hi guys, since I added mods on my phone, a lot of images of items appeared, can I do something to fix this?
UserInfo for nickk#7330: ID: 839622558377574490 | Created: 05 May 2021 10:00:17 PM UTC | Joined: 17 Aug 2022 04:26:29 PM UTC | Join position: 150792 | word on the street: owns a coat
😔
Wdym by images of items?
sprites
Do you mean like in game though or on your phone's photos?
my phone's photos
Where did you extract your mod? Sometimes it does that in mobile modding.
where should i extract?
Would this mod be safe to add mid-save? I also have Elle's Seasonal Buildings and don't know if they would conflict
https://www.nexusmods.com/stardewvalley/mods/13435?tab=description
Do you already have a Greenhouse?
Greenhouse mods should be safe, but if you have anything planted already then they can be misplaced in the new Greenhouse layout
I do, yeah. Community Center is complete
I don't think I have anything planted and if I did I haven't been inside my greenhouse for over a year, oops lol
Either way, if you did have anything misplaced, you could use NoClip to fix it
The seasonal building mod is CP and I don't think it affects the interior
Like if there's a plant out of bounds or on the ground where it's not supposed to be and you can't reach it, you can just break it as normal
I've become frustrated with my current farm map, but I don't want to start my whole game over, so I'm going to attempt to change it out for another one -- is there anything special I need in order to accomplish that other than No Clip, Reset Terrain Features, Destroyable Bushes and Crop Transplant Mod?
hello
how can i tell SMAPI were i have my new mod folder?
(i wana move it)
Are you moving your whole Stardew Valley folder?
Or just the Mods folder?
!modgroups
See this link for how to load different mod groups: https://stardewvalleywiki.com/Modding:Player_Guide/Getting_Started#Can_I_have_different_mod_groups.3F
This might help
A Mod Group is basically a folder to store your mods other than the default, which is Stardew Valley/Mods
just the mods
thx
hello can anyone tell me how i can fix my game? https://smapi.io/log/c97e6fb3ba5a4d23b607cbb7511e22b4
Log Info: SMAPI 3.15.1 with SDV 1.5.6 (build 22018) on Windows 10, with 26 C# mods and 53 content packs.
It looks like a lot of your mods are just empty folders, can you screenshot what you have in Mods?
Log Info: SMAPI 3.15.1 with SDV 1.5.6 (build 22018) on Windows 10, with 29 C# mods and 48 content packs.
@lament prairie Thank you so much for helping me yesterday...i ended up having to go thru my mods one by one...i found the issue was with the Forage of Ferngil mod...i don't think that it is compatible with the latest SMAPI and CP...if i am wrong i would like to know by anyone...thank you again Elizabeth for your patience and help 😄
No problem, glad you found the issue!
can scarp work with sve and rsv at the same time?
yes
thank you!
Log Info: SMAPI 3.15.1 with SDV 1.5.6 (build 22018) on Windows 10, with 28 C# mods and 26 content packs.
whenever I accept a special order, it goes crazy, and the next day it's gone, any fixes?
looks like a get glam error
did you uninstall a quest mod?
nope, I didn't do anything related to quests
!log
Can you upload your SMAPI log to https://smapi.io/log (see instructions on that page) and share the link here?
Log Info: SMAPI 3.15.1 with SDV 1.5.6 (build 21356) on Windows 10, with 12 C# mods and 3 content packs.
Do I need SMAPI to use SVE?
If you would like a guide to setting up mods for Stardew Valley, check out the getting started guide! https://stardewvalleywiki.com/Modding:Player_Guide
!sve
Stardew Valley Expanded (https://www.nexusmods.com/stardewvalley/mods/3753) is a mod which adds a lot of new content and areas to the game. It has many dependencies, so be sure to follow the install guide which is on the github wiki along with FAQs and troubleshooting steps for common issues: https://github.com/FlashShifter/StardewValleyExpanded/wiki
ty :>
X:\fartdew\Stardew.Valley.v1.5.6\Stardew.Valley.v1.5.6\Mods?
did you buy the game
I got files from a friend

is that the issue?
I mean, he had it on steam
that's still piracy
anyone else here will back me up on this
I mean, yeah, I haven't payed for the game
yeah, that's piracy
I mean, it's totally understandable
I can't blame anyone since the rules said no piracy too
if the problem was a mod, we could've probably helped, since that's not about the piracy itself. but since it is..
uhh...
Official ruling is anyone is still allowed to help, but no one has to if they don't want to (of course), as long as you don't talk about pirating or help enable piracy
The rule is pinned to this channel
I'm not sure what the problem is here, if it's the mod or your.. game
so not my ruling I think..
I mean, I'm not really promoting piracy
or if the mod's the problem, it's fine, right?
I mean, if you were promoting, we would've just called the mods on you 
Is it still possible to use pytk on the recent version of stardew?
I mean, that would've been understandable too
i think so?
but there must be some kind of solution regarldess of I'm having a legit copy or not
and I don't know what the problem is in the first place, so you should probably wait for someone else 
The last version of pytk I downloaded was 1.23 but that’s out of date now
Wasn’t sure if there was another version of that mod that I’d need
i don't use pytk, sorry
does SVE need spacecore to work? I can't find any version that works
is there like a forum with all the mod's most up to date form?
they're all linked on SVE's nexus page
Ok ty
For some reason it isnt working, I am downloading the 1.9.2 version so I dont know why
!log
Can you upload your SMAPI log to https://smapi.io/log (see instructions on that page) and share the link here?
Log Info: SMAPI 3.15.1 with SDV 1.5.6 (build 22018) on Windows 10, with 14 C# mods and 3 content packs.
I know I need to update PyTK and TMXL
well 1st, you installed SVE wrong
it's also not detecting spacecore at all
are you sure you installed it right
Uh fairly sure lol
show your mods folder
I would also recommend reinstalling SMAPI for errorHandler and removing pytk, tmxl and CM
ok
spacecore isn't in your mods folder
oh I saw someone saying it was 1.10.2
they probably meant json assets
Hey y'all. idk if this is the best place, but a friend and I are playing modded stardew so...
anyway, I cannot join her game. We've played roughly 60 hours and now it's saying that there is no cabins, and I'm getting a game error
Log Info: SMAPI 3.15.1 with SDV 1.5.6 (build 1.3.37.0) on macOS Unix 12.4.0, with 81 C# mods and 127 content packs.
anyone have any pointers how to fix this?
… anyone?
Ive restarted my computer and internet and still getting the same game error
That's a weird error
It almost seems like something is wrong with the server
The multiplayer code is a snarly nest
And it scares me
Whatever is wrong is somewhere in the multiplayer code
would anybody be willing to help me figure out what is causing my doors to look like this? https://smapi.io/log/cb5cc98c389444909ca5f0e903d99f4f
Log Info: SMAPI 3.15.1 with SDV 1.5.6 (build 1.3.37.0) on macOS Unix 12.3.1, with 80 C# mods and 227 content packs.
Can you play modded while someone in your game does not play modded or does noth need to be modded ?
!mpmods
See https://stardewvalleywiki.com/Modding:Player_Guide#Do_mods_work_in_multiplayer.3F for details on how mods work in multiplayer. :)
Hi id like to download a mod to make everything in the game look cooler
I think it was called an aesthetic mod or something
I’ve never used mods before so I might have a lot of questions
Are you talking a full recolor, or changing characters, or.....?
Hmm I think a recolor
I know Vibrant Pastoral is popular. There are so many to choose from
Is there too many mods for someone who wants to go back and play with someone they never really played before ?
if so which mod should I remove
Cool
is there an example of the vibrant one?
Download, extract, paste into your mods folder. Have you downloaded and installed smapi yet?
Nope, I’m not at home yet
I’ll do it when I get back tho
Okay. If you need help with smapi just ask here
Alrighty
thanks!
Amariel what do u think ?
my games been sort of fluttering frames? you could call it since installing sve, would i be able to uninstall it and continue on my save?
to uninstall SVE: make sure every modded item is sold/not in storage
Make sure you are not married to any SVE NPCs
Uninstall and you will get a warning from SMAPI about removing NPCs
This is fine, just play a day and save to remove them
It should be fine after that—if there are errors, post a log here


