Fallout 4
0 of 0

File information

Last updated

Original upload

Created by

Hohmannson

Uploaded by

Hohmannson

Virus scan

Safe to use

About this mod

Crops and wild plants are self-tending, don't need settler to regrow, regrow on next cell load.

Requirements
Permissions and credits
Bethesda's "plants don't respawn at all when you visit area frequently" was making me sick and recent "plants respawn only if you make poor people to tend it for you" wasn't a big leap forward to be honest.

So, now all game's plants just regrow at the moment you reload the cell (go through the door, fast travel, travel by foot from enough distance).
This includes all plantable, wild, Warwicks, fresh, DLC, even sap buckets and fog condensers. Now you can just plant your own tiny garden and harvest it without any helpers, and also you can pick hubflowers in Sanctuary again and again. Both pre-placed and constructable plants affected.

Plants will be able to be harvested by hand, to get food rating and automated storage of stuff in workshop, you still need to assign settler.

Silent harvesting is soft requirement because "I need to assign someone to this" will play EVERY time without it.

Fully functional wild and fresh crops - Bountiful Harvest version is supported by optional file. Yes, only Bountiful Harvest one.

Script only runs once when you load cell and leaves no traces in saves or whatever. Uninstall is safe too.
Support to custom plants is added by adding/dragging FloraResetScript in FO4Edit without any properties.
May be incompatible with mods that edir base FLOR records of vanilla plants.
Feel free to compile your own version without depending on mine if you wish. Source code is... simple.

Scriptname MyCustomFloraResetScript extends ObjectReference
{Dirty reset of flora OnLoad}
EVENT OnLoad()
SetHarvested(false)
ENDEVENT