0 of 0

File information

Last updated

Original upload

Created by

orangeblossom

Uploaded by

orangeblossom7

Virus scan

Safe to use

66 comments

  1. 2562142705
    2562142705
    • member
    • 0 kudos
    为什么我找不到餐桌,并且升级房型后厨房和侧边台子中间断开了。
  2. Bex3791
    Bex3791
    • member
    • 0 kudos
    Installed this mod and I love it, but I had a problem where the texture wouldn't show up when I was playing as a farmhand on a farm where someone else is hosting! I since figured out that the code only applied to the main farmhouse and not the cabin and I was able to add code to fix that. If anyone else is having this same issue on Windows and they'd like to fix it, go to your mods folder, go to the Tile Kitchen and Dining Set folder, ignore the _MACOSX folder and select Tile Kitchen and Dining again, go into [CP] Tile Kitchen - no pantry and open the content.json file. Replace the code inside with this code:
    {
        "Format": "2.0.0",
        "ConfigSchema": {
    "PaintColor": {
    "AllowValues": "Green, Yellow, MutedGreen, MutedBrown, MutedYellow, Pink, Blue, Black, White",
    "Default": "Yellow"
    },
    "KitchenAppliances": {
    "AllowValues": "Pink, Silver, Black, White, Blue, Green, Lavender, Yellow",
    "Default": "Pink"
    },
    "KitchenApplianceOpenFridge": {
    "AllowValues": "Pink, Silver, Black, White, Blue, Green, Lavender, Yellow",
    "Default": "Pink"
    }  
        },
        "Changes": [
    //paintjob
            {
                "Action": "EditImage",
                "Target": "Content/farmhouse_tiles",
                "FromFile": "assets/farmhouse_tile_{{PaintColor}}.png",
                "FromArea": { "X": 16, "Y": 192, "Width": 80, "Height": 48 },
                "ToArea": { "X": 16, "Y": 192, "Width": 80, "Height": 48 },
                "When": {
                    "LocationName": "FarmHouse"
                },
    "Update": "OnLocationChange"
            },
            {
                "Action": "EditImage",
                "Target": "Content/farmhouse_tiles",
                "FromFile": "assets/farmhouse_tile_{{PaintColor}}.png",
                "FromArea": { "X": 176, "Y": 192, "Width": 16, "Height": 128 },
                "ToArea": { "X": 176, "Y": 192, "Width": 16, "Height": 128 },
                "When": {
                    "LocationName": "FarmHouse"
                },
    "Update": "OnLocationChange"
            },
            {
                "Action": "EditImage",
                "Target": "Content/farmhouse_tiles",
                "FromFile": "assets/farmhouse_tile_{{PaintColor}}.png",
                "FromArea": { "X": 0, "Y": 304, "Width": 16, "Height": 16 },
                "ToArea": { "X": 0, "Y": 304, "Width": 16, "Height": 16 },
                "When": {
                    "LocationName": "FarmHouse"
                },
    "Update": "OnLocationChange"
            },
            {
                "Action": "EditImage",
                "Target": "Maps/farmhouse_tiles",
                "FromFile": "assets/farmhouse_tile_{{PaintColor}}.png",
                "FromArea": { "X": 16, "Y": 192, "Width": 80, "Height": 48 },
                "ToArea": { "X": 16, "Y": 192, "Width": 80, "Height": 48 },
                "When": {
                    "LocationName": "FarmHouse"
                },
    "Update": "OnLocationChange"
            },
            {
                "Action": "EditImage",
                "Target": "Maps/farmhouse_tiles",
                "FromFile": "assets/farmhouse_tile_{{PaintColor}}.png",
                "FromArea": { "X": 176, "Y": 192, "Width": 16, "Height": 128 },
                "ToArea": { "X": 176, "Y": 192, "Width": 16, "Height": 128 },
                "When": {
                    "LocationName": "FarmHouse"
                },
    "Update": "OnLocationChange"
            },
            {
                "Action": "EditImage",
                "Target": "Maps/farmhouse_tiles",
                "FromFile": "assets/farmhouse_tile_{{PaintColor}}.png",
                "FromArea": { "X": 0, "Y": 304, "Width": 16, "Height": 16 },
                "ToArea": { "X": 0, "Y": 304, "Width": 16, "Height": 16 },
                "When": {
                    "LocationName": "FarmHouse"
                },
    "Update": "OnLocationChange"
            },
    //appliances
    {
                "Action": "EditImage",
                "Target": "Content/farmhouse_tiles",
                "FromFile": "assets/appliance_{{KitchenAppliances}}.png",
                "FromArea": { "X": 16, "Y": 192, "Width": 80, "Height": 48 },
                "ToArea": { "X": 16, "Y": 192, "Width": 80, "Height": 48 },
                "Patchmode": "Overlay",
                "When": {
                    "LocationName": "FarmHouse"
                },
    "Update": "OnLocationChange"
            },
            {
                "Action": "EditImage",
                "Target": "Content/farmhouse_tiles",
                "FromFile": "assets/appliance_{{KitchenAppliances}}.png",
                "FromArea": { "X": 176, "Y": 192, "Width": 16, "Height": 128 },
                "ToArea": { "X": 176, "Y": 192, "Width": 16, "Height": 128 },
                "Patchmode": "Overlay",
                "When": {
                    "LocationName": "FarmHouse"
                },
    "Update": "OnLocationChange"
            },
            {
                "Action": "EditImage",
                "Target": "Content/farmhouse_tiles",
                "FromFile": "assets/appliance_{{KitchenAppliances}}.png",
                "FromArea": { "X": 0, "Y": 304, "Width": 16, "Height": 16 },
                "ToArea": { "X": 0, "Y": 304, "Width": 16, "Height": 16 },
                "Patchmode": "Overlay",
                "When": {
                    "LocationName": "FarmHouse"
                },
    "Update": "OnLocationChange"
            },
            {
                "Action": "EditImage",
                "Target": "Maps/farmhouse_tiles",
                "FromFile": "assets/appliance_{{KitchenAppliances}}.png",
                "FromArea": { "X": 16, "Y": 192, "Width": 80, "Height": 48 },
                "ToArea": { "X": 16, "Y": 192, "Width": 80, "Height": 48 },
                "Patchmode": "Overlay",
                "When": {
                    "LocationName": "FarmHouse"
                },
    "Update": "OnLocationChange"
            },
            {
                "Action": "EditImage",
                "Target": "Maps/farmhouse_tiles",
                "FromFile": "assets/appliance_{{KitchenAppliances}}.png",
                "FromArea": { "X": 176, "Y": 192, "Width": 16, "Height": 128 },
                "ToArea": { "X": 176, "Y": 192, "Width": 16, "Height": 128 },
                "Patchmode": "Overlay",
                "When": {
                    "LocationName": "FarmHouse"
                },
    "Update": "OnLocationChange"
            },
            {
                "Action": "EditImage",
                "Target": "Maps/farmhouse_tiles",
                "FromFile": "assets/appliance_{{KitchenAppliances}}.png",
                "FromArea": { "X": 0, "Y": 304, "Width": 16, "Height": 16 },
                "ToArea": { "X": 0, "Y": 304, "Width": 16, "Height": 16 },
                "Patchmode": "Overlay",
                "When": {
                    "LocationName": "FarmHouse"
                },
    "Update": "OnLocationChange"
            },
        {
                "Action": "EditImage",
                "FromFile": "assets/OpenFridge_{{KitchenApplianceOpenFridge}}.png",
                "Target": "LooseSprites/Cursors2",
                "ToArea": { "X": 0, "Y": 192, "Width": 16, "Height": 32 },
                "Patchmode": "Overlay",
                "When": {
                    "LocationName": "FarmHouse"
                },
    "Update": "OnLocationChange"
            },
    //cabins
    //paintjob
            {
                "Action": "EditImage",
                "Target": "Content/farmhouse_tiles",
                "FromFile": "assets/farmhouse_tile_{{PaintColor}}.png",
                "FromArea": { "X": 16, "Y": 192, "Width": 80, "Height": 48 },
                "ToArea": { "X": 16, "Y": 192, "Width": 80, "Height": 48 },
                "When": {
                    "LocationName": "Cabin"
                },
    "Update": "OnLocationChange"
            },
            {
                "Action": "EditImage",
                "Target": "Content/farmhouse_tiles",
                "FromFile": "assets/farmhouse_tile_{{PaintColor}}.png",
                "FromArea": { "X": 176, "Y": 192, "Width": 16, "Height": 128 },
                "ToArea": { "X": 176, "Y": 192, "Width": 16, "Height": 128 },
                "When": {
                    "LocationName": "Cabin"
                },
    "Update": "OnLocationChange"
            },
            {
                "Action": "EditImage",
                "Target": "Content/farmhouse_tiles",
                "FromFile": "assets/farmhouse_tile_{{PaintColor}}.png",
                "FromArea": { "X": 0, "Y": 304, "Width": 16, "Height": 16 },
                "ToArea": { "X": 0, "Y": 304, "Width": 16, "Height": 16 },
                "When": {
                    "LocationName": "Cabin"
                },
    "Update": "OnLocationChange"
            },
            {
                "Action": "EditImage",
                "Target": "Maps/farmhouse_tiles",
                "FromFile": "assets/farmhouse_tile_{{PaintColor}}.png",
                "FromArea": { "X": 16, "Y": 192, "Width": 80, "Height": 48 },
                "ToArea": { "X": 16, "Y": 192, "Width": 80, "Height": 48 },
                "When": {
                    "LocationName": "Cabin"
                },
    "Update": "OnLocationChange"
            },
            {
                "Action": "EditImage",
                "Target": "Maps/farmhouse_tiles",
                "FromFile": "assets/farmhouse_tile_{{PaintColor}}.png",
                "FromArea": { "X": 176, "Y": 192, "Width": 16, "Height": 128 },
                "ToArea": { "X": 176, "Y": 192, "Width": 16, "Height": 128 },
                "When": {
                    "LocationName": "Cabin"
                },
    "Update": "OnLocationChange"
            },
            {
                "Action": "EditImage",
                "Target": "Maps/farmhouse_tiles",
                "FromFile": "assets/farmhouse_tile_{{PaintColor}}.png",
                "FromArea": { "X": 0, "Y": 304, "Width": 16, "Height": 16 },
                "ToArea": { "X": 0, "Y": 304, "Width": 16, "Height": 16 },
                "When": {
                    "LocationName": "Cabin"
                },
    "Update": "OnLocationChange"
            },
    //appliances
    {
                "Action": "EditImage",
                "Target": "Content/farmhouse_tiles",
                "FromFile": "assets/appliance_{{KitchenAppliances}}.png",
                "FromArea": { "X": 16, "Y": 192, "Width": 80, "Height": 48 },
                "ToArea": { "X": 16, "Y": 192, "Width": 80, "Height": 48 },
                "Patchmode": "Overlay",
                "When": {
                    "LocationName": "Cabin"
                },
    "Update": "OnLocationChange"
            },
            {
                "Action": "EditImage",
                "Target": "Content/farmhouse_tiles",
                "FromFile": "assets/appliance_{{KitchenAppliances}}.png",
                "FromArea": { "X": 176, "Y": 192, "Width": 16, "Height": 128 },
                "ToArea": { "X": 176, "Y": 192, "Width": 16, "Height": 128 },
                "Patchmode": "Overlay",
                "When": {
                    "LocationName": "Cabin"
                },
    "Update": "OnLocationChange"
            },
            {
                "Action": "EditImage",
                "Target": "Content/farmhouse_tiles",
                "FromFile": "assets/appliance_{{KitchenAppliances}}.png",
                "FromArea": { "X": 0, "Y": 304, "Width": 16, "Height": 16 },
                "ToArea": { "X": 0, "Y": 304, "Width": 16, "Height": 16 },
                "Patchmode": "Overlay",
                "When": {
                    "LocationName": "Cabin"
                },
    "Update": "OnLocationChange"
            },
            {
                "Action": "EditImage",
                "Target": "Maps/farmhouse_tiles",
                "FromFile": "assets/appliance_{{KitchenAppliances}}.png",
                "FromArea": { "X": 16, "Y": 192, "Width": 80, "Height": 48 },
                "ToArea": { "X": 16, "Y": 192, "Width": 80, "Height": 48 },
                "Patchmode": "Overlay",
                "When": {
                    "LocationName": "Cabin"
                },
    "Update": "OnLocationChange"
            },
            {
                "Action": "EditImage",
                "Target": "Maps/farmhouse_tiles",
                "FromFile": "assets/appliance_{{KitchenAppliances}}.png",
                "FromArea": { "X": 176, "Y": 192, "Width": 16, "Height": 128 },
                "ToArea": { "X": 176, "Y": 192, "Width": 16, "Height": 128 },
                "Patchmode": "Overlay",
                "When": {
                    "LocationName": "Cabin"
                },
    "Update": "OnLocationChange"
            },
            {
                "Action": "EditImage",
                "Target": "Maps/farmhouse_tiles",
                "FromFile": "assets/appliance_{{KitchenAppliances}}.png",
                "FromArea": { "X": 0, "Y": 304, "Width": 16, "Height": 16 },
                "ToArea": { "X": 0, "Y": 304, "Width": 16, "Height": 16 },
                "Patchmode": "Overlay",
                "When": {
                    "LocationName": "Cabin"
                },
    "Update": "OnLocationChange"
            },
        {
                "Action": "EditImage",
                "FromFile": "assets/OpenFridge_{{KitchenApplianceOpenFridge}}.png",
                "Target": "LooseSprites/Cursors2",
                "ToArea": { "X": 0, "Y": 192, "Width": 16, "Height": 32 },
                "Patchmode": "Overlay",
                "When": {
                    "LocationName": "Cabin"
                },
    "Update": "OnLocationChange"
            }
        ]
    }
    Then save the file and reboot your game! For anyone wondering, all I did was copy and add the original code to the bottom and replace each instance of "FarmHouse" with "Cabin" next to "LocationName." This fixed it for me. Hope it helps you guys, too!
    1. maipea
      maipea
      • member
      • 0 kudos
      this is exactly what i was looking for !!!! thank u <33
  3. Draculila
    Draculila
    • member
    • 0 kudos
    Hi,maybe someone could help. I don't understand how to change the color of the kitchen. I have every mod downloaded and installed. I have the paint bucket and everything from Robins shop. What tool do I use or what key to press T-T
  4. ninagarnet
    ninagarnet
    • supporter
    • 4 kudos
    Hi, is it possible to have a version that just has the kitchen tile sheet and the AT furniture. I already have a kitchen mod I like and use, but I would love to use the tile sheet to add a non functional kitchen in a shed or something using the map editor. I loveeeee the furniture so I would hate to miss out on that!
    1. orangeblossom7
      orangeblossom7
      • premium
      • 2,502 kudos
      hi, what do you mean by 'just the kitchen tile sheet'? (i don't understand) do you mean, just a fake kitchen that you can place anywhere like the ones i did for the fake counters?
    2. firethebluesky
      firethebluesky
      • member
      • 0 kudos
      +1 to this! I'd love to use the furniture, but already use Lovely Kitchen for my counters and want to keep it. Having the option to download just the AT furniture and not the kitchen counters (same with your other kitchen set!) would be amazing!
    3. AlchemistQ37
      AlchemistQ37
      • supporter
      • 0 kudos
      This would be great! Or some way to disable the kitchen replacement so we can just use the other furniture.
    4. okubunny
      okubunny
      • supporter
      • 34 kudos
      i also want this! please consider it <3
  5. yoobiverse
    yoobiverse
    • member
    • 0 kudos
    hi i'm totally new to modding and i really want to use this one but it's not working for me... is there maybe a problem in my log? i could use some help
    1. orangeblossom7
      orangeblossom7
      • premium
      • 2,502 kudos
      try disabling the kitchen replacement from witchy gothic interior :) 
    2. yoobiverse
      yoobiverse
      • member
      • 0 kudos
      omg yes that was the one blocking it, thank u so much ^^ i love my now pink kitchen 
  6. SatanicKitsune
    SatanicKitsune
    • member
    • 0 kudos
    Not working on Ginger island 
  7. PlasmaHound
    PlasmaHound
    • supporter
    • 4 kudos
    Hi, this mod is great! Thanks for all the hard work on all your amazing mods! 😄
    I have a quick question (not rly a major issue or anything, but...)
    I noticed a SMAPI startup warning that there's no update key. When I went to add it to the manifest for myself, I noticed that in one of the 2 folders - "[AT] Tile Kitchen" - the manifest.json actually did have an update key, but it was 17031 - which is Too Many Swatches! Not sure if you copied the manifest file from TMS & forgot to change it? Either way, it's obviously not an impactful issue - simply a warning you can ignore - but it is a good thing to include/fix, for proper notifications whenever this mod is updated!  👍

    TLDR;
    - "[AT] Tile Kitchen" has incorrect update key in manifest.json  ("UpdateKeys": ["Nexus:17031"],)
    - "[CP] Tile Kitchen - no pantry" has no update key in manifest.json
  8. SakuraCards
    SakuraCards
    • member
    • 0 kudos
    Hi, just installed your mod and I'm loving it! Just one question, why aren`t the mini fridge textures showing in my catalogue?
    I don't have any other texture mod installed if that helps.
    Ty in advance.

    edit- Nvm, I had to use the paint bucket :)
  9. olexka
    olexka
    • member
    • 0 kudos
    Hiiii just downloaded this mod! extremely new to modding stardew but how do I change the colour of the kitchen set? its currently set to pink
    1. orangeblossom7
      orangeblossom7
      • premium
      • 2,502 kudos
      use gmcm. check that page's description on how to use, then look for 'tile kitchen' when gmcm's ui is open. from there, you can change the color of the appliances and counters :)
  10. tarokou2
    tarokou2
    • member
    • 0 kudos
    i wish therell be horizontal counter as well...