#archived-modded-support

1 messages · Page 581 of 1

shy orbit
#

@thorn gull hmm. is the installer zip still in the Downloads folder?

thorn gull
#

yeah

naive drum
#

another thing you need to do when uninstalling SMAPI on a windows computer: in the Stardew Valley properties window from Steam, you need to click Set Launch Options and make sure there's nothing there

dire fractal
#

LOL WINGHEART

#

UR A BEAST BRO

#

OH MY FUCKING GOD DUDE THANK YOU

#

LETS GO BABY

shy orbit
#

maybe try extracting it again to another folder or something @thorn gull

thorn gull
#

oh really?

naive drum
#

the default launch options are blank, and you set them during SMAPI install to make Steam launch SMAPI instead of Stardew Valley!

thorn gull
#

that would make sense

shy orbit
#

i don't know if it will do anything, but doesn't hurt to try

dire fractal
#

wing

#

does that mean theres nothing there

naive drum
#

yep!

dire fractal
#

let's go bro you are a beast

#

can i add you on discord if i have any other issues?

naive drum
#

i suggest just going to game-support if you have other issues

dire fractal
#

i only got this because i was super into it on switch and i sold my switch and stuff for a gaming laptop so like

#

i dont know much about playing pc wise

#

but thank you

naive drum
#

no problem!

desert tree
robust bison
#

if your farmer is missing, then that's probably a mod problem

#

do you have any errors or unloaded mods?

desert tree
#

It was a cutscene

robust bison
#

a mod most likely, then

#

!log

native dragonBOT
#

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

desert tree
#

It was the intro to the mines cutscene (meeting Marlon)

robust bison
#

well thats a lot of CP errors

#

Its still loading for me, but I ca already see one problem

#

you forgot to remove SVE 1.9 before updating to 1.10

fair vessel
#

^ this. Remove all SVE related folders and do a fresh reinstall. Your game has duplicate content for the SVE NPCs so that's probably why Marlon's event is bugging out.

desert tree
#

I got to a point where I thought I had completely deleted it just to make sure*

robust bison
#

yes

#

thats what you should have done

fair vessel
#

The old version used to include separate folders for each of the NPCs. Make sure you catch all of those.

desert tree
#

That would explain a lot; I had not deleted the NPC folders

fair vessel
#

You might be able to fix it by just deleting those then, if they were the only things you missed

desert tree
#

I will try that

#

(already did, but will see how it worked)

shy orbit
#

there are other parts of the old SVE as well. really it would be the best to remove all of SVE first

desert tree
#

That would make sense

delicate garden
dense knot
#

So, has anyone ever had trouble with the music on SVE? From Day 1, the jukebox never worked, and any music mods added just repeat the same one song.

#

Just realized the music on the intro screen is non-existent, too.

robust bison
#

do you have custom music installed?

dense knot
#

Of course. I think I will delete all music mods, reinstall the 2 original files back and see what I get.

robust bison
#

Did it happen only after installing mods?

delicate garden
#

So can't invite modded (SVE) NPC's to a Movie

dense knot
#

@robust bison that is a possibility, too... Except, the jukebox never worked from before the added music.

robust bison
#

what platform are you on?

fair vessel
#

Ooof yeah. @delicate garden my gf and I noticed that on our shared farm. Farmhands can't invite custom NPCs. It also f-ed up our Multiplayer Time mod something awful when she tried.

delicate garden
dense knot
#

@robust bison if you mean me, Android.
Looks like there are issues with Custom Music, though, already reported last month.

robust bison
#

If the music hasn't been working at all at any point, then its missing the .OBB file

#

but that usually only happens with pirated versions

fair vessel
#

Yes, that's the one.

#

Hit F3 to disable it if it's freaking out. Doesn't happen often, but when it does it makes the game nearly unplayable.

#

Apart from that issue it is an amazing mod, can't imagine trying to play co-op without it

delicate garden
#

Had any issues with magnetic radius?

fair vessel
#

I haven't, no

delicate garden
#

I use MultiplayerIdle (which isn't amazing) and am just hesitant about MPTime editing the magnetic radius

#

had any crashes while using it? (not related to mod) that caused radius to get stuck at 0?

fair vessel
#

Hmm. If it ever borks it up truly like that, I think magnetic radius errors can be corrected with a manual save edit

#

But no, it's never happened to us

delicate garden
#

Yeah but bit of an effort, and I remember looking at the code and I don't think it would ever handle a custom object that adds magnetic radius above vanilla

fair vessel
#

Mmmmm interesting use case. We don't have any mods that add items like that

dense knot
#

@robust bison well, everything I download comes from Nexus Mods, and at least the opening music worked at first. I suppose at worst, I could delete everything but the save files, reinstall just the basic pieces needed for SVE and see how that goes.

delicate garden
#

for example:
private void Save(object sender, EventArgs e) { Game1.player.MagneticRadius = 128; if (Game1.player.rightRing != null && Game1.player.rightRing.Value != null && Game1.player.rightRing.Value.indexInTileSheet == 518) { Game1.player.MagneticRadius += 64; } if (Game1.player.leftRing != null && Game1.player.leftRing.Value != null && Game1.player.leftRing.Value.indexInTileSheet == 518) { Game1.player.MagneticRadius += 64; } if (Game1.player.rightRing != null && Game1.player.rightRing.Value != null && Game1.player.rightRing.Value.indexInTileSheet == 519) { Game1.player.MagneticRadius += 128; } if (Game1.player.leftRing != null && Game1.player.leftRing.Value != null && Game1.player.leftRing.Value.indexInTileSheet == 519) { Game1.player.MagneticRadius += 128; } if (Game1.player.rightRing != null && Game1.player.rightRing.Value != null && Game1.player.rightRing.Value.indexInTileSheet == 527) { Game1.player.MagneticRadius += 128; } if (Game1.player.leftRing != null && Game1.player.leftRing.Value != null && Game1.player.leftRing.Value.indexInTileSheet == 527) { Game1.player.MagneticRadius += 128; } difference = true; }
It calculates MR based on rings, but I use MoreRings mod so what if my rings aren't in the right slots..

robust bison
#

If the music hasn't played at all since you downloaded the game, then its a problem with the vanilla version

dense knot
#

Well, the opening music played, but, yeah, prob a mod screwed it up.

#

@robust bison could I just replace the music file, and if so, where is that located?

fair vessel
#

@dense knot you're on Android, just try launching the vanilla game app, see if the music is there. Then you'll know for sure if it's mods

robust bison
#

in vanilla, all of the sounds are stored in a single file

fair vessel
#

In android, you can't access game content files.

dense knot
#

Ok, hold on... The vanilla game is and never was the issue. I am only referring to SVE.

fair vessel
#

Ah okay.

tight tusk
#

do you use other mods asides from sve?

fair vessel
#

@delicate garden So a manual check for the magic number item IDs of small magnet, magnet and iridium on either slot... yikes heh. Yeah that would cause issues for sure given any custom magnetic items or extra ring slots

dense knot
#

Ohhh, but when I tried the vanilla game, the music is gone. So, maybe just reinstallimg vanilla will fix the issue.

#

@tight tusk naw, just stuff for sve

#

Weird, so I guess a mod did that

tight tusk
#

that's strange hmm, never had problems with sve messing with my music when i play it on my android file

dense knot
#

Was probably that RPGishy mod

#

Ok, let me check it out... Ty

ashen elbow
#

ooh i should install my too many custom music packs again

robust bison
#

ys

#

i tried updating my mods today

fresh inlet
#

I APPLAUD clap

robust bison
#

I downloaded like 5 and then forgot to install them

fresh inlet
#

ffs

viscid bane
#

Lol.
Me at the first day:
I'M NEVER GONNA MOD THAT GAME
Me now:
YAY MOD CHANGING THE APPEARANCE OF THE DOG'S FOOD BOWL I NEED IT

silk plinth
#

OMG ME......

#

me: i hate mods they kind of ruin the experience

#

me now: furiously making mods and mod lists and shit without even playing the game

cobalt tendon
#

^this

fresh inlet
#

I’ve been modding for so many years I don’t even remember what it was like when I first found out about them like 2-3 years ago or however long smapi’s been out

rough mesa
#

ive never played the game without mods x)

