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.
Expand World Data
Allows adding new biomes and changing most of the world generation.
| Date uploaded | 6 months ago |
| Version | 1.56.0 |
| Download link | JereKuusela-Expand_World_Data-1.56.0.zip |
| Downloads | 8992 |
| Dependency string | JereKuusela-Expand_World_Data-1.56.0 |
This mod requires the following mods to function
denikson-BepInExPack_Valheim
BepInEx pack for Valheim. Preconfigured with the correct entry point for mods and preferred defaults for the community.
Preferred version: 5.4.2333ValheimModding-YamlDotNet
Shared version 16.3.0 of YamlDotNet from Antoine Aubry and contributors, net47 package for use in Valheim mods. Maintained by the ValheimModding team.
Preferred version: 16.3.1README
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.
Ashlands update
- expand_locations.yaml has new fields. These are not used by old locations so old data should work.
- expand_locations.yaml has some removed locations. Check warnings and clean it up.
- expand_vegetation.yaml has new fields. These are not used by old vegetation so old data should work.
- expand_environment.yaml should no longer have Ashrain. Remove it.
Tutorials
- How to make custom biomes: https://youtu.be/TgFhW0MtYyw (33 minutes, created by StonedProphet)
- How to use blueprints as locations with custom spawners: https://youtu.be/DXtm-WLF6KE (30 minutes, created by StonedProphet)
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.64
- Adds new field
groupsto support multiple "min distance" location groups. - Adds new field
groupsMaxto support multiple "max distance" location groups. - Adds new file for territories, which are similar to biomes but on another layer (experimental).
- Fixes field
mapColorMultipliernot working. - Fixes location data being mapped to location name instead of location entry (this allows more granular control).
- Adds new field
-
v1.63
- Adds new field
pregenerateto location data, which allows forcing the zone to be generated even when not explored. - Fixes vanilla issue of player not cooling down on non-hot biomes (e.g. Ashlands). Now the heat level resets to zero.
- Adds new field
-
v1.62
- Fixes data system not working for components (was case sensitive, now correctly case insensitive).
-
v1.61
- Fixes error with Expand World Events caused by previous update.
-
v1.60
- Adds third level to data merging (components).
- Fixes key based environments not working.