#archived-modded-support

1 messages · Page 15 of 1

tender frigate
#

u now how its working on huawei?

tender frigate
#

it seems like i got the right 2 versions but it doesnt launch

neat plaza
#

don't use the community wiki, it's outdated (been read-only for a few months)

vital needle
#

sorry, dunno how to call governor with the smapi android instructions

#

what was it again?

native dragonBOT
vital needle
#

there ye go

tender frigate
#

have some of u tried it on a huawei? its more complicated cause u dont have a google store and need gspace to start the game. which works with the original one but not with smapi

#

its hard to find videos or help about it

vital needle
#

i dunno if SDV is listed in huawei store. not really familiar. please wait while someone looks at the case for you.

tender frigate
#

tysm! i downloaded the apk version of it. the huawei store is trash

tender frigate
# neat plaza 🤨 _ _

sorry for my opinion but half of the apps a human needs arent there since theyre not working with google anymore

tender frigate
#

yes, a apk

neat plaza
tender frigate
#

i dunno

neat plaza
tender frigate
#

i need to get most of my apps this way cause the store is trash

#

yeah it was, but does it matter?

tender frigate
#

unsure about this one, cause its the only way as an huawei user to get it😅

neat plaza
dusty spruce
#

might want to get a different phone next time, but yeah, it is piracy

vital needle
#

im actually concerned on how they will pay for SDV if they are using huawei store

tender frigate
#

yeah the huawei is big trash

vital needle
#

i do not think their store have payment channels directly from GP

tender frigate
#

got a iphone 12 also, but mods are not working here

vital needle
#

google play

tender frigate
#

na they havent

neat plaza
#

ah

nimble apex
#

Quick question guys: Why are all my chest all of a sudden named the same despite not being in that location? I'm using better chests

#

All of them have the same name except one, which can't be stacked together with the rest, and also has a wrong name though

gaunt gust
#

(I'm wondering why my code thinks it's day 0!)

#

(The sea of scheduling errors I've seen before - that bit of code catches if an npc has a null location just before scheduling and tries it's best to assign them a location)

#

Without interaction tweaks it'd be a sea of red and the npc in question just wouldn't have a schedule that day

outer turret
#

So why do the NPCs have a bull location?

#

Null...

gaunt gust
#

Zero clue, honestly

outer turret
#

Stupid fingers

#

