Stardew Valley

File information

Last updated

Original upload

Created by

Lamron

Uploaded by

Lambeeron

Virus scan

Safe to use

335 comments

  1. Shyziie
    Shyziie
    • premium
    • 221 kudos
    Here is a fix for the red sleeves and/or farmer base arms clipping through the sleeves:

    I am not a mod creator, and I don't know anything about coding, this was just some personal fiddling, so hopefully this works for everyone! This will remove the seasonal aspect/option, so you'll just need to turn the mod on or off in the config menu or config.json whenever you feel like swapping. c:

    Replace all the content.json text with this:

    {
      "Format": "1.19.0",
      "ConfigSchema": {
        "FemaleSleeves": {"AllowValues": "true, false", "Default": "true"},
        "MaleSleeves": {"AllowValues": "true, false", "Default": "true"},
        "SleeveStyle": {"AllowValues": "Plain cuffs, Rounded cuffs, White cuffs", "Default": "Plain cuffs"},
    },

      "Changes": [
        {
        "Action": "EditImage",
        "PatchMode": "Replace",
        "Target": "Characters/Farmer/farmer_girl_base, Characters/Farmer/farmer_girl_base_bald",
        "FromFile": "Assets/Female/{{SleeveStyle}}.png",
         "FromArea": {"X": 96, "Y": 0, "Width": 192, "Height": 672},
        "ToArea": {"X": 96, "Y": 0, "Width": 192, "Height": 672},
        "When": { "FemaleSleeves": "true"}
        },

        {
        "Action": "EditImage",
        "PatchMode": "Replace",
        "Target": "Characters/Farmer/farmer_base, Characters/Farmer/farmer_base_bald",
        "FromFile": "Assets/Male/{{SleeveStyle}}.png",
         "FromArea": {"X": 96, "Y": 0, "Width": 192, "Height": 672},
        "ToArea": {"X": 96, "Y": 0, "Width": 192, "Height": 672},
        "When": { "MaleSleeves": "true"}
        },

      ]
    }

    Goodluck!
    1. audreytgl
      audreytgl
      • supporter
      • 0 kudos
      HI I DON'T KNOW IF YOU'RE STILL READING REPLIES BUT YOU LITERALLY SAVED ME TYSM FOR THIS IT WAS THE ONLY SOLUTION THAT WORKED. Literally doing God's work over here omg 
    2. Kjtsune
      Kjtsune
      • member
      • 0 kudos
      thank you so much, i was struggling to find a fix and this worked for me straight away TT <3
    3. Marnie99
      Marnie99
      • member
      • 0 kudos
      TYSM!!!!!!!!
    4. ferzefon
      ferzefon
      • member
      • 0 kudos
      im sorry im really slow where am i supposed to paste this at? please give me a step by step tutorial..
    5. Shyziie
      Shyziie
      • premium
      • 221 kudos
      No worries! In your Stardew Valley mods folder (for example, mine is here E:\Program Files (x86)\Steam\steamapps\common\Stardew Valley\Mods) you'll go to [CP] Sleeves > [CP] Oversized Sleeves and then open up the file called content or content.json using notepad or notepad++ and replace all of the text/code in there with the text/code I posted above. Make sure to Save the file in notepad/notepad++ before you close it too, and make sure not to miss any of the { }[ ] characters at the beginning and end of the text/code. Let me know if this helps! c:
    6. SebastianeCarn4
      SebastianeCarn4
      • member
      • 0 kudos
      thank you very much for the code and tutorial! ! ! i finally succeeded.
    7. LevanKartoffan
      LevanKartoffan
      • member
      • 0 kudos
      thank you!
    8. itzlele
      itzlele
      • member
      • 0 kudos
      i'm using this fix with goblin hour's expressive elf ears & gh's cp peach body, i've done some tests and it seems to make the farmer's body not respond to different skin tones, the ears work but without this fix/mod they don't pick up on peach's skintones - this fix seems to fix that but then breaks something else, a.k.a the body just doesnt change skin colors anymore. any idea how to fix it? i really love this combo and would like to not have to choose between them D:
    9. Shyziie
      Shyziie
      • premium
      • 221 kudos
      Tbh I'm not entirely sure because I don't use GH's Peach Body, but from taking a look at their mod it seems that they have sleeves integrated in already, so it might be a conflict between Lambeeron and GH's sleeves
    10. picklemurdoc
      picklemurdoc
      • member
      • 0 kudos
      First, thank you SO MUCH for this <3

      Second, how are you going to say you don't know anything about coding and then proceed to post the craziest fork?? LOL
    11. Shyziie
      Shyziie
      • premium
      • 221 kudos
      Lmao! Ywyw! At the time I hadn't created any mods, but even now I pretty much just stare at other authors' codes until it makes sense to me 😂 I don't know what I am doing at all!
    12. Kittily
      Kittily
      • premium
      • 0 kudos
      I'm so glad I checked the comments before deleting this mod, thank you!! <3
    13. CelestialRose1
      CelestialRose1
      • member
      • 0 kudos
      Hi I wanted to ask what body mod you use? The GH peach mod didn't work well for me and now im trying Do eun's body mod but confused on how to insert and use in the mod folder? If you use this mod can u explain to me how to use it or tell me what u use and how? Thank you so much I appreciate your response!
    14. Shyziie
      Shyziie
      • premium
      • 221 kudos
      Npnp :3 I currently use Seasonal Outfits - Slightly Cuter Aesthetic. It actually comes with an option to change the nose, base, and shoe shape type for your own farmer. I've been too lazy to explore other options, but lately I've been getting into more FS mods so I might look into more farmer base mods.
    15. loficats
      loficats
      • member
      • 0 kudos
      As of March 25, 2024 this issue persists and this fix WORKS! Thank you so much
    16. Rocket1700
      Rocket1700
      • member
      • 0 kudos
      Hi idk if you're still replying but I could really use some help if u might know where Im going wrong. I replaced the code exactly as you described but my SMAPI gives me a very long error message? I have exactly copy and pasted your code and removed the older code. do you know what might be causing this? tysm for any help :)))


      [Content Patcher] Error loading configuration for content pack '(CP) Oversized Sleeves'. Technical details:
      Newtonsoft.Json.JsonReaderException: Can't parse JSON file at C:\Program Files\WindowsApps\ConcernedApe.StardewValleyPC_1.6.20005.0_x64__0c8vynj4cqe4e\Mods\[CP] Sleeves\[CP] Oversized Sleeves\config.json. This doesn't seem to be valid JSON.
      Technical details: Unexpected character encountered while parsing value: {. Path 'ConfigSchema', line 3, position 19.
         at StardewModdingAPI.Toolkit.Serialization.JsonHelper.ReadJsonFileIfExists[TModel](String fullPath, TModel& result) in E:\source\_Stardew\SMAPI\src\SMAPI.Toolkit\Serialization\JsonHelper.cs:line 86
         at StardewModdingAPI.Framework.ContentPack.ReadJsonFile[TModel](String path) in E:\source\_Stardew\SMAPI\src\SMAPI\Framework\ContentPack.cs:line 76
         at ContentPatcher.Framework.ConfigFileHandler.LoadConfigValues(IContentPack contentPack, InvariantDictionary`1 config, Action`2 logWarning) in E:\source\_Stardew\Mods.Pathoschild\ContentPatcher\Framework\ConfigFileHandler.cs:line 181
         at ContentPatcher.Framework.ConfigFileHandler.Read(IContentPack contentPack, InvariantDictionary`1 rawSchema, ISemanticVersion formatVersion) in E:\source\_Stardew\Mods.Pathoschild\ContentPatcher\Framework\ConfigFileHandler.cs:line 49
         at ContentPatcher.ModEntry.GetContentPacks()+MoveNext() in E:\source\_Stardew\Mods.Pathoschild\ContentPatcher\ModEntry.cs:line 448
    17. Shyziie
      Shyziie
      • premium
      • 221 kudos
      Looks like there is a wonky character on Line 3 in the content.json. I would recommend going back into the content.json and using CTRL + A on your keyboard to select everything and then add in my code fix again, make sure you are not missing any ] or } characters. I'd also recommend deleting the config.json in your folder before you launch the game again too. c: It will re-add itself after you load the game.
    18. bettybob
      bettybob
      • member
      • 0 kudos
      Yeah i don't know how to do it either

      Edit: Just saw the comment on how to fix it! 

      Thank you!!
    19. cpoupi02
      cpoupi02
      • premium
      • 6 kudos
      Thank you ⸜(。˃ ᵕ ˂ )⸝♡
    20. momokolove
      momokolove
      • member
      • 0 kudos
      I tried this fix but it makes all of my farmers have weirdly disproportionate arms even if i try to remove the sleeves,,, and i cant turn it off in config either it's still there
    21. momokolove
      momokolove
      • member
      • 0 kudos

      here's a pic,,, weird gorilla arms for everyone even though sleeves are disabled rn

      EDIT: oh s#*! wait i just realized this mod isnt compatible with fashion sense!! that was the problem lol
    22. DistraughtHoneyBee
      DistraughtHoneyBee
      • premium
      • 0 kudos
      THANK YOU!! I was so sad this didn't work anymore but your fix came in clutch. Seriously, thank you!!
    23. notstupidbaby
      notstupidbaby
      • supporter
      • 0 kudos
      Does anyone know how to fix the issue where when toggling off the sleeves or change the style in generic mod config menu, it doesn't update unless i fully restart my game? :) pls lmk
    24. MzHyde9798
      MzHyde9798
      • member
      • 1 kudos
      yeah same here, i dont know how to fix that
    25. Shyziie
      Shyziie
      • premium
      • 221 kudos
      I tried to add an update option to the code but that didn't work. o: It might be a new issue with Content Patcher perhaps
    26. taylorstende
      taylorstende
      • member
      • 0 kudos
      you are my savior!!!!!
    27. texasbluebelle
      texasbluebelle
      • member
      • 0 kudos
      YOU DESERVE THE FATTEST SMOOCH FOR THIS, THANK YOU SO MUCH
    28. alice0noname
      alice0noname
      • member
      • 0 kudos
      Ahh big THANKS!!! This tutorial helped a lot <3
    29. Peach1
      Peach1
      • premium
      • 1 kudos
      For anyone using Peach body mod, if you do this fix it will make it so you are unable to change the shoe color of the farmer. youll be stuck with the default brownish color. took me forever to narrow down what was causing that issue. turns out its this fix specifically. even wearing different colored shoes in game will not change shoe color
    30. baedrauo
      baedrauo
      • member
      • 0 kudos
      @Peach1 you can fix that by copying this from the sleeves of Peach body mod to these oversized sleeves and it will allow you to change your shoe color again

    31. beepouch
      beepouch
      • member
      • 0 kudos
      @itzlele it'd be so lovely if you can share how you fixed the ears with GH peachy body because i love these 3 mods but idk how to tweak the config :( 
    32. ArchFlare0
      ArchFlare0
      • member
      • 0 kudos
      Thankyou so much!
  2. mushroomhash
    mushroomhash
    • premium
    • 20 kudos
    Hello, I made a Fashion Sense port of your mod since it didn't seem your original mod didn't work for me. I don't know if you are still active or not, but if so, can I post it on my account so that others can use it?
    *EDIT* for all the people asking for the link, here it is
    I should have posted it here earlier, but I just didn't want any permission trouble since they never responded to me 
    1. lils0ftlamb
      lils0ftlamb
      • member
      • 0 kudos
      I think you're allowed to post it as long as you tag the original creator

      If you do post it, please let me know!! I love using this alongside the "Expressive Elf ears"  mod and its sucky that it wont work anymore :[
    2. mushroomhash
      mushroomhash
      • premium
      • 20 kudos
      ok then, thanks! i just uploaded it!
    3. lils0ftlamb
      lils0ftlamb
      • member
      • 0 kudos
      I just downloaded the mod, thank you !!! :D 
    4. 2271639334
      2271639334
      • member
      • 0 kudos
      Hello, I'm sorry to bother you, but I searched your home page and did not find the fashion sense port you made. May I ask which website you uploaded it to? I really like this mod, but sadly, it doesn't work, my English is poor, I use a translator, excuse my offence:)
    5. mushroomhash
      mushroomhash
      • premium
      • 20 kudos
      Hello, I'm so sorry, but I had to remove it after realizing that I needed the original mod creator's permission to post it online. Hopefully they respond so that I can put it back up, tho!
    6. Sss345
      Sss345
      • member
      • 0 kudos
      They do not respond to anybody for a long time. I think it would be only good and very kind of you if you would post the fix
    7. risingvxnus
      risingvxnus
      • member
      • 0 kudos
      until the conversion is posted, you can use these sleeves
      FS - SB's Oversized Sleeves
      theyre very similar to lambeeron's and they're fashion sense.
    8. 0Renciel
      0Renciel
      • premium
      • 199 kudos
      Unless they have been given permission by the original author to repost their conversion, it can not be republished as a new mod.
      You'll have to wait whenever that day comes, however long that will be.

      There's nothing "good" or "kind" about republishing an authors asset without permission. 
    9. Cherinai
      Cherinai
      • supporter
      • 0 kudos
      Jesus Christ just when I thought I was finally gonna get a working version of this mod, the mod's author has not been active for YEARS since y'all keep harping on about "permission" and it stays broken; if possible can your Fashion Sense version be sent privately please? 
    10. 5eele
      5eele
      • member
      • 0 kudos
      please just repost it.
    11. Veralyna
      Veralyna
      • member
      • 0 kudos
      edit: i figured it out; i just can't read tonight
    12. homolina
      homolina
      • member
      • 0 kudos
      please just repost it as i don't think the author will ever updated this mod and this would save tons of issues.
    13. mirrorcan
      mirrorcan
      • member
      • 0 kudos
      我太伤心了。
    14. YOOOO777
      YOOOO777
      • member
      • 0 kudos
      Diddo, I would really like it too. 
    15. iiPamxs
      iiPamxs
      • member
      • 0 kudos
      o criador está inativo, então talvez você possa fazer isso por nós
    16. BonnieBlonde
      BonnieBlonde
      • member
      • 0 kudos
      plsss send to us 
    17. nilriMFallout
      nilriMFallout
      • supporter
      • 15 kudos
      Hello, would you be willing to send it in a private message? or, do you think it would be ok to set the original file as a requirement for yours, so that way people still have to download this one to use yours? do you think the mod author would be ok with that? they still get credit and a download that way.
    18. Shidouuu
      Shidouuu
      • member
      • 1 kudos
      Just post a google drive link or something.
    19. Allycat2208
      Allycat2208
      • member
      • 0 kudos
      .
    20. nymphy21
      nymphy21
      • member
      • 1 kudos
      Thanks for the link queen <3
    21. Reinareqqqq
      Reinareqqqq
      • member
      • 0 kudos
      THANKS!
    22. ifsolist
      ifsolist
      • member
      • 0 kudos
      thank you!!!!!!!!!!!! <3
    23. anbii
      anbii
      • member
      • 0 kudos
      thank you, i love you! <3
    24. KnightAnya
      KnightAnya
      • member
      • 0 kudos
      thank you! you've helped a lot of people
    25. meowmyastic
      meowmyastic
      • member
      • 0 kudos
      Does this replace the original mod or is this one meant to be downloaded with it? 
    26. mushroomhash
      mushroomhash
      • premium
      • 20 kudos
      this replaces the og mod, so you only need this and fashion sense for it to work
    27. LiquidClaymore
      LiquidClaymore
      • member
      • 0 kudos
      Thank you!
    28. 4letal
      4letal
      • premium
      • 0 kudos
      bless your soul
    29. AciiDReFlux
      AciiDReFlux
      • member
      • 0 kudos
      you beautiful bastard <3
    30. Peach1
      Peach1
      • premium
      • 1 kudos
      Thank you! I wanted to ask though, I noticed the sleeves color is a bit different in this version though. I cant make them fully white they always look grey. is this fixable?
    31. mushroomhash
      mushroomhash
      • premium
      • 20 kudos
      i'll try, but since with fashion sense it needs to be grayscale to be recolored, i couldn't make it full on white. i'll try to make it lighter though
    32. xizoy1
      xizoy1
      • member
      • 0 kudos
      Thank you!!!!!!! 
  3. F7ckY0u
    F7ckY0u
    • member
    • 0 kudos
    Hello, is there a way to select the sleeves in the character creation screen, or do I have to wait until I'm actually in the game for the mod
    to take effect?
    edit: nevermind I figured it out!
    1. epione14
      epione14
      • member
      • 0 kudos
      how did u select the sleeves?
  4. iAzrael
    iAzrael
    • member
    • 0 kudos
    what's the mod for the sweeping butler?
  5. aesShiro
    aesShiro
    • member
    • 0 kudos
    Do you still have the link for the hairs?
    I can't seem to find it with the hyperlink to the Naver blog.
  6. WhoKnowsReally
    WhoKnowsReally
    • member
    • 0 kudos
    Is it possible to implement this mod into Fashion Sense? It would be easier to swap between outfits. Great mod though <3
    1. farmergirl777
      farmergirl777
      • member
      • 0 kudos
      id really love this too!
  7. baedrauo
    baedrauo
    • member
    • 0 kudos
    .
  8. linhette
    linhette
    • member
    • 0 kudos
    How do you change the sleeve style?
  9. precariousStargazer
    precariousStargazer
    • member
    • 1 kudos
    Hello!

    I'm making a ""mod"" that directly edits .xnb files in order to add some vanilla-friendly visual tweaks to the game without requiring SMAPI, and I'd like to include your oversized sleeves for the female farmer. I would of course give proper credit and adhere to your permission rules, but I understand if you'd prefer I didn't include it anyway.

    Many thanks!
  10. rin93241
    rin93241
    • member
    • 0 kudos
    when I go to download its not letting me and downloading a .rar file what do i do?
    1. rosiecoaster
      rosiecoaster
      • member
      • 0 kudos
      this is happening to me as well!! please someone help
    2. InterstellarLunatic
      InterstellarLunatic
      • member
      • 0 kudos
      you will have to extract the rar file with 7zip