Stardew Valley
0 of 0

File information

Last updated

Original upload

Created by

Rarec De Usher

Uploaded by

RarecDeUsher

Virus scan

Safe to use

About this mod

Don't you just love it when the music slowly dies down in summer, the birds chirp a little and then those thousands of flies arrive?

Requirements
Permissions and credits
I was so frustrated, 
so I looked for a solution to put an end to this fly madness.
After a lot of searching and testing, I have found a possibility.

Seven different sound files are available to get rid of the horrible flies,
which can be selected via GenericModConfigMenu.

OnlySilence, Cicada1, Cicada2, Cicada3, Cricket1, Cricket2, Bird

--
v1.0.1
Oh man, I'm stupid. I should use my brain more often.
I was lying in bed last night and thought it would be even better if
other users, i.e. you, could easily integrate your own sounds.
And then it occurred to me, I was using way too much code,
it's quicker and easier with a variable and we have it in 
the Config line, in the Content.json.

7)"Summer ambient sound": {"AllowValues": "OnlySilence,Cicada1,Cicada2,Cicada3,Cricket1,Cricket2,Bird",

Let's assume that someone wants to have a light wind sound.
Let's call the file 'Wind 1.wav' then he can copy the file 
into the folder '[CP] No flies in summer\assets'.
Then he adds the name of the wave-file to the line in 
the Content.json file but without the extension '.wav'.

7)"Summer ambient sound": {"AllowValues": "OnlySilence,Cicada1,Cicada2,Cicada3,Cricket1,Cricket2,Bird,Wind 1",

And he can use it the next time he starts Stardew Valley.