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
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
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:
- Disable teleportation for all items:
- Set individual items to their default teleportation restriction:
- Enable teleportation for specific items (example):
- Disable teleportation for specific items (example):
AllTeleportable: True
NoneTeleportable: False
AllTeleportable: False
NoneTeleportable: True
AllTeleportable: False
NoneTeleportable: False
TinOre: True
CopperOre: False
Source Code
GitHub Repository