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.
MoreAltBiomes
Granularly configure the spawn chance and max placement amounts for all 32+ Valheim 1.0 AltBiomes.
By Loathe
| Last updated | 4 days ago |
| Total downloads | 121 |
| Total rating | 0 |
| Categories | Mods Tweaks Server-side World Generation |
| Dependency string | Loathe-MoreAltBiomes-1.0.0 |
| Dependants | 0 other packages depend on this package |
README
More Alt Biomes
Granularly configure the spawn chance and max placement amounts for all 32+ Valheim 1.0 AltBiomes!
Valheim 1.0 introduced "Alt Biomes" - over 30 procedural variations of existing biomes (like "Dark Meadows", "Rock Black Forest", and "Trees Mistlands") that alter vegetation, props, and spawns. This mod exposes all of them so you can drastically multiply their spawn rates across your world!
Features
- Granular Control: Configure the
Chance MultiplierandMax Amount Multiplierfor every single one of the 32 vanilla AltBiomes individually, or use the Global sliders to multiply them all at once. - Pre-Baked Vanilla List: The 32 vanilla variations are hardcoded in, so they appear in your config menu immediately upon installation.
- Dynamic Mod Support: If you install other mods that add custom AltBiomes, this mod will automatically discover them when you load into a world, save them to your
.cfgfile, and show them in your config menu forever! - Safe Multipliers: Safely injects the multipliers during world generation and restores vanilla parameters immediately after, preventing multiplicative compounding across multiple generations.
- Success Logging: Loudly logs exactly how many zones of each AltBiome were successfully injected into your map in the BepInEx console so you can see your multipliers working in real-time.
Configuration
This mod is fully compatible with ConfigurationManager for in-game tweaking!
- Press
F1at the Main Menu to open the Configuration Manager. - Tweak the sliders (0.1x to 10.0x).
- Generate a new world (or use a tool like
Upgrade Worldto regenerate existing areas) and watch the new biomes spawn!
Installation
Using a Mod Manager (Recommended)
- Download and install a Thunderstore-compatible mod manager (like r2modman or Gale).
- Search for
More Alt Biomesin the online tab and click "Download". - Launch the game using the "Start Modded" button in your manager.
Installing Manually
- Extract the contents of the zip file.
- Navigate to your Valheim game directory (usually
C:\Program Files (x86)\Steam\steamapps\common\Valheim). - Open the
BepInExfolder, then open thepluginsfolder. - Drop the
MoreAltBiomes.dllfile into thepluginsfolder.
FAQ: Custom Biomes & Mod Authors
Because More Alt Biomes dynamically reads the Valheim ZoneSystem prefab when a world loads, it natively supports custom AltBiomes added by other mods!
For Users (The "Dummy World" Trick):
If you install a mod that adds a new AltBiome, More Alt Biomes won't know its name until the game loads it into memory.
- Load into any world.
- The game will unpack the mod's new biomes.
More Alt Biomeswill instantly detect them and permanently save them to yourcom.loathe.MoreAltBiomes.cfgfile.- From then on, they will always appear at the Main Menu for you to configure!
For Mod Authors:
If you are building a custom biome mod and want your AltBiome to appear in our ConfigurationManager menu immediately at the Main Menu (without the user having to load a dummy world first), you can proactively inject it!
Simply write to our BepInEx config file early in your plugin's Awake phase, or ensure your AltBiome is injected into AltBiomeList.m_alts before FejdStartup completes. If you manually create a BepInEx config entry in com.loathe.MoreAltBiomes.cfg that ends with Chance Multiplier (e.g. MyCustomBiome Chance Multiplier), our text parser will automatically pick it up and build a slider for it!