warpalicious-Mistlands_Pack_1 icon

Mistlands Pack 1

Adds 7 new custom locations to the Mistlands biome. Part of the More World Locations series

Last updated 2 weeks ago
Total downloads 2774
Total rating 4 
Categories Mods Enemies World Generation Ashlands Update
Dependency string warpalicious-Mistlands_Pack_1-1.0.1
Dependants 40 other packages depend on this package

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
ValheimModding-Jotunn-2.20.1 icon
ValheimModding-Jotunn

Jötunn (/ˈjɔːtʊn/, 'giant'), the Valheim Library was created with the goal of making the lives of mod developers easier. It enables you to create mods for Valheim using an abstracted API so you can focus on the actual content creation.

Preferred version: 2.20.1

README

Mistlands Pack 1

Mistlands Pack 1

This mod adds a 7 new custom locations to the Mistlands biome. All locations were made using vanilla build pieces and designed to fit Valheim lore. Part of the More World Locations series, see below for more details.

Features

  • Adds 7 new custom locations the Mistlands biome.
  • Configurability: Location spawn quantities, location creatures, location loot. See below for instructions.

Instructions

  • To add these locations to a non-existing world, no action is required. Ensure the mod is installed and create a new world.
  • To add these locations to an existing world, install the mod the Upgrade World. Then load into your existing world and paste this command in console. Note, you must have access to the console either via enabling it via Steam or using a mod.
  • Install on both client and server.

Command: locations_add MWL_MistFort2, MWL_MistHut1, MWL_MistTower1, MWL_MistTower2, MWL_MistWall1, MWL_MistWorkshop1, MWL_SecretRoom1 start

Custom Creature Spawns and Loot Lists

The creatures and loot are all customizable. Modded creatures and items are supported. To customize, create a new YAML file in the BepinEx configuration folder. If using mod manager, then use the BepinEx config folder in your profile folder. All mods from the More World Locations series will share the same Yaml file so you only need to create it once.

For creatures, each instance of the location will randomly select from the list of creatures in the the file. First, it will pick a random index (an item in the list), then it will increment through the list, assigning creatures to available creature spawners until each creature spawner has a creature. For the best results, scatter higher tier creatures throughout the list. You must use the creature's prefab name and not it's in-game name. See here for a list of vanilla creature prefab names: Creatures List

For loot, the chests will randomly select items from the list.

Creature file name: warpalicious.More_World_Locations_CreatureLists.yml Creature file structure:

MistCreatures1:
  - Dverger
  - DvergerMage
  - DvergerMage
  - Dverger
  - DvergerMage
  - Dverger
  - DvergerMage
  - Dverger
  - Dverger
  - Dverger
MistCreatures2:
  - Seeker
  - Seeker
  - Seeker
  - SeekerBrute
  - Seeker
  - Seeker
  - Seeker
  - Seeker
  - Seeker
  - SeekerBrute
  - Seeker
MistCreatures3:
  - Gjall
  - Seeker
  - Seeker
  - Seeker
  - Seeker
  - Seeker
  - Seeker

Loot file name: warpalicious.More_World_Locations_LootLists.yml Loot file structure:

MistLoot1:
  - WolfMeatSkewer
  - ScaleHide
  - Softtissue
  - JuteBlue
  - IronScrap
MistLoot2:
  - RoyalJelly
  - Mandible
  - Bilebag
  - ScaleHide
  - WolfMeatSkewer

More World Locations

The goal of the More World Locations series is to solve Valheims exploration problem. Valheim has a giant map but relatively few points of interest (POI) to find. Once a player learns that each biome is just a copy of what they've already seen, exploring the rest of the map feels unnecessary. The More World Locations series will fix this problem by adding dozens of handcrafted, unique, and interesting POIs to the Valheim world. Please see my mod developer page for links to all the More World Locations packs.

Credit & Thanks

I greatly appreciate all the other mod developers that helped me while buidling the More World Locations series! If you're someone that's interested in making mods, I encourage you to try it out!

All the locations used in this mod were created by Valheim community members. If you're a Valheim builder and have some cool locations to share for a future More World Locations mod, please reach out on Discord!

Location Creator
MWL_MistFort2 HiccupTheHermit
MWL_MistHut1 edenekho
MWL_MistTower1 HiccupTheHermit
MWL_MistTower2 edenekho
MWL_MistWall1 HiccupTheHermit
MWL_MistWorkshop1 HiccupTheHermit
MWL_SecretRoom1 Warpalicious

Hardcore Modded Server

If you're looking for a dedicated server with hardcore difficulty to play on and try out my mods, join us at Praetoria. We welcome solo players as well as group play.

Donations/Tips

I make mods because I enjoy it and want to make Valheim more enjoyable for everyone. If you feel like saying thanks you can tip me here.

My Ko-fi: ko-fi

Source Code

Source code is available on Github.

Github Repository: MoreWorldLocations