RandyKnapp-AdvancedPortals icon

AdvancedPortals

Add new, lore-friendly and balanced portals to allow some items to be teleported.

Last updated 2 days ago
Total downloads 59121
Total rating 19 
Categories Server-side Client-side Utility Transportation Hildir's Request Update Ashlands Update Bog Witch Update
Dependency string RandyKnapp-AdvancedPortals-1.1.0
Dependants 212 other packages depend on this package

This mod requires the following mods to function

denikson-BepInExPack_Valheim-5.4.2333 icon
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.2333
ValheimModding-Jotunn-2.27.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.27.0

README

Advanced Portals

Author: RandyKnapp Source: Github Patreon: patreon.com/randyknapp Discord: RandyKnapp's Mod Community

Adds three new portals to provide a lore-friendly and balanced way to reduce the item-transport slog!

  • Ancient Portal: Allows teleporting Copper and Tin
    • Requires: 20 Ancient Bark, 5 Iron, 2 Surtling Cores
  • Obsidian Portal: Allows teleporting Iron
    • Requires: 20 Obsidian, 5 Silver, 2 Surtling Cores
  • Black Marble Portal: Allows teleporting anything
    • Requires: 20 Black Marble, BlackMetal 5, 2 Refined Eitr

Version 1.1.0!

As of the 1.1.0 update Jotunn is required to run this mod. A version check will be performed on server connection to ensure all players have the mod installed properly.

Configurations should sync on servers and live update on changing the randyknapp.mods.advancedportals.cfg file.

Configuration:

Each portal can be configured:

  • Enabled: Enable building the portal. Existing portals of this type will not be removed.
  • Recipe: Items needed to build the portal in the format "ITEM1:QUANTITY,ITEM2:QUANTITY,..." where each ITEM is the item ID (found here), and QUANTITY is an integer.
  • Allowed Items: Items allowed to teleport through the portal in the format: "ITEM1,ITEM2,ITEM3,..." where ITEM is the item ID.
  • Allow Everything: Allow all items through the portal.
  • Use All Previous: For the Obsidian portal also include the Allowed Items from the Ancient portal. For the Black Marble portal also include the Allowed Items from both the Ancient and Obsidian portals.

Installation:

  • Manual: Drop the AdvancedPortals.dll into your BepInEx/plugins folder. Download Jotunn and install similarly.
  • ThunderStore: When using a thunderstore mod manager the files should be placed in the correct directory for you. Dependencies should install automatically.