Stardew Valley

File information

Last updated

Original upload

Created by

Minakie

Uploaded by

Minakie

Virus scan

Safe to use

19 comments

  1. Minakie
    Minakie
    • premium
    • 33 kudos
    Locked
    Sticky
    I haven't worked on my SV mods for a while and am not really sure if I ever will.

    I see a few people in the comments asking for this to be made compatible with the Bathroom after 2nd House Upgrade mod. If anyone wishes to call this task upon themselves, they have my permission to do so and upload the compatible version, as long as it is hosted on this website (and playstarbound.com) only and proper credit is given by linking back to this page.

    It would also be nice to post a link for it in the comments here so that other people can find it. ;)
  2. illyriaa
    illyriaa
    • member
    • 0 kudos
    I cant seem to change the beds even when editing the config 
  3. sefroth2017
    sefroth2017
    • premium
    • 0 kudos
    Idk what i am doing wrong but when i added the mod no matter what i did it wouldnt put the fire place in the kitchen and the bed would always be white with the heart on it even after i set that to be off

  4. zdgiaogiao
    zdgiaogiao
    • member
    • 0 kudos
    hello I‘d like to ask you what's wrong with the missing coffee in the kitchen . missing a tile makes me sick .
    1. Minakie
      Minakie
      • premium
      • 33 kudos
      Fixed in the latest update. Sorry ^^''
  5. Mytana
    Mytana
    • member
    • 0 kudos
    Currently the code says
    {"LogName": "Farmhouse Fireplace Cat",
    "Action": "EditImage",
    "Target": "TileSheets/furniture",
    "FromFile": "assets/fireplace/bird_{{CatColour}}.png",
    "ToArea": { "X": 32, "Y": 896,"Width": 32, "Height": 80 },
    "PatchMode": "Overlay",
    "When": {"LocationName":"FarmHouse", "FireplaceCat": "on"}},
    which tries to call a bird sprite that doesn't exist, so the fireplace can't load if the cat is selected to be on

    An easy fix
    {"LogName": "Farmhouse Fireplace Cat",
    "Action": "EditImage",
    "Target": "TileSheets/furniture",
    "FromFile": "assets/fireplace/cat_{{CatColour}}.png",
    "ToArea": { "X": 32, "Y": 896,"Width": 32, "Height": 80 },
    "PatchMode": "Overlay",
    "When": {"LocationName":"FarmHouse", "FireplaceCat": "on"}},
    1. ahgrow
      ahgrow
      • member
      • 0 kudos
      Thanks, was gonna point out the same. btw the document to be fixed is named "content" if anyone is in doubt.
    2. Minakie
      Minakie
      • premium
      • 33 kudos
      Thank you for reporting this, it has now been fixed in v 2.3.
      I would have updated it sooner but Nexus is not notifying me of when new comments are left on my mods.
  6. Ruby666BLU
    Ruby666BLU
    • member
    • 0 kudos
    Can some one help me, i don't how to add this to my game. i try to add the stuff to my game but it wouldn't replace anything.
  7. coldazrael
    coldazrael
    • premium
    • 33 kudos
    @author
    Hey there, I've made the content patcher version of your mod :
    https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-64#post-3305998
    You are free to append it to your mod page or have my post to be taken down :)
  8. Teensy445
    Teensy445
    • member
    • 0 kudos
    Hi im just alittle confused and I probably sound really stupid but um..what do u mean by /Stardew Valley main folder idk what that mean xD
  9. DarkDragonDs
    DarkDragonDs
    • member
    • 0 kudos
    Im having trouble installing the fireplace as it only replaces Npcs home fireplace but not the players
  10. kyriakos2003
    kyriakos2003
    • member
    • 0 kudos
    but how do i install the kitchen?
    1. Minakie
      Minakie
      • premium
      • 33 kudos
      I just realized this was the only mod I forgot to add the installation instructions directly on the post. Still, all my mods include a file with installation instructions. Regardless, here it is:

      Installation:
      - Just copy-paste the chosen "Content" folder (either one or both) into your "...\Stardew Valley" main folder and, when prompted, let it override the file.
  11. Opheelia
    Opheelia
    • member
    • 0 kudos
    It would be awesome if you could update do make it compatible with the Bathroom after 2nd House Upgrade...