You are viewing a potentially older version of this package. View all versions.
JereKuusela-Expand_World_Data-1.7.0 icon

Expand World Data

Allows adding new biomes and changing most of the world generation.

Date uploaded a year ago
Version 1.7.0
Download link JereKuusela-Expand_World_Data-1.7.0.zip
Downloads 712
Dependency string JereKuusela-Expand_World_Data-1.7.0

This mod requires the following mods to function

denikson-BepInExPack_Valheim-5.4.2202 icon
denikson-BepInExPack_Valheim

BepInEx pack for Valheim. Preconfigured and includes unstripped Unity DLLs.

Preferred version: 5.4.2202

README

Expand World Data

Allows adding new biomes and changing most of the world generation.

Always back up your world before making any changes!

Install on all clients and on the server (modding guide).

Some features are available also as server only mode.

Usage

See documentation.

See examples.

Migration for Hildir dungeon

Version 1.6 automatically migrates data for Hildir dungeons.

If you have used version 1.5, you need to migrate your data manually:

  • Open expand_dungeons.yaml file.
  • Search and replace:
    • 1024 to CaveHildir
    • 2048 to ForestCryptHildir
    • 4096 to PlainsFortHildir
  • Do the same for expand_rooms.yaml file.

Tutorials

Credits

Thanks for Azumatt for creating the mod icon!

Thanks for blaxxun for creating the server sync!

Sources: GitHub Donations: Buy me a computer

CHANGELOG

  • v1.48

    • Fixes blueprint locations not working.
  • v1.47

    • Adds support for negative excessFactor values in the expand_biomes.yaml.
    • Fixed for the new game version.
    • Updated data code to match latest changes from Expand World Prefabs mod.
  • v1.46

    • Adds new settings "Ashlands width restriction" and "Ashlands length restriction".
    • Adds new fields requiredGlobalKeys, forbiddenGlobalKeys, requiredPlayerKeys and forbiddenPlayerKeys to the expand_biomes.yaml to support key based environments.
  • v1.45

    • Adds new fields ashlandsOverride and deepNorthOverride to the expand_biomes.yaml to support overriding the Ocean weather in the Ashlands and Deep North areas.
    • Adds a new setting "Restrict Ashlands" to allow removing the Ashlands restrictions.
    • Fixes location object swaps not always working on single player.
    • Fixes chances not working when spawning blueprints with a location object.
    • Fixed for the new update.
  • v1.44

    • WARNING: This update changes terrain related code. Recommended to back up your save before updating.
    • Adds new fields wiggleDistanceLength, wiggleDistanceWidth, wiggleSectorLength, and wiggleSectorWidth to the expand_world.yaml to support entry specific wiggling.
    • Fixes the default expand_world.yaml file not working.
  • v1.43

    • Reverts some unintended changes messing up the terrain height, sorry!
  • v1.42

    • Fixes depending EW mods getting broken.
  • v1.41

    • Updates the data system to match latest changes and fixes from Expand World Prefabs mod.
  • v1.40

    • Fixes blueprint rooms not always loading.