#archived-modded-support

1 messages ยท Page 1030 of 1

slim atlas
#

I don't know if they do at this time. There's only two NPCs in it, and one of them I've only seen in his room, the other one I haven't seen at all.

outer turret
#

my guess is there's something else linking to zuzu

#

but let me see

#

ah sewer maybe?

slim atlas
#

I know they have an edit for a warp in the sewer.

outer turret
#

Okay, here's my theory!
What's happening is that characters are trying to access the Forest but instead of the easy, usual route, they are being redirected through a convoluted array of maps possibly: BusStop > Desert > Zuzu > Sewer > Forest.

slim atlas
#

(I think it's the only Vanilla map I can find an edit for in the content.json)

outer turret
#

this is why we can't permit pathing through the sewer...

slim atlas
#

So I should save a copy of the content.json, delete the sewer warp, and see what happens to the NPCs?

outer turret
#

to fix it, they need to use a PYTK warp like LoadMap at some point in the circuit (probably sewer) to make it a one way path.

slim atlas
#

Or will that just break things in a different way?

outer turret
#

see if you can follow them maybe? when someone disappears into the bus type "debug where" and their name

#

or type "debug wtc" their name and it'll warp you to them and you can stalk them

slim atlas
#

Oh. That I can do. Delores vanishes at like 6:30. Super early. Just gotta wait for the game to load.

#

Which takes time with 563 mods.

outer turret
#

it would be absolutely okay if there wasn't an NPC only warp from bus to desert

slim atlas
#

2 of which did NOT need updates 90 minutes ago when I started playing...

#

(Custom NPC Fixes is not one of the ones that suddenly needs fixes, for the record.)

outer turret
#

ive got about 11 that need updates but they're mostly just little things

slim atlas
#

I figure they're usually little things but hate the warnings, so update eveything always. Except one that I ought to adjust the manifest on (optional file is many versions behind the main file, so constantly thinks it needs an update).

outer turret
#

and my mods are so heavily edited I CBF

slim atlas
#

Are the quotes required for the debug commands?

outer turret
#

oh I should remove the update info from Life Cycle now

#

and no they are not

slim atlas
#

Thanks. I haven't tried them before.

outer turret
#

they're awesome when trying to locate missing NPCs

#

hmmm, this could be a fun Wiki article. The dangers of circular routes

#

maybe I should install DTZ just to experience it

#

(I had Cam walking through Grampleton Fields to access East Scarp when I was sorting out compatibility there.)

slim atlas
#

Maybe. Most of the NPCs should go into the city not the forest, so not sure if that messes with the circular route theory).

#

Cam is the one I haven't found yet.

vernal crane
#

Any advantages i get on sve joja route

outer turret
#

they're not released - they're my "use them to test stuff" NPC

#

Delores heads to forest

vernal crane
#

Instead of reaching the island earlier

slim atlas
#

Oh. I was thinking Cal for DTZ. My mistake.

slim atlas
vernal crane
#

@slim atlas you look like a discord mod don't take this too serious this is just a joke btw

#

Oh okay

slim atlas
vernal crane
#

Also just reached island on summer 1 year 2 on my sve save

slim atlas
#

