Valheim
0 of 0

File information

Last updated

Original upload

Created by

JNiena

Uploaded by

xAfflict

Virus scan

Safe to use

About this mod

Unrestricted Portals is a client-side mod for players that enables the transfer of any item through portals. This mod offers extensive customization options, giving players the ability to control item restrictions, removal of restrictions, or even apply multipliers to specific items as desired.

Requirements
Permissions and credits
Donations
Summary

In Valheim, gathering resources can be a hassle because they're all spread out across the game world. It takes a long time to travel from one place to another, and it might seem like a waste of time. The game developers tried to make things easier by adding portals, but then they limited which items you could use them for. So, players ended up having to go back to the old, time-consuming way of gathering resources. That's where this mod comes in.

Unrestricted Portals is a client-side mod for players that enables the transfer of any item through portals. This mod offers extensive customization options, giving players the ability to add or remove item restrictions, and even apply multipliers to specific items as desired.

If you find the idea of freely transporting all items through portals too overpowered, you can adjust the configuration file to manage the limitations for each individual item.

Installation

  • Go to BepInExPack Valheim.
  • Follow the installation guide.
  • Move the unzipped Unrestricted Portals folder into:
    <Steam Location>\steamapps\common\Valheim\BepInEx\plugin
The next time you launch your game, the mod will be active. To turn it off, simply delete it from the mods folder or adjust the configuration settings.

Usage

To refresh the configuration, use the command:
/reload

By default, the mod allows you to transport all items that were previously restricted through portals. To change this, modify the configuration file in:
<Steam Location>\steamapps\common\Valheim\BepInEx\config\UnrestrictedPortals.yml

  • Enable teleportation for all items:
    AllTeleportable: True
    NoneTeleportable: False

  • Disable teleportation for all items:
    AllTeleportable: False
    NoneTeleportable: True

  • Set individual items to their default teleportation restriction:
    AllTeleportable: False
    NoneTeleportable: False

  • Enable teleportation for specific items (example):
    TinOre: True
  • Disable teleportation for specific items (example):
    CopperOre: False
Item names need to use either token or prefab syntax. You can find a list those here.

Source Code

GitHub Repository