#archived-modded-support

1 messages · Page 193 of 1

modern python
#

oh it looks like its just loading, this is a new save correct?

#

like this is you loading into it for the very first time

#

thats normal, especially for a new save. gotta let it load and do not touch anything until it is done

lament vortex
#

rsv and es are both huge

modern python
#

lots of expansions = lots of load time

#

strain on your ram

gaunt gust
#

It's just not well optimized during setup

#

You may need to wait up to fifteen minutes

#

turns out if you accidentally write a quartic algorithm, not even a great computer can save that

dapper totem
#

That didn’t fix it but thanks for pointing it out! It showed up after I downloaded the earthy recolor mod

modern python
#

look into this instead mayb

dapper totem
#

Ohhhhhh

#

yeah that’s probably it. I should prob just remove that mod and only download it when I actually need my trees moved

trim loom
#

yo how i take my mods out again

#

i forgot

ancient escarp
#

what food is this? i have east scarp, love of cooking, and sdve

#

nvm got it! it was from a winter crop mod

robust holly
#

Leaving my house for the first time, game hangs and then SMAPI vomits out a wall of text?

#

Point of note: game hasn't crashed

modern python
#

!log maybe?

native dragonBOT
#

Can you upload your SMAPI log to https://smapi.io/log (see instructions on that page) and share the link here?

uncut tapir
#

I installed genshin valley but I can't interact with the shop

robust holly
#

Oh right, one sec

native dragonBOT
#

Log Info: SMAPI 3.18.3 with SDV 1.5.6 (build 22018) on Microsoft Windows 10 Home, with 21 C# mods and 21 content packs.

modern python
#

... huh. it looks like something coming from stardew expanded but i usually dont see something like this from ppl that use it

#

did you do anything with the files of any of your mods, particularly sve..?

robust holly
#

Nope

#

Modlist

modern python
#

hm. either stick around and see if anyone with an idea comes around or ask in the sve discord server cuz im stumped

robust holly
#

I'll go ask there real quick, thanks for tryin Vinilla!

dapper totem
#

This was it, thank you!!

native dragonBOT
#

Log Info: SMAPI 3.18.3 with SDV 1.5.6 (build 22018) on Microsoft Windows 10 Home Single Language, with 164 C# mods and 423 content packs.
Suggested fixes: One or more mods are out of date, consider updating them

modern python
#

is this after you attempted to interact with the shop? also are you sure the shop isnt closed

uncut tapir
#

i tried interacting before i restarted my game at 9am 11am 12pm and 3pm nothing shows up

#

mouse cursor which shows different cursor for interactable doesn't change whenever I hover anywhere on the stall

modern python
#

hmm

#

im friends with the author so ill let her know about this!

uncut tapir
#

thanks

robust holly
#

You're missing a dependency for Beatrice Festival Loc's, a bunch of mods need updating

uncut tapir
#

beatrice requires pytk

#

which makes my game take like a long time to load

#

so I tend to avoid pytk mods

robust holly
modern python
#

also probably unrelated to their issue

robust holly
#

Ah

uncut tapir
#

and most of the updates are some not update manifest or beta builds

robust holly
#

I dunno, figured it might help so, ah well!

uncut tapir
#

thank you for that

robust holly
#

WHA, I relaunched the game and now there's no error vomitting... wut

modern python
#

weird SDVpuffereyes

uncut tapir
#

I'm sorry if my messages like seem a bit not friendly it's because I don't speak English mainly

modern python
#

no worries youre all good ~

robust holly
#

I imagine I can just big bomb to break this tree but uh, heh

ivory quail
#

nvm its also not lightning. maybe a bug in one of the mods.

modern python
#

!rtf perhaps, anya

native dragonBOT
#

