Someone on steam had set up a github page with a few mods people might like. Think it may work only on .18
Below is a copy and paste from the author Yotan. I am sorry of someone already had posted about this earlier.
Several Mods - Gallery, zoom, npc work, unnoficial patches and more
Hello,
So I have been playing the game and while I am having fun with it, there were a few things that I felt was missing, so I decided to mod them in.
---
Before we go into details, you need to know and understand that:
1. Every mod here can potentially break your game. They are changing the game code in ways the devs did not expect/know;
2. If you find a bug, check BepInEx console to check if a mod is not causing issues.
3. Before you report a bug to the game developer, try reproducing the bug without mods.
Let's not make the life of the developers harder. And responsibly enjoy a modded game
---
For the game developers: Thanks for the game, playing it is fun, and modding it is interesting too. Please don't take these mods as a bad criticism. And if you think something here can be used in the game, feel free to use it.
---
So, let's get to the mods.
This topic is likely to get outdated, so if you want to go to where it is updated, go to the github page:
You must be registered to see the links
Currently I made 9 mods and 1 "mod utils lib". Those are:
1. Crafting colors -- Tell what you are missing to craft a item
2. Disassemble items -- Break an item back to its materials (use T, like disassembling animals)
3. Enhance workplaces -- Make NPCs produce more in Lumber/Mining as their level and morale increases. Also make Harvest collect fish traps if they have a fishing rod in the 1st slot of their inventory
4. Gallery -- Tracks H Scenes into a gallery. Not all scenes are being tracked/playable yet
5. Increase Zoom -- Allows you to zoom out further (3x increase)
6. Npc Stats -- When a NPC becomes your friend or is born, they now get stats points according to their level and those points are randomly distributted. This should make higher level friends stronger. It may also affect enemies though.
7. Stack nearby -- Press V to stack your inventory to nearby chests (The game lags a bit)
8. Warp body -- Press P while checking a dead body to warp the body to the nearest respawn point. Great to clean up piled bodies in your base
9. Unnoficial patches -- Bug fixes that I could do using mods. For now, only translation (JP -> English) fixes were made.
For modders, I made YotanModCore, a set of utilities and constants for modding. Usually, if I used something in the other mods that I think could be used by someone else, it is in there. (e.g. npc constants, game version info, stats change utilities, and so on)
Check the github release for downloads and installation instructions.