MightyOaks
Scales Oak trees to be truly mighty in Valheim.
| Last updated | 3 days ago |
| Total downloads | 207 |
| Total rating | 2 |
| Categories | Server-side Client-side World Generation |
| Dependency string | lailoken-MightyOaks-1.1.4 |
| Dependants | 0 other packages depend on this package |
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
MightyOaks
![]()
A simple Valheim mod that makes Oak trees significantly larger and more majestic.
Features
- Giant Oaks: Oak trees have a configurable chance (default 10%) to spawn as "Mighty Oaks".
- Configurable Scaling: By default, Mighty Oaks are scaled between 1.0x and 12.0x their normal size.
- Invulnerability: Mighty Oaks can be set to be invulnerable (default: true), protecting them from accidental chopping.
- Persistent: The scale of each tree is saved in the world data, so your giant trees will remain giant.
Installation
- Install BepInEx for Valheim.
- Extract the
MightyOaksfolder intoBepInEx/plugins/.
Configuration
The configuration file is generated after the first run at BepInEx/config/com.lailoken.mightyoaks.cfg.
| Setting | Default | Description |
|---|---|---|
| Enabled | true | Enable the plugin. |
| ScalingChance | 25 | Percentage chance (0-100) for a new Oak to be scaled. |
| MinScale | 1.0 | Minimum random scale factor. |
| MaxScale | 12.0 | Maximum random scale factor. |
| ScaleExponent | 2.0 | Exponent for scale distribution. 1.0 is linear. Higher values make large trees rarer. |
| ScaleToughness | true | If true, health scales with size (roughly scale^2). |
| MakeInvulnerable | true | Enable invulnerability for trees above a certain size. |
| InvulnerabilityThreshold | 2.0 | Scale threshold above which trees become invulnerable. |
Changelog
- 1.1.4: Fixed broken icon link in README for Thunderstore.
- 1.1.3: Switched to direct RPC handshake for reliable version checking during connection.
- 1.1.2: Improved server validation stability and fixed disconnects for valid clients.
- 1.1.1: Fixed handshake connection issues for valid clients.
- 1.1.0: Added server-side version enforcement. Clients without the mod will be kicked.
- 1.0.0: Initial release.