dense knot
#

@tight tusk ok, so, backed up the entire SD folder, fresh installed vanilla, added back in all of the mods. Sound now works on vanilla, but not with SVE. I guess the next step is to delete all the mods and reinstall the base ones that are needed with SVE.

dire fractal
#

is there any pinned list for essential mods, I forgot which mods I used lol

dense knot
#

Essential for what?

#

SVE? For funs?

pastel arch
#

There are some recommendations by Pathos but it's really up to you

dire fractal
#

I remember I used some qol stuff

dense knot
#

Probably over half the mods on Nexus no longer work

viscid bane
#

Haha Cacti hurt you :(

silk plinth
#

@dire fractal im making a mod list atm....... its not done yet but you can check it out in the mean time, it has detailed information on bugs and compatability and stuff

viscid bane
#

But why

pastel arch
#

Just a little bit. Ouch!

dire fractal
#

like sve, lookup anywhere

#

better sprinklers

#

pet perks

silk plinth
dire fractal
#

ppja

dense knot
#

A cool mod would be where the cactus hunt you down and then hurts you.

dire fractal
#

all my data got wiped out 😦

#

I feel sad

dense knot
#

@silk plinth thanks for that list

dense knot
#

I never installed the SVE Warp options for CJB... are they different ?

silk plinth
#

it lets you warp to sve locations

dense knot
#

I mean CJB came with plenty of Warp options that worked well with SVE...

ashen elbow
#

yeh

#

but no

dense knot
#

@silk plinth ahhh, like that vineyard

silk plinth
#

you just need to replace the warps file in cjb with that file.......... ill write more detail later

fresh inlet
#

Cheese did you type for all that time just to say ‘yeh’

silk plinth
#

yeah like the vineyard

#

and the adventuers guild actual location and stuff

ashen elbow
#

yes

dense knot
#

Yeah, that guild is in 2 locations in SVE

viscid bane
#

Thinking about uninstalling rustic furniture mod

#

It changed my globe into a plant. :((((

dense knot
#

Weird, but... Whatever works

fresh inlet
#

LOL

ashen elbow
fresh inlet
#

hECK YES

#

GIMME

#

INSTALLING

ashen elbow
#

lmao GD

#

oh yknow i have more

fresh inlet
viscid bane
#

That reminds me when I told my family I am bisexual one of my aunties replied "NO, YOU'RE NOT."

dire fractal
#

any penny mods

#

like that change her appearance

fresh inlet
#

Plenty on nexus jay

ashen elbow
dense knot
#

@silk plinth bigger backpack? Wear more rings?? Awesome

fresh inlet
#

A lot in portrait packs

#

also Imagine coming out to your family qt_merusweat

ashen elbow
#

lol

viscid bane
#

My mum is supportive right

ashen elbow
#

my parents dont really say anything

silk plinth
#

yeye im glad you liked it 🙂

fresh inlet
#

Cheese haven’t you tried to say to us so many times that you’re straight

viscid bane
#

This aunt is not believing because I have now a boyfriend

ashen elbow
#

im pretty sure that my mom knows that im not 100%straight

viscid bane
#

So not bi, but hetero for her, but the fact I had a girlfriend was "NO NO SHE WAS JUST FRIENDS GIRLS HUGS SOMETIMES"

ashen elbow
#

i like hugging girls

#

they soft

viscid bane
#

Yis

fresh inlet
#

girls qt

ashen elbow
#

i like hugging everyone

viscid bane
#

And girls are kissing softly <3

ashen elbow
#

and everyone is qt

#

but like,, in a platonic way

silk plinth
#

i think im not straight but i know this is going to sound rly bad but i really wish i was completely sure i am straight or just i wish i was straight idk

#

also offtopic

fresh inlet
#

Anyways

silk plinth
pastel arch
#

Thanks!

fresh inlet
#

Cheese I’ll def be installing both of them SDVpufferwoke

dense knot
#

@tight tusk hey, I did it. I deleted the mods file, recreates the mods file with the basics, and BOOM!! We got music.

ashen elbow
#

lol GD

#

i might find more for you

fresh inlet
ashen elbow
#

lol yw

#

i might try to find more for you

#

even though i dont use them myself

desert tree
ashen elbow
#

you need content patcher

robust bison
#

^

desert tree
#

I do have the content patcher, unless there's been an update?

robust bison
#

Do you have content patcher and content patcher animations?

desert tree
#

Yes

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?

desert tree
#

It does look like I'm missing a Farmer to Florest mod too

robust bison
#

well that is a lot of json asset errors

desert tree
#

It really is! And not even for the error I'm lookin for

robust bison
#

!patchsumary

#

hmm

#

!patchsummary

native dragonBOT
#

Can you do these steps to provide more info?

  1. Load your save and view the content that should be patched.
  2. Type patch summary directly into the SMAPI window and press enter.
  3. Upload your SMAPI log to https://smapi.io/log (see instructions on that page).
  4. Post the log link here.
desert tree
#

All of that appears to be the potted plant recipes. Which I don't have access to yet because I don't have pots

rain lava
#

@desert tree can you try one thing -> once you load your save try looking at something that should be animated before you go outside your house. Do they work then but stop once you step outside?

desert tree
#

It is specifically the mining animations, and they appear to be vanilla when I'm moving and stationary

rain lava
#

but the mod changes minerals/ingots into animated too

desert tree
#

I just looked in the comments of Nexus, and it's probably because I have Starblue on

rain lava
#

if it stops working once you step outside your house then Yes, most likely Starblue.

#

I had the same problem with my craftables, it's because of the token checking if farmer is outside

desert tree
#

Someone did find a way around it; I had been enjoying the Starblue, so I hope I can get that to work

#

It works now

dark mesa
#

!sve

native dragonBOT
dark mesa
#

worth playing with sve?

fresh inlet
#

Depends, if you like big things and have completed the original game to a point of satisfaction I’d recommend

dark mesa
#

should i extract the mods into the mods folder or put the as they r (winrar)?

delicate garden
#

Extract

#

SVE is very good. It's easy to forget it's not Vanilla as far as my partner is concerned it is a part of the game

dark mesa
#

thanks. and could u help me on how to get achievements using smapi?

delicate garden
#

Sure, one sec

#

See part 2

dark mesa
#

thanks bud

desert tree
#

Yes, I like the new level of challenge it brings

delicate garden
#

Is there a list of known mods that aren't compatible on Android?

dire fractal
#

Not as I know

#

If somebody know say it plz

royal arrow
#

Yea I think you'd have to go to each mod page, see if someone said something in the mod description or comments, or test it out. Are there types of mods that don't work? That might be easier. I gather hair mods don't

dire fractal
#

Not at all

#

There isn't types pf mods

#

That doesn't works

#

Only mods that use .tmx maps files

royal arrow
#

Well like I mentioned, mods that add hair packs apparently don't work, so I wasn't sure if there might be a way to group the mods known to not work. I saw yesterday that the overgrown flowery interface mod also didn't work fully on Android, so then I was wondering if UI interface mods also don't work.
To your point, Randy, mods that use .tmx map files is still one way to group them as "not compatible with Android."

dire fractal
#

Ui mods are compatible with android

#

But android has more ui images

#

And the ui mods are made mainly for pc

#

Android has more buttons and interface info

#

And mods that use a lot of harmony too

#

Because the android smapi uses a lot of codding hack

#

(And I say this when knowing nothing of code)

dire fractal
#

I didn't understand

#

I need to make separate mods

oblique wing
#

for BFAV (Paritee's Better Farm Animal Variety) do we have to edit the config file to add BFAV mods or do I just extract to the mods folder and i'm done with it?
(This is with Mouseypound's unofficial update btw)

#

@dire fractal do u mean for seperate loadouts?

dire fractal
#

yes

oblique wing
#

hm

dire fractal
#

I need for mod testing

#

and because my sister use 200 mods

oblique wing
#

basically you have 2 options here

dire fractal
#

and I 70

oblique wing
#

use a mod manager

#

or do it manually

#

if u want to do it manually

dire fractal
#

mod manager

oblique wing
#

which mod manager are u using?

dire fractal
#

none

#

I don't like vortex

oblique wing
#

mm lol use moddrop?

dire fractal
#

nope

oblique wing
#

oki

#

then do it manually for now

#

make 2 folders

#

one called Mods

#

(nvm you already have that)

#

and another called Mods (Test)

dire fractal
#

okay

oblique wing
#

done?

#

make a shortcut to "steam.exe"

#

place it anywhere

#

make sure u name it to mod test

#

mod test steam.exe

#

perhaps

#

when u're done ping me

dire fractal
#

wht

oblique wing
#

?

#

what or wait

dire fractal
#

I still don't understand

#

really

oblique wing
#

oh here

#

u go to yoru Steam folder

#

where your Steam files are installed

#

there should be a million dlls and files

#

hang on my computer is collapsing on me

dire fractal
#

okay....

oblique wing
#

so right click on steam.exe

#

then press create shortcut

#

after that drag it to ur desktop

#

and rename it to something u'll remember

#

like BeginModTest

#

but don't click on it yet

#

and make sure the mod that u want to test is in your Mod (Test) folder

dire fractal
#

HUM

oblique wing
#

should i slow down?

#
  • Go to where your Steam files are installed
  • Right click on "steam.exe"
  • Press "Create Shortcut"
#

You should see a file called

#

steam.exe - Shortcut

dire fractal
#

HUM

#

continues

oblique wing
kind ore
#

do you know where ur steam files are?

dire fractal
#

do you know where ur steam files are?
@kind ore yes

oblique wing
#

press on create shortcut

dire fractal
#

hum

#

and them?

oblique wing
#

u'll see this

#

steam.exe - Shortcut

#

now drag it to

#

your desktop folder

dire fractal
#

done

dense knot
#

What is HUM?

oblique wing
#

ok

#

now

kind ore
#

how you mean?

oblique wing
#

hmm? rob

#

prob*

dense knot
#

Is that an acronym?

kind ore
#

I honestly am not sure

dense knot
restive zodiac
#

Why are you making shortcuts to steam? The instructions apply to all versions SDVpufferthink

oblique wing
#

wait my image just collapsed

#

frick

restive zodiac
#

If you want to use a different mods folder from Steam you can set launch options.

oblique wing
#

becuz it says on the wiki page?

red escarp
#

Couldn't you also add the game executable as a non-Steam game and then add the --mods-path in the launch options as well?

dire fractal
#

0-0

oblique wing
#

i was just explaining the wiki page

restive zodiac
#

The wiki page says to make shortcuts to StardewModdingAPI.exe, not Steam.exe.

dire fractal
#

now I'm lost....

oblique wing
#

?

#

create a shortcut to your steam.exe file

#

ok delete your shortcut

#

or don't

#

uh delete it actually

dire fractal
#

;-;

restive zodiac
#

Huh, sorry, I don't know when that got added. That just seems like extra pain. Sorry for confusing.

oblique wing
#

uh don't delete?

#

anyway if u deleted do the shortcut way again

dire fractal
#

oh come on

#

;-;

#

okay

oblique wing
#

so did u delete the shortcut :/

#

:\

dire fractal
#

done again

#

;-;

oblique wing
#

oki

#

now right click on ur shortcut

#

and press rename

#

then rename it to something u remember

dire fractal
#

okay did

oblique wing
#

and now

#

right click it again

#

then press on properties

#

you should see this

#

change the "Target"

#

to this:

dire fractal
#

to wht?

oblique wing
#

"C:\Program Files (x86)\Steam\steam.exe" -applaunch 413150 --mods-path "Mods (Test)"

#

wait lemme redo

#

"C:\Program Files (x86)\Steam\steam.exe" -applaunch 413150 --mods-path "whatever you named your test mod folder to"

dire fractal
#

hummm

#

let me test so

oblique wing
#

once u paste that, just press the apply button

#

then press ok

#

make sure you change the whatever u named ur test mod folder to the test mod folder name

#

and test

dire fractal
#

okay

#

it worked!

#

yay

oblique wing
#

nice

dire fractal
#

thank you

oblique wing
#

optionally

#

you can change the icon

#

(if u want)

#

np btw

dire fractal
#

I want

oblique wing
#

ok

dire fractal
#

this steam icon is kinda ugly

oblique wing
#

right click on properties

#

press change icon

#

press browse

#

go to the Stardew Modding API.exe

#

for example...

#

then press open

#

u should see this

#

forgot to screensnip but wahtever

#

select the pufferchicken

#

then press ok

#

and then press apply

#

then press ok

dire fractal
#

done

#

0-0

#

thx

oblique wing
#

ugh upload is stuck

dire fractal
oblique wing
#

for BFAV (Paritee's Better Farm Animal Variety) do we have to edit the config file to add BFAV mods or do I just extract to the mods folder and i'm done with it?
(This is with Mouseypound's unofficial update btw)

dire fractal
#

just extract

#

I guess

oblique wing
#

oki thx

keen moss
#

Friendly reminder to please try to keep thoughts to 1-2 messages at a time not 4-6+. That's the reason #making-mods-general got slowmode'd. It also makes it harder to read backlog to help others.

grave plaza
#

anyone know how to make fake fairy stone, i tried this one but it just wont work

#

any i cant found it in the crafting recipe

oblique wing
#

i think u have to put it in the furnace?

grave plaza
#

im sure it loaded, but i didnt see anything.
When im pressing right click it just keep trying to eat the fairy rose, when press left click on furnace it just wont get in

oblique wing
#

huh

#

you could ask the mod author about this

#

cuz idk

grave plaza
#

uummm, sorry, never mind i found why SDVpuffersquee

oblique wing
#

oh oki

neon palm
#

Hi. I hope I'm asking in the right channel. I have a mod error and with 600+ mods, i have no idea what it is. It goes away when I remove everything.

#

https://smapi.io/log/77b43885e2454a6593aaa30973ae2a35

What happens:
I go to Flower Dance festival, everything is ok and I can invite npcs to dance with me...but when I ask lewis to start the dance - the question gets looped endlessly and I get the SMAPI error above.

#

Is there any mod with such known issue?

ashen elbow
#

i would suggest upating mods first...

royal arrow
#

Hi gunterjames, I'd also recommend updating your mods, since there's several that need updates. Hopefully that helps. If not, someone here may be able to say if there is a mod that has that known issue, but otherwise, your last resort
is removing all your mods and adding them little by little until the issue occurs. Since you have so many, it may be better to use bigger batches, like 10-20 mods

neon palm
#

Most mods are updated... I always have Nexus pages arranged by "last updated". but some don't have correct update keys I think

royal arrow
#

Yes, some mods don't have correct update keys in the manifest.json, or don't have the right version number in the manifest.json. In that case, rely on the date updated / date downloaded to verify you do have the latest version installed

ashen elbow
#

err,, what s the error again? my pc go brr and i canr see the log

royal arrow
#

also Sundrop City error, but idk if it's related (there's also tons of warnings but that would be too many screenshots)

ashen elbow
#

ergh my dammn computer

crude wyvern
#

the festival error seems to be coming from the game itself?

royal arrow
#

Yes, but guntherjames noted the error goes away when all the mods are removed

crude wyvern
#

also jesus christ thats a lot of mods, you should try updating the ones mentioned in the log

ashen elbow
#

hmmmm

neon palm
#

It's painful to take out mods by batch, so I wanted to try those things that affects the event first.. Probably dialogue/event stuff or SVE?

royal arrow
#

That's also a fair plan

ashen elbow
#

hmm if you have so many mods and dont know what's causing it,, it might be good to put them in batch by batch,, starting with sve

#

i mean,, there was a time that a fariy rose broke my game

neon palm
#

I guess that's what I'll do if I don't get a clue 😫

Already tried random flower queen.. not it, so I'll try SVE now

carmine dirge
#

Hi! I just installed SVE (and all the mods it requires) but the changes haven't been implemented in game, at least in one of my old saves (it's on year 4). Will post my log soon!

native dragonBOT
#

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

carmine dirge
ashen elbow
#

try

#

!patchsummary

native dragonBOT
#

Can you do these steps to provide more info?

  1. Load your save and view the content that should be patched.
  2. Type patch summary directly into the SMAPI window and press enter.
  3. Upload your SMAPI log to https://smapi.io/log (see instructions on that page).
  4. Post the log link here.
neon palm
#

also jesus christ thats a lot of mods, you should try updating the ones mentioned in the log
@crude wyvern I've been using a lot of mods since 1.3 and they just keep growing, I can't resist them 😆

Well, I actually just got back to playing and updating, testing out things. This one with the flower dance, I can't figure.

royal arrow
#

I think you can try what Cheese Wine said about patch summary, that may also help focus your selection of mods to remove

carmine dirge
ashen elbow
#

hmmmmm,,,,,

neon palm
#

here;s the one with patch summary

ashen elbow
#

and you unpacked sve, and all of the related mods into your mods folder @ forager arin?

#

ive looked through it...

torpid jay
#

Is Part of the Community compatible with SVE?

ashen elbow
#

and couldnt find anything,, so your best bet might be to have to put in batches at a time,,

neon palm
#

Is Part of the Community compatible with SVE?
@torpid jay good thinking.. I'll try it too..

fair vessel
#

POtC doesn't break anything with SVE, but it doesn't include its mechanics for any of the new NPCs

crude wyvern
#

you seem to have a few custom npcs that patch something with the flower dance but no idea if that could cause an error like that

neon palm
#

potc worked fine on normal days with SVE

#

the easter festival didn't have issues

carmine dirge
#

and you unpacked sve, and all of the related mods into your mods folder @ forager arin?
@ashen elbow i think so..? what do you mean by unpacked?

ashen elbow
#

like,, uhh exctracted the mod

carmine dirge
ashen elbow
#

you dont have sve installed..

carmine dirge
#

ah well that would be it

ashen elbow
#

yep,,

carmine dirge
#

i guess i got so preoccupied installing all the required mods that i forgot the actual mod i wanted

ashen elbow
#

nghgn mood

carmine dirge
royal arrow
#

i guess i got so preoccupied installing all the required mods that i forgot the actual mod i wanted
@carmine dirge Been there lol

carmine dirge
#

which one do i put in the mods folder?

ashen elbow
#

all of them

carmine dirge
#

oh that makes sense :)

ashen elbow
#

just make a folder named SVE so you dont lose them

#

and slap em all in there

carmine dirge
#

in the mods folder?

ashen elbow
#

here lemme show you

kind ore
#

ye

royal arrow
#

Yea Mods > SVE > all the applicable folders

ashen elbow
carmine dirge
#

oh thats a good idea

#

can i put all of my mods in folders?

fair vessel
#

Yep!

Also you will want to replace your NPC Map Locations mod with the alternate version for SVE

ashen elbow
#

yeah

#

the CP folder i made has like,, all of my content patcher mods in it

neon palm
#

It's SVE 😩

#

Guess no flower dance for me at the moment. SVE is like the biggest mod I have and it's hard to just remove it.

royal arrow
#

I want to say SDVpufferparty because you figured it out, but it looks like it's bittersweet

ashen elbow
#

huh,, sve??

#

im going to play through a bit and see if i encounter any sve issues

neon palm
#

Yeah, that's also my next question.. is it only me? If it is, then it's probably clashing with another mod

royal arrow
#

You can check the mod's comments / bugs and see if it's a known issue. I think I've heard of people having issues with festivals with SVE

ashen elbow
#

the only fstival bugs ive ever encountered werent really bugs,, but just the festival locations being a tad off

eternal furnace
#

hello! so ive used smapi in the past and ive redownloaded it and followed all of the instructions, but for some reason when i go to play the game nothing happens and none of my mods activate

ashen elbow
#

uh did you input the launch options on steam?

pastel arch
#

Are you using Windows + Steam?

eternal furnace
#

yes!

#

yes to both

pastel arch
#

Can you paste here what you put in the launch options box?

eternal furnace
#

D:\Steam\steamapps\common\Stardew Valley\StardewModdingAPI.exe

pastel arch
#

You need to copy exactly all of the green text 😄

#

That's not all of it, so it's not working

eternal furnace
#

"D:\Steam\steamapps\common\Stardew Valley\StardewModdingAPI.exe" %command%

#

this?

pastel arch
#

Try
"D:\Steam\steamapps\common\Stardew Valley\StardewModdingAPI.exe" %command%

#

Yep!

eternal furnace
#

ok!!

#

ahh there we go im dumb gfjld; thank you so much!

pastel arch
#

🎉 No problem 🙂

pine mist
#

So it seems

#

Better fruit trees is broken

#

Cant place fruit trees directly next to eachother

#

Rather, i can but the game tells me they werent able to grow overnight

royal arrow
#

I get the messages as well, but the trees still grow. I think the messages may be tied to the vanilla logic for tree placement. I verify it using UI Info Suite, since that tells you when they'll be ready to produce

pine mist
#

Hmmm, alright then il leave them to see if they do grow

royal arrow
#

Yea it definitely gives me a mini heart attack to see the message, but I check them and the trees still get taller over time, plus UI Info Suite gives me that extra double-check because the timer counts down

rough jasper
#

anyone have furnitureanywhere mod for SDVE 1.4?

delicate garden
#

I use it it's been fine

#

Yeah, that's also my next question.. is it only me? If it is, then it's probably clashing with another mod
@neon palm my SVE flower dance was fine so likely another mod

winter briar
#

Is there any way to enable monsters to spawn on the Community Farm?

delicate garden
#

Theoretically you could just edit the map to change the tile properties to allow building.
@restive zodiac Could you assist me with this? I'd like to at least be able to place bigcraftables in the outdoor activity spouse area of IF2R. Even better just no build restrictions anywhere on the map

dire fractal
delicate garden
#

Who's he calling young

dire fractal
#

lmao

#

maybe he's saying like.."fellow young ppl"

fair vessel
#

@winter briar there's a ||shrine in the witch's hut|| for toggling farm monster spawns on/off, would this work?

winter briar
#

Ah I forgot about that. Thank you

carmine dirge
#

@dire fractal i really like that mod that puts flowers into the dialog and date boxes. what is it called?

fair vessel
#

Is that the new Overgrown Flowery Interface?

trim mountain
#

I just got Stardew Valley Expanded installed and its awesome

shy orbit
#

@neon palm Mona's festival locations is known to do that

#

for people putting SVE into a subfolder, name the folder something like AA_SVE so that it loads first. if it loads after custom npc mods it can cause npcs to replace other npcs during festivals

ashen elbow
#

it already loads first,,

shy orbit
#

it won't if the SVE folders are inside a subfolder and that subfolder isn't named correctly

shell jackal
#

@dire fractal What portrait mod is that?

ashen elbow
#

probably one off of naver

strange moat
#

Hiya... I'm playing modded with Stardew Valley Expanded and its requirements installed, but nothing else, and I'm trying to trigger the community center unlock event, but I can't seem to do so... Is this a bug? Has anyone else experienced this issue? Does anyone have any advice?

ashen elbow
#

cc unlock event is day 5 and after, on a sunny day

#

enter the town from the bus stop area from somewhere around uhh mornng

strange moat
#

I'm day 9, sunny day, between 8 AM and 1 PM

ashen elbow
#

*morning

strange moat
#

I've entered the bus stop, and tried re-entering multiple times

ashen elbow
#

huh

#

its worked fine for me,,, so maybe it's an issue on your side

strange moat
#

Maybe

#

I might try re-installing the mods and making a new save

ashen elbow
#

yep

#

,, uhh sve has bugged out on me before

#

with a broken map,, but only on one save,, and then it suddenly got fixed

strange moat
#

Huh, okay

#

I might try restarting Stardew Valley first then

ashen elbow
#

are there any erros in the smapi log?

strange moat
#

Not that I can see

ashen elbow
#

hmmmmm maybe post your log just in case

#

!log

native dragonBOT
#

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

strange moat
#

Aight

ashen elbow
#

im hoping someone knows why that happened to you,, because i sure dont

strange moat
#

Gonna restart the game and see if that fixes it

ashen elbow
#

or if that doesnt,, an alternative would be to install CJB cheats menu and check off the door unlocked box

strange moat
#

Might try that if it doesn't work

ashen elbow
#

mk

strange moat
#

Restarting hasn't worked, going to try reinstalling SVE

neon palm
#

@neon palm my SVE flower dance was fine so likely another mod
@delicate garden I wonder what other mod messes up with the flower dance event.
Indeed, I took out custom NPCs it worked fine with SVE. ONe of them causes it... gonna find out later.

fair vessel
#

@strange moat shot in the dark, but if you're playing on multiplayer, make sure it's the host who is trying to trigger the CC unlock

shy orbit
#

@neon palm if you missed my message, Mona npc is known to cause that problem

#

in particular the festival locations part of the mod

strange moat
#

Unfortunately it's just me, but thank you for the help
My friend says she had this issue to, and apparently you just have to reinstall the mod

dire fractal
#

@carmine dirge it’s the new overgrown flowery interface!

and @shell jackal the portrait is from naver, i can pm u the pngs if u want them

stray gate
#

Good evening from Italy folks! I was curious about.. Have you ever had people with Android and SVE issues? About bugs with TMXL for example?

neon palm
#

@neon palm if you missed my message, Mona npc is known to cause that problem
@shy orbit oh I did miss, and you're right. Thank you!

#

Guess Mona is out for the mean time SDVpuffershocked

fair vessel
#

@stray gate it's not just SVE (with the summit map for example), tmx map files in general are (were) bugged on Android to cause a black abyss. A fix is coming!

stray gate
#

I'm so glad hahahah

shy orbit
#

@neon palm apparently you can just delete the festival locations folder and the mod still works, but she won't be at the festivals

ashen elbow
#

android sve has some buggy shit with spouse rooms

stray gate
#

android sve has some buggy shit with spouse rooms
@ashen elbow I saw it somewhere, a pitch black void hahahah

ashen elbow
#

lol

#

wait is that oikawa

fair vessel
#

They were testing things here just the other day. I don't know for sure, but I think the upcoming fix has a chance of correcting the custom spouse rooms also?

#

I don't use SVE on my android saves or I would check

dire fractal
#

can anyone help me with modding please

robust bison
#

!pins

native dragonBOT
#

Check the pinned messages for useful info and links!

dire fractal
#

!pins

native dragonBOT
#

Check the pinned messages for useful info and links!

dire fractal
#

um how do i use this

robust bison
#

check the pinned messages for some guides

dire fractal
#

um ...

#

idk how to use discord

robust bison
#

if you're on PC, its this icon on the top right

dire fractal
#

oh i see it thank you

#

i have no idea what i’m supposed to click on

#

i have SDV on my chrome book and it says i have it from the app store

robust bison
#

yes, since the chromeOS is more like a mobile device than a PC

#

and apps can only be downloaded from the chrome web store or the plays tore

stray gate
#

They were testing things here just the other day. I don't know for sure, but I think the upcoming fix has a chance of correcting the custom spouse rooms also?
@fair vessel Well i didn't have that issue yet.
My main issue is about blackscreen after loading mods, and starting a save. I knew the problem was that bug for sure, my device can load SV with every mod perfectly, log has no problems, guess only waiting for fix can help SDVpuffercry

dire fractal
#

😣 so is it impossible for mods?

#

i can download smapi and all that other stuff

ashen elbow
#

the only mobile device that has mod support is android

robust bison
#

I'm not actually sure about it on chromebook, with how files can be acessed, but its worth a shot

dire fractal
#

but it says i have to do something and i forgot what but in the long run i accidentally reset my whole chrome book

robust bison
#

?

dire fractal
#

it’s like an android though?

fair vessel
#

Chromebook works just like Android for mods I think

#

You have to get a decent file manager app

dire fractal
#

is it downloadable on the play store

robust bison
#

yes

dire fractal
#

any recommendations

robust bison
#

!modrecs

native dragonBOT
fair vessel
#

@stray gate I took a look at your log, I don't think the tmx map bug I was talking about is causing your issue actually.
Can you share a screenshot of the inside of your Mods folder?

dire fractal
robust bison
#

you need to turn on dev mode then

tawny kindle
#

(doing that apparently might erase all data)

dire fractal
#

i did that the first time and i losteverytbing

#

yes

#

it did

#

😣😿😣

robust bison
#

hmm

tawny kindle
#

installing* the Android version of Stardew and also SMAPI from the play store might work, but afaict with random searches, the Linux version needs dev permissions

dire fractal
#

no idea what i just did

tawny kindle
#

looks like you opened a stardew save file as text

dire fractal
#

oh!!

#

that’s something

#

what is it supposed to look like

tawny kindle
#

I mean, that looks like normal save data, but the game itself isn't open

#

SMAPI has a console that opens up & has less text but looks vaguely similar

#

though I'm not sure how multi-window stuff works on chromebooks

dire fractal
#

me too

#

you’re helping me a lot though thank you sm

stray gate
#

@stray gate I took a look at your log, I don't think the tmx map bug I was talking about is causing your issue actually.
Can you share a screenshot of the inside of your Mods folder?
@fair vessel Sure

dire fractal
#

should i yolo and turn on OS developer mod @tawny kindle

tawny kindle
#

if you're okay with resetting the whole device, then I think you can just follow the Linux installation process afterward

dire fractal
#

i just decided to have a baby though 😣

tawny kindle
#

(you could try copying files you need onto something else first)

dire fractal
#

i don’t have a usb thingy

tawny kindle
#

maybe a google drive or something?

dire fractal
#

omg

#

you are the smartest person alive

#

wait but how would that work

robust bison
#

just upload the files you want to save to google drive

tawny kindle
#

I don't really use it myself, but yeah, find your save data for Stardew and any other files you want to keep

dire fractal
#

is that the save file?

fair vessel
#

No
It's a folder looks like YourName_6264838284

tawny kindle
#

apparently you might need a non-default file explorer to find them if you were playing the Android version

dire fractal
#

um is that like a file manager downloaded ?

tawny kindle
#

installing a file manager or something should let you find them, yeah

#

they should be in folders like this and have a couple files inside (one with the same name & one that's just "savegameinfo")

#

though those folders would be somewhere else for the Android version

dire fractal
#

alright i just downloaded a file manager

#

it has the same thing

#

the content %3A%2F

tawny kindle
#

that seems like it's part of the manager itself? I'm not really sure

#

you need to load the file manager and use it to look for those folders

dire fractal
#

[166][417] is my name

ashen elbow
#

huh

#

interesting name lol

robust bison
#

hax

dire fractal
#

it’s the item code thingy

ashen elbow
#

i knwo

dire fractal
#

yeah i’m a hacker no biggie 😎😎

tawny kindle
#

uploading that folder (or the files in it) somewhere should protect your save, you'll just need to download it back into the same place later

dire fractal
#

this is hard 😣

#

i think i’m going to give up

#

thank you a lot for everyone’s help especially you esca 🥺

tawny kindle
#

it's a bit of a pain to install stuff on locked down devices like that, feel free to come back if you get the energy to try again~

slender pike
#

yo does anyone have the lyell npc mod (https://www.nexusmods.com/stardewvalley/mods/4499?tab=description) and can anyone tell me what his birthday is/what file to look in to find his birthday
i have so many npc mods now that they often double up on birthdays and only one will show on the calendar

dire fractal
#

if i reset my device and turn on os thingy i could just install the CJM mod but then all my hard work to the community center 😣

#

and my blue chickens 💔

ashen elbow
#

the birthday should just be in the npc dispositions,, so look in the content.json

slender pike
#

ok thanks!

royal arrow
#

@pine mist did your fruit trees grow after all o: ?

torn shale
#

so..

#

i was thinking of getting stardew valley expanded but i feel like if stardew valley gets an update

#

it'll mess it up

robust bison
#

a SDV update is probably a ways off

torn shale
#

has every sdv update been compatible with previous saves

robust bison
#

with mods? no

#

hold on, theres a chart somewhere

torn shale
#

but mods that don't change anything game side should be fine yes?

#

like replacers

#

for images and such

ashen elbow
#

the update wont be for a while

#

so you dont really have to worry about that yet

torn shale
#

anyone have any update friendly mods to recommend me?

#

right now i have:
AntiCheatServer
BabyGenderInterface
BetterRanching
CarryChest
CJBShowItemSellPrice
GiftTasteHelper
LookupAnything
MPSpeechBubbles
WarpToFriends

robust bison
#

if you only want mods that will still work by the next far off uodate, youre going to be very limited

torn shale
#

not work

ashen elbow
#

yeah

torn shale
#

just not break the next update

#

even if removed

#

like ones that don't add new areas and stuff

#

or items

ashen elbow
#

the update wont be for a while,,

#

so i would say that its better to worry about that when we have more info about it

robust bison
#

^

torn shale
#

any recommended character customization mods?

ashen elbow
#

i use uhh coii's mods,, and some that i pulled from naver

torn shale
#

every editor mod i've checked out has ugly features

ashen elbow
torn shale
#

i'd rather one that is simple

#

not change shape of head

ashen elbow
#

well just use some clothing/hair mods then

torn shale
#

also did they add hair growth to stardew

#

with all vanilla hairs?

ashen elbow
#

no

torn shale
#

i noticed when i got back my hair was long

ashen elbow
#

thats a mod

torn shale
#

did i have it? lol

naive drum
#

smapi handles removing custom npcs and locations

torn shale
#

well only thing i desire now is a good hair / clothing mod

#

or mod pack

#

one that looks right

tight tusk
#

hey wing just wanna ask. so let's say i install shiko, no need to edit my save file anymore to completely uninstall her?

ashen elbow
#

no

#

smapi does that,, i believe

delicate garden
#

anyone know of a CP mod that supports all languages?

tight tusk
#

woo that's good

robust bison
#

yes

#

you'll get some log errors though

tight tusk
#

it's one of the reasons why i'm hesitant adding other custom npcs in my game

torn shale
#

is there a hair / clothing mod that adds them rather than changing them

#

and if you remove the mod it doesnt break the game

tight tusk
#

but at least no more tedious work uninstalling them

robust bison
#

well, most mods wont break the game if you remove them

ashen elbow
#

yes look up JA clothimg and hair mods @torn shale

torn shale
#

not on nexus?

#

i don't know korean so its hard to navigate teh link you sent me

robust bison
#

on nexus

ashen elbow
#

on nexus

#

you can translate the page

#

for naver

torn shale
#

oh but it is on nexus too?

ashen elbow
#

no,, its only on naver

torn shale
#

uhh

#

i tried searching

robust bison
#

for what?

torn shale
#

JA clothing

#

JA hair

robust bison
#

you might be interested in get glam then

torn shale
#

and if you remove get glam

#

it wont break you? there's still the default stuff?

robust bison
#

yes

ashen elbow
#

yes,, its adding things

robust bison
#

as I said, most mods wont break the game if you remove them

torn shale
#

adding but you can go to default stuff and customize yourself back to default

#

and uninstall it

ashen elbow
#

YEs

torn shale
#

good

#

okay i got it and everything i need aside from JA clothing and hair

#

having trouble finding those things

ashen elbow
#

its not that hard to find???

torn shale
#

PPJA?

#

this?

robust bison
#

thats food and crops

#

oh wait

#

what are you trying to find?

ashen elbow
#

yeah,, please explain

torn shale
#

more clothing and hair

#

"JA's"

#

i dont know

ashen elbow
#

json asset clothing

torn shale
#

can you send?

ashen elbow
#

no

#

i dont know what you are looking for

torn shale
#

i'm loooking for a way

#

to get

#

more clothes and hairs

ashen elbow
#

i dont have any

torn shale
#

ok

#

well JA's isn't on

#

nexus

ashen elbow
#

they are

torn shale
#

individually i found some?

ashen elbow
#

you have to look individually

torn shale
#

all uploaded by diff ppl

ashen elbow
#

yes

fresh inlet
#

All different Mod creators use ja to make clothing and hair mods

robust bison
#

JA is a framework mod, it doesnt really do anything without content packs

ashen elbow
#

i sent a naver link to some JA clothes

torn shale
#

oh..

fast river
#

JA doesn't support hair

torn shale
#

i thought it was a person

fast river
#

You need Get Glam for that I think

ashen elbow
#

gngh yeah i meant Get Galm lamo

fresh inlet
#

well yeah

#

But yeah basically it’s just a framework mod for mod authors to make things for it, so yes; mods will be from different authors

torn shale
#

glad i now know

#

"That's JA" confused me

#

i thought JA was a person

robust bison
#

no

ashen elbow
#

it stands for json assets

torn shale
#

i know this now

dire fractal
ashen elbow
#

??? i dont get it

delicate garden
#

Does anyone here speak pt and has some time to test a mod for me?

dire fractal
#

The trees from the ppja dont work

#

No custom trees can be planted

delicate garden
#

!log

native dragonBOT
#

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

dire fractal
delicate garden
#

irrelevant but I can see my PFM Craftable Mushroom Box mod isn't working, weird.

#

maybe its becasue I package it in a subfolder within a name PFM folder

dire fractal
#

Hmm

#

My artisan machines dont work as well

delicate garden
#

try moving it so its just sitting in /mods

dire fractal
#

Ok

#

Or should i get out the indiviual folders inside of those

#

(i just realized there are 75 folders in my mods)

delicate garden
#

It should be fine

#

Your log says Ignoring content pack: [PFM] Craftable Mushroom Box 1.0.0 from /storage/emulated/0/StardewValley/Mods/[PFM] Craftable Mushroom Box/[PFM] Craftable Mushroom Box
It does not have any of the required files.

#

Can you check it's not empty?

dire fractal
#

I will try

#

Nope

#

Its not empty

fair vessel
#

Looks like you have a "[PFM] Craftable Mushroom Box" folder inside another "[PFM] Craftable Mushroom Box" folder.

junior musk
#

I'm using NPC Map Locations and it's giving me this whenever I load a game

#

[NPC Map Locations] Unknown location: WizardHouseBasement
[NPC Map Locations] Unknown location: MovieTheater

#

What does that mean?

delicate garden
#

Looks like you have a "[PFM] Craftable Mushroom Box" folder inside another "[PFM] Craftable Mushroom Box" folder.
Yep that's the way I (and others) package it

#

Though I never get that error

#

NPC Map Locations changed folder name from NPCMapLocationsSVE to just NPCMapLocations for both versions

sonic holly
#

@junior musk It means the mod doesn't know where those locations are on the map. Is that from the latest update, with SVE? Those locations should already be accounted for...

junior musk
#

@sonic holly Oh, you're on here too. I'm the one who sent you a message on Nexus.

#

It's the latest update, yes. I downloaded it just an hour ago.

sonic holly
#

:S can you provide me your SMAPI log?

junior musk
#

I'm not using any other game-changing mods. Just ui stuff

delicate garden
#

Blue it looks like you don't have the SVE version?

#

!log

native dragonBOT
#

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

ashen elbow
#

huh but the basement and movie theatre are supposed to be vanilla right?

junior musk
#

No SVE

sonic holly
#

MovieTheater should be vanilla, I think WizardHouseBasement is from SVE?

delicate garden
#

Oh right

ashen elbow
#

the wizard does have a basement in vanilla too?

sonic holly
#

Oh nvm it seems both are from SVE

junior musk
#

If Wizard's Basement is referring to the place where you can change your appearance... that's definitely in the vanilla game

sonic holly
#

DEBUG NPC Map Locations Using recolored map maps\_default\fall_map.png.
It should be loading from maps\flashShifter.stardewValleyExpandedCP, so that's weird

ashen elbow
#

both the movie theatre and basement should be vanilla tho

sonic holly
#

In NPCMapLocations/maps, do you have those SVE map folders?

#

Oh then I guess SVE basically overwrites them with custom ones

junior musk
#

No

#

There's a _default folder with five pngs

#

I changed nothing about the initial download. Using it as-is

sonic holly
#

Yeah try re-installing the NPC Map Locations for Stardew Valley Expanded file, completely overwrite/replace the old one

ashen elbow
#

huh,, then its an issue with your npc map locations,, ^^

junior musk
#

Uhh...

#

I'm not using Expanded

sonic holly
#

oooooooooooh

#

woops my bad

ashen elbow
#

rip

junior musk
#

It's the vanilla game with a few ui additions

sonic holly
#

crap, I'll try to do a quick hotfix 😬 thanks for the heads up @junior musk

delicate garden
#

@sonic holly not sure if intended but you changed folder name from NPCMapLocationsSVE to just NPCMapLocations for both versions

fresh inlet
dire fractal
#

Oof i didnt see that

sonic holly
#

I did that on purpose because some people were downloading both files not understanding they should be using only one, appreciate the heads up tho

delicate garden
#

Thought so! Saw some people in discussion probably having the issue of having both versions so its pulling config from different version

dire fractal
#

Hey do you guys have a good crop addition mod that isnt ppja

delicate garden
#

Soda Vine

#

Whole IF2R farm full of joja cola speed run

torn shale
#

K SO I GOT THAT MOD

#

AND MY HEADS GOING THROUGH MY HAIR

#

they getglam thing

fair vessel
#

I did that on purpose because some people were downloading both files not understanding they should be using only one, appreciate the heads up tho
@sonic holly
But now we'll probably end up with the problem of people wanting to switch versions or install both (to switch between them) and overwriting the folders :/

#

Maybe if they were different but
NPCMapLocationsOriginal
NPCMapLocationsSVE

torn shale
#

why is getglam doing this

#

cursed

sonic holly
#

@fair vessel overwriting the folder is what they should do, because the source code of both files are the same

#

the main difference is SVE provides additional maps and a bunch of config files for custom NPCs and locations

torn shale
#

is the hair supposed to be like that in the new update

#

or is that a mod

#

because looking at existing new hairs

#

it seems like all hairs fit poorly

#

why is this

#

a plugin must be causing this

#

yep its getglam

#

breaking vanilla hairs

#

just why

naive drum
#

it doesn't do that for me?

dire fractal
#

Do you guys know about a working mod that enlargens my farm

robust bison
#

there are several

#

its easiest to do it on a new save, but it is possible to do it on an existing save, but there will be some hassle

dire fractal
#

I want a recommendation

robust bison
#

immersive farm 2 remastered

dire fractal
#

Ok

winter briar
#

Does the Social Tab still break if you are using UnlimitedPlayers with 5+ active people on?

cobalt tendon
#

Personally I favor the original Immersive Farm 2, because I dislike the cave location in Remastered. Feels like it's too far out of the way

fair vessel
winter briar
#

now since I haven't done it yet, what exactly happens when there is 5+ players at an event say the Flower Dance?

#

Would the players overlap other players?

restive zodiac
#

@dire fractal This is a common question, so I will answer in chat even though it was removed and you were informed of our rules -

As far as specifically mods go, they will usually work fine if the game does. Stardew Valley doesn't have any DRM or anything like that on it. There are various ways that these copies can be modified unnecessarily that sometimes make SMAPI not function though (there is a specific error for PC that even prints in the console in some cases to inform you of this), and no one here is able or allowed to help with problems like these, because they are a direct consequence of piracy. There are also no guarantees you will have the latest version, and you would not be able to use invite codes for multiplayer.

Someone would still be allowed to ask for help with a mod if their mod problem is not caused by how they got the game, but at the same time, others are also free to choose not to assist if they notice/suspect and feel like doing so would be supporting that activity. And in either situation, talking about it or promoting it in any way (eg linking alternate downloads, helping install pirated copies, helping the game run when it breaking is caused by piracy - but also debating/arguing about piracy in general) would be against the rules. Feel free to DM @neon frigate if you (or anyone else) has any further questions about it.

#

(PS for farms, DaisyNiko on Nexus has a ton, as does acerbicon)

fair vessel
#

@winter briar I actually have no idea. Even in vanilla with 4 players, what happens if players ask NPCs to dance who usually dance with each other? Like Penny dances with Sam, what if one player asks Penny and one asks Sam. Does one of the NPCs move to a different spot in the lineup? Which NPCs sit out and don't dance at all? Do all human players just see a different animation where they are the only player-character in the dance? So many questions... please report back with your results! Haha

winter briar
#

Curiosity!

restive zodiac
#

I don't think I have tried this SDVpufferthink

fair vessel
#

Whatever the answer is, it could have implications for how custom NPC mods ought best to work

#

Although currently, custom NPCs don't show up for farmhands at any festival, do they?

robust bison
#

I believe so

stoic cove
#

any recommendations on larger farm size mods for a single player? anyone?

silk plinth
#

capitalist dream farm is very nice

ashen elbow
#

but not compatible with sve

silk plinth
#

wait why??

#

@ashen elbow it isn't?? what??

ashen elbow
#

i think it messes up the warps

silk plinth
#

shame

ashen elbow
#

you get warped to the wrong places

silk plinth
#

surely there is a fix for that somewhere

#

wouldnt be hard to make right?

ashen elbow
#

you would have to edit the maps themselves

silk plinth
#

ik

#

oh

#

yeah nvm.

#

wish someone mentioned that earlier 😦

ashen elbow
#

i used capitalist dream farm 2, which only had an offset bus stop warp

dire fractal
#

its giving this error...

#

I have set launch options

#

it just randomly gave this error

robust bison
#

Open steam before you launch it

dire fractal
#

its open ;c

#

ill try restarting steam ig

robust bison
#

Did you rin it through steam?

dire fractal
#

yes

#

it was fine yesterday

robust bison
#

That's weird then

dire fractal
#

today i just open it and bam it gives this error

#

:(

#

restarting steam worked

old karma
#

Anyone that can help me troubleshoot? I have added the DeepWoods mod to my modlist and now I can't save anymore. At least I think DeepWoods is the problem, as the logs mention it when I try to save the game. It just gets stuck on "Saving..." permanently. https://smapi.io/log/31e7c5d941104845b036ee0801ed730f

old karma
#

Anyone?

shut violet
#

you can try to remove the mod and see if the issue is still here

#

it will help confirming if it's the cause

#

then either report the bug to the author or look at the comment section and see if someone reported it/if there is a solution

dire fractal
#

Hey guys know mods that add content to the game content stardew expanded doesnt work on my phone

tight tusk
#

it depends what you like in the game. try dialogue expansion mods for your favorite villager for starters. if you like making money than the usual starfruit/af winemaking empire route, check the crafting tag in nexus for pfm mods like mineral mage etc.

#

if you want something new to explore like sc, try deep woods.

strange moat
#

Hmm

#

Still having that SVE issue where I can't activate the Community Center event

#

The unlock, I mean

dire fractal
#

When using stardew valley expandend i get red errors in my log form smapi

fresh inlet
#

!log

native dragonBOT
#

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

dire fractal
#

already fixed it thanks for the fast response

fresh inlet
#

Ahh good to hear!

outer urchin
rough mesa
#

!log

native dragonBOT
#

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

robust bison
#

you have 2 versions of adarins girls mod

#

invatorzens dialogue change includes the other things and is more recent, so use that one

#

delete the adarins girls mod

outer urchin
#

Ohhh

#

So only invatorzen

#

Thank u ....

robust bison
#

both do the same thing, but invatorzens one is more recent and updated

outer urchin
#

Big thanks

#

I've been at it for like 30 mins

robust bison
#

np

coarse patio
#

Hi.

robust bison
#

hello

coarse patio
#

I have problem.
I use Stardew Valey Expanded - Immersive Farm 2 Remastered
And somehow i have a bug. I see wood/rocks and trees in water.

#

is there a way to fix it? I can not find it lol

dire fractal
#

@rare quest

kind ore
#

cjb cheats + noclip and a bunch of effort

robust bison
#

reset terrain features

#

makes it easy'

kind ore
#

but that removes all debris everywhere right?

robust bison
#

yes

fair vessel
#

@coarse patio Did you start using IF2R on a new save? This happens when you change map mods on an existing save. And yeah reset terrain features can fix it.

coarse patio
#

yes i did use on a new save.

dense knot
#

Does anybody know of a way to restart heart events? I already went through a bunch of them by way of the CJB Cheats Menu, but I decided to reset most of the character relationships from 10 hearts to 1 heart. Unless by doing that, the heart events will restart on their own? I was not sure.

robust bison
#

you can use event repeater or debug commands

dense knot
#

I was looking at that Miss Coriel's Event Repeater, yeah. How would the debug option work?

robust bison
#

you would need to look at the modder resource spreadsheet for the event ID's and then trigger them manually

dense knot
#

Ok, so, I really do not want to repeat events, but just tell it to let them occur, again, when I get back up to that heart level. Is there a place in the code where it stores the events that have already been completed?
And, if so, could I then just delete those events from that area of the code?

robust bison
#

I believe theres a dubeg command to clear the seen events list

dense knot
#

Oh cool

#

I guess I will hunt for it .
My file is only a few days new, so at worst, I could simply start, again.

dense knot
#

@robust bison thank you!

robust bison
#

np

fair vessel
#

@coarse patio if you started it on a new save, something funny is going on. Can you share your log?

#

!log

native dragonBOT
#

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

rare quest
#

@fair vessel That occurred because your save file was created with another farm layout, and then IF2R was installed. Use Reset Terrain Features to reset the terrain, or use No Clip to reach out-of-bound debris.

fair vessel
#

Not me, and they said they were using IF2R on a new save.

split patrol
#

Ok, so I'm kinda having a big issue. I am using Minerva's harder CC bundles mod, and all of a sudden I noticed I can't access the Boiler Room bundle from the menu (I was still missing one item) So I went to the CC and the golden scroll in the boiler room was gone? It is still broken down and the minecarts don't work

#

I also tried removing the mod and it still disappears. Any help would be appreciated!