However, the sounds of frogs didn't sound familiar to me as I'm in a different country and region. (and I'm sure it's same for other users in here).
so I've just replaced the frog wav files a bit for my regional frog sounds (hmmm?) and I think It's much more familiar with this. (Actually, I choose the first sound as a toad sound, the second one as frogs, and the third as a cricket, not frogs.)
But I'm wondering if I should keep this to myself, or if I should actively share it with the author like common "translation" versions of mods (but then I think you'd get too many comments from everyone lol), or if it's okay to share the replaced sounds files with the Stardew Valley community in my region. (No commercial use, of course).
Thank you very much! :-D I'm glad you enjoy the mod. I don't mind if you upload your version to nexus, or if you want I can upload it on this page as a alternative file. Just make sure the sound files you used have a license that allow you to use it for stuff like this.
for some reason the alternate version won't show in stardrop for me, despite it being in my mod folder :( last time this happened for a different mod there was an issue with one of the jsons, but I cant remember which. I'll see if I get any errors or crashes to see if that will narrow it down
The original shows up because I've had it for a long time now, but the new optional file does not. And now its actually doing it for a mod I made literally today :( I'm so tired of stardrop being a bully
I have a similar issue to the previous poster for the alternate version but I don't use Stardrop, I manually manage my mods. I am def not hearing thunder or the frog sounds. SMAPI log says:
ο»Ώ[Content Patcher] Ignored Thunder and Frog Sounds Alternative Version For Content Patcher > EditData Data/AudioChanges #1: the When field is invalid: 'EnableCustomFrogs' can't be used as a token because that token could not be found. [Content Patcher] Ignored Thunder and Frog Sounds Alternative Version For Content Patcher > EditData Data/AudioChanges #2: the When field is invalid: 'EnableCustomThunder' can't be used as a token because that token could not be found
Can't thank you enough for these sound mods. I sometimes play with my 7.1 headphones on and the default sounds of all the ones you uploaded were rough. Especially the thunder. It was honestly so awful. Would make me flinch sometimes and just sounded bad in my ear. This is such a simple change but this mod is one that has really changed my gameplay in a positive way. Much appreciated.
I'm so glad you updated my required mod. Thanks to 'chrisdegod' for creating this mod and '4KMong' for uploading the alternate sound, it's been a more perfect summer.
I will use the Sound Patcher mod to remove it, but really a mod to change the bird flapping noises would be incredible, I hate their galloping horse noises and specially when they overlap, so I read its maybe on your plans and i support it
does this replace both of the thunder sounds during thunderstorms? the rumbly one and the really loud one that means it's hit something on your farm? i have a mod that turns those off (i have very sensitive ears and the second one hurts a lot orz) so if this replaces them then i might need to disable that part of the other mod to hear your sounds, right?
Love the frog noises, do you think this mod is compatible with the Frog Friends mod (adds frogs as coop animals)? I love my lil froggy pals but the deep womp noises are distracting :,(
53 comments
However, the sounds of frogs didn't sound familiar to me as I'm in a different country and region. (and I'm sure it's same for other users in here).
so I've just replaced the frog wav files a bit for my regional frog sounds (hmmm?) and I think It's much more familiar with this.
(Actually, I choose the first sound as a toad sound, the second one as frogs, and the third as a cricket, not frogs.)
But I'm wondering if I should keep this to myself, or if I should actively share it with the author like common "translation" versions of mods (but then I think you'd get too many comments from everyone lol), or if it's okay to share the replaced sounds files with the Stardew Valley community in my region. (No commercial use, of course).
Thank you for your great idea. It is perfect.
https://drive.google.com/drive/folders/1pdXpi3O1-NADbg1GnagebhP2njWze7JE?usp=drive_link
I'm not used to uploading something to Nexus mod yet ;D
The references.txt file will show the source of each sound.
All copyrights are CC BY, which is free to use as long as you reveal the source.
If you checked and downloaded it, please reply. (Temporary Share)
Thank you!
ο»Ώ[Content Patcher] Ignored Thunder and Frog Sounds Alternative Version For Content Patcher > EditData Data/AudioChanges #1: the When field is invalid: 'EnableCustomFrogs' can't be used as a token because that token could not be found.
[Content Patcher] Ignored Thunder and Frog Sounds Alternative Version For Content Patcher > EditData Data/AudioChanges #2: the When field is invalid: 'EnableCustomThunder' can't be used as a token because that token could not be found
Thanks to 'chrisdegod' for creating this mod and '4KMong' for uploading the alternate sound, it's been a more perfect summer.
ο»Ώ{
"Format": "2.0.0",
"Changes": [
//adding custom music
{
"Action": "EditData",
"Target": "Data/AudioChanges",
"Entries": {
"Thunder": {
"Id": "thunder",
"Category": "Ambient",
"FilePaths": [
"{{AbsoluteFilePath: assets/thunder_far2.wav}}",
"{{AbsoluteFilePath: assets/thunder_far3.wav}}",
"{{AbsoluteFilePath: assets/thunder_far1.wav}}"
],
"StreamedVorbis": true
},
"SmallThunder": {
"Id": "thunder_small",
"Category": "Ambient",
"FilePaths": [
"{{AbsoluteFilePath: assets/thunder_close1.wav}}",
"{{AbsoluteFilePath: assets/thunder_close2.wav}}"
],
"StreamedVorbis": true
}
}
}
]
}