#archived-modded-support
1 messages · Page 1326 of 1
Just in case it's not the same thing
A very similar error can be a completely different thing
well i think rolling back fixed it so it was just that
(I grabbed a different user's log to report on github)
Hey, so I don't know if this has been adressed, but I've been having a somewhat mild lag issue with stardew. I originally thought it was mods, but after removing all of them it persisted. I uninstalled everything, including the folder in %appdata%, and when i reinstalled the game, the vanilla game ran perfectly smoothly. but then I ran SMAPI without any mods, just to see how it would do, and the lag came back. so it appears that tthe lag issue is with SMAPI. I'm using the latest version of both SMAPI and SV
thats my last SMAPI log
Ah wait, I see a reply from ameise to someone else talking about hitch issues. it sounds like the same situation v__v
does anyone know why i can build friendship with scarlett even though im not married to sophia
afaik you don't need to be married to Sophia, just have her at 8 hearts
i can't find her schedule on the wiki tho it's stressing me out lowkey
i have max friendship with literally everyone else im so close to max completion
she was only recently added as a full-fledged npc so it's highly likely that the SVE wiki hasn't been fully updated with her information & schedule yet
lol you can't even use debug where Scarlet to figure out where she is cos there's something called "ScarlettFake" loaded that it seems to detect instead.
I think Fake Scarlett is antisocial NPC Scarlett and new Scarlett is actual Scarlett and I guess Flash had a reason for doing things that way around but I don't know.
i guess the folders needs execute permission too. i'm not sure if chmod itself has a good way to mass add it to only folders . you could do something like find . -type d -exec chmod o+x '{}' \; inside the Mods folder to search for folders and add the executable flag to them (and really you could just omit the o, might even prevent possible problems with the group not having any permission for the files)
@mental quail or maybe the proper way to do it is to use the numeric permission masks to begin with, i guess it would be chmod -R 777 . in this case, but honestly you'd have to check that with someone else
Anyone know why my greenhouse doesn't look like how its supposed to in the Immersive Farm Remastered 2 map? pictures for reference
do you have smthn similar to terminal on your computer? for me that shows me all the mod info and tells me what the issue with certain mods not running is
Yeah I have the smapi console thing
!log
Can you upload your SMAPI log to https://smapi.io/log (see instructions on that page) and share the link here?
!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.
@sinful burrow Read the article above ^
Ok
Hi! I’m sorry I can’t help you since I don’t know how modding on mobile works :( someone will step in if they know
Ok thanks for trying to help anyways :>
Does anyone know how deal with mobile modding
Can someone help me? It's been a while since i played stardew valley in the computer and i used mods. Now when i try to start it up it says this
And idk what that means🥺
.q 5828
[#5828] "This error typically means a smapi/game version mismatch. To fix, go to https://smapi.io, unzip the download, and run the installer for your operating system" - @gaunt gust (03 Jan 2022 @ 10:50:29 PM UTC)
anyone know what would cause giant custom flowers (neo's) to disappear? There wasn't even a season change, they're just gone randomly. Do you have to keep giant crops watered or something?
Did the mod stop loading?
You mean like errors in SMAPI? No nothing
Any solutions on as to why in Tiled the map looks fine but in game it looks messed? 
What's seen vs what's expected (Besides the recolor ofc)
Did I post this in the right channel lol
Probably the something patching over yours. What's your modload?
I kind of doubt it since It's at the bottom most of my modlist for priority sake, ah hang on let me get a picture
Folder inside my subfolder;

I can try to remove most my mods besides frameworks for a final option, but if possible I'd like to avoid it 
Don't think I have any other mod that patches the inside of that specific house
(Plus removed my expansions subfolder anyway too)
Wait
Hmmmmmmm Alright I'll be back.
Hi, I have a question regarding the installation of SMAPI on a Steam Deck.
I use Proton Experimental to start the game because the native Linux version unfortunately starts to freeze after 10 minutes at random points. In order to be able to use mods, I installed the SMAPI Windows version manually. It worked without any problems so far, but unfortunately I can't change the start options in Steam to start the StardewModingAPI.exe Proton probably causes problems. That's why I added the StardewModingAPI.exe as a non-Steam game.
Now to my problem. If I start the StardewModingAPI.exe via Steam in Desktop mode, I can play Stardew Valley with mods without any problems. But if I want to play with mods via the DeckUI, I can only get to the main menu and then only the console is displayed. With the Linux version of SMAPI you can set that the console should not be displayed. Can someone tell me how I can make this change on the windows version?
i don't think there's a way to disable the console on the current version of SMAPI
There is not
too bad that means it's not possible to mod Stardew Valley on the deck if you want to use the DeckUI?
i'd focus on trying to figure out why the native Linux version freezes
I've been trying to do that for the past few days with no success. Unfortunately, I'm not the only one with the problem, for some it helped to disable VSync, unfortunately not for me.
The only thing that helped me was switching to Proton.
Hi! I'm trying to use Shie portraits but I can't seem to get it to work ive added the SVE portraits and the young wizard one into the portraits folder and I can
't seem to select them while ingame.
Would really appreciate help!
Hello everyone, I have a problem. I just can't find a solution. Yesterday I merged this bed with my furniture and every time I start the game my peasant woman wakes up in bed with her bathing suit and it's not even the bathing suit that belongs to the body. only in the bathroom does she change clothes again.. can someone help me? 😦
what did you do to merge it?
I replaced a double bed with this bed
but i mean how
i opened the png of the cp mod and the png of the bed in paint. then i added the bed png as a new layer over the cp png. after that i deleted the bed on the cp png. To be able to replace it with the other. Then only the level above is combined with the lower level towards the bottom.
okay, i'm not going to say it's impossible, but difficult to see how modifying the png would result in the issue you're having. can you load the save and link a log afterwards?
!log
Can you upload your SMAPI log to https://smapi.io/log (see instructions on that page) and share the link here?
yes 🙂
@obtuse fox You leveled up to Cowpoke. You can now speak in our voice channels and share images in all channels!
well, i don't have much idea what could cause it. i'd try removing the farmhouse mod to see if it does anything though. or the mod you modified if you believe it could be the problem
I've already exchanged the farmhouse, unfortunately that doesn't change anything :(. I think I'll have Steam search for missing files if nothing changes. Thanks for your help anyway ❤️
the swimsuit can be caused by a tile property, so you could use lookup anything (with tile lookups enabled in the config, i don't remember the exact option name) to check if the spawn area has it somehow
although that would also make you slow i think
(but a reset is a good thing to do too, it can't hurt)
I'll check :). But I probably won't get over it with the reset. Because I've already removed the mods so far. where I suspect that they are the problem, unfortunately without change
XD I think I found the bug, it was probably the swim mod
Thanks for the zero input!! I eventually managed to fix it but that would not have been possible without all the help. Even if it was simple problem, a reply would've been nice 🙂
You posted at 6am eastern when most of the US was asleep and this channel is purely volunteers?
Whenever I eat a food dish in-game, it just hangs the game and I don't get the buffs
would anyone know why this happens
I don't see anything obvious in the log
Not related to your issue but you need a content pack for Happy Birthday
.q 5884
[#5884] "If you need a primer on mod binary search, please go to #governors-mansion and type in .q 5883 for a comment detailing the process." - @lament prairie (25 Feb 2022 @ 04:24:49 PM UTC)
You may need to binary search through your mods
I have 228 mods thats gonna take forever T-T
I'll just get rid of my food related mods and see whether that fixes anything
'Xcuuuuse me, lemme just squeeze in here. Does anyone know what's the issue that's causing this?
(Mods: VPR, VPR for SVE, Rolling Hills farm by DN, Medieval Buildings)
Is the issue the black square around the pet bowl?
My guess: some mod is retexturing the pet bowl
Both the halfdog pethouse and the bowl 😔
Yeah, VPR is recoloring the petbowl but the patched png has a transparent bg so I don't see how it would turn out like ... that
with the black base
I can try to lookup tile
the black bit might be a placeholder becuase there was no tile info for the objects to sit on.
I don't know though 🙂
Bah, black tile of death. I have one inside the wizards tower and I've got nothing that changes it's exteriors
Isn't that a vanilla bug now that I think about it? 
Agree, I think that the pet bowl is on the Back layer most likely
So if it's patched in with transparent BG then that would show black behind most likely
…why is this a quote about a specific quote
it works now, I deleted some mods that added extra food content into the game, guess they were the issue
Try it out and see
@lament prairie tModLoader guys made this flowchart instead
how do i fix mods that i want without getting rid of some of them? i only downloaded the romancable rasmodius mod and the other mods it needs to work and it was working ! but it suddenly stopped. could it be because i was already partially into my game before i added mods?
!log so we can look into it
Can you upload your SMAPI log to https://smapi.io/log (see instructions on that page) and share the link here?
here you go! i hope i did it right
it keeps saying unexpected char when i refresh my mods, i even redowloaded them
There doesn't seem to be any other mods thay depends on Romanceable Rasmodius in your log
And there isn't any errors either except one map warning.
the file did say it was last modified yesterday so maybe it didnt update ?
also on the mod page, the romancable rasmodius mod says it needs these to work : Content Patcher, Custom Spouse Patio (Required for Spouse Patio optional files), PyTK - Platonymous Toolkit, SMAPI - Stardew Modding API, and TMXL Map Toolkit
so i got them all but the custom spouse patio and romancable rasmodius mods are not working anymore :/
Using an external hard drive for my stardew valley and mods is a pain my game keeps freezing up I'm assuming because of external hard drive I tried moving everything to my computer re-downloaded my smapi all that.. having issues trying to get my game to work without using my external hard drive I downloaded the game on my computer I'm not sure what to do
!patchsummary
@serene oar Can you do these steps to provide more info?
- Load your save and view the content that should be patched.
- Type
patch summarydirectly into the SMAPI window and press enter. - Upload your SMAPI log to https://smapi.io/log (see instructions on that page).
- Post the log link here.
no obvious problems on the log, so maybe that will help
although, is the custom spouse patio this https://www.nexusmods.com/stardewvalley/mods/10889, or this https://www.nexusmods.com/stardewvalley/mods/6630 ?
because if it's the latter, it seems that it needs a separate content pack mod for it and you don't seem to have any
?
what's the issue you're having more specifically?
Well my smapi isn't working without my external hard drive for 1.. can't play my stardew Valley game without my external hard drive
I downloaded my game on my computer I transferred the mods to hopefully the right place
Trying to figure out how to play my game without using my external hard drive
it shouldn't be a big problem. have you reinstalled smapi to the new game location?
It's giving me three choices for adding or removing smapi
I did try the first choice
I have my external hard drive in right now so I'm trying to think which one I think I was doing number 2 option for the computer I think that's the right one I don't know
the external drive is more likely option 1
so i'd try the option 2 (although i'm not sure how steam would decide which one to use if the game is installed on two different libraries)
My external hard drive is plugged in right now I don't know if I need to keep it plugged in or if I need to unplug it or what
So the second part of says install it or uninstall it
install
yep, now if you put that to steam launch options it should work (unless there's some weirdness with the two game installations)
if you're launching the game via steam that is
Is there a way to uninstall it
Like uninstall the version from the hard drive
External hard drive
Probably should have done that first right before installing it on to the computer
the path doesn't have the quote " characters around it so it breaks at the space, but that's also the wrong path it seems
Should I uninstall it and then try uninstalling it from the external hard drive and then try reinstalling it on the computer Maybe
yeah, that might make it more clear at least
I'm not going to lose my files or anything right cuz I hate to restart my game again
the saves are stored elsewhere so that shouldn't happen
Okay well hopefully everything works out it's a conflict of interest to have it installed in two different places so I'm hoping everything will be just fine
Just so sick and tired of my game freezing up so darn much because I'm assuming it's my external hard drive so
I just didn't want to overwhelm my computer with a game with about 87 mods or whatever
well, could be something else too, but at least you'll know whether it is or not
Mhm
The computer still new I'm in it's not that old and people told me they had the same computer and they were able to have like a lot of mods and all that so I don't know
I really don't have much on my computer
Okay so I just downloaded my stardew Valley on my computer
And I'm still having a problem
I’m still struggling with the file permissions. Now I have this going on: https://smapi.io/log/b1961e95794949b6bfb7762878291cf0
It's still saying the same thing I don't know what the heck I did wrong
hi everyone! i am trying to mod my game, but i just cant get it. ive followed a bunch of online tuts, and think i did it right, but i dont know what i did wrong :( if someone can please dm me, some help would be greatly appreciated <3
asking someone to DM is ehhh
okay
!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
i followed that
and on which part did you get stuck?
idk
??
about the launch options? can you copy-paste the launch options here? https://stardewvalleywiki.com/Modding:Installing_SMAPI_on_Windows#Steam
im using a macbook
define: won't load into the game
the mods are in the folder, but they arent doing anything
do you see a console with some text?
the user doesn't have write permissions on the folders it seems and the mods are failing to generate their config files because of it
no
then you didn't set up SMAPI correctly
oh
i have multiple copys of the game
if i do that will it erase my saves?
E:\SteamLibrary\steamapps\common\Stardew Valley\StardewModdingAPI.exe" %command%
thats wat it says
it's missing quote at the beginning, but also that looks like the old path to the external drive, if you reinstall smapi it should give you the current one (you can just reinstall smapi, no need to uninstall first)

ok
if i uninstall it will my saves be erased?
Ok let me try something else now then
uninstalling SMAPI won't affect your saves
Nowhere, just run the install script
That's a mod
somewhere it told me to install it
it's probably a dependency for a mod you wanted to install
okay
"C:\Program Files (x86)\Steam\steamapps\common\Stardew Valley\StardewModdingAPI.exe" %command%
i put this one in the space instead
lol
that looks fine
i just reinstalled smapi, but what do i do now?
Try to run the game through the StardewModdingAPI.exe
im on mac, theres not .exe
Run StardewModdingAPI the Unix executable
yayyyy i did it ty tyyy i swear gotta talk to ppl to get stuff worked out hopefully smooth sailing from now on Thanks @shy orbit
However, on mac you can just launch from steam
No launch options on Mac
SMAPI renames/does some stuff with the original game
(shouldn't it be the StardewValley launcher script instead)
what? im sorry im just really confused
Just launch the game from steam basically
okay
You should get a console which would indicate you installed SMAPI properly
umm
it just opened normallly
none of them work :(
i downloaded it, unzipped, and clicked on the install.mac thing
You mentioned that you have multiple installs of the game right? Try launching the StardewModdingAPI unix executable of the one that you installed SMAPI for
i looked for the ""StardewModdingAPI" app, and i cant find it
🤷♂️ I think you'll just need to wait for a mac person to help.
aw man :( okay
If you have multiple installs of the game this is going to be more difficult
ill uninstall some
Try this:
In steam, right click on the game and pick manage > browse local files
Once you're in that folder, move the SMAPI installer there
okay
Run the installer from inside that folder
And see if that adds new files to that folder
In particular, it should add a folder named "smapi-internal" to that folder
I know that folder will have a lot of files, but if you sort by name, the folders should rise to the top
The installer should also add a "Mods" folder
did you do these steps? https://stardewcommunitywiki.com/Modding:Installing_SMAPI_on_Mac
This page explains how to install SMAPI (the tool which lets you use mods) on MacOS. See also:
the "contents" folder?
i see the "mods"
ah
i see it
yes
what do i do with this now?
Ok, now launch the game from Steam
Wrong wiki, this is the old wiki
okay
one thing, the name in steam is Stardew Valley [Compatibility]
Yeah that's going to be a problem
.q 5856
[#5856] "If your computer is a 32-bit computer, or if you have MacOS earlier than Catalina, you may need to use the compatibility branch in order to play Stardew Valley, but SMAPI does not run with the compatibility branch. See here for more details: https://stardewvalleywiki.com/Modding:Player_Guide/Troubleshooting#SMAPI_doesn.27t_work_with_compatibility_branch" - @lament prairie (05 Feb 2022 @ 04:00:02 AM UTC)
aw :(
depending on how old your mac is, you can try to update the OS, but you should check whether your other software will be fine on a newer OS
its an old laptop, but i cant update it anymore
so i just cant mod it?
i had it modded a while back, and it worked.
idk what happened
there's a new wiki?
The game moved to a newer framework as of Dec 2021
oh
you can rollback to stardew 1.5.4
The link there has instructions. Be warned that a) it's very hard and b) it might impossible on a Mac
a) is just because it's finicky and complex
b) is because the rolling back software might not work on Macs that are old
:(
I have not tested this myself, and very few people seem to have done it successfully
You would also be limited in what mods you could use, if you did get that to work
WAIT
@lament prairie
i did something
i made it so it dosent say [compatibility] anymore
nvm
so i ended up entering chmod 777 -R o+rw . in the mods folder and that SEEMS to have worked...got to the game screen without any errors in smapi and the cog wheel shows up
i'll test this in about an hour after i figure out how to send game invites from steam to a user on gog
ayo can someone help me istall Ui info suite i tried 2 times but it didnt really work the second time
.q 5783
[#5783] "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." - @gaunt gust (02 Dec 2021 @ 03:22:30 AM UTC)
what the.. u memorise questions?
It's a common question
god bless you its working
There's a mod that just stops time at 6am before you leave the house and at night when you enter it automatically so you have time to decorate and stuff. Does anyone know this mod?
does anyone know if Skill Prestige works with Walk of Life?
It does not
If I remember correctly, Walk of Life includes a prestige system.
ooh ok thanks
CJBCheatsmenu has a setting where you can freeze time indoors or in caves.
I found the one I was looking for, thanks.
im trying to download the oversized sweater / sleeves mod and its coming out as a .rar file and not a zip like everything else, is this okay?
!unzip
Files with the extension .zip, .rar, or .7z are archive files, which you can extract to get the actual files inside. For a .zip file, just right-click (or long-press on Android) it and choose the option like extract or uncompress. For .rar and .7z, you need to install third-party software first, like 7-zip https://7-zip.org on Windows, Keka https://keka.io on macOS, PeaZip https://peazip.github.io on Linux, or ZArchiver https://play.google.com/store/apps/details?id=ru.zdevs.zarchiver on Android.
ty
helo people, helping someone with a mobile save and they used SMAPI, are the save backups in a different spot on the phone or should they be in the same area?
(assuming mobile smapi does save backups)
how do i update mods?
do i delete the old ones and download the new one's?
you can just download the new ones and replace the files when you move them over, kinda eliminates a step but there's no harm in deleting them first either
so while extracting is selecting the update instead of replace better?
hey new to stardew cant figure out what mods i can use in multi without the other people having to download them too, can anyone tell me if these mods will work for me?
elegant tools
earthy recolor
cute animals
cute valley, pink
fairy mushroom trees
coiis hats pack
hats wont mess up hair
elegant scarcrow
content patcher
fashion sense
kitty channels
oversized sleaves
FS_hairstyles pack^
Is there a mod that disables saving when you go to bed so I can sleep for large intervals without waiting for saves every time?
There's Hibernate
What does that do?
*Hibernation
Basically exactly what you’re asking for
Disclaimer: I’m the author
Fashion Sense adds an item I think? Which right away makes it required for all players
I get stacks of log lines like this, what mod am I missing?
[Json Assets] No idea what 'Chocolate' is!
[Json Assets] No idea what 'Batter' is!
You’re missing an optional Ja Pack
which one though? I have [PPJA] More Recipes which claims to add the recipe for Chocolate
Okay so, I am wanting to start a (mainly base game) save for a few friends of mine. They probably wont want to download mods so i have a few questions. Is there a way to only run a few mods server side without having to delete my extensive mods list for single player?
And if yes, Is there a good server side mod for recolor? because base game Yellow gives me a migraine.
MouseyPounds says it's the one I need
SMAPI is updated, I see! Does anyone know if the periodic stutter issue was fixed?
More Recipes adds the recipe, but probably not the ingredients. Probably another mod is required for that?
!mpmods
@night hound See https://stardewvalleywiki.com/Modding:Player_Guide#Do_mods_work_in_multiplayer.3F for details on how mods work in multiplayer. :)
Rename your original Mods folder to .Mods and create a new Mods folder to place your multiplayer mods in.
Remember to copy your default smapi mods into your new Mods folder.
As for recolor mods, I may be wrong but I think those need to be installed for every user in MP.
ok but which one? I'll install anything
Brilliant! Thank you!
That's the million dollar question 😛
Apparently Chocolate is from here:
https://www.nexusmods.com/stardewvalley/mods/1670
Also... "Batter" is from "Fresh Meat":
https://www.nexusmods.com/stardewvalley/mods/1721
Hello \o7,
Ive played stardew on the switch for a while now but made the move to pc so i can have mods as wanted to play the expanded mod. Pretty much I have all the requirements installed and get no error message when loading up the game however i only get the option for the standard farm not grandpa's farm. or the immersive farm 2
THose farm maps are loaded separately
Hi everyone 👋 Extremely long story short, I’m having issues with Steam Cloud and I can only play Stardew in compatibility mode. No mods, which sucks. So I’m pretty sure the only way I can actually get it back up and running how I want is by backing up my saves and then deleting everything else. However, I’m nervous about messing that up. How do I do it correctly?
!saves
@dry abyss Use this guide to find your save files: https://stardewvalleywiki.com/Saves.
Copy your saves elsewhere ^^
All my saves are from 2020 and they’re all WinZip files, and only one non-test one shows up when I open in compatibility mode from steam.
I might give up and choose the easier route of becoming a doctor irl 
You need to unzip them into your your folder if you want to use them
Also huh, I thought saves were generally folders to begin with, are you looking in the smapi backups instead?
(I suspect the mod Advanced Save Backup)
…I am learning so many things on the fly today so give me a minute here lol
I don't know what mod is causing this but the Vanilla NPCs all say the same thing when i get them a birthday gift; here's an example. I'll post a log real quick too: https://smapi.io/log/69b55170a25d4423bf86f583a9bf81ab Help is appreciated!
!patchsummary you can try a patch summary, but to be honest your mod list is incredibly long and I don't think it will be easy to sift through the patch summary
Can you do these steps to provide more info?
- Load your save and view the content that should be patched.
- Type
patch summarydirectly into the SMAPI window and press enter. - Upload your SMAPI log to https://smapi.io/log (see instructions on that page).
- Post the log link here.
And if that's the case, what do I do about that?
I'm also not sure where the game stores that dialogue, offhand
Mods with good romanceable options of female characters over 25? Leah is my only tolerable option in Vanilla, and I've married her... many, many times. I'm aware of Olivia.
....just unzip them?
!unzip
Files with the extension .zip, .rar, or .7z are archive files, which you can extract to get the actual files inside. For a .zip file, just right-click (or long-press on Android) it and choose the option like extract or uncompress. For .rar and .7z, you need to install third-party software first, like 7-zip https://7-zip.org on Windows, Keka https://keka.io on macOS, PeaZip https://peazip.github.io on Linux, or ZArchiver https://play.google.com/store/apps/details?id=ru.zdevs.zarchiver on Android.
Honestly, if none of them open I think you mayyy be looking in the wrong place
Or they aren't there anymore
You may want to ask in #modded-stardew . I can reccomend Lemurkat's NPCs but I have no idea which of them are romanceable as I do not romance NPCs, in general.
I like Flor!
(Ridgeside)
(They asked modded first, but nodded was too busy discussing fast food and supermarkets lol)
Ah lol, sorry on their behalf
This is true. I appreciate the answers here, though! I'll look into these.
So I noticed I was getting quite a few errors. https://smapi.io/log/20d4073019d34742b561584095ed773a
!reset
@lost storm 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 :)
I have SVE, but he's not like an npc.
I'm...not convinced he exists
You only interact with him in his chair
Gil is literally part of the walls in vanilla
I know
Can you patch export Data/NPCDispositions and then post the result to smapi.io/json and send the link that gives you here?
And hmm...if that turns out to have Gil in it, then you can try a patch summary
Ok, I'll have to load up hte game again
And we can see what edits that
Yeah, this is a rather weird error—some mod must somehow be requesting him
Wait a sec
Can you try removing Dialogue Display Framework as well?
I'm seeing it in the stack trace
ok took it out
Checking nexus, doesn't look like I need it
oh I do
for one of aeden's mods
if that did seem to help the errors, you may want to make sure to talk to Gil, just in case
Since it's possible the errors don't trigger until then
...wait, I'm tired
Should I still upload the export data?
If you reinstall and the errors don't come back, then talk to Gil
Sure!
Did the errors stop?
You can upload a log while the game is open
It will pull whatever the log is doing live
What json format?
None
Hmm—okay, had you talked to Gil in the session where you got the errors?
I tried to but nothing happened
Ah, okay.
Let's try to write this up into a bug report
Can you talk to Gil, then upload a log again?
tbf I just started a new file and had just gained entry to the adventurer's guild
Just to check the issue is gone
Yea waiting for save to load
oops accidently crashed my game, that was on my end
ok trying this again, will go see if I can talk to gil
Ok I was able to talk to him ok, and no errors
@left hollow This log is from a user with Dialogue Display Framework installed, who tried to talk to Gil but couldn't:
https://smapi.io/log/20d4073019d34742b561584095ed773a
After they removed Dialogue Display Framework, they stopped having the error, even when talking to Gil.
(Log after, probably not useful though: https://smapi.io/log/aa4a4ed0ec274c7494e885b21ddc1d5b)
I believe the issue is that Gil does not have a sprite, but he does have dialogue. He might be the only one with this issue? It looks like Bouncer, Prof. Snail, and Mr. Qi have sprites, for example.
How do i install mods in xbox one?
For Q: you'll probably have to live without either talking to Gil or without this mod, until iLoveLucy (aedenthorn on Nexus) writes a fix
If you mean the physical object xbox, you can't. If you mean gamepass, there are special instructions.
Alternatively, you can "Load" a blank .png for Gil or even an actual sprite
No i mean physical xbox bu thanks
Xbox one is the physical xbox
(I know comically little about the physical objects people use to game with, and Microsoft's naming team needs a major rethinking)
The one before that was the xbox 360
I doubt I could reliably identify any objects, except maybe a switch? I've seen a switch before
I could probably identify the handheld wii things
The current is an xbox one S
Idk if there are other parts to a Wii
(I had to Google that one)
I always envision an xbox as a like, a featureless grey cube
I know this must be false, because you can't play games on a featureless grey cube
ok thank you.
me: oh wait, I can't tell apart a kinect from an xbox?
me, reading caption: that's literally a kinect, I see
I was imaging a cube about 3" on a side
Just confused silicon in a plasric box
Though Nintendo did have a gamecube. lol
Tiny
Maybe this is why I'm confused!
Also that would be terrible for airflow
Is a gamecube a small cube?
Okay, so I mixed up tamagotchi and xboxes, probably
Tamagotchi are small
Therefore all gaming things should be small
Switches: also small
You mayyyy have been thinking of a gba
I see no issues here 😛
I think I have used xbox controllers
Not to play games, to control a robot
Reasonable
This is like the time my labmates explained college football to me, I'm learning so much
Of course switches are small all they need to do is turn the lights on or off
Alternatively: no, switches are giant they need to handle trains
I only know what a switch looks like because someone I knew was making ergonomic switch hand attachments
I know what a switch looks like! Home depot sells them for a dollar.
Only a dollar?
Maybe I should buy more switches
I feel like they are fun
Although if I was buying switches for fun, they would be limit switches
Huh, yeah
Less than a dollar, even
What kind of limit switches?
The kind that makes fun clicking noises
What about a nice relay?
the kind with a wheel on the end a long metal strip
Hall effect sensors are fun but kind of specialized
Like you have to fuss around with the magnets and such
It still won’t open as 64 bit and I still can’t find the game directory 
You're on compat branch?
Yes, and then I went back to 64.
You can find game directory by right clicking SDV and then properties>Local files>Browse
In Steam
!log
Can you upload your SMAPI log to https://smapi.io/log (see instructions on that page) and share the link here?
Let's start by installing Content Patcher
It is't loaded at all
A lot of your mods are not loading because you don't have Content Patcher
OH MY GOD GREEN TEXT! I GOT GREEN TEXT ON THE INSTALLER! 
Use this one instead
All you have to do is download UIInfoSuite2.zip
alright but
do i make a file for it
ty elizabeth
tyvm
i thought i had content patcher lol
Hi! I need some help.
https://smapi.io/log/9bbd673bcda14b09a008bff4b4d0cea1
Apperantly, Questframework is required to load Ridgeside, but the most recent version of QuestFramework isn't downloading correctly. It shows up without manifest.json and a ton of other files that previous versions of the quest framework mod have, and that SMAPI log is telling me need to exist in order to function.
I tried copypasta-ing the files from the second-most recent version of QuestFramework, but it's giving me the error you see above now.
Has anyone else had trouble with this? Questframework specifically?
I have tried deleting and redownloading Questframework, and Ridgeside. It doesn't fix it. Neither does downloading them directly into the mods folder instead of using Vortex.
should be fixed in latest
Thanks!
See ^
Sweet
a) Do you have an antivirus? You may need to tell it to chill
b) the files on Nexus say things are there
Yeah, I know. but those aren't showing up in mine. I get the i18n file, and in it it has the default.json and that's it. I've tried deleting and redownloading it again, and I checked to see if the files were there this time and they seemed to be. I'm gonna start up the game and see if that fixed i.
...I'm not sure if it taking 3 times as long to load as previous attempts means it's working. But I'm holding out hope
that's usually a good sign, somewhat paradoxically.
hello guys, could you help me.
i am trying to use tmxl map toolkit In android, and I can't access the build menu with the shortcut F12.
Every time I press F12 I get an error.
!log
Can you upload your SMAPI log to https://smapi.io/log (see instructions on that page) and share the link here?
That doesn't seem to have any errors in it
Is tmxl hotkey mappable?
I'm sorry, I already upload it with the error
Honestly, no idea—I don't use TMXL or mobile
If that's a thing, you can change the key both in TMXL's config and virtual keyboard and try it again.
The content pack for TMXL might not be formatted right? idk
I don't understand 🥲
Unfortunately this area is very far outside of my expertise
But it's saying some image format is not accepted
Which sounds like an issue with a content pack image format as a result, but I'm not sure
I'm going to remove the package that depends on tmxl and see the result
which mod is putting the gift taste bubbles on the characters?
Hello again! SMAPI finally installed AND launched, but I got this error: https://smapi.io/log/b42e648c5b6b4722bbfb15735906aa37 What do I do?
Ui info suite 2 maybe?
Oh
Can you please edit the post to add a space between "error:" and "https:"?
I can't click the link
Or just paste the link lol
Oh sure! Sorry!
I’ve already power cycled and I’m checking drivers now, but I’m afraid I’m missing game files
It's related to drivers.. hmm
Try the fix for "Failed to Create Graphic Device" under "Specific Error Messages"
On it! Thank you!
https://smapi.io/log/cc977e9c519740e4a2681fa8f33ec578?Levels=warn~error~critical
Dont know what to do about these.. Ignore the Mermaid island one
i 've installed the script for animation cancelling but I dont know how to use it. What should i do
can you install the missing mods?
I deleted those mods a while back and didnt have those issues yesterday except the spouse rooms and beatrice. My issue is the warnings for RSV and SVE
I didnt have those specific warnings yesterday and dont know what I did wrong. Not worried about spouse rooms as I dont get married
they don't seem very important
it's More Fish trying to load a fish into the SVE/RSV fishing locations
if you're not fussed about that ignore it too
hi guys, my friend and i wanted to try adding mods to stardew for the first time and we're having some issues.. we're trynna install stardew valley expanded and we put everything in the mods folder and aren't seeing any differences when we boot up the game. do we need to install another seperate thing or are the grandpa's farm and immersive farm 2 remastered also required? or does it not work in the newest patch of stardew? if anyone has answers we would be eternally grateful
@whole moat smapi is for sure installed and should be running? lots of people forget to unzip the file before trying to run smapi
yeah i watched her do it
we tried deleting it and redownloading it
could you possibly try parsing a log to see if smapi is responsive at all?
how do i do that
!log
Can you upload your SMAPI log to https://smapi.io/log (see instructions on that page) and share the link here?
is the smapi log like the folder?
yep, youre going to open the folder and drag and drop the text box into the web page
Did your friend set launch options
? most likely not tbh how do we do that
Are they on windows, Mac, Linux, or valve's new handheld?
windows
Oh okay do I need to download anything extra then??
Yeh the farm location maps gurther on the page!
so guys i need some help with smapi for android. is there somebody here that knows how to fix the app not installed problem?
so i have a portrait mod that uses content patcher not portraiture, how do i install it on pc
Just unzip it and put it in mods folder
k thx so much
!gettingstarted for more info
@sonic nimbus 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
How can i know if i have to remake my save file after installing currect mod?
Currect?
Im Polish, sorry if i missword something
If something adds just new building, it shouldn't corrupt my save file?
!saves
@dire fractal Use this guide to find your save files: https://stardewvalleywiki.com/Saves.
You can copy your saves somewhere else incase something goes wrong, but corruption is unlikely. Just in case 
Ok, thank you
!androidsmapi
@sinful burrow 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.
help, ive tried downloading the SMAPI like three times now and it keeps coming up with the same error ;-;
"System.UnauthorizedAccessException: Access to the path 'D:\Program Files\ModifiableWindowsApps\Stardew Valley\smapi-internal' is denied.
at System.IO.FileSystem.CreateDirectory(String , Byte[] )
at StardewModdingApi.Installer.InteractiveInstaller.RecursiveCopy(FileSystemInfo source, DirectoryInfo targetFolder, Func2 filter) in E:\source\_Stardew\SMAPI\src\SMAPI.Installer\InteractiveInstaller.cs:line 587 at StardewModdingApi.Installer.InteractiveInstaller.RecursiveCopy(FileSystemInfo source, DirectoryInfo targetFolder, Func2 filter) in E:\source_Stardew\SMAPI\src\SMAPI.Installer\InteractiveInstaller.cs:line 598
at StardewModdingApi.Installer.InteractiveInstaller.Run(String[] args) in E:\source_Stardew\SMAPI\src\SMAPI.Installer\InteractiveInstaller.cs:line 376
at StardewModdingApi.Installer.Program.Main(String[] args) in E:\source_Stardew\SMAPI\src\SMAPI.Installer\Program.cs:line 55
Game has ended. Press any key to exit."
Try run as admin
nope, same error </3
Are you on ganepass?
i use steam! ^^
did you buy and install the game through steam though?
yeah
then i'd either try to move the game to a steam library (via the game properties in steam) or uninstall and reinstall it to a steam library. now it's, or at least seems to be in the ModifiableWindowsApps folder and that probably causes the problem
Weird, that game path looks like Game Pass than Steam to me
yeah i think its somehow connecting to my xbox stuff but thats not where i directed it to ;-;
Arevyou able to enter a custom game path in the installer?
Just type in the command prompt
you'd think the smapi installer would find the steam install though. but you can see the game install folder from Properties -> local files -> browse. maybe it gives you a different path
im a little slow with computer stuff, buutt what do i do after that ;-;
i don't really know how windows displays things, so maybe take a screenshot of the screen with the game folder open and people can probably see the path
the stuff
if you run the smapi installer again, what options does it show when it asks you where to install smapi?
[1] D:\Program Files\ModifiableWindowsApps\Stardew Valley
[2] Enter a custom game path.
those are the options
it saysss
That directory seems to have the Stardew Valley legacy 'compatibility' branch.
Unfortunately SMAPI is only compatible with the modern version of the game.
Please update your game to the main branch to use SMAPI.
well that's a problem https://stardewvalleywiki.com/Modding:Player_Guide/Troubleshooting#SMAPI_doesn.27t_work_with_the_compatibility_branch
if you can only use the compatibility branch then it's not possible to use smapi with the steam version (without downgrading the game and that's not simple either)
thank youuu :D
it's unlikely though. but i don't know how to change the branch to the 64 bit version
maybe via the betas in steam?
ah yeah its kinda the same as this
but yee
i fixed it :>
ah okay
yesyes :>
hello! thanks for any help with this. i updated my ridgeside village today but it still says i need to update: ridgeside village - content patcher 2.1.0. what is that?
Did you remove the whole folder of RSV before updating?
i think i did...
hmm..
~please does somebody know?
ok i just deleted it and reinstalled it. i am playing it in russian so i also did that
still same message
well, i checked it before adding the russian translation and the messgae was gone, but then it's there when i add russian. but i just redownloaded that and redid it. so i don't quite understand
!log
@slate bloom Can you upload your SMAPI log to https://smapi.io/log (see instructions on that page) and share the link here?
we need more information to have even a chance of helping you
- what instructions are you following? link to it please
- where are you up to in the instructions?
- screenshots of the error
sorry...
(that was to army)
Looks to me the Russian translation of rsv is simply not up to date
Also it inexplicably contains way more files (including the manifest) than it should
Also RSV doesn't use i18n for JA.
Lemon, ignore the update until the Russian translation updates
At the end it says 'app not installed' (I am Dutch) and then the smapi just doesn't instal
Ok! thanks
Where did you install stardew from. And what version number is it?
What is the version number of your android phone?
Android smapi was last 3.7.6.10, iirc
Are you downloading that from ZaneYork's github?
I downloaded a mod but my game says it's paused because the ddl couldn't load, any advice?
The mod I'm trying to use is Stumps To Hardwood Stumps if that helps any
@topaz estuary Can you upload your SMAPI log to https://smapi.io/log (see instructions on that page) and share the link here?
That mod broke in stardew 1.3. A very, very long time ago. The comments section of Nexus would have pointed this out to you.
Oh damn thanks for letting me know 
can someone help me Quality Artisan Products mod doesn't seem to be working
!Log ?
Can you upload your SMAPI log to https://smapi.io/log (see instructions on that page) and share the link here?
When i open my mailbox and close the message it says that i still have mail left but when I open it again it just repeats the same mail
Do you have FeTK?
Yeah
If so, delete it and install Mail Services Mod instead
FeTK is broken and breaks the mail
Oh
Thanks!
Is Mail Services just a requierment mod or does it actually do what the description says?
Mail services mod is to replace the whatever mod depends on FeTK
I forget the name
So Mail Services is just a replacement for FeTK?
FeTK is a (broken) framework
Mail Services mod is a replacement for tool delivery services, which is the mod that depends on FeTK that many people install
OHHHHHHH
Mail services mod I think relies on mail framework mod but I’m not sure
Yes it does
Mail Framework Mod is what replaces FeTK
Mail Services Mod is what replaces Tool Delivery Service
Tool Delivery Service depends on FeTK
Mail Services Mod depends on Mail Framework Mod
and FeTK breaks MFM, so dont use them together
If you have the latest version, you may have to go back a version or so. Mobile is behind PC, so up-to-date mods won't work on mobile
Does the page not have any old versions?
it has but i tried it all. it says the same message
They may not have a version old enough for mobile then. I think you'd need a version before Dec of....2021? Or was it 2020? One or the other. xD
i thought if its 1.4 on pc it can run on mobile XD
its still the same error on the pic i sent
here's the link if you think there's a mobile version please let me know
thank you sir :)
I have adult mods turned off so I can't see the page
oh sorry my bad
I noticed something odd in that error... It shows one mod twice. The helper mod is in there twice, which is odd.
the mod has two parts apparantly it both doesnt work on mobile
Looking at the download, there should only be two folders. The main mod and the helper. You shouldn't have two helpers
But yah, there is no version for mobile. It would have to be before Dec 2020 to work for mobile I think
ohh i see. that's sad but thanks anyway sir :)
Is there any ways to quickly alternate between modded saves and vanilla saves without messing things up?
Just don't open modded saves in vanilla, and don't open vanilla saves in modded. If you do accidentally, don't save
im having problems with ui info suite, for some reason the green overlay for the scarecrow range is going of the ui
and i cant see anything behind the green squares
actually now that i squint i can barley see but its a lot thicker than usual
even when i turn it off its still there
is there any software or tool that i can use to quick update all my mods rather than downloading them manually one by one?
if you got your mods from Nexus, nope, unless you buy Nexus premium
oof
me and my gf are playing with sve and got everything to access the enchanted grove, but they never got the quest to unlock it while I did
Hello, I'm trying to make mod groups and I'm having trouble.
I dont understand the process of making a file executable in Terminal on Mac
I did not code before so what does YourScriptDirectory mean?
chmod +x <filename>
did you download Ui Info Suite 2 from github?
from Annosz
oh yea sorry
yes i did do this
turns out i just had to update the mod
lol
i am big dum
sorry]

I know, so do it just remove the smapi thing from launch options when I want to switch back to vanilla? And put it pack when switching back to modded?
does anyone know how to fix this?
it said "-bash: syntax error near unexpected token `newline'" what does it mean?
Just launch Stardew Valley.exe inside your game folder.
SVE Discord might be able to help you better as not everyone here plays SVE.
did you substitute the name of the file you want to make executable for the <filename> part? (the < and > are special characters for bash and would cause the syntax error)
I did! I follow this tutorial https://stardewvalleywiki.com/Modding:Player_Guide/Getting_Started#Can_I_have_different_mod_groups.3F
I use SMAPI_multiplayer.command, is it correct?
can you copy-paste the chmod command line you used? or take a picture of the terminal
the SMAPI_multiplayer.command file name shouldn't cause the syntax error
chmod +x <SMAPI_multiplayer.command>
ah, the < and > need to be removed from it
!! thank you!! so sorry for the stupidity
It said
chmod: SMAPI_multiplayer.command: No such file or directory
weird, I def created the file
the terminal might not be opened in the same folder as the file
where did you put the file?
in the desktop, should I create a new folder?
nah, the terminal just probably isn't opened in the desktop folder. i'm not sure where the desktop is on mac but chmod +x ~/Desktop/SMAPI_multiplayer.command would probably work
Thank you so much!! I'll try launching now!!!
I want to re-confirm something..
I replaced old mods with the news one in the same folder. even though I did this its still purple in the smapi prompt telling me to update the mods. Am I still okay?
depends on the mods, sometimes modders forgot to change the version number in the manifest.json file of the mod and that can cause a false update notice
i updates expanded, spacecore, farmer type manager and content patcher
Hmm, it shouldn't then
!Log
@thick oxide Can you upload your SMAPI log to https://smapi.io/log (see instructions on that page) and share the link here?
anyone happen to know if there is an updated version of ui info suite?
its says error when i type in this %appdata%\StardewValley\ErrorLogs.
windows cannot find
.q 5783
[#5783] "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." - @gaunt gust (02 Dec 2021 @ 03:22:30 AM UTC)
@gaunt gust Awesome Thanks!
is this the copy of the mods folder you're updating?
you're updating the wrong spot then
SMAPI is looking in D:\SteamLibrary\steamapps\common\Stardew Valley\Mods
I recommend finding where that directory is on your computer
and that SMAPI right what im looking for>
Trying to load a game, and SMAPI is seeming to be hanging. I've only given it five minutes, granted. When looking at the console output for SMAPI, if there is a 'hang', is it usually a problem with the last displayed line, or is it a problem with the next line, that has not yet been displayed?
e.g., I'm stuck on seeing "[Custom Companions] Loading companions from pack: Yri the Architect - Nala 1.0.0 by Yri". Is that more likely to be the culprit, or a mod not yet appearing in the output?
That's probably the last mod to load so I doubt its the culprit - theres probably a bunch going on under the hood as they say.
Probably. My game pauses for about 1-2 minutes on the "Loading..." part after selecting a save to load. I don't remember it taking that long when I was last playing a year ago, and this is with pretty much the same (updated) mods. Is that more typical in the 64 bit version?
do you have pytk?
honestly - a million mods can load up and.,...I don't know, mine bitcoin or something...and just never log anything, so it can be a bit difficult to figure out who to blame
I think at some point Pathos was looking into that....
!log might help
Can you upload your SMAPI log to https://smapi.io/log (see instructions on that page) and share the link here?
I do, is that a problem?
If you have pytk+spacecore together, pytk will spend approximately forever re-applying a bunch of harmony patches
this is why a lot of mods have moved away from pytk, and we're not quite sure why patching seems to take longer on NET 5.0
ok, I'll see if I can do without the mods that need pytk, thanks. That's what I'll try now.
Look into updating your mods - a lot have moved off pytk
common alternatives: Extra Map Layers. HD Portraits. SpaceCore also has a serializer, etc.
Yeah, I did see that, but there are still one or two that need it. But I'd probably rather do without those than need five minutes to start my game.
Which mods?
TMXL Map, which in turn removes ARV Spouse Rooms, and Better Balance Crystalarium.
But I will do without those if it speeds this up.
Hello! Are other people having any problems with the Seasonal Farmer Bases in SVO - Slightly Cuter Aesthetic ?
Hotweather shoes are just . not working for me. I always have the vanilla shoes on my character.
ARV has a non-PyTK version on East Scarpe Discord server.
Ok, I'll check that out, thanks.
Total load time decreased from 5.5 minutes to 4. So, better, but still annoying.
Definitely an improvement though, so thanks.
a LOT of the load time seems to be taken up by Farm Type Manager, weirdly
oh boy that uh... looks like a dialogue or text box error... some mod is trying to overwrite the menu text...
its def a mod causing that
cause thats not a base game issue
that is poor coding on whichever mod is causing that menu to bug out like that
@surreal iron can you give a smapi log because that might just show me what mod is doing that thing
Hi! Sorry if I'm interrupting anything but quick question. My friend and I both downloaded the mod "Child Age Up". We also have a bunch of other mods, but we're using the same mods (the only differences are some townreskin mods) and everything worked fine, until my friend had a baby ingame. First I was just crashing when I entered her house, but now that the child is on stage 3 (walking on 4 and playing some cute cube games) my game crashes when I leave my house.
From what I saw there https://stardewvalleywiki.com/Modding:Player_Guide/Getting_Started#Do_mods_work_in_multiplayer.3F , it seemed that as long as we both have the same mods, it should work for the custom NPCs?
(I'll also add that we had other mods like Ridgeside village, extended, Emet Selch mod (a mod that changes Wizard sprites/portraits but also his events) etc, and it always worked fine, just this very mod is making my game crash in multiplayer.
So is it possible that some specific mods have no way at all to work in multiplayer?
Can you upload your SMAPI log to https://smapi.io/log (see instructions on that page) and share the link here?
Child2NPC probably does not work in multiplayer
So, for mods not working in multiplayer, they don't work "because multiplayer mode" and not just because people might not have the same mods activated, right?
hum your problem actually seems to be in Custom Furniture
you sure you have the same packs?
also one of y'all doesn't seem to have a CF pack at all so you could just remove CF if you're not using it
Oh that's interesting... I didn't think that could make my game crash, so I'll uninstall it just in case
I usually just didn't install mods that were just changing the vanilla skins, so we probably don't have the same custom furniture there (I thought that, since it looked like it was only about visuals)
I'll try to do some tests then, thank you a lot for the help!
Child to NPC which Child Age up needs does not work in multiplayer. It creates an artificial npc based on your child's name.
hm, EvenBetterRNG cut about 40 seconds off game load time when removing it.
Custom furniture if removed turns all the custom furniture into chairs which can be removed.
okay so i just redownloaded smapi and idk how to launch the game using smapi, could someone help me cause im very confused
ohh I should have guessed
Aww okay. Thanks for the info!
the tl;dr is that patching takes so much longer in net 5.0, and I guess EvenBetterRNG would also have to patch every call to Random.NextDouble()
Hm, well hopefully that will be useful info to someone else at some point, too. Thanks.
Okay so i did patch summary, what would i look for that would be altering the dialogue like this?
You’d have to find where that dialogue is located in the original game
And then see what mods are editing that file
I don’t know where it is though, and I’m away from my computer so I can’t check
Someone else might be able to help
I'll try and figure out a little on my own as well, i'm hardly good with this stuff but it's worth a shot
whats causing the ridgeside issues for the map
Hi - I downloaded the Joseph Seed Shop mod as well as the Grampleton Maker Market (since I don't have the bridal shop) but i'm not gettting the letter from Lewis so Joseph doesn't show up. I'm assuming because the letter is triggered after Robin upgrades your house but my house is already fully upgraded? Any way around that?
Anyways if anyone is still able to help me whenever possible, i did a log where i used patch summary https://smapi.io/log/70c63a29aa5547bf8bfbe461dcd18de8
you probably went through a changing tile and didn't go back
Go through the leaves of the tree again
gonna be honest - this looks like a StringsFromCSFiles thing
which....uhhhh
Reloading the game helped
I feared that, so basically any mod at that point could be responsible?
oh nvm just looked at the log, the ones highlighted
might be worthwhile to download something with a search-in-folder and search the entire mods directory for that string
(that won't get it if a code mod is doing that)
Sublime has a search-in-folder, as does VSCode, or there's the faster ripgrep/grep/git grep.
Yeah, i think i should do that
I'll try sublime, i'm not the best with git related stuff
i really appreciate your help btw.
Oh shit, found it
Response core is behind it
woot! Okay, I don't really recall how ResponseCore works, but I thought it had packs or something
makes sense if you don't ahve things that use it it'll show like one thing. You also have CustomFixedDialogue, which does something rather similar
Oh i already use customfixeddialouge
Should i try removing responsecore?
(I'm gonna try that rq just because i can easily bring it back)
is this supposed to be like this cause i cant find anything about this online
Yeah it solved my issue, thank you Artravita!

Also found the pack for the responsecore that adds actual birthday gift dialogue for penny and the other vanilla NPCs, gonna return and use that lol, thanks for all the help
Hi, my game crashes on night events. It looks like SpaceCore is involved. Here is the SMAPI log: https://pastebin.com/tcfSF6WG . Any insights?
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
!log
@woeful cobalt Can you upload your SMAPI log to https://smapi.io/log (see instructions on that page) and share the link here?
Sure! https://smapi.io/log/9b59268886ff47008ec79883a0d77372 . Looks like the "Free Love" mod may be involved too. Not sure why as I am far from being married in the game. I could not save my day with the crash, so reloaded the (pre-crash) save, and if I go immediately to bed it proceeds as normal to the next day (no crash).
Can you open Event Viewer on your computer and look for "Stardew"
is it crashing to desktop?
hello I am having trouble with a mod I installed called Coii's Girls Set Pack. theres a message in the file saying i have to "overwrite each xnb file embedded in a compressed file to an existing file in the folder" and i am not sure what that means or what I have to do
does Shop Tile Framework work in multiplayer? if so are there any limitations/inconsistencies?
!xnb
@ancient jacinth 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).
try the "CP - Coii's Girls Sets Pack" version instead
the same place you got the original mod but about 100 pixels south
ty
Anyone knows what this means:
[18:48:39 TRACE Content Patcher] Requested cache invalidation for all assets matching a predicate.
It's taking about 45 secs of my startup time.
It's a soft crash. It hangs before the night menus, then after a while I click on it and Windows asks me if Iwant to close the program as it is not responding. I got this in Event Viewer: The program StardewModdingAPI.exe version 3.13.4.0 stopped interacting with Windows and was closed. To see if more information about the problem is available, check the problem history in the Security and Maintenance control panel.
Process ID: 2c20
Start Time: 01d856a0b7a1d7b6
Termination Time: 2
Application Path: C:\steam\steamapps\common\Stardew Valley\StardewModdingAPI.exe
Report Id: 8b3961a5-c8f5-42d9-bf64-bae94470f639
Faulting package full name:
Faulting package-relative application ID:
Hang type: Unknown
okay, so not an access violation exception, that's good
after CP has lined up all the things that need to be patched, the caches need to be cleared so the changes take effect
it's unavoidable
Rats. Okay, thank you for the info.
you can speed it up by having less CP mods :p
Yeah, I may axe some.
The other big time sink (another 40 seconds) is Quest Framework. But I can't ditch that without ditching Ridgeside.
Hum. Does it recover if you give it more time?
if you temporarily remove Luck and Spacecore does it still happen?
I mean you could dig into exactly what part of the cache is being invalidated (the "predicate") and whether that's excessive
anything you find that reduces startup time makes you the hero of the valley
but you will find the digging hard and the answer probably "it's unavoidable"
at some point all the fine mods you've loaded have to be... loaded
Yup. Just trying to figure out if there are any big savings, like I found in removing Even Better RNG
Might also be NPC scheduling/pathfinding
it's really, really slow when you have a lot of NPCs and a lot of maps....
hm, yeah. I'll try removing the east scarp stuff, as much as it pains me, and see how much difference that makes.
Yo i have game pass stardew and i just reinstalled smapi, i can open stardew with mods and it works fine but the problem arises when i try to play with friends, it says i cant play multiplayer because i am not signed in
I waited for like 5 mn 🙂 I think it wouldn't have recovered. I am trying a day without "free love" right now. If simply go to bed on the same day (same save pre-crash) then it works fine.
i am thinking its becuase Stardew Api is opening as a seperate place from when i open it through the xbox app
[#5812] "Installing SMAPI for Gamepass requires extra steps. Please see the guide here https://stardewvalleywiki.com/Modding:Installing_SMAPI_on_Windows#Xbox_app" - @gaunt gust (19 Dec 2021 @ 12:16:44 AM UTC)
already done ill just make sure tho
I have already intalled thats not the problem
here ill send screenshots of what i think the problem is
ok
hmm... removing East Scarp, and associated NPCs, brings me from 3:45 to 2:38 total startup time. If it were just me I'd keep it, but I'm trying to set up a mod set for a multiplayer game, with some who will be much less tolerant of load times.
So: Sorry East Scarp modders!
ima explain what this means
so like when i open the normal stardew it opens the normal game and i am signed in (aka I can play multiplayer)
@leaden ginkgo You leveled up to Cowpoke. You can now speak in our voice channels and share images in all channels!
(i'll get you on my next playthrough) 🙂
but when i open the StardewValley APi thing
IT works and i can play on all my saves but no multiplayer
hum. do you have custom npc fixes or any mod that requires that?
yeah, I have it.
I'm not sure if I still need it after removing the east scarp npcs, though
Why? Is that another notorious slowpoke?
Roger
Sadly, looks like Ridgeside requires it to run.
And not willing to ditch Ridgeside for this particular game
Ah, okay, fair
To play multiplayer, you need to launch through the xbox app
But also I don't know how onedrive affects things
U helped me before and said the same thing with one drive but havent been able to do anything
when opened through the xbox app its just non-modded stardew
thats my problem
Hello! I'm playing the Ridgeside Village mod, it turns out that I'm getting to know Flor and I already have 2 hearts, but I don't know when to go since every time I go she's already leaving... Does anyone know her hours and what day I can go? an event?
Honestly...I don't do GamePass for precisely this reason
I kind of believe in owning software.
And don't like the dickish things Microsoft does
.q 5852
[#5852] "So, that question seems to be mostly RSV-specific. You might have better luck getting answers from the official RSV subreddit https://www.reddit.com/r/RidgesideVillage/ or their discord (which is linked from their mod page https://www.nexusmods.com/stardewvalley/mods/7286)" - @gaunt gust (02 Feb 2022 @ 08:24:11 PM UTC)
i agree but i also use xbox so for me its a double win
but it has down sides
for xbox its really good but for pc game pass games are worse
i play stardew on both
just Pc for making mods and stuff
Yeah, and I use VS because it's free and there really isn't a good alternative, but I prefer Linux
game pass used to be completly fine until i installed windows 11
windows 11 messed up stuff on my pc
(I still haven't forgiven MS for screwing up Skype)
So I removed free love, went on with the day, and it works fine
must be free love, I'll post my log on the mod page
Can anyone tell me if this is exterior as well?
Exterior? outside of buildings? yes
Sorry I mean like will it change the bushes, water, grass, dirt, and trees?
I can't seem to get smapi to load the game. I used the installer to install it. But clicking on the .exe just flickers and then nothing happens, even after a full restart. Did I miss a step somewhere?


