Stardew Valley
0 of 0

File information

Last updated

Original upload

Created by

ailer

Uploaded by

ailer

Virus scan

Safe to use

5 comments

  1. isari112
    isari112
    • member
    • 7 kudos
    Could you make alternative textures version? :)
  2. xofyrefaerieox
    xofyrefaerieox
    • supporter
    • 0 kudos
    Having a strange issue in my game where the smaller coop displays properly with the overlay I've chosen (purple asymmetrical) but the fully upgraded coop is the default red. Anyone else had this problem in their game?
    1. xofyrefaerieox
      xofyrefaerieox
      • supporter
      • 0 kudos
      Looks like I found the source of the problem. The filename of the image for the purple asymmetrical deluxe coop was spelled incorrectly as purple_asymetric instead of purple_asymmetrical. Changing the file name and reloading the game fixed the issue and the purple deluxe is displaying properly!
  3. Lucci213
    Lucci213
    • member
    • 0 kudos
    Great mod! Though it doesn't seem to work for the House Recolors.
    1. Lucci213
      Lucci213
      • member
      • 0 kudos
      Okay, I did some troubleshooting and figured out what was wrong:

      1) There was a misplaced bracket "}" in the "//house recolors" section of "season.txt"

      What was written:
      "When": {
      "House": "True",
      "HouseStyle": "recolor",
      "Patchmode": "overlay",

      }

      What should've been:
      "When": {
      "House": "True",
      "HouseStyle": "recolor", },
      "Patchmode": "overlay",

      2) Error on Line 22 on "season.txt"

      What was written:
      "FromFile": "assets/recolor/{{RecolorStyle}}/{{season}}.png",

      What should've been:
      "FromFile": "assets/Recolor/{{RecolorStyle}}/houses_{{season}}.png",

      3) Image size error for "houses_spring.png" and "houses_summer.png"
      Located at "[CP] Lumisteria Buildings\Assets\Recolor\A" and "[CP] Lumisteria Buildings\Assets\Recolor\B"
      Both pictures seem to have a extra bit of imagery on the right side.
      Deleting those and making sure the size matches the stated 160 width fixes it.

      After doing all that, the mod now works with Recolored Houses!

      Regarding that extra bit of imagery on the "houses_spring.png" and "houses_summer.png", are they used for anything?
      Looks like the fit would into the Greenhouse and you didn't seem to include a seasonal variant for that building.