Martin also never comes out (seeing as his pathing is much the same as Claire's, not a surprise).

outer turret
#

it sounds extremely messed up

slim atlas
#

But I'll start with following Delores, then go from there.

#

(Because she shows up earliest.)

iron sky
#

am i not supposed to see myself on the map on sdv expended

outer turret
#

not when you're on your farm

chilly swallow
#

sneaks another Lemur hug

outer turret
#

HUGS

chilly swallow
#

yaay ๐Ÿ˜„

outer turret
#

I was almost through playing a day when I crashed the game trying to do a patch export. Sighs

chilly swallow
#

x.x

slim atlas
#

Well, you called it on the desert bit, at least for Delores.

#

She's not moving from there, but she's just standing in the door of the us in the desert.

#

After going through some map called the Custom_DayEnd_WarpRoom

#

@royal echo Can confirm resolution on Preexisting Relationships (as the guy who reported it on Nexus, this is the first save I've actually successfully selected Aspen)

royal echo
slim atlas
#

And no errors loading CPA and Grampleton either.

royal echo
#

I'm just the guy collecting the updated mods, chronologically.

#

So barring any regression, just go to the releases page of my repo and grab the latest.

slim atlas
#

Well, you definitely called it @outer turret There's just a pile of NPCs in the door of the bus in the desert right now.

outer turret
#

screenshot?

royal echo
outer turret
#

you want me to talk you through editing the map?

vernal crane
#

I checked the joja route for sve and looks like joja has more content than cc

#

I paid them to take my player's soul

slim atlas
outer turret
#

actually, we can probably do it without editing the map. Give me a moment

slim atlas
royal echo
#

LOL ๐Ÿคฃ

slim atlas
#

And Kenneth is wandering through the desert! I've given chase for him to stop dead at a wall...

#

I really wish Steam would save Screenshots in an easily findable place.

outer turret
#

this should rewrite the sewer tunnel exit so it no longer exits to the sewer : { "Action": "EditMap", "Target": "Maps/Custom_DTZ_ZuzuCitySewerTunnel", "MapProperties": { "Warp": "43 3 Custom_DTZ_ZuzuCitySewer 16 44" } },

iron sky
#

only on places that alr exist

slim atlas
#

I'm assuming that replaces the part that current edits "Maps/Sewer"?

#

Or does that get added in?

outer turret
#

just add it

#

and this one: { "LogName": "Adds warp for player but not NPC", "Action": "EditMap", "Target": "Maps/Custom_DTZ_ZuzuCitySewerTunnel", "MapTiles": [ { "Position": { "X": 11, "Y": 131 }, "Layer": "Back", "SetProperties": { "TouchAction": "LoadMap Sewer 8 3" } } ] },

#

sets a new warp that only farmer can access

#

Now, note that I have not tested this (Althoguh the code is taken from East Scarp and altered accordingly) so I cannot be 100% certain it will work.

#

you may want to edit the Maps/Sewer one similarly, to avoid the warp still working the other way

#

I use this code on the entrance to the DeepDark and Sea Cave to avoid the circular route issue

slim atlas
#

Well, saved a copy so it's easy to replace. Added those two in. Not sure of coordinates for the sewer one, so not messing with that...yet. Now we save and wait 20 minutes for the game to load.

outer turret
#
            "Action": "EditMap",
            "Target": "Maps/Sewer",
            "MapTiles": [
                {
                    "Position": {
                        "X": 8,
                        "Y": 2
                    },
                    "Layer": "Back",
                    "SetProperties": {
                        "TouchAction": "LoadMap Custom_DTZ_ZuzuCitySewerTunnel 11 130"
                    }
                }
  ]
},```
#

if this works I should probably send it to Harv

slim atlas
#

Well, that's a no. Getting errors while loading. Will close and upload log as soon as it finishes the load process.

#

(Now, I of course don't know if I added the code wrong or if it just doesn't like it.)

outer turret
#

oops I think I missed the closing brackets

#

probably fixed it now?

#

sorry about that

#

(in my defence, the one I was copying off had two tiles I was adding not one)

slim atlas
#

Your miles ahead of me regardless. But if I understand, what happened was effectively an open-ended command with nothing to tell it to finish acting?

outer turret
#

yup

#

I forgot to close the... array?

slim atlas
#

Confirmed that was the cause of the error. Now I load my save and see what happens to Delores.

#

If I can get things to load at all. No crashes, just nothing, and no signs of anything in SMAPI either. Shutting it down and trying again.

left marsh
#

ok so uh; seem to be having some kind of issue, gonna see if i can find what's causing it first

#

!log

native dragonBOT
#

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

outer turret
#

I

#

I'm going tot ry testing this too MAverick. Mightmake a blog post out of it

#

ha this is me typing on an actual keyboard. Worse than the laptop keyboard.

slim atlas
#

Almost finished loading here, so will let you know how it looks for me and my 560+ mods.

#

(Which is really probably more like 180, considering how many mods have multiple folders and get counted more than once.)

outer turret
#

oops mine was fine cos I forgot to get the Walk to Desert Redux

#

(had the original one)

slim atlas
#

I'm in. Now I wait.

#

Promising start - Delores has wandered along her normal path. I should have slowed down TimeSpeed for this.

#

Or rather, sped up.

outer turret
#

hmm they seem fine on mine

slim atlas
#

Kim and Kenneth also good. So that's three NPCs from three separate mods behaving as expected now.

#

Oh, I know why it's not broken for you.

outer turret
#

looks like the zuzu warpis broken for me

slim atlas
#

There's a warp in WTTDR that has to be edited to actually get to Downtown Zuzu (they changed map names in the last update)

#

I have a comment on that mod about the fix.

outer turret
#

yeh I just found it

slim atlas
#

And Claire from SVE also working.

outer turret
#

which map is it?

left marsh
#

hopefully updating a few of my older mods worked but the long loading screen isnt giving me much hope

slim atlas
# outer turret which map is it?

C/Ping my nexus post - This is fixable relatively easily - In the content.json in the [CP] WTDR folder search Custom_XxHarvzBackxX_ZuzuCityFreeway (open the .json with Notepad, at least that what I use). There are 6 instances of it all together. Replace each instance with Custom_DTZ_ZuzuCityFreeway and save the file. Needless to say, backup the content.json just in case, but I updated mine and it now works and I can get into Downtown Zuzu.

left marsh
#

m. just made the error smaller

outer turret
#

thanks. Right now to watch everyone walk into nowhere

shy orbit
#

Duplicate object: Bourbon just added by [JA] ExoticAnimals, already added by Artisan Valley Machine Goods! incompatibility between those mods @left marsh

left marsh
#

oh

shy orbit
#

can be solved by either removing one of the mods, or removing the Bourbon object from either of them

left marsh
#

ok; sent the JA EA bourbon folder to the bad bin, hopefully my game no longer dies on impact

slim atlas
#

All right, I've hit the "need to be up in 7 hours and need some sleep" point of the night - @outer turret Thank you very much for the assist. I know you're playing with it now, so I'll let you update Harv (since you speak modding and I really don't).

outer turret
#

no worries! Looks like someone hat Kenneth do something similar too

#

also Smapi is really grump at Karmylla'smaps

left marsh
#

WE HAVE SUCCESS! pogu PogU

outer turret
#

haha mine are walking through teh desert

left marsh
#

time to make a real farmer rather than rng'ing one up for testing purposes hyena_smile

dire fractal
#

hi i dont know if anyone is using daisyniko tilesheets but i'm using it with her farm and it doesnt appear can someone please help i'm desesperate ๐Ÿ˜ข

slim atlas
outer turret
#

I jsut downloaded it. Delores is in the sewers now

#

this is quite the morning work out

slim atlas
#

Ooooo. She never made it there for me, but that might be because of SVE edits to the Desert messing up routing further.

outer turret
#

we could calle it a feature

slim atlas
#

When her and Kenneth wandered into the desert, they both just hit the corner of a wall and stopped.

outer turret
#

we are now joined by a golem and a ghost

slim atlas
#

?

#

More NPCs I don't know?

outer turret
#

haha no monstersin the sewers

slim atlas
#

Oh.

outer turret
#

i gave myself infinite health otehr wise I might not survive this. Delores seems nonplussed

#

im glad I've got Mike to follow as these are a maze but hewouldn't lead me wrong

slim atlas
#

Ah. I haven't been in the Zuzu sewers yet. No idea what they are like. And who's Mike?

#

Oh, college boy NPC? I haven't downloaded him yet.

outer turret
#

now Jasper is in teh sewers

#

No Jasper! Don't go there!

#

well that was fun. Good screenshots too

quaint bay
#

Anyone can help me? My game keeps crashing everytime I hold a fence(s) even if I don't have any CP for fences, I do have a recolor for the whole map on and I also have SVE

shy orbit
#

!log

native dragonBOT
#

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

quaint bay
#

like this?

shy orbit
#

you need to copy the url from the top of the screen after the text Share this link to let someone else see the log:

quaint bay
#

It said the page was not displayed because the request entity is too large.

shy orbit
#

might be that the log is too big i guess or that there is a temporary problem with the log site

#

can you upload the log here as an attachment?

quaint bay
#

Sure but won't the file be too large to upload it here?

shy orbit
#

well if it's too big then it's too big

quaint bay
#

wait nvm

naive drum
#

might be a missing xnb

#

!xnb

native dragonBOT
shy orbit
#

Duplicate object: Crรจme Brรปlรฉe just added by Even More Recipes for JsonAssets, already added by Even More Recipes for JsonAssets!

uneven moat
#

hey vibel

shy orbit
#

deleting even more recipes and reinstalling it should fix that @quaint bay

uneven moat
#

@shy orbit ?

shy orbit
#

hm, what's the issue?

uneven moat
#

i cant forge my weapons they fall under the tool category like my galaxy sword it doesnt say sword level 13 it just says tool

shy orbit
#

ah right. unfortunately i have no idea

uneven moat
#

:/

quaint bay
naive drum
#

if you got that number from validating your local files steam has already gotten it back for you

#

otherwise

#

!reset

native dragonBOT
outer turret
final patrol
#

fellow dewers, how many of you use grandpas farm (if you use SDVE) and do you know if its possible to change the farm map in saved game? Finding it difficult to get any inspiration on layouts etc

glacial briar
#

I don't use it, but have heard multiple problems if you don't follow the instructions exactly for switching midsave (and even then it can end up with weird bushes)

final patrol
#

yeh sounds difficult. Theres plenty of immersive farm 2 layout ideas floating around on the web but none for grandpas farm

#

well not difficult but potentially messy

shy orbit
#

reset terrain features should solve problems with trees and bushes. then i guess the only other problems that can happen are related to what you have built or placed on the map?

#

or well, the SVE farm maps have the special shed and i'm not sure what kind of problems that could cause if you switch from them mid-save

jagged mountain
#

Maybe out of context a bit but grandpas shed will still be in game even if you choose to not use grandpas farm, itโ€™s south of bus stop SDVpuffersquee thumbsup

#

If the reason you wanted that map was grandpas shed

final patrol
#

yeh grandpas shed would be nice to keep!

#

not super essential though

#

do either of you use any modded farm maps?

#

and if so do you have any reccomendations? ๐Ÿ™‚

shy orbit
#

yeah, it just seems like the relocation could cause some problems. but i don't know

glacial briar
#

Depends on what kind of map youw ant. I like small ones with waterfalls, for example, and am currently playing on a map that suits me very well for that.

#

A lot of people here like BIG maps for all their modded crops or extra animals.

final patrol
#

mmmmm thats a good point, i feel like 50% of time surronding SDV for me is trying to figure out smapi errors or glitches anyway so not too sure i wanna add to that ๐Ÿ˜†

shy orbit
#

i've used if2r for the past few games. i tried grandpa's farm too but it was too small for ppja + raffadax

#

another bigger map i had was capitalist dream farm 2, i liked it too

final patrol
#

i reckon my computer would poop its pants if i tried to run PPJA and Raffadax together ๐Ÿ˜‚ it already seems to struggle with raffadax, SDVE and RSV

glacial briar
#

Throw in East Scarp. ๐Ÿ‘

final patrol
#

i'll look up capitalist dream farm and East Scarp ๐Ÿ™‚

glacial briar
#

Fun new NPCs, not much in the way of computer lag.

shy orbit
#

i don't know if JA mods do that much for general performance

#

i think it's more SVE and RSV that would cause the performance toll with that setup

glacial briar
#

Raffadax isn't just JA but also FTM and such though; I think that would affect it?

final patrol
shy orbit
#

depends what it does with FTM. if it only spawns forage at the start of day i don't think it does much

glacial briar
#

Make sure you grab any of the recommended mods; I think Jasper comes separately for example.

#

Actually, just get anything by Lemurkat. XD Her stuff all works together.

final patrol
#

Mmm yeh, currently it takes around 8-10 min just to launch SDV, and then a few min after i've clicked a save file. Definitely slower since adding SDVE and RSV

glacial briar
#

She's obsessed with writing events for just about every possible interaction.

final patrol
#

will do ๐Ÿ™‚

glacial briar
#

Hey @outer turret , is the updated Jessie/Juliet in ES available publicly yet?

outer turret
#

no

weary hill
#

Thanks for the heads up. I know we've had to make a bunch of tweaks to keep up with changes from Nexus. I'll have to look into whats going on in this situation

final patrol
#

love that it has heart events!

outer turret
#

*he

#

and thanks!

glacial briar
#

Mr Ginger is fab, can confirm. ๐Ÿ‘ Feed him fish.

outer turret
#

he likes bugmeat and bait too

glacial briar
#

Did not know that!

final patrol
# outer turret *he

sorry didnt mean to misgender lil ol mr ginger, i was saying glad that the mod itself includes heart events ๐Ÿ™‚

glacial briar
#

....You sure this isn't like Eloise liking eggs? ๐Ÿ˜›

outer turret
#

haha that was a mistake

final patrol
#

dont mind me then ๐Ÿ˜…

glacial briar
#

(I like to think she was offended by the egg being large because she has a firm idea of how big a chicken egg should be)

outer turret
#

andNW, I was hte person who got annoyed at Ash for calling Pikachu an 'it"

glacial briar
#

I don't remember that. ๐Ÿ˜ฎ

outer turret
#

he always called Pikachu an it!

final patrol
#

oh did he?

glacial briar
#

Jessie and James would never

#

(....Did they?)

final patrol
#

Pikachu deserved better

outer turret
#

lol

#

just remember, cats are people too ๐Ÿ™‚

final patrol
#

my cat would like to remind everyone that he is infact, a king

outer turret
#

If I can get a decent sprite drawn, we shall eventually have Lady Sheba.

final patrol
#

i look forward to it!

outer turret
#

I hate "input string was not in teh correct order errors!"

glacial briar
#

Oh hey, maybe if I make an update for the cola shop I should include cat treats.

#

Or would the cats turn their nose up at them? That would be kind of amusing. They end up being liked only by Dusty. XD

#

And maybe Krobus

final patrol
#

hang on you do mods too?

#

im surronded by modding royalty ๐Ÿ˜†

glacial briar
#

Lol, if I'm royalty I can name at least four people on this server about to have a heart attack. XD

#

Now, if you want to call me royalty for the modding wiki, that's somewhat more plausible but still amusing. Flattering! But amusing.

#

(I actually have a campaign going to convince people modding is something they, too, can do! With no prior coding experience!)

final patrol
#

whats your nexus user?

glacial briar
#

(Want to learn to make a recipe.....? SDVpufferlurk )

final patrol
#

i've been meaning to dip my toe into modding but i (in typical me fashion) bit off a larger than managable sewing project

outer turret
#

well something is very very broken

glacial briar
#

Ah, I know how that goes.

#

What are you sewing?

final patrol
#

I'm making a bunch of pet beds ๐Ÿ™‚

#

my cat sadly passed away in May so i wanted to make some beds to donate to the shelter i adopted her from, kinda like a thank you to them for rescuing her

glacial briar
#

Very nice! I know how to make cat toys cats go crazy for if you want a break.

#

Awww, that's really sweet. Do they also have a place to put a pet-safe heating pad?

final patrol
#

it started off as s "oh ill just make a few.." to now me having like 10 beds haha

#

they do!

#

well

glacial briar
#

And you better get Oba's Kitty Cats mod if you haven't already.

final patrol
#

they have a zipper so that you can open the bed up ๐Ÿ™‚

glacial briar
final patrol
#

not sure where abouts you're located in the world, im in Australia. Doesnt get too cold here, no snow. Luckily the cats here are kept indoors at this shelter too

glacial briar
#

I like to keep my location a "mystery" (that isn't too hard to figure out...) so no one tells me to go to bed. ๐Ÿ˜„

final patrol
#

id love to know about the cat toys! ๐Ÿ™‚

final patrol
glacial briar
#

Just sew together two pieces of felt cut into some shape, like a flower or whatever, and stuff with not just catnip but also oak moss and that silvervine stuff. They go nuts for them.

final patrol
#

oh! interesting! I'll have to look that up.

glacial briar
#

Oak moss can be purchased at craft stores.

#

Or any other "outside" material, but that's a nice one. Bracken and such also work.

final patrol
#

i think you are over estimating craft stores here in Aus but i'll give it a crack

outer turret
final patrol
#

in SDV? or life

#

coz mood to both

glacial briar
#

DTZ problems? ๐Ÿ˜ฆ

#

I was Really impressed with your warp sleuthing earlier.

final patrol
#

i didnt mean my mood to both comment to be insensitive btw! hope it didnt come across that wat

#

way

glacial briar
#

Aw, you're good. ๐Ÿ™‚

final patrol
#

ahhh Joanns, youve just given your location away ๐Ÿง

glacial briar
#

I buy internationally, of course.

final patrol
#

Oh also i stalked your nexus page, i genuinely chuckled when i saw the "okay recipes" and "Krobus sells vinegar mods"

glacial briar
#

Through my second cousin.

final patrol
#

they look good! ya'll are so talented

glacial briar
#

Fixing the links to the wiki tutorials on those; they're out of date.

glacial briar
final patrol
#

๐Ÿ˜† i can hope

#

also love the joja blackmarket, that sounds hilarous and fun

glacial briar
#

It's getting a spinoff soon-ish(?) called ~Blackmarket Secrets~

final patrol
#

oh yeh sounds cool ๐Ÿ˜Ž

outer turret
#

its not applying the SVE patch for some reason

final patrol
#

oh lord dont tell me that, ive just downloaded that too and im yet to load the game

quiet umbra
outer turret
#

oh don't worry about me Lauren, I'mdoing somethign that's way off release

glacial briar
glacial briar
outer turret
#

its created my locations, but my NPCs don't appear to be warpable to and I am just uber perplexed

final patrol
#

that sounds.... incredibly unpleasant

glacial briar
#

Go take a break, Lemur. ๐Ÿ‘ Just because I love all your mods doesn't mean you have to work on them allll day.

final patrol
#

i get uber perplexed when smapi tells me in clear bold red writing whats wrong so i can imagine it would be next level suffering

glacial briar
#

::sends digital hot drink:: โ˜• ๐Ÿต

outer turret
#

andit keeps tellingme something is not in the correct order but I don't know what...

glacial briar
#

You're not using an SVE map with its weird extra layers, I assume?

#

That's the only help I am; knowing those cause the VOID.

final patrol
#

๐Ÿ‘๏ธ ๐Ÿ‘„ ๐Ÿ‘๏ธ i am no help just to let ya'll know in advance

glacial briar
#

It's okay, this is using mods. ๐Ÿ™‚

outer turret
#

weirdlyShearwterbridge seems not to exist

glacial briar
final patrol
#

Calcite its like you expect i know that that means. ๐Ÿ˜‚

#

toe will be a dippin' i hope in the next fortnight

glacial briar
#

As opposed to the channel making mods.

#

Ooh, what are you thinking of making?

#

Some mods are much easier than others.

final patrol
#

so many options, so little time

#

too much for this ADHD brain to compute

glacial briar
#

Ha, you'll find many, many of us modders are neurodiverse.

final patrol
#

id love to do something similar to RSV but thats a long way away

#

good to know ๐Ÿฅฐ

glacial briar
#

Yeah, starting with an expansion mod is generally not a good idea. ๐Ÿ˜…

#

Build one little thing that works, then expand from there ๐Ÿ‘

outer turret
#

well I found a billion errors and I think a warp I put in cos there was an error in the actual map at the time

final patrol
#

im known for biting off more than i can chew ๐Ÿ˜…

#

gotta find something small in the game that id like to mod and go from there

glacial briar
#

Recipes, crops, and dialog are all good places to start with immediate in-game effects.

#

NPCs are actually quite a bit of work.

#

It's also not too hard to make new hair, furniture, or outfits, though how you do it depends a little on if you're replacing existing things or adding new ones.

outer turret
#

okay I appear to have found the issue

#

Phew

final patrol
#

yeh id love to do crops, hair, clothing and furniture!

#

much to think about

#

Alright i've decided 8pm on a tuesday is a good time to go buy a rangehood globe and grab dinner so i will catch ya later

glacial briar
#

lol, have fun!

outer turret
#

I think it was a fine and replace error

glacial briar
#

Sounds like it was a not fine and replace error ๐Ÿ˜„

outer turret
#

also I feel irrationally grumpy for some reason,so sry if I snap at ppl

glacial briar
#

Aw, you weren't snappy. But go get that hot drink.

final patrol
#

oh i will, i love a good trip the the hardware store

#

i reccomend a hot chocolate ๐Ÿฅฐ

outer turret
#

if anyone wants to try and break East Scarp 2.0 let me know. Cannot guarantee there will not be brokenwarps

glacial briar
#

Hmmmmmmmm.

#

Ask me again in a couple weeks. ๐Ÿ˜„

outer turret
#

NP.

#

now off to make a chai

#

I haven't lef thte house all day except to take the trash out

glacial briar
#

Relax!

#

PS: if you also have cider (available in convenient packets!) you can do chai+cider+caramel for mmmmmm-good delish

outer turret
#

i arleady drank the cider

brittle hull
#

could anyone tell me, if I upload my log, what mod could be causing framerate drops/stuttering? I have tried the game without SMAPI, with SMAPI and no mods, and lastly with SMAPI and my modlist, it randomly drops only when the last option takes place aSDVpuffercri

#

please ignore the "debian-installation" in path, even I don't know why it's there, Steam just decided it's gonna be this way

shy orbit
#

really any c# (dll type) mod is suspect, but i would start by trying to remove anything that affects visuals

#

excluding content patcher mods i mean. if content patcher animations was having a performance impact though i wouldn't be surprised

brittle hull
#

well then, let's try with CP-A, then will go over every dll type SDVpuffersweats

#

oh yeah, how do I disable mods on Linux? On Windows it's with a dot at the start, but Unix-type systems hide folders that start with a dot

shy orbit
#

well, it works the same

brittle hull
#

oh, alright, then I just gotta use terminal to move the files

shy orbit
#

i guess it depends on what file manager you use, but usually they have an option to toggle the visibility of hidden files (might be binded to control+h)

brittle hull
#

turns out CP-A was the culprit SDVpufferchickcry

#

I liked having my stuff animated though

shy orbit
#

hm, i wonder if it's a linux specific problem. i don't remember seeing people complaining about it

brittle hull
#

could be, perhaps I need to talk with Pathos about testing it on Linux nonomothink

narrow slate
#

Hi, is there a way to instantly finish the community center? Using a mod. Or should I just use CJB or smth to spawn in items.

#

Pls tag me!

shy orbit
#

@narrow slate for testing purposes or actually on a save that you use for playing?

tribal notch
#

CJB Cheats would also work but typing debug completecc into your console is easier

still beacon
#

Help ๐Ÿ™ˆ completely new to mods, downloaded SVE but when starting a new game I donโ€™t get the option for the new farm layouts?

chrome cosmos
still beacon
#

Ohh that would make sense ๐Ÿ™ˆ๐Ÿ™ˆ

chrome cosmos
#

just make sure you only install one, you cant run both :)

still beacon
#

Which do you prefer? I still canโ€™t decide ๐Ÿ˜‚

chrome cosmos
#

its preference tbh, would you like something small (similar in size to the standard) or would you like a HUGE farm thats gonna be a challenge?

#

i personally like IFR2 because i like big farms

still beacon
#

Big farms it is ๐Ÿคฃ thank you!

chrome cosmos
#

enjoy! SDVpufferuwu

orchid fulcrum
#

Can you guys recommend mods that adds more stuff to do it game like SVE and that are compatible with each other? Please n thank you.

neat plaza
orchid fulcrum
shy orbit
#

stardew expansion probably isn't compatible with SVE (and depending on how stardew expansion handles the town it could be incompatible with ES i guess)

brittle timber
#

Ridgeside is probably the next best after SVE, and is compatible, as far as I can tell.

quiet meteor
#

about SVE, I've been wondering.. can we built barn and coops in grampleton fields?

brittle timber
#

East Scarpe has some neat things to see, but is very empty in terms of NPCs right now.

shy orbit
#

well, it has 4 at least

orchid fulcrum
#

I'll try the bug net and animal husbandry. If you guys got other recommendations please let me know ๐Ÿ™‚

brittle timber
#

Yeah, not a complete ghost town, but I think it has like a dozen buildings for four people.

#

If people are looking for more content, it's worth checking out, just as long as you manage expectations.

#

Has a lot of neat things, in terms of sewer and water stuff, and connections. Just needs to be filled out more.

shy orbit
#

yeah, there were some people working on npcs for it but apparently most of them stopped before finishing. i still like it

brittle timber
#

SVE > Ridgeside > East Scarpe, but they are all compatible. @orchid fulcrum

neat plaza
shy orbit
#

maybe i'm mistaking it for another mod or something

neat plaza
shy orbit
#

yeah, i thought it overhauled town maps and such, but i guess that mod mainly adds maps

neat plaza
#

nah

orchid fulcrum
neat plaza
final patrol
#

i removed PPJA mods a while ago due them not being updated and glitchy, but now i kinda miss parts of it haha. Does anyone know if they still work ok? Not really interested in the recipes atm due to having raffadax installed, but i miss the range of veggies and flowers

shy orbit
#

they are updated for 1.5 at least

errant hornet
#

They still work properly SDVpufferthumbsup

final patrol
#

excellent, i'll reinstall. Maybe this time i'll be a little...risky... and add the cannibas mod

#

make it a little ~spicier~

errant hornet
#

And Bonster's crops/trees/recipes ~and other mods similar to this~, too

final patrol
#

glad they still work then ๐Ÿ™‚ when i had them installed last i had missing items, and there were recipes that you just couldnt get in game so i couldnt complete it. Was annoying

#

theyre such good mods, its a shame they wont be updated anymore

quiet umbra
#

also Better Mixed Seeds... which I have learned to love

errant hornet
#

I didn't have a chance to play the update SDVpufferchickcry

quiet umbra
#

oops... was supposed to be sad face emoji

#

I plant a couple plots of the mixed seeds & find things I never would have thought to look for

final patrol
#

I wasnt too sure what had been changed with raffadax

quiet umbra
#

I guess... the basic trees & all are same, but he adds in a LOT of functionality ... uses Artisan Valley machines also, and for many of the things that just didn't work before now do for ex: I wanted to make Earl Grey tea using infusions of Bergamot oil but could not get eitherr zest or oil from the new machines... now can use alembic to get the oil for tea

#

o yes... can also make kombucha from the mushrooms now

final patrol
#

oh thats cool, i didnt realise it used artisan valley machines since its not a requirement of raff

quiet umbra
#

that's all I had time for.. so I bet there's a bunch of other stuff too....

#

no, the artisan valley machines are all from the new update

final patrol
#

oOoOooh im waiting for it to load so i can check it out ^^

quiet umbra
#

I don't guess you have to use them, but I already had the whole set

final patrol
#

exciting tho

#

understandable, i find it overwhelming having PPJA and raffa mods together since theyre both so large SDVpufferwow

prime tapir
#

!log

native dragonBOT
#

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

neat plaza
#

oo i like ur bg @prime tapir

prime tapir
#

idk what bg is?

neat plaza
prime tapir
#

ohh

#

yea lol

#

discord makes them look so low quality lol

#

also content patcher animations has that error every time

outer turret
#

@prime tapir which map are you entering?

prime tapir
#

im using the 2.0 beta

outer turret
#

Maybe half the door is loading to the wrong map. I'll have a look tomorrow.

#

Main door or side door?

prime tapir
#

I tried the main door, then i teleported to dao and entered that way but the same thing happened and then i teleported to rosa and entered through her room and the same thing happened

outer turret
#

Ah I think I forgot to change the warps on their rooms.

#

I'll fix it tomorrow. I did warn ya that some warps might be broken.

prime tapir
#

Also the entrnace to shearwater bridge was weird with sve

#

the maps didnt match

#

it tried to load the ES entrance ontop of the SVE one so there needs to be a thing that stops it from loading with sve

outer turret
#

Thanks I'll double check that. It looked okay when I ran through it myself but it was late. For the moment um stop trying to enter the broken warps they're not going to get any less broken and just post which ones they are to my server?

dire fractal
#

is anyone working on a time skipper atm

slim atlas
dire fractal
#

the nexus one doesnt work

#

or where would i go to post a bounty for it

prime tapir
#

oh

outer turret
#

I'll fix it in the morning

prime tapir
#

yea the sve version worked fine in the last version but this one doesnt

slim atlas
outer turret
#

I'm tidying up the content.json. if you can screenshot it to my server that would be cool.

slim atlas
#

The CP-A fix for Grampleton Fields is in there, along with a bunch of other mods you might have. Already confirmed last night that there was no error with the update and re-enabling Grampleton Fields (at least for me).

prime tapir
#

Thx

errant bridge
#

Is there a mod that can fix these gaps in-between paths and buildings?

jagged mountain
#

Don't think so, since the gaps are part of the texture map i think

chrome cosmos
#

yea, what i usually do to hide them is just remove them and put fences/grass/furniture to make it look even

#

i think i have a screenshot somewhere lemme find it

#

like this! :3

unreal stratus
#

C u t e!

chrome cosmos
#

thank you!! c:

runic cobalt
#

Now i want to do that

chrome cosmos
#

do it!! :3

topaz matrix
echo smelt
#

Is it possible to use mods on Xbox?

topaz matrix
#

not unless u hack it

echo smelt
topaz matrix
#

you can always mod on pc

#

or mobile

#

@echo smelt

unreal stratus
echo smelt
#

Thx

vivid quest
#

Does anyone know any good mods that change the farm like expended

#

ฤฐ dont like the expended ones

neat plaza
#

immersive farm 2 fix

vivid quest
#

Thx

neat plaza
#

ace's expanded farms

plain ridge
unreal stratus
runic cobalt
#

Now i want to use Lunna

#

But apparently, it's not compatible with mobile-

#

Does anyone know which version I should download? I want to redesign the fish

dawn mantle
#

so curious to know if nexus is p much the only place that people upload their stuff or if there's any other places I'm not really aware of

neat plaza
#

there's moddrop and naver (mainly korean stuff)

dawn mantle
#

thought naver was exclusive to korea tho

#

o rite I remember some stuff got moved to moddrop right?

#

also love your pfp โค๏ธ

runic cobalt
#

Someone know

#

Who is Boogie?

#

I want to redesign his Pearl Fish-

#

And I need permission

keen crow
neat plaza
woeful beacon
#

Okay so it turns out the disappearing NPCs (but not the disappearing doors to the to cursed/trapped lady NPCs) were somehow being caused by an unknown conflict with Downtown Zuzu?!?

#

like Isla is on the beach

#

Val is in the Forest

#

just how??

dusky canyon
#

with your log

woeful beacon
#

I "don't have access to this link"?

#

I reported it on Nexus but this would be much faster

patent torrent
#

Had a double Victor appearance during the lua with Expanded XD truly minor as far as bugs goes though kinda funny

dusky canyon
runic cobalt
#

Now just wait to be able to do it

#

(i already did the pearfish-)

woeful beacon
#

I found a link on DZ's mod page SDVpumpkin

#

its been reported

hard kite
#

hey there. is the love of cooking mod not working for me? im at year 1, 5th of summer but still havent received the pan+book. also the community center doesnt have a bundle. when would i expect to receive it?

frigid compass
#

check your config.json, and see if AddCookingMenu is set as true

shy orbit
hard kite
#

{
"AddCookingMenu": true,
"AddCookingCommunityCentreBundles": false,
"AddCookingSkillAndRecipes": true,
"AddCookingToolProgression": true,
"AddNewCropsAndStuff": true,
"AddRecipeRebalancing": true,
"AddBuffReassigning": false,
"PlayCookingAnimation": true,
"HideFoodBuffsUntilEaten": true,
"FoodHealingTakesTime": false,
"FoodCanBurn": false,
"DebugMode": false,
"DebugRegenTracker": false,
"ConsoleCommandPrefix": "cac",
"ResizeKoreanFonts": true
}

#

at least I know to change the second one to true

#

to get the bundle

frigid compass
#

I know it looks like a silly question, but do you check your mails? the book is delivered in one of them

hard kite
#

ah okay

#

its all good now

#

i had already gotten it in the mail but didnt realize that was it

#

thanks

frigid compass
#

oh lol SDVpuffersquee

frigid compass
hard kite
#

also i thought the pan was a physical item that u held

#

didnt know it was a passive

#

do i go up in cooking levels by just cooking dishes?

outer turret
#

@woeful beacon I cant explain the vanishing doors. They may be unrelated.

#

I still think its linked to how they are loaded conditionally with tmxl but I cant replicate it.

spice turret
#

HEY.

unreal stratus
#

JAMA

#

Welcome back!!

errant hornet
#

Ah, another old but new old person? Welcomeey! Selam

#

Still not old in server enough to remember you, so sorries ๐Ÿ˜ฆ

simple turret
#

I think one of my mods is freezing Shanes 4 heart event, but I dont know how to read the logs. Would someone be willing to take a look????

#

I need to buy animals but I cant enter marnies ranch

chrome cosmos
#

send a log! :3

#

!log

native dragonBOT
#

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

simple turret
#

K gimme a sec! possdance thank you

chrome cosmos
#

ALSO ENTRAPTA PFP I JUST NOTICED

simple turret
#

:0 YEA

#

here!

#

I want my bunnies ๐Ÿ˜ค

lapis void
#

something's up with your sound

#

!reset try this first

native dragonBOT
chrome cosmos
#

also the shane heart event is caused by SVE, update to the latest version it should fix it :3

simple turret
#

Oh i know theres smth up with the sound. I changed the sound files

#

Thank you tho!

chrome cosmos
#

(wait was it SVE SDVpuffersweats )

lapis void
#

yeahhh don't do that, it'll mess up your game

#

anything that replaces sound files is gonna be outdated enough that it'll seriously mess things up for you

simple turret
#

The sound wasn't sve, but I suppose updating was a good idea ๐Ÿ˜” i thought I could wait a day

#

But I havent had a problem till now. I just get tired of the same music all the time, adhd brain says no

lapis void
#

you'll be missing a bunch of new music and sounds added in 1.4 and 1.5

chrome cosmos
#

yea i just wasnt sure if the shane event was caused by SVE or something else but i couldve sworn i saw someone talk about it...

lapis void
#

why not use custom music then?

simple turret
#

Because I like the file I have rn

lapis void
#

you can convert that to custom music easily enough

keen crow
#

I just play youtube/spotify when I get tired of the in-game music

simple turret
#

Now, to update do i have to uninstall then reinstall

chrome cosmos
keen crow
lapis void
#

seriously, messing with the game's sound files is a VERY bad idea. as soon as you hit newer content you'll get crashes and your save could get corrupted

simple turret
#

Oof, okay time to get my update done

lapis void
#

i Get the adhd brain thing but yeah i just mute music and play spotify when i get like that

#

also like this is from experience, i changed my sound files too and when i went to the night market for the first time it crashed SUPER BAD

simple turret
#

Okay fine Ill change it

simple turret
simple turret
#

didn't realize it was the audio.

slim atlas
#

Audio is super fussy in this game. I once had a crash that was because my system wasn't recognizing my headphones, so the game couldn't figure out audio output.

#

(As a matter of fact, I think it was the first error I came here for.)

simple turret
#

Even just headphones can trip the game? Yeaaaah guess thats smth to be cautious of

woeful beacon
outer turret
#

yeh I tried to replicate it but couldn't... I wonder if its linked to an update I hadn't done at the time.

#

maybe if you either removed the conidtions on them or set them to edit via CP instead and see if that helped?

#

is Ulysses okay?

#

(and Dr Schnabel if you have him)

real light
#

does anybody know any QOL mods

outer turret
#

automatic gates

real light
#

thanks

outer turret
#

@woeful beacon I dont suppose you remeber what updated before they vanished?

#

It might be spacecore or something?

woeful beacon
#

Neither of those

#

yeah it looks like spacecore was updated on the 21st

#

try the old one?

outer turret
#

Maybe?

#

Something else might break

#

(Kat the optimist)

glacial briar
#

With spacecore you don't want the version just before this current update; you'd want to downgrade to 1.5.2 or so.

spice turret
#

i see shera fans omg

slim atlas
#

I am so glad I switched to 64-bit; Running last night just to test it, got through the mines and 120 levels of skull cave in the same day. Used to be if I did more than 20 floors in Skull Cave, game would OOM at the end of the day. This time, not a hiccup, and with way more mods installed.

fickle plaza
#

can anyone help me figure out what's causing the problem here/how to fix it? i started a new save and got through the intro until it was time to get off the bus, and then i was just stuck in an endless black loading screen. https://smapi.io/log/7e9195e708d14e33a39de6a03ec1474f

brittle hull
brittle hull
slim atlas
brittle hull
slim atlas
snow prism
#

!remind me in 12 hours to check if CPA caused lag when felling trees

devout pumiceBOT
#

grumbles yeah yeah fine shekurika can do. (#2991471)

chrome cosmos
#

after you do that, decide whether you wanna keep Eatums or Fresh meat, because theres a duplicate item so im assuming you can only keep one of them

slim atlas
wraith oriole
#

Hello! I recently downloaded the โ€œimmersive dialogue- Shaneโ€ mod from moddrop and Iโ€™m pretty sure that I downloaded the latest version but whenever I launch the game it says that it needs to be updated and gives me a link for the one that I already downloaded. Did I do something wrong or does it just do that?

quiet umbra
#

check on the manifest to see if it got changed to the new version number

slim atlas
#

^That. I feel like I just downloaded it and one manifest was updated and one wasn't.

topaz matrix
waxen lava
wraith oriole
#

Uhh how do I do that? xD Iโ€™m kind of new to modding. I donโ€™t even know what a manifest is

waxen lava
#

If you open up the Immersive Characters - Shane folder, there should be two folders in there - one called [CP] and one called [STF]. Go into the STF folder and double click on the manifest file. Then update the version from, hm, let me just double check real quick...

wraith oriole
#

Okay Iโ€™ll probably do it a little later so Iโ€™ll let you know if I run into any issues

waxen lava
#

...update the version to 2.5.1 and then just hit save!

wraith oriole
#

Okay will do thank you!

neat violet
#

That said, it won't cause any issues if you just leave it alone, it'll just keep popping up the message when you load. ๐Ÿ™‚

slim atlas
waxen lava
#

(Fair point, should maybe have led with that. โ˜บ๏ธ My brain just goes noooooo!! whenever things aren't perfectly ordered every minute of every day.)

slim atlas
neat violet
#

Understandable, I'd do it, but not everyones's comfortable poking at mystery files ๐Ÿคฃ

patent torrent
#

so, updating a mod (in this case SDV Expanded), do I remove the old mod and add the new updated one?

neat violet
#

Yes.

patent torrent
#

excellent

glacial briar
#

Meanwhile me ignoring a wall of purple every time I load SMAPI ๐Ÿ˜„

plain ridge
#

damn cal, living on the edge

slim atlas
#

Oh gods. Never. The wall of purple worries me. But I run 560 mods. I'd rather update them in small chunks.

#

(I am aware it's not really 560 mods, because multiple folders means multiple "mods" for the same mod. I think Downtown Zuzu alone counts as 11 mods.)

glacial briar
#

I've been ignoring updates for applications for 25 years; I'm not gonna let SMAPI be where I change.

plain ridge
#

butwhataboutbugs SDVpufferchickcry

glacial briar
#

(Before that things came on CDs and FLOPPIES and we did not update)

#

No worries, I got the bug slayer enchantment on my sword.

#

Y'all acting like updates don't introduce new bugs smdh

teal otter
#

any greenhouse mods you guys recommend? I need more space SDVpufferchickcry

royal arrow
#

I like Custom Greenhouse on nexus! It's simple and just a little bigger

teal otter
fickle plaza
#

i think wren's expanded is nice! bigger but not huge, and it's pwetty SDVpufferuwu

fickle plaza
glacial briar
#

There's the huuuuuuuge one that just came out ๐Ÿ˜„

woeful beacon
#

how do you report a problem with NPC Adventures? the comments are locked on Nexus & I'm not even sure who's maintaining it?

fickle plaza
#

iirc support for npc adventures was dropped?

woeful beacon
#

there's a new steward for the mod

#

can

#

can't remember for the life of me who though

royal arrow
#

The mod page may have a link to the code on github, there's an Issues section there

woeful beacon
#

cool

golden oxide
#

my game keeps freezing up and crashing please help

fickle plaza
#

btw, does anyone have advice on how to join the sdv naver cafe? making a naver account is fairly easy, but a lot of the cafe posts require me to verify my real name, and that's where i start to Not Get It SDVsadcat2

errant bridge
keen crow
plain ridge
#

you mean passport right ๐Ÿ˜‚

keen crow
#

Na, password to life

plain ridge
#

gimme ur naver password

plain ridge
#

there's been a lot of sve updates lately eh

#

m' boss has been saying he ain't starting it up til the mod's stable lol

keen crow
#

The made easy suites by Ericlegacy21 update a lot too SDVpufferchickcry

main ingot
#

its really complex if youre overseas so im thinking of making a tutorial on what u have to do for non kr speakers

flint matrix
#

should i be concerned that my tractormod didnt have a config file

#

oh nvm

pulsar quest
#

hey ya'll. my first time using a mod any tips/tricks?

flint matrix
#

dont break your pc with too many mods

oblique barn
#

There's no such thing as too many mods ๐Ÿ˜›

flint matrix
#

*laughs because i actually almost broke my pc with too many mods*

oblique barn
#

That's not really a thing that can happen unless your PC is really busted or it's some sort of malicious mod (of which i have never heard)

#

Because at worst, you just reboot.

flint matrix
#

3 huge mods and my pc is kinda garbage

woeful beacon
#

Going back to Spacecore 1.5.2. did not fix the problems with spacecore- or maybe they did! I wouldn't know as Json assets refused to run without the most recent version and it left the game in a horrible loop before CA could even make an appearance https://smapi.io/log/34c188e8085848288aa7897efe3a0ac0

maiden oasis
#

What are some fun/best mods to use?

#

I want to do a modded gameplay

main ingot
#

what kind of mods do you want?

maiden oasis
#

is there a list of mods by any chance?

main ingot
#

well no

woeful beacon
#

go on Nexus mods?

main ingot
#

theres a place you can download them since theres literally thousands

maiden oasis
#

Like automatically watered plants, and a tractor

main ingot
#

yeah those exist

#

go to nexusmods

woeful beacon
#

tractor is a big yes

maiden oasis
#

alr ty guys

oblique barn
#

!modrecs

native dragonBOT
woeful beacon
#

you can either get something where your person waters them, one button and the character autocompletes a chain of actions to water them all

#

or you can get something that just makes them watered

nimble abyss
#

How could I post a problem concerning a modpack?

woeful beacon
#

follow instructions^

nimble abyss
#

Thanks

oblique barn
nimble abyss
#

I am using android and SVE doesn't perform fast

main ingot
#

well sve isnt optimized for android so

oblique barn
woeful beacon
#

Seriously what are you looking for more story, new textures, trans friendly content

#

we got it all

main ingot
#

also yeah its super huge so

oblique barn
#

It's designed for desktops SDV afaik. ๐Ÿ˜„

main ingot
#

your phone is gonna be slow

#

it is what it is

#

๐Ÿ˜ญ

nimble abyss
main ingot
#

yeah sdv modding is wild

oblique barn
#

npnp ๐Ÿ™‚

main ingot
#

theres a mod for almost anything u could want

nimble abyss
#

I had seen some FNF x SV crossover as well ๐Ÿ˜

main ingot
#

conventionally speaking anyways lol

oblique barn
#

And if there's not, you can make it!

golden oxide
#

so i kinda still need help with my game crashing?

main ingot
#

oh

#

did u post a log

golden oxide
main ingot
#

well i cannot load it on my phone because its (i think) a huge log so

#

ill let the fellas on computers look

woeful beacon
#

Is it possible to warp into a custom NPCs room using console commands?

oblique barn
#

I'm waiting for it to load on my desktop ๐Ÿ˜›

#

This log is so massive... lmao

golden oxide
#

im sorry SDVpufferweary its 200+ modsi think?

keen crow
#

Thus why I hate having to send my log to anyone KiwiPeek

#

NPC Map Locations is spamming the heck out of the console though

oblique barn
#

Okay... So lets go down the list... so firstly it looks like Immersive Farm 2 Remastered is missing it's greenhouse map, secondly it looks like there's a conflict between Immersive Farm 2 Remastered and Pookachus Insane Greenhouse (selfish plug: i actually recently released a greenhouse based on pookachu's seasonal variant that's even larger to support really large modpacks), after that most of your errors seem to stem from NPC Map Locations being incredibly unhappy...

#

BUT

#

It looks like ultimately your issue is that you ran out of memory... In which case... This will be of use to you

#

!oom @golden oxide

native dragonBOT
keen crow
#

You can just turn off IF2R's greenhouse in the configs if you wanna use someone else's, as well ThumbsUpSmile

oblique barn
#

^

keen crow
#

Think some pages still have the old, "replace greenhouse file" thingy which is out dated for SVE now

oblique barn
#

My guess is that the NPC Map Locations error spam is a symptom of running out of memory rather than an issue in itself. ๐Ÿ™‚

keen crow
#

Should just be one of those days it decides to rule the world ๐Ÿคฃ

oblique barn
#

lol

keen crow
#

Have you been invited to the UNA, Rikai?

oblique barn
#

Is that different than obacult?

#

lol

tacit mauve
#

does anyone know the link to the instructions on how to start modded game through steam?

keen crow
#

!gettingstarted

native dragonBOT
tacit mauve
#

thank you!

flint matrix
#

the sleepovers mod really needs an update ngl

ancient escarp
#

does the 64 bit stardew valley patch support smapi mods

#

like can i still use mods

true dock
#

Yep! In fact, you can only run the 64-bit patch using SMAPI.

oblique barn
#

^

ancient escarp
#

thank youuu

#

if i download the linux version, can i transfer my mods and save files and whatever

keen crow
#

Save is done automatically, but yes

#

Some mods might not work though

true dock
#

The x86 and x64 versions both look in the same location for your save files: %APPDATA%/StardewValley/Saves

last mortar
#

Is there a mod to stop me from accidentally picking the flowers (that are right next to the bee hives... my new bee farm is huge)

keen crow
#

I believe Joys of Efficiency has a option for it?

dusk forge
#

is there a way to make json assets reserialize items to fix when they show the wrong thing?

last mortar
#

thanks

silk lichen
#

houston we have problems...for some odd reason i dont see the blueberries in Pierres shoppe.....im year 1 and its summer....

keen crow
neat violet
#

the "fix" is getting rid of the scrambled items and respawn using CJB Item Spawner

keen crow
#

If you remember what the originals were meant to be SDVpufferchickcry

gloomy meadow
#

hello everyone, i downloaded some mods for stardew, including stardew expanded and more new fish. Everything works fine, except that so far I haven't found a single fish that the mods add, and I've already finished the first year... is it some configuration error or mod conflict that prevents the fish from spawning? I don't understand mods, I hope someone can help me

true dock
#

Depending on the size of your farm and how far in you are, usually it's best just to revert the changes that led to the json scramble by replacing and removing mods

#

Hi pianista, can you share your log file? Whether or not there's errors it comes with info about which mods are loaded and working, and what they're doing. You can find instructions on the log share site: https://log.smapi.io/

dusk forge
#

pretty far into the farm

#

fall 1st year

gloomy meadow
#

sure, i'll see how to get it

silk lichen
#

heya All! andyone know why i cant buy blueberries from pierre?, Im in Y1

true dock
#

blueberries are a Summer crop! are you in the right season?

silk lichen
#

...i see all the other summerr seeds, toms, peppers and such...but now BB's....

gloomy meadow
silk lichen
true dock
gloomy meadow
#

yes

#

mods work normally, only fish do not appear

true dock
#

hm. Are you on Windows?

gloomy meadow
#

yes

ancient escarp
#

last thjng is how do i know the game is in 64 bit

quiet umbra
#

says it at top of smapi window

true dock
#

Open up the explorer and enter %APPDATA%/StardewValley/ErrorLogs into the address bar, and it should take you to your log file

gloomy meadow
#

i tried but there is nothing inside this folder

true dock
#

and likewise above!

#

SMAPI always leaves a log file, regardless of any errors

silk lichen
#

yeah...has me stumped....ill take a look athe log....

#

Thanks Blueberry!!! ill get you back selling at Pierres! lol

keen crow
ancient escarp
#

thank you !!

silk lichen
#

Blueberry, figured it out...blueberries are sold on Day3 ....rofl

quiet umbra
#

there's a mod that will get Pierre selling next seasons seeds a few days b4 next season starts

silk lichen
#

nice!!!

quiet umbra
#

I was using it for a while

silk lichen
#

is there a mod where i can have an aoe tool ?

#

...i hate having to hit the exact spot...

quiet umbra
#

There

#

is the tractor mod

true dock
#

upgrading your tools in the base game gives you a line-of-effect with earlier upgrades, and an area-of-effect with later ones

keen crow
rocky sphinx
#

Just curious if anyone has found a way to get "Immersive Farm 2 Fix" map to load into "NPC Map Locations?" Unofficially or not.

gloomy meadow
#

so i installed smapi in an alternative version

true dock
#

SMAPI is compatible with all game versions, including Android and Welsh.

keen crow
true dock
#

Try reinstalling SMAPI for your GOG copy, it might solve some of the issues

merry gorge
#

Any good companion mods that let your pet/child/spouse follow you?

keen crow
true dock
#

If the issues continue, then reopen the GOG copy and load into your save, then type patch summary into your SMAPI console window and share a new log here afterwards

rocky sphinx
ancient escarp
#

bruh what is this

keen crow
ancient escarp
#

alright thank u

keen crow
#

The white on black screen is normal though ThumbsUpSmile

ancient escarp
#

i will be patient

#

def freaked me out a bit

keen crow
#

Understandable xD

silk lichen
#

how many silos will i need to feed my pets if i have 5 Delux Barns and 6Delux coops ?is there a spreadsheet?

rocky sphinx
# keen crow Does IF2 Fix have a map?

I found several maps in the files, which get shown in-game when opening up the map. However I don't see any sort of hotkey in the files that would open a mini-map like with npc map locations

keen crow
quiet umbra
keen crow
#

3 silos would be enough for 24 animals... I hate math ๐Ÿคฃ

keen crow
#

Honestly I just ram a silo down in a area and connect a chest next to it with automate SDVpufferchicksweatsip

silk lichen
#

...and all i need to focus on is getting thru the winter, correct?

ancient escarp
#

now i cant move in my game

#

omdksjnejdnf

rocky sphinx
keen crow
ancient escarp
#

yes.

runic cobalt
#

pearl fish

keen crow
#

T fishies!

silk lichen
#

...omg.....i need 17 silos? woahhhhhh

ancient escarp
#

hold on ill show

runic cobalt
keen crow
runic cobalt
#

! ops

ancient escarp
true dock
#

don't forget you're going to need enough grass and hay for all those silos SDVpufferchicksweatsip

keen crow
ancient escarp
#

thank u <3 and its saying โ€œnullreferenceexceptionโ€

runic cobalt
ancient escarp
#

ily

keen crow
#

Which mod is saying that?

silk lichen
#

.....i think i need a mod for silos...which one are we using?

keen crow
runic cobalt
#

ITS SO LONG LIKE I NEVER SAW SOMETHING LIKE THAT

runic cobalt
keen crow
#

You've broken him xD

ancient escarp
silk lichen
keen crow
native dragonBOT
#

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

runic cobalt
native dragonBOT
#

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

keen crow
#

Excuse me son ๐Ÿคฃ

runic cobalt
#

sorry mom

#

im trying to be helpful too

true dock
#

patchedBy_thelion.AwesomeProfessions SDVpuffersquint

ancient escarp
#

yes

keen crow
#

Aaaah

#

Walk of Life?

#

It doesn't work properly in 64. Author knows about it but it's low down on their list of problems since 64-bit is experimental SDVpufferchickcry

neat condor
#

Can I delete items using Debug Mode? I have an artisan good that got messed up and is crashing

eternal pasture
#

Hey! So my friend has a mac and the other has a PC like me but we can't seem to join each others game! We all have Expanded so that's why I'm asking

keen crow
eternal pasture
#

Is there anything we can do about it or is there a fix coming?

keen crow
#

Nope, just gotta wait until it's been fixed. There should be a message in #bulletin-board once it's been fixed

native dragonBOT
#

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

eternal pasture
#

Dang, sorry

keen crow
#

No problem, sorry couldn't be of help!

rocky sphinx
#

@keen crow Thanks for being awesome. Looking at the folder for NPC Map Locations. With your technical supremecy, do you think it would break the mod if I just transferred the map from IMF2 fix into NPC Map Locations?

neat condor
keen crow
hollow geyser
#

hallooo, i just started playing and using mods. I play on steam with controller but now my controller doesnt work in game

keen crow
ancient escarp
neat condor
keen crow
silk lichen
#

REd? what number did you give your silos?

keen crow
ancient escarp
#

ok thank uuu

#

i dont even know what it does

keen crow
keen crow
neat condor
# keen crow Do you know what item it is *exactly*?

it won't let me hover over it, so no, it came out of a drier/dehydrator/preserves jar though
i'm not sure what it was supposed to be (I was playing last night and it was fine and then I updated SVE today, I might relaunch and see if it's still a problem)

ancient escarp
#

ahh right

#

if im not back in 15 mins, my game is fine

keen crow
neat condor
rocky sphinx
#

So the game didn't blow up and I think I got what I was looking for. Player icons are a little out of sync with actual location due to just pure overwrite of map data.
https://smapi.io/log/b044f41f06f54506aebe30851e9ff24c
(Nothing significant in the log just was looking sharing it for full list of mods)

keen crow
#

Oh teeny log

#

Did you load into your save to check as well? SDVpuffersquee

rocky sphinx
keen crow
#

Aah, right, should have clocked that. Sorry, almost 3am here ๐Ÿคฃ

#

Do you mean they're not where they are in game, slightly behind, or the heads are cropped off?

rocky sphinx
keen crow
#

Ah, odd. I don't use the mini-map myself, so it might just be a limitation with it? But, again, since I don't use it myself can't say for current

left marsh
keen crow
left marsh
#

seems the wizard once again is causing problems

outer turret
#

@left marsh the warp name was changed recently so wall to desert is broken. Theres a fix in the comments.

keen crow
#

Ah, Kat to the rescue ๐Ÿฆธ

outer turret
#

Well I discovered this yesterday. Maverick provided the fix

#

And be aware once it's working itll be sewer field day for NPCs.

rocky sphinx
keen crow
#

Aaah I see. Your character face is in the mountain bit instead of in front of the house... I don't think much can be done about it? ThinkingHmm

rocky sphinx
#

my head icon should be on the house in the mini-map. but if that's the worse thing to happen from copying map data I'll be fine.

rocky sphinx
left marsh
#

it looks like the mod author updated the mod to fix it i think?

rocky sphinx
left marsh
#

no no the walk to desert one i was talking abt beforehand;;

hollow geyser
#

i might just have to figure out how to play with keyboard. ive done basically everythind and it still isnt detecting

left marsh
#

sorry for the confusion! multiple convos in the same chat can be hard to keep up with;;

outer turret
#

Maybe? They were on here yesterdsy

keen crow
#

And turned on the steam controller thing for stardew valley after setting up smapi as the launch properties?

left marsh
#

yeah walk to desert updated earlier today

outer turret
#

And the warps still broken?

#

Or new broken warp?

hollow geyser
keen crow
#

Ah that sucks ๐Ÿ˜ฆ

left marsh
#

the changelog involves "warp fix"

#

so i would hope neither

#

i went to check the comments for the fix and found that the mod updated

fickle plaza
#

does get glam still work? i'm looking into some clothing mods and wondering abt it since i dont think it's been updated in a while iirc

slim atlas
keen crow
keen crow
fickle plaza
keen crow
#

If you use a different body mod, you'd have to replace the GetGlam body asset pngs as well, to make the two work together

#

If you edit your hairstyle png I think you can have up to 300 hairstyles on one? And there's a new hair mod ... one second

fickle plaza
#

...i guess if i found a farmhouse map with a bathroom w the shrine of illusions as a mirror, i could sorta hack it?

keen crow
#

I still use GetGlam, however, and it works for me... just have a few bald hairstyles xD

fickle plaza
#

ah right, i wanted to ask: does anyone know of any mods that turn the horse into a flying broomstick? i was fond of ali's horse .xnb retexture back in the day, but i'm not sure if anyone's updated it, and i'd prefer not to have the hat retextures that went with it ._.

quiet umbra
#

Can you JA hairstyles?

keen crow
true dock
quiet umbra
#

I knew about hats & pants....just wondered about the hair

keen crow
# fickle plaza :0000

Portraiture can load xnb and png portraits, Adopt n Skin can do the same for animals and pets NekoThumbsUp

quiet umbra
#

really? all my animal skins are png, but I haven't looked into using xnb files with it

true dock
#

(if you're ever making mods, it's generally recommended to use CP for new hairstyles rather than Get Glam, since there's no longer a need for a mod to manage them and you can just insert the new styles straight into the game)

quiet umbra
#

problem is, you can only use the one CP hairstyles, right? the big thing GG had going for it was that you could have several different hairstyle packs loaded

keen crow
#

The CP mod I linked above lets you do lots of hairs

quiet umbra
#

which one?

keen crow
true dock
quiet umbra
#

Ah... as usual, I was looking out the window or clipping my toenails or something & missed that

#

good to know, I'll look into it

neat condor
nova vector
#

does the smapi window just randomly open mid game for anybody else?

#

restarting seemed to fix it :P

fickle plaza
#

anyone remember the name of that mod that freezes time while you're sitting down? i'd like to relax and enjoy some scenery, but can't for the life of me find that mod, lol

keen crow
#

Sit n relax? Or was that just regening stamina? SDVthinking

fickle plaza
#

yeah, sit n relax regens stamina (and health if stam's full)

flint matrix
#

mad at myself
i didnt get the pride flags from the mod at the luau

keen crow
fickle plaza
#

it is!! tysm jay SDVpufferowo

keen crow
#

Happy to help! NekoThumbsUp

tardy aurora
#

Hey, if it's been a while since I've last modded and updated SMAPI, I figured it's best to just go through with a full do-over and start from scratch. Would I just need to uninstall from Steam or is there anything else I should keep in mind?

flint matrix
#

uninstalling and reinstalling from steam would be the easiest way to remove smapi

#

or uninstall it from the installer software

#

i think you can do that

#

and then delete everything in your mods folder pretty much
a lot easier than going through and updating them, just keep a note of what you want to keep