@past willow Reset Terrain Features (https://smapi.io/mods/#Reset_Terrain_Features) is a mod that lets you reset, clear, or generate everything that spawns on a map using an in-game menu. That's especially useful when changing maps mid-save, as the debris will otherwise use the old layout (causing things like trees in the water or bushes blocking exits).

robust holly
#

Yeah I'll do that real quick

native dragonBOT
#

@robust holly You leveled up to Cowpoke. You can now speak in our voice channels and share images in all channels!

modern python
#

congrats on bluer

robust holly
#

Thanks!

ivory quail
modern python
#

wait i just noticed, why tf did that ping someone named perhaps, i didnt @ them in the message SDVpufferpain

robust holly
#

pffft

#

Also thanks!

#

That worked, thanks @modern python

ivory quail
#

sorry what was the solution ?

brazen mortar
#

Ignore the DSV summary- I posted this first but I wanted to ask about a different issue. Anyone know anything about the little 'Broke loop when trying to do something to Shadow Brute/Big Slime'?

I think it only starts happening after I've installed Ginger Island Mainland Adjustments- https://smapi.io/log/9c6ebc236ebf4c0cbf8bc549cb8e22fd

native dragonBOT
#

Log Info: SMAPI 3.18.3 with SDV 1.5.6 (build 22018) on Microsoft Windows 10 Home, with 116 C# mods and 197 content packs.
Suggested fixes: One or more mods are out of date, consider updating them

gaunt gust
#

Yeah

gaunt gust
#

If I recall correctly there is a setting somewhere in Spritemaster that disables this, it's named something like "enable patches on Custom NPC Fixes" or something like that, check the toml file

brazen mortar
#

I've seen that setting before, at least something that mentions Custom NPC Fixes

gaunt gust
#

Yeah, try disabling that

#

The long story short: Ameise didn't like a way Custom NPC fixes did something and added a patch to Spritemaster

#

The spring/default schedule thing GIMA yells about is because the game expects a spring or default schedule sometimes and just hard crashes, and I got really sick of getting those reported to me so GIMA now logs a line about it so it's faster for me to figure out who janked a schedule

#

(GIMA itself does not care about a spring or default schedule)

brazen mortar
#

Yeah I saw those on the mod page, I saw that a few of my custom npcs were getting yelled at lol

#

Figures it was a mod interaction being angry and not something being straight up broken. I think I used to get way more of the broke loop errors when I had WTDR installed too, which makes sense if SpriteMaster is trying to do stuff to monsters

gaunt gust
#

Yeahhh it's an asynchronous code thing

#

basically, two threads are requesting the monster's schedule at the same time, which is a no-no

#

(the monster's lack of schedule, also)

#

Monsters don't actually have a schedule file, it's just two threads trying to call it up at the same time

#

So anything that makes "checking to see that the monster doesn't have a schedule file" longer will cause that to show up

brazen mortar
#

Makes sense. I'll turn it off in SM and hopefully that'll fix that then. GIMA can just keep yelling that custom npcs don't have a spring/default schedule since it's mostly harmless

terse canyon
#

what language is this game coded in

gaunt gust
modern python
#

C#

gaunt gust
brazen mortar
#

Cool. I'm fine to leave it so long as it isn't actually going to cause problems

gaunt gust
#

It won't, it's more so I can more quickly figure out what happens if someone reports a broken schedule to me XD

brazen mortar
#

Makes sense, thanks for the help SDVemoteheart

gaunt gust
#

Np!

cerulean coral
#

where does smapi go

modern python
#

smapi or smapi installer?

chilly siren
#

smapi its self

#

they're new and im trying to help them and cant remember where it goes

cerulean coral
#

yee

modern python
#

same place as where the game is located on your device

cerulean coral
#

so the mos folder or exactly in the same folder

#

mods*

modern python
#

exactly the same folder

cerulean coral
#

mkmk hold on

#

ok whats next

modern python
#

!launchoptions probably

native dragonBOT
elfin glade
#

The shop is closed on Sunday and all days of Winter. So if that's when you clicked on it, nothing would happen

uncut tapir
elfin glade
#

Hmm and you tried clicking on the part of the shop exactly in front of the vendor?

uncut tapir
#

where on this pic? the other 2 stands work fine the sushi and the food gal one

dire fractal
#

Has this happened before, or is this the first time causing problems

uncut tapir
#

first time installing and did the thing on the readme txt the renaming content to content2 and contentSVE to content

elfin glade
#

The green circle should be the shop

uncut tapir
#

[Shop Tile Framework] A Shop tile was clicked, but a shop by the name "LumineFallCrops" was not found.

elfin glade
#

ohhhh

#

ok ok i might know what the problem is now hmm

uncut tapir
#

you had the names mixed up on shops i think

#

it says LumineCropsFall instead

elfin glade
#

I'm out of town at the moment, but I'll update a fix for the mod when i return

radiant valve
#

Meanwhile, enjoy the nice aesthetics

elfin glade
#

Really sorry for the trouble oof

uncut tapir
#

she just chillin there

radiant valve
#

Also Pre i could be wrong but it seems like some of urs crops are sold at Pierre's?

#

It could be other crops, ill check when i get home

elfin glade
#

it might be the fall ones seeing as the shop isnt working

#

i'll be back home in the evening and i'll put out a fix

radiant valve
#

Makes sense. Alright, hope you have a good time SDVpufferheart bunlove

elfin glade
#

i'm out for important work so not rly,,,,but thanks though lol

elfin glade
# uncut tapir she just chillin there

hi sorry for pinging, but if you want a fix right now you can do this:
go to [STF] Genshin Valley Stall --> click on the shops file --> scroll down till you see "ShopName": "AetherCropsFall".
You can rename that to "AetherFallCrops".
Do the same thing for "LumineCropsFall" and rename to "LumineFallCrops"

#

that should hopefully fix both the shops

modest saddle
#

y is emily's sprite her portrait

halcyon igloo
native dragonBOT
#

@modest saddle Can you upload your SMAPI log to https://smapi.io/log (see instructions on that page) and share the link here?

modest saddle
native dragonBOT
#

Log Info: SMAPI 3.18.3 with SDV 1.5.6 (build 22018) on Microsoft Windows 10 Pro for Workstations, with 36 C# mods and 34 content packs.
Suggested fixes: Pytk isn't compatible with newer SMAPI performance optimizations, consider removing it, One or more mods are out of date, consider updating them

halcyon igloo
#

are you using any portrait mods

solid elm
modest saddle
halcyon igloo
#

which one

modest saddle
#

ohodavi

ivory quail
solid elm
#

mine was some reflections one for the water

#

have u updated all ur mods/smapi?

halcyon igloo
blazing gulch
#

Ello!

#

Uh, what do I put in the update keys of a manifest?

#

Nvm solved it heh

brazen mortar
#

So I'm on spring (y1, day 2) and Shane isn't in the saloon- it says he's still in joja mart but I'm looking there and he just- isn't? I've zoomed out as best I can and checked the employee room. He is either invisible or completely out of bounds

halcyon igloo
#

debug whereis shane

#

does that say joja mart?

brazen mortar
#

Apparently that's his check-up day? NPC map locations placed him still at joja mart and he was absent from the saloon

#

I stood in joja mart til well after 1 am, my best guess is something bugged out and he for some reason wandered out of bounds in joja mart

modest saddle
#

slightly cuter char sprites

modest saddle
#

oh nvm i fixed it

worn sedge
#

so does anyone know the solution for this

warped obsidian
#

does anyone know how to make a 5 player farm?

#

I've tried 3 different methods but none of them seem to work

#

2 of which are from 2018 which is pretty old

#

3rd one was trying the unlimited players mod and that didn't do anything

#

and this is with a modded stardew

dusty spruce
#

!playerlimit

native dragonBOT
#

You can play with more than 4 players without any mods. See this tweet by ConcernedApe:
https://twitter.com/concernedape/status/1395243158460530689

@ArcaneDescent @JessYoMama You can do it without a mod. Go to %appdata%/StardewValley and open the file called startup_preferences. ctrl + f for "playerLimit" and you'll find something like this: <playerLimit>-1</playerLimit>.

Change the -1 to any number you like...

Likes

988

dusty spruce
#

Obviously you also need to build more cabins

warped obsidian
#

omg

#

how did I miss such a simple solution

#

tysm

#

so when people join

#

should they be seeing 4 farmhand slots?

dusty spruce
#

i don't really know

warped obsidian
#

I'm testing with my friends and it doesn't seem to be working?

dusty spruce
#

but you definitely can't start with more than 4

#

because the default is 3 cabins + farmhouse

warped obsidian
#

yeah

#

how else would they join?

dusty spruce
#

so up to 4 people can start the game, then you need to go to Robin and build more cabins

#

Cabins build instantly and are very cheap

warped obsidian
#

oh is that how it works? so I can't have 4 others join when there are only 3 cabins?

dusty spruce
#

100g and some basic materials

#

yep, each player needs a cabin

warped obsidian
#

ok ima test that rq

warped obsidian
#

yep everything is working perfectly

#

tysm 🙏

sleek sparrow
#

so my stardew only runs on the beta 32 bit compatibility mode, but smapi doesn't support it. is there a way around this or?

when i run it w/o the beta mode on it just says this and doesn't load the game

dusty spruce
#

no way around it

sleek sparrow
dusty spruce
#

usually the only answer is "get a newer/different computer"

sleek sparrow
dusty spruce
#

unless you have to do that because you're using a 32-bit version of Windows by mistake, while your PC can support the 64-bit version

sleek sparrow
#

NVM IT RAN ANYWAY AFTER 10 MINUTES

dusty spruce
#

...then i guess you don't have to run the compatibility version after all?

sleek sparrow
#

..i don't know...

torpid copper
#

ok , i wanna ask , specifically on immersive farm 2 remastered SVE, on the 20th autumn on year 2 , abigail crosses right through a bunch of my stuff and stands next to my stream , is there some issue there?

#

she didn't do this in the 1st year or any other time

#

this is the first time its hapened

#

oh yeah , and if anyone wants to know the spefic time , she walks right into my farm at about 10:40 ish

#

right on this line , although she stopped moving when i talked to her

#

frankly , it looks like glitched pathing to me

mild talon
#

!log anyone who might know tho would prob also ask for a log so might as well upload one here

native dragonBOT
#

Can you upload your SMAPI log to https://smapi.io/log (see instructions on that page) and share the link here?

torpid copper
#

here's the log

native dragonBOT
#

Log Info: SMAPI 3.18.3 with SDV 1.5.6 (build 22018) on Microsoft Windows 11 Home Single Language, with 29 C# mods and 19 content packs.
Suggested fixes: One or more mods are out of date, consider updating them

torpid copper
#

i think i know what might be causing the issue

#

at least i think its causing an issue

#

actually

#

probably not

gaunt gust
#

Find this block in SVE

{       //Abigail chronicles of solaria schedule
     "Action": "EditData",
     "Target": "characters/schedules/Abigail",
     "When": { "Day": "20", "Spouse": "Abigail" },
     "Entries": {
     "Sat": "1100 SebastianRoom 3 10 0/2100 BusStop -1 23 3",
     },
},
#

and replace it with

{       //Abigail chronicles of solaria schedule
     "Action": "EditData",
     "Target": "characters/schedules/Abigail",
     "Entries": {
     "marriage_{{Season}}_20": "1100 SebastianRoom 3 10 0/2100 BusStop -1 23 3",
     },
},
torpid copper
#

oh thank god , that was pretty quick

#

thanks for the fix

oblique thistle
native dragonBOT
#

Log Info: SMAPI 3.18.3 with SDV 1.5.6 (build 22018) on Microsoft Windows 11 Home, with 38 C# mods and 20 content packs.
Suggested fixes: One or more mods are out of date, consider updating them

violet kernel
#

https://smapi.io/log/e518a72f28c943ee9432a5c378dda5f5 can someone take a look at this and help me? i have tried to update the ones it mentions but when i open the game it still states things were removed to prevent it from crashing and to refer to the smapi log. I'm super new to modding! maybe i am not updating them correctly?

native dragonBOT
#

Log Info: SMAPI 3.18.3 with SDV 1.5.6 (build 1.3.37.0) on Unix 5.13.0.36, with 30 C# mods and 31 content packs.
Suggested fixes: One or more mods are out of date, consider updating them

dire fractal
#

Yeah I don’t know

lament vortex
#

duplicates:
Mods/ExpandedPreconditionsUtility and Mods/SVE/ExpandedPreconditionsUtility
Mods/SVE/ExtraMapLayers and Mods/SVE/ExtraMapLayers
Mods/CustomNPCExclusions and Mods/SVE/CustomNPCExclusions
Mods/ShopTileFramework and Mods/SVE/ShopTileFramework
delete those and reinstall the mods again. i'd highly recommend keeping them in your mods folder by themselves so you can remember you have them

dire fractal
#

@gentle gyro !log

#

!logs

gentle gyro
#

I dont have it now

dire fractal
#

!log

native dragonBOT
#

Can you upload your SMAPI log to https://smapi.io/log (see instructions on that page) and share the link here?

dire fractal
#

^

gentle gyro
#

But it said that i am missing something with a similar file name to the mod i need

dire fractal
#

Just upload your log so we can try and help

gentle gyro
#

Ok i cant right now

near terrace
#

yeah we can't help you without the log, try starting smapi again to generate one

dire fractal
#

Oh wait your on mobile

gentle gyro
#

Yeah

lament vortex
near terrace
#

ah, well when you can, then upload one for us to see

gentle gyro
#

I dont have my laptop right now

violet kernel
lament vortex
#

and delete the Mi and Migmatica's country furniture, i'm going to assume you downloaded the XNB version but even the CP version is very old and likely not working correctly

lament vortex
gentle gyro
#

Im on Mac

#

Well im sending these messages on my phone right now but i play on my Mac

lament vortex
#

oh i misunderstood when u said ure on mobile

gentle gyro
#

I have an iphone anyways

dire fractal
gentle gyro
#

So android stuff doesn’t apply

lament vortex
#

ignore that then SDVpuffersquee

violet kernel
lament vortex
#

I would recommend to delete both and start again

patent badge
#

any way i can fix this? i think its caused by sve and nicos earthy recolour

violet kernel
native dragonBOT
#

Log Info: SMAPI 3.18.3 with SDV 1.5.6 (build 1.3.37.0) on Unix 5.13.0.36, with 32 C# mods and 39 content packs.
Suggested fixes: One or more mods are out of date, consider updating them

lament vortex
#

you're still missing shop tile framework and it seems like something went wrong with the EPU and Custom NPC Exclusions install

#

double check that they're unzipped

#

I dont know what to do about the ppja updates, i dont play with the mod, but I think it should be fine if you leave it like that?

#

You're also missing Bug Net

near terrace
cerulean coral
#

ello, me and a friend were wondering is a 32 bit player and a 64 bit player could play together even if the 64 bit plsyer has mods?

dusty spruce
#

as long as they're pure visual mods, it should be okay, but they REALLY TRULY have to be pure visual

cerulean coral
#

oh..

worthy flint
#

Has anyone here got experience running the Stardrop Mod Manager on MacOS?

Recently left for holiday so having to port my setup over from Windows to my MacBook. But whenever I launch SMAPI directly from Stardrop, the terminal doesn't show (although the game still runs and appears to load the correct mods, as the window title includes the phrase 'running with x mods'). Unfortunately, kinda need to see the terminal as I'm planning on working on some mods lol. Anyone had any luck getting it to display?

P. S. Launching straight from Steam or Finder loads the SMAPI terminal correctly, it's only a problem when launching through Stardrop. I couldn't see any issues on GitHub either but I'll open one if the issue persists

orchid fulcrum
#

I don't mind these lines appearing on the smapi but if there is a way to get rid of them it would be great. The mod works as intended on the vanilla npc but with custom npc you get this messages although the mod still works. Just wanted to get rid of it if possible.

lament vortex
#

don't think there's anything we can do, you'll have to send a comment on the mod page and ask there

orchid fulcrum
#

No worries, thank you nonu

modest mantle
#

does the winter grass mod work with the current version?

glad tide
#

Hey. Kennt sich einer mit den Mods aus ? Ich hab versucht 3 Mods zu installieren aber die gehen nicht. Ich kann leider kein Englisch. Wäre cool wenn einer helfen könnte.

hoary bane
#

Haben Sie Smapi installiert?

lament vortex
#

reeeen

#

we can't help in other languagessss

hoary bane
#

Nonu hello, good morning!

glad tide
hoary bane
robust holly
#

Elozyn doesn't speak english, point of note

lament vortex
#

elozyn, if you need help in german, go to to the german server in #friends

neat plaza
robust holly
#

Am I good to translate that for him?

near terrace
#

Sure, just direct him to the German SDV server in #friends and he'll get the help he needs that way

robust holly
#

@glad tide , mit Mods gibt es einen deutschen Server im Channel #friends, der dir helfen kann. Dies ist ein "Nur-Englisch"-Server.

And in English: Elozyn, with mods, there is a german server in the #friends channel that can help you. This is an 'english-only' server.

near terrace
robust holly
glad tide
#

Danke trotzdem

chilly siren
#

With Mods are multiplayer, would SVE and ridgeside along with forage and seed mods work? or would i have to get rid of all my mods?

neat plaza
#

!mphelp [IGNORE]

native dragonBOT
neat plaza
#

wrong command

#

!mpmods

native dragonBOT
hoary bane
#

Steam?

#

Can you give us a log?

#

!log

native dragonBOT
#

Can you upload your SMAPI log to https://smapi.io/log (see instructions on that page) and share the link here?

hoary bane
#

Instructions on the page.

modern python
#

the instructions are on the page

native dragonBOT
#

Log Info: SMAPI 3.18.3 with SDV 1.5.6 (build 22018) on Microsoft Windows 11 Home, with 3 C# mods and 0 content packs.

modern python
#

looks like you didnt put them in the right place

dusty spruce
#

did you extract them?

#

can you screenshot the contents of your Mods folder?

#

...where did you manually install your mods then?

#

no?

#

that's the SMAPI installer folder

modern python
#

!findmodsfolder

native dragonBOT
dusty spruce
#

the one in the game's folder

#

SMAPI even told you that

#

Mods go here: D:\SteamLibrary\steamapps\common\Stardew Valley\Mods

#

what do you mean by "installed mods"

#

mods are "installed" by just moving them into the Mods folder that SMAPI tells you to use

#

they have to be extracted, ZIPs won't do

modern python
#

unzipped mods go in mods folder yes

native dragonBOT
#

@dire fractal You leveled up to Cowpoke. You can now speak in our voice channels and share images in all channels!

modern python
#

congrats on bluer

hoary bane
#

Don't say that, we all have those days.

dire fractal
#

Uhhhh

#

!log

native dragonBOT
#

Can you upload your SMAPI log to https://smapi.io/log (see instructions on that page) and share the link here?

dire fractal
#

I think that tells enough… but like

dusty spruce
#

you got a mod that is outdated/broken

native dragonBOT
#

Log Info: SMAPI 3.18.3 with SDV 1.5.6 (build 22018) on Microsoft Windows 11 Home, with 5 C# mods and 0 content packs.

dusty spruce
dire fractal
#

Whuts that

#

Oh

native dragonBOT
#

Can you upload your SMAPI log to https://smapi.io/log (see instructions on that page) and share the link here?

prime chasm
native dragonBOT
#

Log Info: SMAPI 3.18.3 with SDV 1.5.6 (build 22018) on Microsoft Windows 11 Home, with 5 C# mods and 0 content packs.

modern python
#

whats the problem exactly

dusty spruce
#

and how do you tell?

gaunt gust
#

Unzip the mods

#

You need to unzip your mods

#

No you didn't lol

dusty spruce
#

atra, they do have mods

#

telling you what

#

HOW do you tell that mods aren't work

hoary bane
#

According to the log there is only 1 mod in there.

dusty spruce
#

what are you trying to do

hoary bane
#

Which mods exactly isn't working?

gaunt gust
#

Ignored loose files: Lookup Anything 1.39.0-541-1-39-0-1680217972.zip, NPC Map Locations 2.11.3-239-2-11-3-1680225794.zip, TimeBeforeHarvestEnhanced-12170-1-0-0-1653536510.zip

dusty spruce
#

there's Lookup Anything and Time Before Harvest Enhanced installed

#

atra pls

hoary bane
gaunt gust
#

you don't have npc map locations unzipped

dusty spruce
#

why would you use both

#

they're the same thing, just different versions

scarlet quail
#

(Just use Redux)

hybrid plume
#

Hello, all right, I'm playing multiplayer but it's very laggy, everything I'm going to do takes forever to happen (opening the chest, picking up dropped items, loading the map), sometimes it doesn't get laggy, other days it's impossible to play. I tried to use radmin but for some reason I can't connect even after disabling the firewall. can someone help me

lament prairie
#

Try /ping in the chat box

#

What does it say on average if you do it 5 times in a row?

hybrid plume
#

tonight now I can't test

lament prairie
#

If it says a number more than 150 or so, you may just have to live with it. You can also see what profiler says

#

!profiler

native dragonBOT
mortal dew
#

i'm having issues playing multiplayer, it says "An error occurred in the overridden update loop" whenever I try to join my friend

native dragonBOT
#

Log Info: SMAPI 3.18.3 with SDV 1.5.6 (build 22018) on Microsoft Windows 11 Home, with 78 C# mods and 131 content packs.
Suggested fixes: One or more mods are out of date, consider updating them

mortal dew
#

and the mods aren't out of date, they're alt versions (like one that works w a optional mod, etc)

ancient kiln
#

hii, is there any solutions to fix this?

#

i recently downloaded makefishingeasier.xnb mod and after i launched the game

#

this error log pops up and seems like my savefile were affected

#

although i still managed to create backup files in-case something like this might happens it didnt worked

modern python
#

!reset

native dragonBOT
modern python
#

try this

#

then see if the backup works

mild moss
#

for some reason im getting stacks of over 99 grass but idk if i have a stacking mod and cant find it

#

i havent played this game in a long time so forgive me if that feature was in vanilla

gentle gyro
#

Can someone tell me what i did wrong? [SMAPI] SMAPI 3.18.3 with Stardew Valley 1.5.6 (build 1.3.37.0) on macOS Unix 10.15.3
[SMAPI] Mods go here: /Users/megan/Library/Application Support/Steam/steamapps/common/Stardew Valley/Contents/MacOS/Mods
[SMAPI] Waiting for game to launch...
[SMAPI] Loading mod metadata...
[SMAPI] Loading mods...
[SMAPI] Loaded 7 mods:
[SMAPI] Console Commands 3.18.3 by SMAPI | Adds SMAPI console commands that let you manipulate the game.
[SMAPI] Error Handler 3.18.3 by SMAPI | Handles some common vanilla errors to log more useful info or avoid breaking the game.
[SMAPI] Experience Bars 1.4.4 by spacechase0 | Shows experience bars in the top-left corner.
[SMAPI] Lookup Anything 1.39.0 by Pathoschild | View metadata about anything by pressing a button.
[SMAPI] NPC Map Locations 2.11.3 by Bouhm | Shows NPCs and farmers on a modified map page for accurate tracking.
[SMAPI] Save Backup 3.18.3 by SMAPI | Automatically backs up all your saves once per day into its folder.
[SMAPI] SkullCavernElevator 1.5.0 by lestoph | Elevator for the Skull Cavern

[SMAPI] Found 1 mod with warnings:
[SMAPI] Skipped mods
[SMAPI] --------------------------------------------------
[SMAPI] These mods could not be added to your game.

[SMAPI] - UI Info Suite 2.0.0 because it's no longer compatible. Please check for a newer version at https://www.nexusmods.com/stardewvalley/mods/1150 or https://smapi.io/mods

[SMAPI] Launching mods...
[Lookup Anything] The assets/data.json file seems to be missing or corrupt. Lookups will be disabled.

Nexus Mods :: Stardew Valley

Provides helpful information about things around you designed to help you be aware of what's going on without feeling like you're cheating.

modern python
#

!log

native dragonBOT
#

Can you upload your SMAPI log to https://smapi.io/log (see instructions on that page) and share the link here?

modern python
#

info on how to post a log ^

lament vortex
#

redownload lookup anything

#

and delete that outdated ui info suite

robust holly
#

Ring stuck in wall, halp :(

modern python
#

use noclip to grab it

ivory quail
cedar vapor
#

Question about SVExpanded. I believe I’ve installed it and am running it, but when I start a new farm, I do not have the two additional farm types on the list of map options. Does this mean that I do not have sve installed correctly?

modern python
#

the two farm types are optional downloads, each of them replace the standard farm. so choose one to use and download it from sve's nexus page

cedar vapor
#

Ooohhh tysm! I was thinking I’d see it on the new load setup page. Shwoo. Thank you!!

robust holly
#

I tried using 'debug createdebris 517' and got a Glow Ring but, I can't equip it?

dire fractal
#

how do i get the dcburger sve portraits to work? i put the images in the portraits folder and it didn't do anything

gentle gyro
#

I cant find the error file im on mac

lament vortex
#

tingle, delete your lookup anything and reinstall it

gentle gyro
#

ok

#

didnt fix it

lament vortex
lament vortex
gentle gyro
#

i just did

#

it gave me an error message

#

[Lookup Anything] The assets/data.json file seems to be missing or corrupt. Lookups will be disabled

#

thats the error message

dire fractal
lament vortex
#

try pressing P, see if the portraits show up

dire fractal
#

i did

#

it just shows the vanilla ones

lament vortex
#

show your portraiture folder

gentle gyro
#

[Lookup Anything] The assets/data.json file seems to be missing or corrupt. Lookups will be disabled.
[Lookup Anything] The translation files in this mod's i18n folder seem to be missing. The mod will still work, but you'll see 'missing translation' messages. Try reinstalling the mod to fix this.

modern python
gentle gyro
#

does that help? that is the error message, i forgot to add the extra stuff

dire fractal
robust holly
#

I'll give that a shot in a bit

lament vortex
#

name it whatever you want. then put the pngs inside the folder you just created

gentle gyro
#

i had to right click then open, and then that made the folder, but it might be dfferent for you

#

*Right click the uunzipped file

lament vortex
#

no, the portraiture mod is correctly installed, it doesn't come with any folder inside the portraits one

#

unless you mean dcburger's

flat quest
#

guys idk what to do

gentle gyro
#

What does it mean by "The translation in this mods i18n folder seem to be missing. The mod will still work, nbut you'll see 'missing translation' messages/ Tryreinstalling the mod to fix this.

#

i already reinstalled it

lament vortex
#

it means that a necessary folder is missing. i dont know if you have any kind of antivirus in your mac, but if you do, you can try to disable it for a moment and then reinstall the mod

lament vortex
native dragonBOT
lament vortex
#

you're missing a bit of the launch options

gentle gyro
#

I dont think i have an antivirus

#

how do i check lol? its an old computer

lament vortex
#

i'm not sure, i dont have mac so my knowledge is null in that area

gentle gyro
#

ok

lament vortex
#

can you redownload the mod again, unzip it outside of your mods folder then screenshot what's inside?

gentle gyro
#

i just looked into the mod files, i found the thing that it says is missing

#

I can do that yep

#

there you go

lament vortex
#

so i think the issue is that everything is getting dumped in one single folder when it should have other folders inside. which causes the mod to not find what it needs

gentle gyro
#

ok

#

the partsi need to dump all the parts of the mod into seperate folders?

lament vortex
#

it may something with what you're using to unzip the mod

gentle gyro
#

What should i use?

lament vortex
#

!unzip i would use the recommended option here

native dragonBOT
#

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 (get the x64 version), 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.

gentle gyro
#

ok

#

what file do i download?

#

the first?

lament vortex
#

what are you downloading?

gentle gyro
#

MacOS PeaZip

modern python
#

it says to use keka for mac

gentle gyro
#

ok

#

Is there a free one?

lament vortex
#

i had no idea it was paid SDVpufferthink i guess you can search on google, because i have no clue what options there are for macs

gentle gyro
#

Lookup anything is working!

modern python
#

yippee

orchid fulcrum
native dragonBOT
#

Log Info: SMAPI 3.18.3 with SDV 1.5.6 (build 22018) on Microsoft Windows 10 Home, with 174 C# mods and 361 content packs.
Suggested fixes: One or more mods are out of date, consider updating them

merry viper
#

hi, i'm using the west elm and nano retro furniture mods, and the retro houseplant textures are overwriting the west elm plants. most of the other textures seem to be working (or at least i haven't noticed what else is missing). no errors are showing up on my smapi log. anyone know what might be wrong?

lament vortex
#

do you have spritemaster?

waxen zealot
#

anyone know why my map looks like this in SVE

vast dome
#

custom map?

waxen zealot
#

im playing sve with grandpas farmlayout

merry viper
lament vortex
#

hmmm someone else had this sisue and it was a spritemaster problem

merry viper
#

yeah, i saw that post. sadly not the issue

lament vortex
#

not sure then, id just try removing mods until you notice the issue doesn't happen anymore

merry viper
#

maybe so. i didn't want to go through that way tbh. i have 85 mods so it'll take a while

#

thanks

scarlet quail
native dragonBOT
#

@waxen zealot Can you upload your SMAPI log to https://smapi.io/log (see instructions on that page) and share the link here?

scarlet quail
#

map shouldn't look like that with SVE/Grandpa's Farm. Log is the only way we'll know why it's like that, although I have a sneaking suspicion you have a mod recolor that's just forcibly overriding the map

bitter ridge
#

hey so im new to this server and i was just wondering why the stardew valley extended mod is not working ?

modern python
#

!log

native dragonBOT
#

Can you upload your SMAPI log to https://smapi.io/log (see instructions on that page) and share the link here?

blazing gulch
#

Hullo! I have a question regarding sve wizard portraits and the sve compat romance raz portraits, if anyone may be willing?

lament vortex
#

just ask, and if anyone knows, they will answer

blazing gulch
#

Oki so as we know sve makes the wizard romanceable, yes? And they have heart events, and one in particular that ||makes him have pink hair|| which is why sve has 7 portraits in their sheet.
On the other hand, the romanceable raz mod (pls dont confuse this with the new rrrr mod) has an sve compatible version that uses 12 expressions instead.

#

Imma copy n paste my question rq

#

Hello! I wanted to ask about portraits, ideally, just so I'm not confused, rr sve mod uses 12 right? If, lets say, i have sve Installed, and in the sve folder i have my 7 portraits, which one will this mod use for its events? Will it only use the 12 portraits provided in this mod (i think?) Or will it use the one in the sve folder instead? Or does both existing is okay and they will use their own designated portrait sheets? (Like the sve ||pink hair|| is in the 7 portrait sve sheet, so the sve canon event will use that sheet, but for a specific event from rr like the ||sleepy|| one, the event will use the 12 portrait sheet for the sleepy expression?) Thank and sorry if this was confusing TT but I rlly needed to know

#

I spoiler marked a few things because some peeps might be using the mod and dont want spoiler info

slate pagoda
#

I keep getting this error when trying to install the latest SMAPI. I don't have smapi logs.

lament vortex
native dragonBOT
#

Android SMAPI has entered alpha - however, this means multiple mods may be bugged in the current build (crucially, Content Patcher and SAAT do not currently work as intended, so some mods like SVE are wholly unavailable on Android at present). If there are bugs, please check to make sure there is not an open issue with the error on the Github before requesting support with this build in #archived-modded-support . https://github.com/ZaneYork/SMAPI-Android-Installer/releases
Instructions will be updated on the wiki when possible. https://stardewvalleywiki.com/Modding:Installing_SMAPI_on_Android

slate pagoda
#

Sorry my bad ill look. My apologies

modern python
#

your best bet is to just wait until the smapi release is more stable (aka not in alpha)

slate pagoda
#

Okay thanks I'll just make sure to stay up to date on things.

native dragonBOT
#

Log Info: SMAPI 3.18.3 with SDV 1.5.6 (build 22018) on Microsoft Windows 10 Home, with 5 C# mods and 1 content packs.
Suggested fixes: You don't have the Error Handler mod installed, reinstall SMAPI to get it

modern python
#

not really familiar the mod but if i had to guess, the author goofed up something relating to the config options

torn summit
native dragonBOT
#

Log Info: SMAPI 3.18.3 with SDV 1.5.6 (build 1.3.37.0) on macOS Unix 12.6.0, with 171 C# mods and 287 content packs.
Suggested fixes: One or more mods are out of date, consider updating them

torn summit
#

I've technically already seen it once but quit without saving due because I needed to fix a visual bug with my wedding arch.

#

Never mind - broken weddings are a known issue: https://steamcommunity.com/app/413150/discussions/0/405694115207312862/

I'm hoping someone here can fill me in on a marriage event I just missed. It's an event that happens after you go to sleep. All I know is that you need to be married, likely maxed out your spouse and then at some point your house goes dark as it's apparently still night and your spouse has left the bed. Out of force of habit, I left the house as...

orchid fulcrum
modern python
#

idk, you could try reinstalling or fixing yourself? i think i’ve seen ppl use this one before..

orchid fulcrum
modern python
#

in that case i dont have any solutions D:

#

maybe check the posts on the mod page if you havent already

orchid fulcrum
#

Tried that but no luck its just stops at 2022. Its ok Vin, thank you 🙂

modern python
#

i tried SweatSmileIan

haughty quail
#

Hello! I hope this aint a dumb question causen im also trying my best to back read others issues similar from what im experiencing.

Whats the best tip for a good fast multipaying experience? (avoiding lag interactions, chest opening, unsynchronized time each players and disconnection.)

Im only running ridgeside and expanded and its prerequisites and were having that problem on steam multiplayer. Weve been assuming if its the internet connection users cant connect to the host's server from time to time, players desynchronized and it was mental.

Im only asking fot tips if its okay with you guys

lament prairie
#

Run less mods is the key

#

RSV and SVE are both really taxing

#

Ideally pick one expansion and try to keep mods that add things that synch a lot low (automate, lots of monsters in lots of new locations, idk probably there’s others)

dire fractal
#

!log

native dragonBOT
#

Can you upload your SMAPI log to https://smapi.io/log (see instructions on that page) and share the link here?

dire fractal
#

v

native dragonBOT
#

Log Info: SMAPI 3.18.3 with SDV 1.5.6 (build 22018) on Microsoft Windows 11 Pro Education, with 27 C# mods and 10 content packs.

dire fractal
#

the farm mod i got, isnt working

#

its the overgrown garden mod i think

#

and ion gettin errors

#

bruh wtf

#

did i forget to download it

#

same with the fucking AJ trash pets, its in the mod foulder, but isnt coming up

#

Fixed it

autumn flower
#

Mods have a load order (alphabetical) so the mod with the later load will overwrite

#

Ideally just install the portrait you need and no other ones

#

Parrot's romras sve has versions that use 12 expression and 7 expression

#

Sve provides a 7 expression by default

#

If you use the 12 expression romras sve it will break the 4 heart event for the portrait call

blazing gulch
autumn flower
#

It just won't call the right expression

#

The event will run fine

blazing gulch
#

ah... is there no way to have the portrait still play? T^T

autumn flower
#

The pink doesn't exist in the 12 expression sheet

#

That sheet was originally designed for looking for love

blazing gulch
#

i rather like the pink hair, but i also like the cute events the romras sve events... you cant have it all hhh

autumn flower
#

It is literally

#

1 expression call

#

once

#

In one event

#

And it's never used again

blazing gulch
blazing gulch
autumn flower
#

I'm telling you it's such a minor thing the 12 expression is better in every other way lol

blazing gulch
#

true2, i think imma just go for the 12 heh

#

once i get home that is

icy folio
#

Whenever I try to launch my game, Smapi loads for a while and gives me this in the console at the end

#

Can anyone help pls?

#

Actually nvm it worked

near wind
#

If I have issues with things but the game still runs, how to I show you what's actually wrong?

dire fractal
#

Start by telling us the issue 😐

quasi moat
#

Ok, now that I'm in the right channel because I can't read this morning -_-

#

G'morning y'all, does anyone on here have any experience with issues with Mermaid Island? I have the mod downloaded and it's not showing up on Willy's ticket machine. I originally had the Mermaid Island Scepter downloaded as well but it didn't work, so I deleted the scepter and the mod to see if Mermaid Island would at least show up on Willy's ticket machine at that point, but it's still not there. Does anyone have any ideas? There's nothing coming up as an error in my SMAPI logs.

lament prairie
#

Sounds like possibly a Train Station issue

quasi moat
#

How do I resolve the Mermaid Island issue? Should I delete and reinstall the Train Station mod? I had it already anyway for the Stardew Aquarium mod.

near wind
# dire fractal Start by telling us the issue 😐

I can't give anything to Gunther at the museum. And I can't build any additional buildings on my farm. Its like I can't move them to an appropriate place. The cursor will not move during those two situations.

lament prairie
tough halo
#

Does anyone know if there are any mods that mess with Better Chests? (other than convenient chests cause its old). I am unable to craft outside of the chest. I've un-installed/re-installed the mod. I have editted the config file sdeveral times, i have messed with all the settings, but I can't craft outside the chest which is literally the only feature i want 😭

halcyon igloo
#

if you have a save with literally just better chests installed does it work

tough halo
#

i dont but i guess i'll try that. I just need to move all of my mods aside on desktop and leave only better chests to test?

quasi moat
lament prairie
#

Per the Nexus page, there should be

#

📁 [TrainStops] Island
📄 TrainStops.json (268 B)
📄 manifest.json (299 B)

#

from nexus files preview bc I'm too lazy to download

halcyon igloo
#

!log

native dragonBOT
#

Can you upload your SMAPI log to https://smapi.io/log (see instructions on that page) and share the link here?

tough halo
#

you want the log with the just better chests????

halcyon igloo
#

your normal log lol

#

the one that doesn’t work

tough halo
#

okay give me a second

native dragonBOT
#

Log Info: SMAPI 3.18.3 with SDV 1.5.6 (build 22018) on Microsoft Windows 11 Home, with 107 C# mods and 161 content packs.
Suggested fixes: One or more mods are out of date, consider updating them

tough halo
#

almost all the mods that it says needs to be updated, i have the latest version and it just wont register

#

like the better crafting one. i have the latest downloaded and it still says it needs to be updated in logs

halcyon igloo
#

you don’t need the space core support file for better crafting tho

tough halo
#

yea but dont a lot of other mods need spacecore

halcyon igloo
#

how do you have that lol i didn’t even know there was a space core support file for better crafting

dusty spruce
tough halo
#

your guess is as good as mine tbh

halcyon igloo
#

try deleting that

tough halo
#

where would it be

halcyon igloo
#

with the rest of your mods

#

under i guess spacecore support or something maybe?

#

my laptop died so i’m on my phone lol

tough halo
#

no youre perfectly fine lol you dont have to help but u still are

#

i have spacecore, and space core + dynamic game assets. but neither have a file under spacecore support

lament prairie
#

your log will say where in Trace

halcyon igloo
#

space core + dynamic game assets i think i saw in the log

lament prairie
#

Better Crafting: SpaceCore Support (from Mods\SpaceCore and DynamicGameAssets Support-11115-1-2-0-1651031193\BCSpaceCore\BCSpaceCore.dll)...

tough halo
#

uh

#

idk what that means but ig i can delete the spacecore and dynamic game assets folder and see if it helps

halcyon igloo
#

i don’t see any other obvious mod conflicts that would impede your ability to craft

tough halo
#

just waiting for the file to load

#

and we'll see if that fixed it

#

so far jsut getting a lot more errors after removing the file

#

okay yea now better chests isnt even registered in the general mods configure menu

long brook
#

Send new log

tough halo
#

a.

#

i just closed it

quasi moat
tough halo
native dragonBOT
#

Log Info: SMAPI 3.18.3 with SDV 1.5.6 (build 22018) on Microsoft Windows 11 Home, with 107 C# mods and 161 content packs.
Suggested fixes: One or more mods are out of date, consider updating them

tough halo
#

oh my slow brain finally understood what dr. elizabeth sent.

halcyon igloo
#

are you sure you deleted the right folder lol

tough halo
#

yea

#

but now that i understood what they said

#

i removed that specific portion (i think thats what they were saying to do....)

halcyon igloo
#

it’s still in your log tho

tough halo
#

i moved it onto my desktop idk

#

i kept the spacecore folder that was just it alone

halcyon igloo
tough halo
#

i took that whole folder out yes. but now im relaunching by just removing the dll file

#

which i didnt understand is what they meant

steel nebula
#

hey all another question for you, if I wanted to manually add a farm animal entry to BFAV, can i still do it? I am noticing some of the ones I have don't have a new data entry like it should.

long brook
#

Delete the whole folder. You don't need it

dusty spruce
#

you should remove the whole thing lol, not just the .dll

tough halo
#

i did and better chests stopped appearing all together...

halcyon igloo
#

but the mod that you ~deleted~ is still showing up lol

dusty spruce
#

yeah, you removed the wrong one

#

you kept the SpaceCore support thing, but removed Better Chests

#

edited

#

too many mods named Better X

halcyon igloo
#

i’m not even sure this will fix the main problem lol but i don’t have many other guesses

lament prairie
tough halo
#

oh it worked with removing the dll file

halcyon igloo
#

what dll file…

tough halo
#

the one in spacecore and dynamic game assets

halcyon igloo
#

i thought you removed the whole folder

long brook
#

Just delete that folder

quasi moat
long brook
#

Why insisting just delete the dll

halcyon igloo
#

confused from elizabeth’s message

#

slash the trace message

tough halo
#

yea i thought thats what that message meant

#

and i already had the game loading when everyone else was saying to remove the whole folder

long brook
#

The messsage juat mean the location of the folder. That's why we ask you tonremove the whole folder

tough halo
#

so i was waiting it out

halcyon igloo
#

it was just to help find the mod

tough halo
#

well

#

it works with new saves

#

but not my current one.

quasi vault
#

hey what website or whatever do i go to for mods

dusty spruce
#

NexusMods

#

Or ModDrop, I guess

dreamy pollen
#

What kind of mods hog the most memory? My PC is struggling to load my saves

radiant valve
#

Expansion Mods usually

#

Mods that add a lot of content

dreamy pollen
#

I guess that includes dialogue mods? I don't actually have any new NPCs

radiant valve
#

Dunno about those. Maybe show a log so people can figure it out i guess, easier that way

#

!log

native dragonBOT
#

Can you upload your SMAPI log to https://smapi.io/log (see instructions on that page) and share the link here?

dreamy pollen
native dragonBOT
#

Log Info: SMAPI 3.18.3 with SDV 1.5.6 (build 21362) on Microsoft Windows 10 Home, with 139 C# mods and 318 content packs.
Suggested fixes: One or more mods are out of date, consider updating them

glass totem
#

I need a little help. Does anyone use RuneMagic mod? I try to use it, but there is no recipee for blank scrolls. And my magic does not level up!

near terrace
#

!log

native dragonBOT
#

Can you upload your SMAPI log to https://smapi.io/log (see instructions on that page) and share the link here?

fallen pollen
#

Hey guys, I’m new with modded Stardew and I want to update some mods now. Do I need to delete the old mods that I want to update and replace it with the new ones? 😅

near terrace
#

Ideally, yes!

fallen pollen
#

Thank you!! 🫶🏼

near terrace
#

Also hello, welcome to the server!

fallen pollen
#

Thanks 😊

dawn perch
#

I'm using TimeSpeed and every time I room change in ultiplayer the time tick rate resets to normal, do both players have to have the mod installed to prevent this?

near terrace
#

ideally, your mod lists need to match exactly, yeah

glass totem
native dragonBOT
#

Log Info: SMAPI 3.18.3 with SDV 1.5.6 (build 22018) on Microsoft Windows 8.1, with 83 C# mods and 48 content packs.
Suggested fixes: One or more mods are out of date, consider updating them

near terrace
glass totem
hearty parcel
#

having trouble with elle's seasonal buildings, i cant seem to turn the farmhouse redesign off

modern python
#

how are you configuring it? with gmcm?

hearty parcel
#

i think so?

#

yes

#

generic mod configure menu

modern python
#

make sure youre pressing save afterwards, and if that still isnt working, try directly editing the config.json in notepad

#

you would have to relaunch the game after trying that method to see the result

hearty parcel
#

yeah i will wait until i finish this current day

#

thank u

viral basin
#

so im downloading a mod and it wont work, surprise surprise, i probably forgot a step but i downloaded it from nexus, unzipped the mod, dragged it to the stardew valley mods,tried to run it and it didnt work, any help?

dusty spruce
#

!log

#

Bleh

#

Can you upload your SMAPI log to https://smapi.io/log (see instructions on that page) and share the link here?

sacred glade
#

could i upload my log and someone tell me whats wrong? im not sure whats going on

modern python
#

just go ahead and post, no need to ask first

sacred glade
modern python
#

so theres a few things going on here, one: pick whether to keep stardew expanded or stardew reimagined 3. you cant have both

dire fractal
#

Update yer mods

sacred glade
#

it was 3 i downloaded? oh woah i thought it was 2

#

okay ill delete SDV reimagined 3

modern python
#

right it was 2, sorry

#

3 is the most recent so i assumed it was that

#

two: get rid of those xnb mods, base sprite overhaul and shirt overhaul

sacred glade
#

okay

modern python
#

three: you have multiple copies of pytk lite, delete one of them

#

and four, several mods are incompatible/out of date, go to this website and type in their names to find alternatives to use: https://smapi.io/mods

sacred glade
#

okay thanks

modern python
#

that should fix all the red youre seeing in that log

sacred glade
#

also another question: the xnb mods are, when i type into my searcher, all the mods that come up OR it is a certain file inside of the mods that are appearing?

#

if that makes sense

modern python
#

the entire mod, xnb mods are a no-no

sacred glade
#

okay thank you !

hearty parcel
modern python
#

oh ok lol

#

good to know

hearty parcel
#

thanks anyway haha

rain ibex
#

MY MODS WONT WORK SOMEONE HELP ME

#

IM GONNA SCREAM

modern python
#

ok. explain what is happening, also log

#

!log

native dragonBOT
#

Can you upload your SMAPI log to https://smapi.io/log (see instructions on that page) and share the link here?

dire fractal
#

Ye

rain ibex
#

OKJAY

#

WHAT DO I PASTE

modern python
#

that is not a log

dire fractal
#

Bruh

rain ibex
#

WHATS A LOG

near terrace
#

uh that's not the log

rain ibex
#

HELP ME

near terrace
#

!log

native dragonBOT
#

Can you upload your SMAPI log to https://smapi.io/log (see instructions on that page) and share the link here?

lament vortex
#

the instructions are in the link...

near terrace
#

please look at that link

modern python
#

please look at the link

dire fractal
#

Follow the instructions on that page

rain ibex
#

OK

dire fractal
#

And turn off caps lock 💀

near terrace
#

and take a breather and calm down, while you're at it. Being panicked while you're troubleshooting a problem never ends well

rain ibex
near terrace
#

ah lmao

#

hard to tell tone over text tbh

dire fractal
#

How is screaming not panicked

#

Ok anyway

rain ibex
#

ug

#

fusturation 😇

dire fractal
#

Just drag the file from file explorer into the text box

near terrace
#

we don't need to question it, moose, but yeah kyoro please look at the link we sent you for your smapi log.

#

the instructions are very clear

neat plaza
#

you can even upload it here if you can't use the log site

rain ibex
#

i think im jsust stupid, or blind

dire fractal
#

Let me get on my pc so I can explain it better

near terrace
#

Probably neither, but what's going on, exactly?

neat plaza
#

i got a gif somewhere

near terrace
#

What part aren't you able to do?

rain ibex
neat plaza
rain ibex
#

r

#

im mac

modern python
#

theres a button to click that gives you mac instructions

rain ibex
#

thats why im saying im blind

#

cause i cant find anything on the instructions

dire fractal
#

Just click on the button saying Mac

#

And it gives you the instructions

rain ibex
lament vortex
#

!autolog much easier

native dragonBOT
#

If finding a log is too confusing and you're able to load your save, you can install the In-Game SMAPI Log Uploader to get the log without having to search through the files. Simply hold Left Alt in game and then click the Pufferfish symbol and the log will automatically be uploaded to smapi.io! https://www.nexusmods.com/stardewvalley/mods/13979

Nexus Mods :: Stardew Valley

Provides a means of uploading a SMAPI log to SMAPI.io from within the game, using a custom hotkey, a hidden UI button, and on a critical game error.

dire fractal
rain ibex
#

is it error handler

dire fractal
#

??

rain ibex
#

thats in my finder

lament vortex
#

no, kyoro, are you even looking where we're telling you?

modern python
#

error handler is a mod so no

dire fractal
#

Did you do what the rest of it says

dire fractal
#

Click ”go” at the top

#

Then paste the command it gives you

rain ibex
#

😔 wheres go

lament vortex
#

kyoro, are you able to open your game?

rain ibex
#

yes

lament vortex
#

!autolog

native dragonBOT
#

If finding a log is too confusing and you're able to load your save, you can install the In-Game SMAPI Log Uploader to get the log without having to search through the files. Simply hold Left Alt in game and then click the Pufferfish symbol and the log will automatically be uploaded to smapi.io! https://www.nexusmods.com/stardewvalley/mods/13979

Nexus Mods :: Stardew Valley

Provides a means of uploading a SMAPI log to SMAPI.io from within the game, using a custom hotkey, a hidden UI button, and on a critical game error.

lament vortex
#

try that

near terrace
#

Yes I think this is the best solution

neat plaza
#

of your screen

near terrace
#

Download the mod in that link and use that

neat plaza
#

the weird little bar that mac has instead of the menu bar

rain ibex
#

OH

#

I SEE IT

#

I UNDERSTAND NOW

#

THANK YOU GUYS SM

dire fractal
#

Then paste the command, click enter, and drag the file it gives you onto the text

rain ibex
#

do i paste it here

neat plaza
#

yaeh

native dragonBOT
#

Log Info: SMAPI 3.18.3 with SDV 1.5.6 (build 1.3.37.0) on macOS Unix 13.3.1, with 3 C# mods and 0 content packs.

rain ibex
#

its saying my mods are fine but nothings going on when i oplay the game

dire fractal
#

You don’t even have any mods

modern python
#

yeah your mods are not where they should be

dire fractal
#

When you downloaded them, did you extract the foulder, and drag the extracted foulder into the “mods” foulder in steam local files

rain ibex
#

qhere should they be 💔

#

ya

modern python
#

/Users/hopesantelices/Library/Application Support/Steam/steamapps/common/Stardew Valley/Contents/MacOS/Mods

rain ibex
#

thats all in the mods folder

dire fractal
#

Have you downloaded any mods?

gaunt gust
#

Content Patcher 1.29.1-1915-1-29-1-1680299246.zip, Portraiture-999-1-11-4-1679362512.zip, Tractor Mod 4.16.4-1401-4-16-4-1680218393.zip, Vibrant Pastoral 1.13.1 (English only version)-6367-1-13-1-1617397823.zip, Visible Fish 0.3.5-8897-0-3-5-1638379052.zip

#

you need to unzip your mods.

rain ibex
rain ibex
dire fractal
modern python
#

!unzip

native dragonBOT
#

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 (get the x64 version), 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.

rain ibex
#

visible fish uh recolour and a portrait

gaunt gust
#

For something like that, I recommend looking up a tutorial on Youtube

rain ibex
#

👍

#

I DID IT

#

THE MODS ARE WORKING

#

I LOVE YOU ALL

#

THANK YOU]

#

MUAH

dire fractal
#

!log

native dragonBOT
#

Can you upload your SMAPI log to https://smapi.io/log (see instructions on that page) and share the link here?

dire fractal
#

daisy niko's overgrown garden farm isnt working

#

the content patcher crashed

modern python
#

it is giving you an error

#

no idea what it means tho honestly

dire fractal
#

"Mod crashed when loading asset 'Maps/Farm_Foraging' (for the 'Overgrown Garden Farm' content pack). SMAPI will use the default asset instead. Error details:"

#

it has an invalid tilesheet, it says

modern python
#

i would try redownloading, im not seeing any posts about it not working

gaunt gust
#

Missing daisyniko's tilesheets

dire fractal
#

it didnt even say i needed that

#

but ill get

modern python
#

its in the requirements

near terrace
#

Always check the requirements section on the description page of a mod, good rule to live by

#

Some mod authors even disclose why you need the dependency, which I always find interesting

long brook
#

!log

native dragonBOT
#

Can you upload your SMAPI log to https://smapi.io/log (see instructions on that page) and share the link here?

dire fractal
#

dw about that

modern python
#

it comes bundled with smapi, it usually well, handles errors

#

fixes things when mods break them, but it cannot fix everything

native dragonBOT
#

Log Info: SMAPI 3.18.3 with SDV 1.5.6 (build 21362) on Microsoft Windows NT 10.0.10240.0, with 0 C# mods and 0 content packs.
Suggested fixes: You don't have the Error Handler mod installed, reinstall SMAPI to get it

modern python
#

yeah reinstall smapi or find where the smapi mods are

#

because they should be there

#

(also your progress isnt affected by reinstalling smapi)

dire fractal
#

it will

#

unless you deletus is

native dragonBOT
#

Log Info: SMAPI 3.18.3 with SDV 1.5.6 (build 22018) on Microsoft Windows 11 Home, with 51 C# mods and 18 content packs.
Suggested fixes: One or more mods are out of date, consider updating them

oak solar
#

trying to use split screen to be able to upgrade multiple farm houses to max but having errors on save

#

wait nvm might see the issue (deep woods?)

rich cape
#

hello, I have stardew valley expanded installed and whenever i leave the mine, i get teleported to where the mine entrance used to be and end up stuck in the cliff. there aren't any errors as far as I can tell, but I can upload my log if needed.

modern python
#

i think this is because of an event from ARV, try using noclip to see if it lets the cutscene continue?

steel nebula
#

Afternoon guys. I have a question. I asked it last night but it got lost in a sea of text and people being helped.

steel nebula
#

Was getting to it

#

I know BFAV is buggy on a good day but with the current unofficial update, is it still possible to edit the farmanimals.config. I'm curious as to how using a BFAV mod makes edits to the farmanimals.config. I think a couple from the same mod author didn't make the entry to the config, so I wanted so see if I could edit it myself but I'm not good at writing "code"

#

Otherwise I can deal without seeing it. It just deal with other colored sheep and like two other chickens.

#

Wanted to add a gold chicken, a gray chicken, three extra blue chicken colors and some more sheep colors. All by the same author

#

Just curious is all.

near terrace
#

there's a separate json, check the quail mod it has ahm data iirc

steel nebula
#

Oh that nodejs thingy??

#

Does it work with the current unoffical??

#

I think it's 3.2.4 or something like that

#

I did see that mod I think you might be referring to Quill. I was curious to see if it will still work.

near terrace
#

huh

#

node.js?

#

that's an entirely separate thing

neat plaza
#

what bfav thing has anything to do with node?

main aurora
native dragonBOT
#

Log Info: SMAPI 3.18.3 with SDV 1.5.6 (build 22018) on Microsoft Windows 10 Home Single Language, with 35 C# mods and 25 content packs.

lament vortex
#

so... what issue are you having?

main aurora
#

ah

#

i have fps drops

#

and idk whats the problem

oak solar
#

bad pc

main aurora
#

😐

oak solar
#

well

main aurora
#

dont say that 😔

oak solar
#

do you have bad fps

main aurora
#

i know i have a bad pc

oak solar
#

then dont use stardew expanded and ridgeside

main aurora
oak solar
#

expansion mods will cause lag

#

thats not bad tf

#

anyway each to their own if you want more frames then use fewer big mods id say

neat plaza
#

!spritemaster try this

native dragonBOT
#

SpriteMaster (https://www.nexusmods.com/stardewvalley/mods/4922) is a mod that resamples the game's graphics to be smoother and improves performance.

Nexus Mods :: Stardew Valley

SpriteMaster resamples all of the game's artwork to make it look smoother - a so-called 'HD' effect, and also implements game optimizations and load-time improvements to make the game run faster.

oak solar
#

and yeah that sometimes helps

main aurora
main aurora
#

but i prefer pixel stardew valley

neat plaza
#

and?

#

you don't need to lose it

modern python
#

you can disable the graphical change

main aurora
#

ah ok

#

then ill try

native dragonBOT
#

XP

View your XP: !xp
View your level: !lvl

Custom Commands

List custom commands: !list
Define a custom command: !define NAME [%mention%] MESSAGE (only available to certain roles)
View available ranks: !ranks
Display info on a user: !userinfo [USER]

View this message: !help

neat plaza
modern python
#

this is not the place to do commands

dusty spruce
#

don't spam the commands in any channel but that one

modern python
#

yup

odd sonnet
#

did anybody knows this map mode name ?

modern python
#

those arent errors

modern python
#

the sve farms are option files that replace the standard farm

#

did you download one of them?

main aurora
modern python
#

go back to SVE's download page and look at the optional files and choose which one youre going to use

odd sonnet
main aurora
#

yes

#

go to files

odd sonnet
#

tysm

main aurora
#

ywc

lament vortex
#

that'll give you back your pixels

tender condor
#

Hello there people, it's been a while since I attempted to play SV, but I know I was dealing with having some mods downloaded twice and some that are no longer supported I believe. I was trying to properly organise Stardew Valley Expanded. I'm about to turn on my PC and have a look at it, I was just wondering where the best place is to get updated information on what I need to run it?

modern python
#

!sve

native dragonBOT
modern python
#

nexus page lists all the required mods, and the second link there should have an install guide

tender condor
#

Ahh! Thank you! Exactly what I was looking for!

steel nebula
# neat plaza what bfav thing has anything to do with node?

The four mod packs for BFAV I'm using haven't made entries to my farm animals config. Was curious if I had to manually do it myself. Then quill mention something about looking at the quail mod optional file for ahm data iirc? Not sure what that means

#

Node came up because I thought that is what quill was referring to 😅

#

I was curious if node would work with the current unofficial version of BFAV since I'm not experienced enough to try in the entry myself. I tried to with a test animal and it didn't stick

neat plaza
#

node... is a javascript runtime

waxen zealot
scarlet quail
#

likely, yes

#

can't say for sure without a log

waxen zealot
#

ok where do i send the log?

modern python
#

here in chat, after uploading it to the website

#

!log

native dragonBOT
#

Can you upload your SMAPI log to https://smapi.io/log (see instructions on that page) and share the link here?

oak solar
native dragonBOT
#

Log Info: SMAPI 3.18.3 with SDV 1.5.6 (build 22018) on Microsoft Windows 11 Home, with 51 C# mods and 18 content packs.
Suggested fixes: One or more mods are out of date, consider updating them

oak solar
#

on open of split screen that is

#

so it did work fine but now whenever I load up split screen the game crashes

waxen zealot
native dragonBOT
#

Log Info: SMAPI 3.17.2 with SDV 1.5.6 (build 22018) on Microsoft Windows 10 Home, with 20 C# mods and 13 content packs.
Suggested fixes: One or more mods are out of date, consider updating them

oak solar
#

whats your issue? map looking wrong?

waxen zealot
#

the sve areas dont show up on the map

oak solar
#

ah

#

the only actual error is between romanceable raz and sve but I doubt thats causing it

#

itll probuably be due to an overlap of multiple mods trying to do stuff

scarlet quail
#

which is why we're checking the trace now bood

#

let's see here...

oak solar
#

ikik

#

just stated the obvious first

scarlet quail
#

20:11:11 TRACE SMAPI Content Patcher edited LooseSprites/map (for the 'Stardew Valley Expanded' content pack). 20:11:11 TRACE SMAPI Content Patcher edited LooseSprites/map (for the 'Starblue Valley' content pack).

#

Because Starblue loads second, it forces its changes over SVE's changes

waxen zealot
#

so is there a way to keep both and fix it?

dire fractal
#

Does anyone know how to fix this? I’m trying to install smapi

scarlet quail
scarlet quail
oak solar
scarlet quail
#

(They're trying to keep both)

dire fractal
scarlet quail
#

Alright. Then you need to put in the filepath where Stardew is

oak solar
scarlet quail
#

this can be found by navigating to your local files in Steam, which is where the game is located

oak solar
native dragonBOT
#

Log Info: SMAPI 3.18.3 with SDV 1.5.6 (build 22018) on Microsoft Windows 11 Home, with 51 C# mods and 18 content packs.
Suggested fixes: One or more mods are out of date, consider updating them

scarlet quail
oak solar
#

crashes on load of split screen

#

however split screen did work for a while

scarlet quail
#

... yeah actually I can immediately tell you what's wrong and you're not going to want to hear it

#

so here's the thing

oak solar
#

rsv?

scarlet quail
#

Per atra "Unable to allocate pixels for the bitmap" is essentially....

#

!oom

native dragonBOT
scarlet quail
#

But in map form

#

Essentially, your game is attempting to load so much your computer can literally no longer take it and refuses to load it

#

Reinstall RSV, but if not, you're gonna have to toss some mods

oak solar
#

lmao not much surprise there

#

if I know thats the issue I can work with it thanks!

scarlet quail
#

It's a long shot re: RSV reinstall, but it's possible that a reinstall will force it to load the map

#

otherwise though yeah, things gotta go

oak solar
#

its only on split screen as I am guessing the game tries to load twice?

#

and split screen isnt all that important to me other than making more farm houses so I think ill manage

scarlet quail
#

it's loading two areas at once, so as a technical matter pretty much, I think

olive venture
#

so im having trouble loading my saves. the entire game freezes up and wont respond no matter what i do.

scarlet quail
#

Define won't respond.

#

Hard crash or white screen

olive venture
#

if i look in the smapi thing, no code is popping up, and the white screen happens

scarlet quail
#

(or other, if other)

#

then you're clicking way too soon most likely

#

Mods can take a bit to load. Do me a favor

#

Try to load a save, but after clicking on your save don't touch your computer at all

#

Go get a drink of water

olive venture
#

i dont even click.

scarlet quail
#

if it loads within 10 minutes, cool. If not, come back here with a log

#

!log

native dragonBOT
#

Can you upload your SMAPI log to https://smapi.io/log (see instructions on that page) and share the link here?

scarlet quail
#

alt tabbing counts

olive venture
#

ok

#

thx

scarlet quail
#

(Usually people who come in here going with white screen stuff generally aren't allowing the game to load and the log will stop at "building map to resolve normal objects" from json assets. It essentially is just still in the middle of loading and the game hangs if you interact at all)

oak solar
native dragonBOT
#

Log Info: SMAPI 3.18.3 with SDV 1.5.6 (build 22018) on Microsoft Windows 11 Home, with 51 C# mods and 18 content packs.
Suggested fixes: One or more mods are out of date, consider updating them

oak solar
#

managed to download free ram online and got split screen working but on disconect from split screen game crashes now

#

(first part was a joke dw)

#

sure this error is probuably bypassable by saving and then lettting the game crash but ig could corrupt the save? maybe?

olive venture
oak solar
#

can you close the game and send a log?

#

!log

native dragonBOT
#

Can you upload your SMAPI log to https://smapi.io/log (see instructions on that page) and share the link here?

olive venture
#

it seems to give an error message

oak solar
#

ok..?

#

can you send the log

#

so I can see what the error message is

olive venture
#

no, i mean that trying to follow the instructions gives me an error message

oak solar
#

uh

#

oh

modern python
#

what does it say

oak solar
#

whats the error message then