(Well none of them appear to be Jasper so I will continue to believe Jasper isn't involved)

gaunt gust
#

Without a full log I can't really have an ideas either

#

Freezes in my experience is "some code spending forever doing something"

calm cloak
#

HI All..i have done this day over 4 times now...i go to "sleep" and the game won't close...perhaps i have too many mods? if i switch over to view the SMAPI page, it's blinking red uncontrollably...i have tried to load the error folder so you can view it and it won't load either...everything else is running just fine on my pc...any suggestions?

limber fjord
#

Hellloooo, I'm on android and I wanna add that easier fishing mod so I can easily catch the legend, how do I add mods on android?

red kelp
#

Hello! I recently got stardew valley again and downloaded the Smapi mod. I had it before and I remember there being an in-game setting menu where you could control things like wealth and time but after getting it again I can not get it to pop up and I have no idea why. Any help would be very much appreciated!

shy orbit
calm cloak
#

@shy orbit that is correct

shy orbit
#

can you try uploading it directly here?

calm cloak
#

absolutely

calm cloak
#

it says it too "powerful" to post here

shy orbit
native dragonBOT
red kelp
#

Yes! I believe that was it @shy orbit I just completely forgot about that! Thank you so much!

shy orbit
calm cloak
#

okay..i'll try that

#

@shy orbit [02:05:29 ERROR game] An error occurred in the base update loop: System.Exception: Error on new day:

#

that's the first line...and then like it lists errors for everything on my farm or what is supposed to be saved today

shy orbit
#

it needs few more lines after that line, maybe try copying to the next line that has the same error message

calm cloak
#

[02:05:29 ERROR game] An error occurred in the base update loop: System.Exception: Error on new day:

The content file was not found.
at Microsoft.Xna.Framework.Content.ContentManager.OpenStream(String assetName) in stardewvalley\MonoGame.Desktop\MonoGame.Framework\Content\ContentManager.cs:line 289
at Microsoft.Xna.Framework.Content.ContentManager.ReadAsset[T](String assetName, Action1 recordDisposableObject) in stardewvalley\MonoGame.Desktop\MonoGame.Framework\Content\ContentManager.cs:line 319 at Microsoft.Xna.Framework.Content.ContentManager.Load[T](String assetName) in stardewvalley\MonoGame.Desktop\MonoGame.Framework\Content\ContentManager.cs:line 255 at StardewModdingAPI.Framework.ContentManagers.GameContentManager.<>c__DisplayClass6_01.<LoadExact>b__0() in SMAPI\Framework\ContentManagers\GameContentManager.cs:line 141
at StardewModdingAPI.Framework.Utilities.ContextHash1.Track[TResult](T key, Func1 action) in SMAPI\Framework\Utilities\ContextHash.cs:line 53

limber fjord
#

Okay I have smapi sdv downloaded ans I got my fishing mod, idk what to do next, do I just open the game and play?

calm cloak
#

at StardewModdingAPI.Framework.ContentManagers.GameContentManager.LoadExact[T](IAssetName assetName, Boolean useCache) in SMAPI\Framework\ContentManagers\GameContentManager.cs:line 0
at StardewModdingAPI.Framework.ContentManagers.BaseContentManager.LoadLocalized[T](IAssetName assetName, LanguageCode language, Boolean useCache) in SMAPI\Framework\ContentManagers\BaseContentManager.cs:line 152
at StardewModdingAPI.Framework.ContentManagers.BaseContentManager.Load[T](String assetName, LanguageCode language) in SMAPI\Framework\ContentManagers\BaseContentManager.cs:line 143
at StardewValley.AnimatedSprite.loadTexture() in stardewvalley\Farmer\Farmer\AnimatedSprite.cs:line 163
at Paritee.StardewValley.Core.Characters.FarmAnimal.UpdateFromData(FarmAnimal animal, String type) in C:\Users\elbe\source\repos\StardewValleyMods\Paritee.StardewValley.Core\Characters\FarmAnimal.cs:line 283
at BetterFarmAnimalVariety.Framework.Patches.FarmAnimal.Reload.Prefix(FarmAnimal& __instance, Building& home) in C:\Users\elbe\source\repos\StardewValleyMods\BetterFarmAnimalVariety\Framework\Patches\FarmAnimal\Reload.cs:line 17
at StardewValley.FarmAnimal.reload_PatchedBy<Paritee.BetterFarmAnimalVariety>(FarmAnimal this, Building home)
at StardewValley.FarmAnimal.dayUpdate_PatchedBy<Digus.AnimalHusbandryMod__Paritee.BetterFarmAnimalVariety>(FarmAnimal this, GameLocation environtment)

shy orbit
#

!reset i guess try resetting the game files. if that doesn't fix it then i have no more ideas

native dragonBOT
shy orbit
native dragonBOT
#

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

calm cloak
#

@shy orbit does that mean i lose all my mods and have to reinstall all fo them?

shy orbit
#

nope, mods etc. are fine, it only affects files that are part of the native game

calm cloak
#

okay...so everything up to my last saved day will be alright?

shy orbit
#

well, it would overwrite xnb replacement mods, but that's not a bad thing

calm cloak
#

okay

shy orbit
#

yep, the reset doesn't touch saves

limber fjord
#

I have no idea what to do

#

I'm so lost, this is the last time I'm ever adding mods into my game SDVpufferwaaah

shy orbit
#

the linked page has some android-specific instructions on how to find the log

limber fjord
#

Okay, I found the log, what do I do?

neat plaza
limber fjord
#

It says this

#

This is messing with my brainSDVpufferdead

neat plaza
#

did you delete errorhandler?

limber fjord
#

I don't know what's that, I did the instructions, download smapi apk and then download smapi sdv and then delete the apk

#

Then I went to download the mod and I did it

#

And now I'm here

south idol
#

can anyone help with this? I've installed this mod manually because for some reason Stardrop couldn't access the zip when I tried to drag it in regularly.

shy orbit
outer turret
shy orbit
south idol
#

Yeah I've tried deleting & reinstalling and sadly it's coming up with the same 😦

#

omg I might have found the problem

#

YESSS so the issue was stardrop installed a "version" of the mod (when it said it was denied access to the zip) that literally just had a manifest json folder in it

#

found the stardrop mod directory, deleted the stardrop version and boom

calm cloak
#

@shy orbit i tried that but i'm pretty new to this stuff so not sure i did it right...anyways, it didn't work...so i'm stuff because it won't save the day ...thank you so so much for your help...i'll figure something out.

shy orbit
calm cloak
#

i can check

limber fjord
#

Okay it said I needed new version of smapi

#

But yknow what

#

Fuck the fishing mod

#

This command thing is op

calm cloak
#

@shy orbit i just updated SMAPI yesterday, so must have it, correct?

shy orbit
#

you'd think so

calm cloak
#

oh wait, i see it lol

#

so yes, i have it

shy orbit
#

okay. you could still try to copy from the beginning of the log to where the errors start and upload that part to the log site

calm cloak
#

@shy orbit, what if i delete the mods i added yesterday...would that help?

shy orbit
#

or don't try to sleep and upload the log after loading the save would work too

#

difficult to say

#

the smapi update could have caused the problem too (say if you didn't check that everything was loading correctly after the update)

calm cloak
#

i tried to copy it...it just gives me a message that it is having issues and asks if i want to wait...so i wait..but it never loads

#

okay...upload the log right after i log in?

shy orbit
#

yeah that should be fine

calm cloak
#

sorry Vibel, i really suck at this stuff lol

#

okay...i'll try that...

native dragonBOT
#

Log Info: SMAPI 3.15.1 with SDV 1.5.6 (build 22018) on Windows 10, with 81 C# mods and 285 content packs.

shy orbit
native dragonBOT
#

Log Info: SMAPI 3.15.1 with SDV 1.5.6 (build 22018) on Windows 10, with 81 C# mods and 285 content packs.

swift plank
#

Which enteroax framework is compatible with mobile?

calm cloak
#

@shy orbit thank you so much...i'll work on it some more after i sleep for awhile...btw, i did a test farm and went to sleep to see if it would save without issue...it was fine...so it's something on my main farm i am doing or have done...idkk

hoary bane
native dragonBOT
limpid stag
#

Sorry i'm still wondering here!

#

Similarly, do old BFAV mods still work if I have the new unofficial updates? (specifically donkey and yak mods)

thorny crystal
#

I only notice it after tp-ing

#

not the greatest quality, but this was made this morning with daily screenshot

fallen crescent
native dragonBOT
#

Log Info: SMAPI 3.15.1 with SDV 1.5.6 (build 22018) on Windows 11, with 103 C# mods and 146 content packs.

thorny crystal
solemn shoal
thorny crystal
#

I uh don't remember what you asked 😂

glass dew
#

hiii ^^ can someone help me with mods? i tried changing the config file but it doesnt work ingame

nimble bear
#

what mod

glass dew
nimble bear
#

what do you want to change

glass dew
#

i want to change it to mossy, but it doesnt work
also is there a way to completely change the look to summer?

native dragonBOT
wraith shuttle
#

How do I get to the check your mods site again?

fallen crescent
#

All three of my games show up when I look for my save files.

#

I'm not sure if they're backups or what though. I'm a newb when it comes to modding.

shy orbit
native dragonBOT
#

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

gaunt gust
#

If you scroll down on the link governor gave it tells you how to restore from the one back up the game keeps

wraith shuttle
#

Okay I added that to my google doc

fallen crescent
#

Atravita, nothing seems to be working so far.

#

It's showing on my regular saves, but my backup save file is empty.

wraith shuttle
#

It's still saying update Sempi when I updated sempi

native dragonBOT
#

Log Info: SMAPI 3.14.3 with SDV 1.5.6 (build 22018) on Windows 10, with 8 C# mods and 0 content packs.

gaunt gust
#

Find the directory save-backups, and extract one of those

glass dew
#

can i add my smapi log to stardew valley farm planner so it changes the looks?

neat plaza
glass dew
neat plaza
glass dew
hoary bane
#

What do you mean by "Completely change the look to summer"?

hoary bane
# glass dew can i add my smapi log to stardew valley farm planner so it changes the looks?

I'm going to take a big guess on what this means. No you can't, the Farm planner is, well, just a planner. It just runs off of Vanilla buildings since it's meant to be temporary, a rough sketch of what you want per se. To my knowledge there shouldn't be anyway to do so? Well at least I've never heard of something similar. SDVpufferthink
Think of a rough pencil draft before inking it down on your final work.

#

(hopefully we're referring to the same thing here? >.>)

#

Your log is, just your log. It provides a lot of info to troubleshoot and whatnot but nothing beyond that. Can't do anything to the planner, never can never will. (I think)

#

Maybe I should fact check this in case I'm spouting off nonsense. SDVpufferthinkblob

lament prairie
#

You’re right

#

Planner is also rather out of date last I checked

hoary bane
#

Aw yis.

lament prairie
#

It’s been only partially updated to handle 1.5

hoary bane
#

That's unfortunate, seems to be a neat site to use. SDVpuffershocked

dire fractal
#

Does anyone know if Rue's Creepy Curios and Spooky Aesthetics mod has been revamped?

glass dew
hoary bane
#

What mod are you using for the buildings? I didn't scroll up that far.

zinc canopy
#

any fashon sense mod that has many things for men?

dire fractal
#

Does content patcher keep old mods up to date?

zinc canopy
#

I have been looking and I don't find any

hoary bane
#

Working perhaps, a big fat maybe.

hoary bane
#

I can't recall if Victorian buildings has an option to change building styles regardless of the season. SDVpufferthink

#

!gmcm though it's safe to check it out.

native dragonBOT
#

Generic Mod Config Menu (or GMCM https://www.nexusmods.com/stardewvalley/mods/5098) adds the option to edit some, but not all, mod configs from either the title screen or the options page in a save. It also has a special screen to edit keybinds for all mods with GMCM integration.

The presence of the gear it adds to the title screen is not a method for checking whether mods are installed, only whether GMCM is installed.

hoary bane
#

Because it really depends.

dire fractal
# neat plaza wdym

The mod I asked about a few minutes ago was converted from XNB to CP, and was wondering if anyone knew if the mod was still working. Then I was wondering if CP keeps the main files updated and useable

dire fractal
hoary bane
#

It'll continue working till something drastic changes I guess. Both from the side of the game and CP/smapi itself.

shy orbit
dire fractal
lament prairie
#

read the content.json

shy orbit
#

yep

dire fractal
#

Okay, it does. Can I replace that action or is it more complicated than that?

hoary bane
#

A little more. You'd have to target the coordinates of whatever item you're trying to replace, or just put it to an overlay and have it looking wonky. SDVpufferthink

dire fractal
shy orbit
#

just changing the action to EditImage though would prevent most potential problems

#

depends on what vanilla assets exactly it modifies and how though again

dire fractal
#

Edit EditImage into the mod json file, or the vanilla files?

viscid oar
#

hey is their a guide to downloading the expanded mod i tried downloading everything from the nexus and it wasnt working

#

i also downloaded smapi from the nexus as well

shy orbit
dire fractal
#

Okay. Ill try it out, thank you!

native dragonBOT
#

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

viscid oar
#

idk what that is >.>

#

i just downloaded everything from the nexus including smapi

neat plaza
shy orbit
shy orbit
native dragonBOT
viscid oar
#

thank you

dire fractal
viscid oar
#

yeah only thing is i never had a smapi log because it as all from the nexus

neat plaza
dire fractal
viscid oar
#

i had it all installed and enabled if thats what you mean im very new to modding

dire fractal
viscid oar
#

steam

neat plaza
#

!launchoptions

native dragonBOT
dire fractal
#

There is a launch command on SMAPI's website that you need to put into steam for your game to launch with SMAPI

errant jungle
#

I need help with something, I opened the game and my farm isn't there, I check the save file and it's there. I check SMAPI and it says it cant access my save file.

native dragonBOT
#

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

dire fractal
# viscid oar steam

When you launch your game with that command, a little window will pop up that is smapi, and that is your log

#

Sooo this channel is for mod help right?

neat plaza
viscid oar
#

where is the launch command for smapi and how do i pu into steam exactly?

dire fractal
# viscid oar steam

Thought so, anyways, when you launch your game with smapi, exit your game, follow the guide on the ! Log and itll help

viscid oar
#

ok thanks!

dire fractal
#

Makes sure you read everything you need to

errant jungle
stark cypress
#

The SMAPI log. There are instructions on how to get to it in that link.

errant jungle
#

I also have another question

#

when I open my save file, its empty. Is that normal? are there files inside that is supposed to be hidden?

neat plaza
#

!saves roll it back

native dragonBOT
errant jungle
#

this is the thing I'm looking for correct?

neat plaza
#

yes

errant jungle
#

I did what it said and deleted the two files and renamed the other two

#

I assume I should place it in the saves?

#

theres a problem tho

#

In the original the number starts with a 4 but the new one starts with 3

#

:(

neat plaza
#

smapi save backups?

errant jungle
#

I don't place it in data? just edit the files in backups and leave it there?

viscid oar
#

so i have smapi downloaded i just dont know how to acess it

viscid oar
#

vague

neat plaza
native dragonBOT
viscid oar
#

i have smapi downloaded with nexus mods..

#

theirs no installer i can find

lament prairie
#

!gettingstarted

native dragonBOT
neat plaza
viscid oar
#

i downloaded smapi from the nexus

#

thats all i did

neat plaza
fallen crescent
#

@gaunt gust my backup saves file was empty, my files only showed up on the regular save file. None of the tips seems to be working for me so far

gaunt gust
#

Did you recently move computers or something

fallen crescent
#

No, I've only had this one.

viscid oar
neat plaza
viscid oar
neat plaza
#

!modmanagerbugs

native dragonBOT
#

Vortex (Nexus) and ModDrop both are mod managers that can help you keep your mods up to date. However, they can cause bizarre issues and are difficult to troubleshoot. If you're looking for a mod manager that was written specifically for SDV and has troubleshooting logs built in, you can try Stardrop (!stardrop).

If you're using a non-Stardrop mod manager and ask for help troubleshooting, we probably can't help you if the issue is related to the mod manager. You can try asking the mod manager servers for help instead. If you're using Stardrop, please remember to provide a Stardrop log.

fallen crescent
#

@gaunt gust I've only ever had this laptop. I don't mind doing another new save if these aren't able to be fixed, I'm mostly concerned that the files keep getting corrupted in the first place. I'm not sure what can be done for that though.

gaunt gust
#

there's also another mod that makes backups more often

#

(Advanced Save Backup?)

viscid oar
gaunt gust
#

otherwise, run a disk check

viscid oar
#

i found this

viscid oar
#

into the nexus?

#

or like

#

because its already installed

errant jungle
#

Okay I watched a youtube video for help and I got my save back

neat plaza
errant jungle
#

I aint wasting those 192 hours for nothing

fallen crescent
#

Alright, I'll download the mod. Hopefully, that helps if this happens again. How would I run a disc check?

#

@gaunt gust I just downloaded the mod. Hopefully that helps the next time something like this happens. How do you run a disc check? I've always played on console, so I've never done that.

dire fractal
#

Why are you doing condescending and rude? If you dont feel like helping, stop worring about this channel

#

Youre a modder, you had to learn too. Stop treating our questions like we're stupid

worthy moth
#

@dire fractal The only one who is being rude is you

dire fractal
#

How am I being rude?

worthy moth
#

Atra posted a link with an answer to the question that was asked

#

You went out of your way to insult atra, who is being helpful, for no reason at all

dire fractal
#

Im not talking to Atra....

worthy moth
#

That's not clear from the message you replied to

viscid oar
#

i have this now when i start the game on steam is their anything else i need to do?

worthy moth
#

i.e. the one directly above your response

dire fractal
#

I didnt reply to any message though. Im talking to Pillow. Theyve been rude to anyone who asks a question

dire fractal
#

Like "With your mouse and keyboard" when someone asks how to do something

neat plaza
worthy moth
#

This is what your message looks like to everyone else

gaunt gust
#

is any of this necessary?

worthy moth
#

And regardless, that response itself is rude

fallen crescent
#

@gaunt gust says the system is good. I appreciate you sending me the link to that ☺️

gaunt gust
#

and honestly - I don't remember how to do a SMART test on Windows 😛

dire fractal
#

Is them being rude to people and no one calling them out necessary? This is a channel for us to come for help

viscid oar
#

did i do what i need too its just showing a blank screen

gaunt gust
neat plaza
dire fractal
#

Acting like youre not lurking?

viscid oar
#

whyre ppl argueing in mod help im trying to figure this out and people are to busy argueing -3-

gaunt gust
#

Again, is this argument necessary?

fallen crescent
#

@gaunt gust I'm not tech savvy, so I don't know diddly squat about this stuff. I appreciate any and all help I get. Hopefully, you're suggestions help prevent my files from disappearing again.

gaunt gust
dire fractal
#

Okay, Ill stop. Just didnt like the condescension I got earlier, or what you got earlier cole.

viscid oar
#

ooo

neat plaza
viscid oar
#

i got it

fallen crescent
#

@gaunt gust thank you again, for your help!

gaunt gust
worthy moth
#

Check #rules there is a way to report people you feel are harassing or abusing you, and it's not by calling them out or adding to argumentative behavior directly.

dire fractal
#

Dont think it really matters to anyone, so I wont worry with it. Ill just figure out my own stuff for now on

vital needle
#

SDVpufferchickpopcorn just gone for a few hours and i see arguments

vital needle
#

guys we are going to help however we can. no hard feelings, no rude behavior. take the mature stand of just not escalating behavior so we/someone else can help better.

#

we help anyone, but you start making awful behavior you are both wasting the people's time in helping you, and yours.

#

if you do not appreciate help, you want to help yourself, it's fine. but we're going to help on this channel anyway. no hard feelings. we wanna chill here.

#

anyway

earnest scaffold
#

hi guys, how do I install smapi 1.15 for android?

digital pike
#

is it normal for smapi to stay open like with the terminal saying it’s been installed even after closing the game?

vital needle
neat plaza
earnest scaffold
#

is the version i need to download the mods

vital needle
#

!moddingandroid

earnest scaffold
#

it always gives an error and i don't know how to fix it

vital needle
#

drat i always forget how governor works

neat plaza
#

!androidsmapi

native dragonBOT
neat plaza
vital needle
#

!androidsmapi

native dragonBOT
vital needle
umbral moon
#

Hi, i think ive downloaded mods but im not sure how to actually enable them in my game :p

native dragonBOT
vital needle
umbral moon
earnest scaffold
neat plaza
native dragonBOT
vital needle
neat plaza
vital needle
#

hmmm

#

lemme check CP on mod page

umbral moon
#

How do i reopen SMAPI once ive closed it?

neat plaza
vital needle
#

download the version for android in content patcher website

umbral moon
neat plaza
lament prairie
#

Did you add it to the launch options?

#

Are you on PC?

vital needle
umbral moon
#

I can only see Smapi internal one

lament prairie
#

Screenshot?

#

What system are you on: windows, mac, linux?

umbral moon
#

pc

neat plaza
#

scroll down

umbral moon
#

so do i just open it from there now?

neat plaza
#

!launchoptions

native dragonBOT
vital needle
#

run game from steam normally. if installed correctly, smapi should launch too

calm cloak
#

Hi All...really stuck on my game...when i go to "sleep" on my main farm, it just sticks and gives me a constant loop of red error files in the smapi screen...which i will try to post, however, when i run an errorlog, it won't parse so i can't do it the traditional way i have been taught....it does not save the day file and continue to the next day....i have tried a test farm using the same map and it saves and progresses just fine...when i try to use the log parser..i get a message of "page unresponsive"...so idk what to do...please help.

vital needle
# vital needle

@earnest scaffold you might miss this. replace your content patcher with the older, android working one.

earnest scaffold
#

I did that but it still doesn't work

vital needle
#

what error?

native dragonBOT
earnest scaffold
lament prairie
#

post a log

vital needle
#

did you delete the previous content patcher before applying the old one?

earnest scaffold
#

yeah

#

i think the problem is the smapi version

hoary bane
#

Post another log.

calm cloak
native dragonBOT
#

Log Info: SMAPI 3.15.1 with SDV 1.5.6 (build 22018) on Windows 10, with 78 C# mods and 268 content packs.

lament prairie
earnest scaffold
calm cloak
#

from the log or the game?

lament prairie
#

From the log

calm cloak
#

okay...one sec....

earnest scaffold
#

thank you!!

lament prairie
#

I'm seeing a relatively normal loadup, with only a few smaller errors

calm cloak
#

it says i don't have Error Handler installed...but i do...i'm so confused lol

lament prairie
#

Ignore the error handler thing, it's because you now have deleted the whole first part of the log

calm cloak
#

i have Alpacas

umbral moon
#

can someone help me download Stardew Valley expanded please?

neat plaza
#

!reset ?

native dragonBOT
lament prairie
#

Well probably

#

!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 prairie
#

and

gaunt gust
#

Not gonna help there

lament prairie
#

!sve

native dragonBOT
lament prairie
#

^last link here for install guide

gaunt gust
#

It's a sve file either missing or inaccessible

lament prairie
calm cloak
#

yes, i think the default are cows ... however they have their own data so like i can buy them from Marnie

lament prairie
calm cloak
#

i was only using AdoptNSkin for color variation

lament prairie
#

It's not clear to me which animal mods would be involved other than BFAV

#

AnS should use Alpaca as the name I believe?

#

My understanding is that AnS and BFAV are compatible

#

So I would suspect some 3rd mod being involved

calm cloak
#

yes, they have worked for several days...this is the first in game day that i can't save

#

what if i just delete Alpacas for now...do you think that will fix it?

lament prairie
#

Is this the first day your alpacas had wool?

#

I would try removing AnS to see if that helps

umbral moon
#

I was missing a mod, thanks guys again

calm cloak
#

okay...i'll remove the AnS first...then see what happens

lament prairie
#

If that doesn't help, you may need to remove the alpacas, but I'd worry that it wouldn't fix the error if you currently have alpacas on the farm

#

I don't know if BFAV makes you sell all modded animals before removal

#

!xnb

native dragonBOT
calm cloak
#

thank you so so much Elizabeth...i'll try that

neat plaza
#

!reset

native dragonBOT
neat plaza
#

possibly but just use the verify game files thing

wraith shuttle
#

Sempi is refusining to be the updated vershen

#

I downloded it 3 times atleast

neat plaza
wraith shuttle
#

Windows

lament prairie
#

!xnb or don't use xnb mods, see here for alternatives

native dragonBOT
wraith shuttle
neat plaza
wraith shuttle
#

Maybe you did not see I didn't replay

lament prairie
#

Did you run the installer?

neat plaza
wraith shuttle
#

Silly me

lament prairie
#

No worries, common mistake

#

Try that and see if it helps, occasionally there are issues

zinc canopy
#

Can I put a folder inside mods to organize my mods?

stark cypress
#

Yes. SMAPI searches subfolders of the Mods folder to look for mods.

zinc canopy
#

ty very much, also I have this warning in my console

#

But for what I know I don't have any xnb mod

stark cypress
#

You have a stray folder.

zinc canopy
#

what does that mean?

stark cypress
#

Many mods will have a subfolder to organize their assets. This may have been from there.

worthy moth
#

There's a folder named "Content" in your "Mods" folder that does not contain a mod

#

It's probably an XNB mod that wanted to replace a game asset, which is bad

stark cypress
#

A folder named "Content" is usually found in XNB (not SMAPI) mods, so that warning was put in to alert people.

worthy moth
#

!xnb

native dragonBOT
zinc canopy
#

ty again

#

I'll look into it

amber jackal
#

can someone please help me figure out what my problem is? :) i can add more info from smapi if i need to <3

stark cypress
#

!log Is this the only error? Try removing and reinstalling SVE, you seem to have a file missing.

native dragonBOT
#

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

amber jackal
native dragonBOT
#

Log Info: SMAPI 3.15.1 with SDV 1.5.6 (build 22018) on Windows 10, with 17 C# mods and 11 content packs.

amber jackal
#

it looks like the only error to me :)

stark cypress
#

Hmm... it's saying you're missing a file. Reinstall SVE, or ask in the SVE discord?

amber jackal
#

okay thank you so much i'll give it a shot!

#

it's working now thank you :D

zinc canopy
#

hmm

#

This is happening to me after the 2nd upgrade

lament prairie
#

You're probably using a house mod from before 1.5

#

Before 1.5, beds were not portable

mighty salmon
#

ok soooo long question:
i want to make a stardew valley multiplayer four corners farm with 4 other friends but i want to split a corner with someone. the problem is the fact that just 4 of us have the game and the 5th will get it later. is there a way when i join to be in the newly built house, not in one from the unclaimed house from the corner? (using infinite cabins mod)

lament prairie
#

Maybe try demolishing that cabin? And then putting it back later

#

the one you don't want to end up in

mighty salmon
#

that might actually work thanks!

zinc canopy
#

hi again hehe

#

this happens with an object in the mod love of cooking

#

but when I search for an object called like that in the json I don't find anything

shell jackal
#

Yah a couple of recipes are labeled like that

zinc canopy
#

Is there something I can do?

#

I would like to change the name

shell jackal
#

Edit all the recipe files with correct names. Looks like maybe all 35 of them are like that

#

Might have been a way to prevent same name errors

zinc canopy
#

for what I see it's only that one

zinc canopy
shell jackal
#

Really? The ones I am looking at are like that.

#

It's under assets > NewRecipesPack > Objects

zinc canopy
#

where I can find that?

#

I'm looking in i18n

shell jackal
#

It's in the assets folder

zinc canopy
#

awdawdawd

#

I'm dumb

zinc canopy
#

because all the other ones have the same thing and they work just fine

shell jackal
#

Oh. I'm not sure.

lament prairie
#

Instead of going through an editing the internal item names

#

Editing the internal item names seems fragile and risky

#

I'm not familiar enough with LoC to say exactly what i18n format is needed but you can probably mimic the other items

digital pike
#

i asked this earlier but got busy so couldnt provide a screenshot but basically the game is closed but i still see this terminal file open?

lament prairie
#

If it asks if you’re sure say yes

digital pike
#

so its ok to press terminate?

lament prairie
#

Yes

digital pike
#

ok thanks!

shell jackal
native dragonBOT
#

Log Info: SMAPI 3.15.1 with SDV 1.5.6 (build 22018) on Windows 10, with 96 C# mods and 468 content packs.

gaunt gust
#

somewhere in that nine million JA mod you have

shell jackal
#

xD Okay. It looks like it's a shirts mod so that at least narrows it down

zinc canopy
#

But there isn't anything wrong in the files

#

At least not in the names, that's whats throwing me off

lament prairie
#

Hmm

shell jackal
#

I found the mod, and now I see why I never had the error before. It requires PyTK and I removed it. Must be HiRes shirts in which case I will just toss them

lament prairie
#

You can probably convert to fashion sense if you care

#

FS has some kind of scaling property

shell jackal
#

Meh, I can live without them. I have plenty of others. I might have a teeny tiny JA mod problem

#

Also, question about CP. In terms of recolors, does the rule about "the last mod that loads is the one applied" still work?

lament prairie
#

Yup

#

!loadorder

native dragonBOT
shell jackal
#

Looking at the mod page and the preview image, it looks like a problem with the map anyway. Not a recolor. Oh well

inland quail
#

Does anyone know if the deep woods mod is compatible with sve last time I downloaded it it crashed my game and I don’t rlly want it happening again 😂

shell jackal
#

I don't use SVE so I can't say

flat coral
#

hello! i was wondering if anyone knew why this error was occurring?
i dont think grandpa's farm (from sve) is affecting the greenhouse at all? or is it?
here is the mod that is interfering with grandpa's farm: https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/page-44#post-28822

jolly gust
#

hi! is there a mod for the hill space behind joja mart? like, a mod that could decorate it or make it look less empty?

odd light
#

i figure here’d be the right spot,,,, would i need a new save to transfer from sve to rsv? or?

junior seal
junior seal
jolly gust
#

not too interested in playing sve quite yet, still experimenting with mods rn :> but ty for the suggestion!

ornate tide
#

theres a few mods that put on there I think, I dont really remember but theres a candy shop mod, a bathhouse, and one that redesigns the town (stardew reimagined iirc)

ornate tide
flat coral
#

i have the greenhouse set to false in grandpa's form content.json
@junior seal is this what you mean?

ornate tide
#

that seems to be the configschema and not the config.json

flat coral
#

its turned off in config as well but it still has the rror

shell jackal
#

Do you want the objects removed? Or no?

junior seal
flat coral
#

thank you!
and i want to turn off everything related to the greenhouse in grandpas farm

shell jackal
#

Then I think you want that set to true. To me, true means it will remove them. False means they will stay

elder flame
ornate tide
#

the mod compat list only tracks C# mods but yes that interface works! It might have some missing pieces but nothing too jarring

elder flame
#

thank you!!

somber prism
severe patrol
#

i've had an issue with some items (specifically the daggerfish from sve) not showing up in collection even though i've caught it multiple times does anyone know how to fix that

zinc canopy
#

is there a way to get all the cooking recipes

#

so I can test smth

shell jackal
#

Vanilla ones or...?

wintry venture
#

Hello.. i need help, i haven't played the game in a while and today i tried to launch it and it simply wont work, i can see the cmd box open for half a a second and then close immediately, i tried updating smapi and still, nothing changed.. maybe this isnt a problem with smapi itself but please, if anyone had this same experience i would gladly take any advice on how to proceed cuz right now i have no clue what could it be

zinc canopy
shell jackal
#

I know of a mod that will let you buy the vanilla ones, but in terms of JA ones I have no idea

zinc canopy
#

hmm

ornate tide
#

debug cooking

#

in the smapi terminal

native dragonBOT
#

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

zinc canopy
ornate tide
#

yeah sorry, I forgot to reply

zinc canopy
#

don't be sorry I'm just dumb

#

and ty to both of u

wintry venture
ornate tide
#

hmm.. when was the last time you played?

zinc canopy
ornate tide
#

thats normal, can you check if you have any recipes?

wintry venture
ornate tide
wintry venture
#

tysm, ill take a look

frank sand
#

Hey! If I have a question about modded game crashing can I post them here or is there a better space?

ornate tide
#

This is the correct spot yeah

ornate tide
#

Thats weird but also why do you need all the recipes?

frank sand
#

Awesome! My friends and I have been playing a modded game all the way to the luau with no issues and then all of a sudden every time we got to sleep the game crashes. This is the only log my friend sent me after the crash so its all I have. Not sure if its enough but I also have no idea what any of this means and thought Id see if someone else could help

robust bison
#

!log for both of you

native dragonBOT
#

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

zinc canopy
#

and the names are wrong they appear like blueberry.cac.something

ornate tide
#

Something is wrong with the i18n then, have you already tried reinstalling love of cooking?

zinc canopy
#

yes

ornate tide
#

is it only specific items? or every single modded one from it?

zinc canopy
#

I think it's only modded ones

#

but to check I would have to have the recipes

lament prairie
#

Can't really say why

#

It's pretty buggy in general

frank sand
native dragonBOT
#

Log Info: SMAPI 3.15.1 with SDV 1.5.6 (build 22018) on Windows 10, with 40 C# mods and 18 content packs.

robust bison
#

I pray everyday for 1.6 to come early

frank sand
zinc canopy
#

I found a way to get all recipes

wintry venture
#

I have another question, since i havent been active on mod stuff, Pytk broke?

outer turret
#

Pytk still works

lament prairie
#

it's not broken but it is suffering performance issues

#

it also isn't super stable as the author seems to be inactive and it's unlikely other people will step in to fix bugs due to the difficulty of fixing/maintaining

wintry venture
#

oof- from what ive seen, the lag to load mods have become very noticeable? i thought it was just my pc but since most of my gameplay mods use pytk this would make more sense

lament prairie
#

it does affect load times, at leadt for a large fraction of users

#

some users see less impact, itr's a bit variable

outer turret
#

Mine adds 30 secs or so

wintry venture
#

now thats something to worry in my case, as the load time was already pretty unstable

keen pier
#

Need help on this part.

#

Somehow did everything but still like this.

vale oyster
#

I am a complete noob when it comes to installing mods. As far as I know, I have downloaded everything correctly on my macbook. I just don't know how to get it to run on the actual stardew valley game itself. Could someone please guide me on what I've been doing wrong?

lament prairie
#

no need for SAAT

#

!androidmods

native dragonBOT
lament prairie
vale oyster
lament prairie
#

!gettingstarted

native dragonBOT
lament prairie
#

Detailed guide linked here w screenshots

keen pier
#

May Instead ask for the exact link of the SVE you know were android compatible??

serene crow
#

If I want to play Stardew Valley on PC and I want to slap mods on it as much as I want, does anyone have an estimate of how much I’d have to save up to have a PC that can handle it?
I’d also be wanting to learn to make mods myself, so the PC needs to be able to do that smoothly as well

robust bison
#

depends

#

are you looking for a desktop or laptop

thick tundra
#

just got back into modding SDV, not sure what i did wrong? downloaded everything nexus had as a requirement.

#

i know it says a file is missing but i don't know from where.

stark cypress
#

In the SVE folder, there are several submods/component mods. It seems like the Content Patcher component is not loading for some reason, and those mods relying on it therefore can't load.

#

!log

native dragonBOT
#

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

thick tundra
native dragonBOT
stark cypress
#

I don't see SVE at all in the loaded mods.

plucky oyster
#

I'm having an issue here and I have no idea what is causing it to occur. Does anyone understand this?

stark cypress
#

!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 prairie
thick tundra
#

.<'

#

Apparently i forgot to actually download SVE

stark cypress
#

Whoops! That explains it.

plucky oyster
#

Everytime I try to upload my log the whole website crashes.

stark cypress
#

How big is the log file?

plucky oyster
#

I followed the instructions, but the second I try dragging the file it just goes pfoop.

#

It's..

#

192.3 MB? I think?

stark cypress
#

!logtoobig

native dragonBOT
stark cypress
#

The really key parts of the log are usually at the top and bottom-ish.

keen pier
#

Sigh.

lament prairie
#

it's...maybe compatible with android, sort of?

#

seems to be sad here though

keen pier
#

Yep.

#

If I get pissed I'll rewrite and customize my own SVE instead.

lament prairie
#

No, it's for PC

#

On mobile SVE uses TMXL

plucky oyster
#

Do I just highlight over the issue I'm having or do I highlight all of it to the bottom of the problem?

lament prairie
#

Ideally you go from line 1 until after 5 or so big errors that continue for the rest of the log

#

I'm assuming your log starts with like, 5% of the log being useful stuff and then continues on with 1000s of repeat errors

#

(This is fairly typical of large logs)

plucky oyster
#

Yeeahh, that's what I have, it just repeats.

#

I think it either has something to do with the Cowboy mod or Lavril because both of them are ones that happened during the day I was playing on and then lagged to a black screen when I went to sleep.

#

I think it's most likely the Cowboy one, but I don't know what's causing it, ya'know?

#

I'll try and do the log again.

lament prairie
#

a log should give some clues, yeah

keen pier
#

So looks like I can't do SVE until a felow android user guides me to a proper SVE installation.

gaunt gust
#

not that, sorry, getting the right link

lavish marlin
plucky oyster
#

Is there a way to select all above via Mac or do I have to drag and highlight it all by hand? Because if I have to do that then I might be scrolling for about 30 minutes.

lament prairie
#

Are you in textedit?

plucky oyster
#

Yep yep!

lament prairie
#

I think you can place the cursor down where you want, scroll to the top, and shift-click

plucky oyster
#

Oh my god, I love you, thank you so much

#

Have never been so stressed out in my life over a game

gaunt gust
#

you can also tail or head the file

plucky oyster
native dragonBOT
#

Log Info: SMAPI 3.14.6 with SDV 1.5.6 (build 1.3.37.0) on macOS Unix 11.6.8, with 86 C# mods and 117 content packs.

plucky oyster
#

Tail or head? What's that?

gaunt gust
plucky oyster
#

Ah, well, frick, so I am gonna have to get rid of the Cowboy mod.

#

I had a feeling it was that, it requires animal produce expansion in order to work and I wanted it for the animal skins and the additional animals.

worn tinsel
#

Hi 👋 I am trying to get SVE for my mobile device but I'm having issues with TMXL Toolkit, the version I am supposed to download is crashing the game 🥲

#

Wait I may have figured it out 😃

plucky oyster
#

Yep, I have to get rid of it, alrighty, thank you all for the help! <3

outer turret
plucky oyster
#

I have no idea how to add skins to things, ha! I struggle to add portraits as is.

hidden falcon
#

i got stardew valley from xbox i have it downloaded but it wont load mods how can i fix it?

ornate tide
#

!gamepasssmapi

native dragonBOT
hidden falcon
#

i did all of that

ornate tide
#

hmm

#

game pass is finicky

#

.q 5906

devout pumiceBOT
#

[#5906] "So, I realized where I messed up, I have restarted a few times and it is working consistently now. Following the steps on the wiki, I made a copy of the API file and renamed that and tht was when it wasnt working. All I actually changed was that the actually API file i renamed to Stardew Valley before making a copy to use as a shortcut. There was also 2 seperate files labeled just Stardew Valley both of which I changed to Stardew Valley - Vanilla . When these 2 things were done in tandem it began to function properly. Just wanted to put out there what actually worked in case someone else comes across it." - @celest lagoon (26 Mar 2022 @ 04:52:53 AM UTC)

ornate tide
#

well not just gamepass, xbox in general

hidden falcon
#

its working

#

but

#

it even reads the mode

#

but dont open the mode

ornate tide
#

oh

#

!log

native dragonBOT
#

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

hidden falcon
#

@ornate tide Thank you it work.

south idol
#

Still looking for any potential help for screen tearing in full screen / borderless windowed!!!

midnight sleet
#

hello i’m thinking of installing a mod that turns the junimos into little kirbys <3. I’ve never installed a mod before so i don’t know what to do, and i’m worried it might create some problems i wont know how to fix

native dragonBOT
dire fractal
#

start here with installing Smapi and afterwards the necessary frameworks (probably Content Patcher) for your Kirby Mod.

midnight sleet
#

thank you so much <3.

vital needle
#

if that doesnt work, try alt+tab and configure game settings

south idol
#

I've turned on/off vsync in SDV, nvidea, tried on fullscreen and borderless

#

none of that helps

ornate tide
#

Has it always been there? (meaning vanilla stardew)

south idol
#

I'm not sure as I've never played it on this PC

ornate tide
#

Hmm..

#

When did it start?

south idol
#

I installed / updated my mods from the get go so I don't have a reference point

ornate tide
#

!startupref The only thing I can think of is this right now

#

missed a p

#

!startuppref

native dragonBOT
#

If your resolution is messed up try deleting startup_preferences This can be found on Windows at %appdata% > Stardew Valley > it's in that folder, or C:\Users\Yourwindowsnamehere\AppData\Roaming\StardewValley or for Mac can be found at ~/.config/StardewValley To get here you'll want to go to your desktop, then in the menu bar select Go -> Go to Folder...

south idol
#

Hmmm yeah I'm not sure, my resolution isn't the issue, it's just tearing in borderless & fullscreen

#

But I'll try it

ornate tide
#

oh yeah startuppref doesnt make any sense, it can sometimes crash people on 2 monitors and other things. The resolution thing is just a common issue

south idol
#

My resolution is 2560 x 1440 and I also have a 1920 x 1080 monitor which is my 2nd monitor

wraith shuttle
#

I don't think meat is showining up in the itam spawner

ornate tide
#

Do you have a mod that adds meat?

wraith shuttle
ornate tide
#

!log

native dragonBOT
#

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

wraith shuttle
native dragonBOT
#

Log Info: SMAPI 3.15.1 with SDV 1.5.6 (build 22018) on Windows 10, with 35 C# mods and 27 content packs.

wraith shuttle
#

I saw a problem that's not the matter at hand.

ornate tide
wraith shuttle
#

okay

#

04:51:20 ERROR SMAPI These mods could not be added to your game.
04:51:20 ERROR SMAPI - Artisan Valley Machine Goods 3.0.21 because it requires mods which aren't installed (mizu.flowers, paradigmnomad.morefood, ppja.fruitsandveggies, ppja.moretrees).
04:51:20 ERROR SMAPI - [PFM] Artisan Valley 3.0.21 because it needs the 'Artisan Valley Machine Goods' mod, which couldn't be loaded.
04:51:20 ERROR SMAPI - Fresh Meat 3.0.3 because it requires mods which aren't installed (ppja.fruitsandveggies).
04:51:20 ERROR SMAPI - [CP] Artisan Valley 3.0.21 because it needs the 'Artisan Valley Machine Goods' mod, which couldn't be loaded.
04:51:20 ERROR SMAPI - [CP] Romanceable Rasmodius SVE because it contains files, but none of them are manifest.json.
04:51:20 ERROR SMAPI - [MFM] Artisan Valley Letters 3.0.21 because it needs the 'Artisan Valley Machine Goods' mod, which couldn't be loaded.
04:51:20 ERROR SMAPI - [MFM] Fresh Meat 3.0.3 because it needs the 'Fresh Meat' mod, which couldn't be loaded.
04:51:20 ERROR SMAPI - [MYC] Fresh Meat 3.0.3 because it needs the 'Fresh Meat' mod, which couldn't be loaded.
04:51:20 ERROR SMAPI - [PFM] Fresh Meat 3.0.3 because it needs the 'Fresh Meat' mod, which couldn't be loaded.
04:51:20 ERROR SMAPI - SMAPI 3.15.1 installer because the SMAPI installer isn't a mod (you can delete this folder after running the installer file).
04:51:20 ERROR SMAPI - XtardewMobileEvents 0.1.0 because it requires mods which aren't installed (aedenthorn.MobilePhone, aedenthorn.MobilePhone).

ornate tide
wraith shuttle
#

Thanks

dire fractal
#

hi i need help with a mod

neat plaza
#

what is it

dire fractal
#

im using a cambo of multiple mods but this one has issue

dusty spruce
#

You downloaded the mod’s code

dire fractal
#

the original version was outdated and link got me to this one but yeah. . .

#

ok?

neat plaza
#

you downlaoded the code not the release (prob)

red chasm
#

pls help, i cant install smapi

dire fractal
#

how do i find release?

neat plaza
neat plaza
dire fractal
#

yes

neat plaza
#

where it says releases

dire fractal
#

?

neat plaza
dusty spruce
#

"compile it then" is super unhelpful in this case

dire fractal
#

visual studio?

#

thats what internet search point to

neat plaza
#

wait thats
3 years old, it probably wouldnt even work?

dire fractal
#

lmao didint even notice

#

well anyone have a link or way to skillprestige ?

neat plaza
#

does walk of life have it?

dire fractal
#

idk

#

k seems it has prestige

#

but I aint sure if it will work with my other mods will try

#

might work

#

anyone have latest version of ui info suite 2?

ornate tide
#

!uiinfosuite

native dragonBOT
dire fractal
#

thx

neat plaza
#

platform?

dusty spruce
#

Android

neat plaza
#

android is the only other with smapi

red chasm
#

i cant find mods folder

neat plaza
red chasm
#

here?

red chasm
neat plaza
#

right click on game in steam > browse local files

red chasm
#

ok

#

thanks

dire fractal
#

so how do i compile source code with gthub app?

neat plaza
dire fractal
#

its another mod

#

it was posted 5 days ago

neat plaza
dire fractal
dusty spruce
#

this one is already compiled

#

if you open that link, it literally tells you what to do

dire fractal
#

k thx

#

honsetly im suprised all my mods run

#

i startd by just getting what looked intresting then thaught i would install whateve else i needed but sve has bassically everything u need lol

#

is there a mod that lets me take parsnip from coop houses and such

outer turret
#

bit dated, still works though

dire fractal
#

can i still pickup stuff in thoes cabins?

outer turret
#

I can't remember if you can pick them up and keep them actually, I just cleared them out

#

fairly sure that was the one I used

dire fractal
#

u can pick up everything besides seeds T-T

#

any other advice?

dire fractal
#

guess not

south idol
earnest scaffold
#

hi guys, since I added mods on my phone, a lot of images of items appeared, can I do something to fix this?

devout pumiceBOT
#

UserInfo for nickk#7330: ID: 839622558377574490 | Created: 05 May 2021 10:00:17 PM UTC | Joined: 17 Aug 2022 04:26:29 PM UTC | Join position: 150792 | word on the street: owns a coat

earnest scaffold
#

😔

earnest scaffold
#

sprites

south idol
#

Do you mean like in game though or on your phone's photos?

earnest scaffold
#

my phone's photos

hoary bane
#

Where did you extract your mod? Sometimes it does that in mobile modding.

earnest scaffold
#

the app?

#

RS file manager

earnest scaffold
gilded drift
worthy moth
#

Greenhouse mods should be safe, but if you have anything planted already then they can be misplaced in the new Greenhouse layout

gilded drift
#

I do, yeah. Community Center is complete

#

I don't think I have anything planted and if I did I haven't been inside my greenhouse for over a year, oops lol

worthy moth
#

Either way, if you did have anything misplaced, you could use NoClip to fix it

gilded drift
#

The seasonal building mod is CP and I don't think it affects the interior

worthy moth
#

Like if there's a plant out of bounds or on the ground where it's not supposed to be and you can't reach it, you can just break it as normal

gilded drift
#

Ah, gotcha

#

Thank you!

autumn pumice
#

I've become frustrated with my current farm map, but I don't want to start my whole game over, so I'm going to attempt to change it out for another one -- is there anything special I need in order to accomplish that other than No Clip, Reset Terrain Features, Destroyable Bushes and Crop Transplant Mod?

toxic sentinel
#

hello
how can i tell SMAPI were i have my new mod folder?
(i wana move it)

worthy moth
#

Are you moving your whole Stardew Valley folder?

#

Or just the Mods folder?

#

!modgroups

native dragonBOT
worthy moth
#

This might help

#

A Mod Group is basically a folder to store your mods other than the default, which is Stardew Valley/Mods

toxic sentinel
#

just the mods
thx

storm rivet
native dragonBOT
#

Log Info: SMAPI 3.15.1 with SDV 1.5.6 (build 22018) on Windows 10, with 26 C# mods and 53 content packs.

worthy moth
native dragonBOT
#

Log Info: SMAPI 3.15.1 with SDV 1.5.6 (build 22018) on Windows 10, with 29 C# mods and 48 content packs.

calm cloak
#

@lament prairie Thank you so much for helping me yesterday...i ended up having to go thru my mods one by one...i found the issue was with the Forage of Ferngil mod...i don't think that it is compatible with the latest SMAPI and CP...if i am wrong i would like to know by anyone...thank you again Elizabeth for your patience and help 😄

lament prairie
#

No problem, glad you found the issue!

odd light
#

can scarp work with sve and rsv at the same time?

lament prairie
#

yes

odd light
#

thank you!

warm mica
#

can i get some help? i just build a new shed and now my game has crashed twice

native dragonBOT
#

Log Info: SMAPI 3.15.1 with SDV 1.5.6 (build 22018) on Windows 10, with 28 C# mods and 26 content packs.

flint mantle
robust bison
robust bison
flint mantle
robust bison
#

!log

native dragonBOT
#

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

flint mantle
native dragonBOT
#

Log Info: SMAPI 3.15.1 with SDV 1.5.6 (build 21356) on Windows 10, with 12 C# mods and 3 content packs.

quiet gazelle
#

Do I need SMAPI to use SVE?

lament prairie
#

yes

#

!gettingstarted

native dragonBOT
lament prairie
#

!sve

native dragonBOT
quiet gazelle
#

ty :>

robust bison
flint mantle
#

yeah, there are my mods

#

or what am I supposed to do now?

robust bison
#

did you buy the game

flint mantle
#

I got files from a friend

robust bison
flint mantle
#

is that the issue?

robust bison
#

out of luck then

#

could be

#

but we don't help people with pirated versions anyways

flint mantle
#

I mean, he had it on steam

robust bison
#

that's still piracy

flint mantle
#

so I don't know if it's real piracy or not

#

bruh

robust bison
#

anyone else here will back me up on this

flint mantle
#

I mean, yeah, I haven't payed for the game

robust bison
#

yeah, that's piracy

flint mantle
#

Willy could be a pirate too

#

but he's retired or something

calm heron
#

sorry, but we can deny helping users with pirated versions..

flint mantle
#

I mean, it's totally understandable

#

I can't blame anyone since the rules said no piracy too

calm heron
#

if the problem was a mod, we could've probably helped, since that's not about the piracy itself. but since it is..

flint mantle
#

what if it's still the mod?

#

is there hope?

calm heron
#

uhh...

worthy moth
#

Official ruling is anyone is still allowed to help, but no one has to if they don't want to (of course), as long as you don't talk about pirating or help enable piracy

#

The rule is pinned to this channel

calm heron
#

I'm not sure what the problem is here, if it's the mod or your.. game
so not my ruling I think..

flint mantle
#

I mean, I'm not really promoting piracy

#

or if the mod's the problem, it's fine, right?

calm heron
#

I mean, if you were promoting, we would've just called the mods on you SDVpufferlurk

rose portal
#

Is it still possible to use pytk on the recent version of stardew?

flint mantle
flint mantle
#

but there must be some kind of solution regarldess of I'm having a legit copy or not

calm heron
#

and I don't know what the problem is in the first place, so you should probably wait for someone else SDVpufferlurk

rose portal
#

Wasn’t sure if there was another version of that mod that I’d need

calm heron
#

i don't use pytk, sorry

neon flint
#

does SVE need spacecore to work? I can't find any version that works

neon flint
#

is there like a forum with all the mod's most up to date form?

robust bison
#

they're all linked on SVE's nexus page

neon flint
#

Ok ty

#

For some reason it isnt working, I am downloading the 1.9.2 version so I dont know why

robust bison
#

!log

native dragonBOT
#

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

neon flint
native dragonBOT
#

Log Info: SMAPI 3.15.1 with SDV 1.5.6 (build 22018) on Windows 10, with 14 C# mods and 3 content packs.

neon flint
#

I know I need to update PyTK and TMXL

robust bison
#

well 1st, you installed SVE wrong

#

it's also not detecting spacecore at all

#

are you sure you installed it right

neon flint
#

Uh fairly sure lol

robust bison
#

show your mods folder

neon flint
#

let me follow the guide again

robust bison
#

I would also recommend reinstalling SMAPI for errorHandler and removing pytk, tmxl and CM

neon flint
#

ok

robust bison
#

spacecore isn't in your mods folder

neon flint
#

ah

#

I accidentally deleted it

#

but I cant find the latest version anyway

robust bison
#

1.9.2 is the latest version

#

on nexus

neon flint
#

oh I saw someone saying it was 1.10.2

robust bison
#

they probably meant json assets

neon flint
#

Ok I got errorHandler

#

and spacecore

low wharf
#

Hey y'all. idk if this is the best place, but a friend and I are playing modded stardew so...

#

anyway, I cannot join her game. We've played roughly 60 hours and now it's saying that there is no cabins, and I'm getting a game error

native dragonBOT
#

Log Info: SMAPI 3.15.1 with SDV 1.5.6 (build 1.3.37.0) on macOS Unix 12.4.0, with 81 C# mods and 127 content packs.

low wharf
#

anyone have any pointers how to fix this?

low wharf
#

… anyone?

#

Ive restarted my computer and internet and still getting the same game error

lament prairie
#

That's a weird error

#

It almost seems like something is wrong with the server

#

The multiplayer code is a snarly nest

#

And it scares me

#

Whatever is wrong is somewhere in the multiplayer code

low wharf
#

Oh dear

#

Take it that means theres no easy fix…

flat coral
native dragonBOT
#

Log Info: SMAPI 3.15.1 with SDV 1.5.6 (build 1.3.37.0) on macOS Unix 12.3.1, with 80 C# mods and 227 content packs.

pine zephyr
#

Can you play modded while someone in your game does not play modded or does noth need to be modded ?

lament prairie
#

!mpmods

native dragonBOT
lunar pewter
#

Hi id like to download a mod to make everything in the game look coolerkel_grin I think it was called an aesthetic mod or something

#

I’ve never used mods before so I might have a lot of questions

shell jackal
#

Are you talking a full recolor, or changing characters, or.....?

lunar pewter
#

Hmm I think a recolorhero_ecstatic

shell jackal
#

I know Vibrant Pastoral is popular. There are so many to choose from

pine zephyr
#

Is there too many mods for someone who wants to go back and play with someone they never really played before ?

#

if so which mod should I remove

lunar pewter
shell jackal
#

Just a moment

lunar pewter
#

Oo it’s so prettyKNYtanjiBlush

#

I think I’ll download it todaybasil_smile

#

Is it easy to apply the mod?

shell jackal
#

Download, extract, paste into your mods folder. Have you downloaded and installed smapi yet?

lunar pewter
#

Nope, I’m not at home yetkel_chill I’ll do it when I get back tho

shell jackal
#

Okay. If you need help with smapi just ask here

lunar pewter
#

Alrightyhero_ecstatic thanks!

pine zephyr
#

Amariel what do u think ?

odd light
#

my games been sort of fluttering frames? you could call it since installing sve, would i be able to uninstall it and continue on my save?

lament prairie
#

to uninstall SVE: make sure every modded item is sold/not in storage

#

Make sure you are not married to any SVE NPCs

#

Uninstall and you will get a warning from SMAPI about removing NPCs

#

This is fine, just play a day and save to remove them

#

It should be fine after that—if there are errors, post a log here