You are viewing a potentially older version of this package. View all versions.
warpalicious-Swamp_Pack_1-1.1.1 icon

Swamp Pack 1

Adds 13 new custom locations to the Swamp biome. Part of the More World Locations series

Date uploaded 2 days ago
Version 1.1.1
Download link warpalicious-Swamp_Pack_1-1.1.1.zip
Downloads 923
Dependency string warpalicious-Swamp_Pack_1-1.1.1

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.22.0 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.22.0

README

Swamp Pack 1

Swamp Pack 1

This mod adds a 13 new custom locations to the Swamp biome. All locations were made using vanilla build pieces and designed to fit Valheim lore. In order to encourage exploration, the locations spawn at varying distances from world center. Part of the More World Locations series, see below for more details.

Features

  • Adds 13 new custom locations the Swamp biome.
  • Locations spawn at varying distances from world center, see 'World Rings System' below.
  • Configurability: Location spawn quantities, location creatures, location loot. See below for instructions.

Location Details

See this spreadsheet for all More World Locations data: More World Locations data

World Rings System

The Valheim world is a circle with a default radius of 10,500 meters. In order to encourage and maintain exploration, I've defined a set of world rings that all locations in the More World Locations series will use when spawning in a world. Below are the defined world rings...

Ring # Start Distance (m) End Distance (m)
Ring 1 0 500
Ring 2 500 2000
Ring 3 1500 3000
Ring 4 2500 4000
Ring 5 3500 6000
Ring 6 4500 8500
Ring 7 5000 10500

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.

Command: locations_add MWL_GuckPit1, MWL_SwampAltar1, MWL_SwampAltar2, MWL_SwampAltar3, MWL_SwampAltar4, MWL_SwampCastle2, MWL_SwampGrave1, MWL_SwampHouse1, MWL_SwampRuin1, MWL_SwampTower1, MWL_SwampTower2, MWL_SwampTower3, MWL_SwampWell1 start

Custom Creature Spawns

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

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

SwampCreatures1:
  - Blob
  - Blob
  - Blob
  - Blob
  - BlobElite
SwampCreatures2:
  - Draugr
  - Draugr
  - Draugr
  - Draugr_Elite
  - Draugr
  - Draugr
  - Draugr
  - Draugr
  - Draugr_Elite
  - Draugr
  - Draugr
SwampCreatures3:
  - Skeleton
  - Skeleton
  - Skeleton
  - Skeleton_Poison
  - Skeleton
  - Skeleton
  - Skeleton
  - Skeleton
  - Skeleton_Poison
  - Skeleton
  - Skeleton
SwampCreatures4:
  - Wraith
  - Wraith

Custom Loot Lists

For loot, as of 12/19/24 the loot list format has changed. If you're using an old format it will still work but you can't access the new customization feature. To access new customization feature, please convert to the new format below and ensure you include the verision number at top of file.

The new format works as such: 1 - Random roll for total loot slots available. Roll number between 1 - 3. There will be between 1 - 3 loot slots. 2 - For each loot slot, weighted-random selection for item from loot list. Randomly select item from list based on weights. 3 - For each item, random roll between stackMin and stackMax for loot stack amount.

Example for SwampLoot1 below: 1 - Random roll results in 2 loot slots 2 - Weighted-random selection for slot 1 = WitheredBone 3 - Weighted-random selection for slot 2 = AmberPearl 4 - Random roll for slot 1 stack size = 3 5 - Random roll for slot 2 stack size = 2 6 - Final loot in chest = 3 WitheredBone, 2 AmberPearl

Modded items are confirmed to work in the loot list.

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

version: 2.0
SwampLoot1:
  - item: WitheredBone
    stackMin: 1
    stackMax: 3
    weight: 1.0
  - item: SurtlingCore
    stackMin: 2
    stackMax: 3
    weight: 1.0
  - item: AmberPearl
    stackMin: 1
    stackMax: 2
    weight: 1.0
  - item: Ruby
    stackMin: 1
    stackMax: 3
    weight: 1.0
  - item: ElderBark
    stackMin: 3
    stackMax: 5
    weight: 1.0
  - item: ArrowPoison
    stackMin: 3
    stackMax: 5
    weight: 1.0

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.

Mod Support & Feeback.

Please feel free to share any any all feedback or ask questions. You can find me on my own modding Discord.

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_GuckPit1 SmittySurvival
MWL_SwampAltar1 SmittySurvival
MWL_SwampAltar2 SmittySurvival
MWL_SwampAltar3 SmittySurvival
MWL_SwampAltar4 SmittySurvival
MWL_SwampCastle2 Aldhari
MWL_SwampGrave1 Aldhari
MWL_SwampHouse1 Aldhari
MWL_SwampRuin1 SmittySurvival
MWL_SwampTower1 SmittySurvival
MWL_SwampTower2 Shigzula
MWL_SwampTower3 Aldhari
MWL_SwampWell1 SmittySurvival

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

CHANGELOG

Version Update Notes
1.1.1 - Change log typo.
1.1.0 - Added new loot list customization feature: stack size is now customizable per item instead of previous hardcoded values.
1.0.4 - Fixed an issue introduced in 1.0.3 where loot would not spawn in chests.
1.0.3 - Fixed an issue where custom loot lists were applied to locations which they were not intended for.
1.0.2 - Attempt to fix high ram usage problem. Attempt fix YAML issues issues when using multiple MWL mods.
1.0.1 - Decreased guck in GuckPit. Removed RandomItemSpawns from SwampWell. Decreased default spawn of GuckPit
1.0.0 - Initial Release