StardewModders / mod-ideas

Submit ideas for mods to create, or find your next mod project!
93 stars 5 forks source link

More Greenhouse Stuff #6

Open webxro opened 7 years ago

webxro commented 7 years ago

Why can we not upgrade the greenhouse ? Come on Robin get your timelady rear next to it and work your policebox magic on it.

spacechase0 commented 7 years ago

As far as other greenhouse-like rooms, the game kinda hardcodes crop checks to check for "Greenhouse" to allow growing outside of season.

Someone was working on alternative greenhouses, using the idea to make another area to walk a distance away from the greenhouse but still in the "Greenhouse" map. https://github.com/miketweaver/BashNinja_SDV_Mods/tree/master/Stardewponics

In my unreleased mod I have essentially implemented the seasonal biomes implemented, although not as buildings. It requires overriding HoeDirt and Crop though. (And I think I still need to do fruit trees) I have plans to fix it using IL hooking, with a generic canCropGrowHere, and when that happens I'll put it in SpaceCore (and probably make an example mod).

webxro commented 7 years ago

Yea, I know that mod. Chatter with the modder when he was working on it

Entoarox commented 7 years ago

@spacechase0 ALL contains a workaround that enables any GameLocation that inherits from its custom Greenhouse location to be treated as a greenhouse, it is not perfect, as planting out of season is not possible there, but plants will grow and survive without issues.