Please disclose if any significant portion of your mod was created using AI tools by adding the 'AI Generated' category. Failing to do so may result in the mod being removed from Thunderstore.
ShowPlantProgress
Shows a plant grow progress when you hover over it. It changes color depending on the progress.
| Date uploaded | 2 years ago |
| Version | 1.5.0 |
| Download link | KompjoeFriek-ShowPlantProgress-1.5.0.zip |
| Downloads | 2168 |
| Dependency string | KompjoeFriek-ShowPlantProgress-1.5.0 |
This mod requires the following mods to function
denikson-BepInExPack_Valheim
BepInEx pack for Valheim. Preconfigured and includes unstripped Unity DLLs.
Preferred version: 5.4.2202README
Show Plant Progress
This Valheim mod shows a plant grow progress when you hover over it. It changes color depending on the progress. Super simple, that's it.
Automatic Installation
R2ModMan: https://r2modman.com/
Manual Installation
To install this mod, you need to have BepInEx: https://thunderstore.io/c/valheim/p/denikson/BepInExPack_Valheim/ After installing BepInEx, extract ShowPlantProgress.dll into games install "\Valheim\BepInEx\plugins"
If you have any suggestions, feel free to let me know!
Not my code
This is just a new Visual Studio project around the code of https://github.com/smallo92/PlantGrowProgress and https://github.com/rikaakiba/PlantGrowProgress. New project generated with bepinex5plugin template: https://docs.bepinex.dev/articles/dev_guide/plugin_tutorial/index.html Just changed target from net46 to net462 (fixes missing reference to netstandard)
Development setup
Installed VS2022 with: Workloads:
- .NET desktop environment Individual components:
- .NET Framework 4.6.2
CHANGELOG
Changelog
v1.5.3 (in development)
- Time now includes hours when there is only a single hour to display
v1.5.2
- Added option to toggle percentage color
- Show only time when show percentage is disabled and show time is enabled
- Made sure progress does not go over 100%
- Added option to log the changes to hover text
- Changed settings: "Amount of Decimal Places" and "Show Time" are moved from "2 - General" to "2 - Progress"
- Read deprecated settings and remove them
v1.5.1
- Added option to show time remaining
v1.5.0
- Created new project from bepinex5plugin template
- Fix for Ashlands update from rikaakiba
v1.4.0
- Added a coloured percentage toggle
- Made the string replacement a little better
v1.3.0
- Reimplement bushes, found a fix to the progress resetting, turns out it's an actual issue with Valheim itself. Thanks to
3d_printing_dmfrom Reddit. - Added a config option to change the amount of decimal places displayed, defaults to 2.
v1.2.2
- Removed berry bushes, I can't work out the function to get the appropriate grow times for it to get a percentage.
- Removed some debug code that broke barley growing.
v1.2.1
- Readme update.
v1.2.0
- Added support for berry bushes.
v1.0.0
- Initial release.