sbirvin1s / valheim-portal-stations

Omni-directional portal stations for Valheim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Description

This mod was created for anyone who is disappointed by how portals work in Valheim. It adds a new building piece called the Portal Station and an item named Personal Teleportation Device.

Portal Stations

Portal stations are capabable of teleporting players from any station to all other ones. However, they are more expensive to build than regular portals as they require 4 surtling cores, 20 stone and 20 Greydwarf eyes.

Personal Teleportation Device

The Personal Teleportation Device item can be used to quickly teleport from any location to nearby portal stations and also allow to teleport back to the last known location. They can be built at the forge (level 3+) with 3 surtling cores, 10 leather scraps and 10 iron nails and come with 2 quality upgrades.

Each teleportation will cost "fuel" and also adds some wear to it (can be repaired at a forge).

Each quality update will reduce fuel cost and increases the items durability so it can be used more often until it breaks.

Configuration Options

Configuration options can be changed in Valheim/BepInEx/config/com.undeadbits.valheimmods.portalstation.cfg:

  • ignoreTeleportationRestrictions
    Configures whether vanilla teleportation restrictions will be ignored by portal stations and personal teleportation devices.

    Default value: false

  • fuelItemName Configures the fuel item used by personal teleportation devices. Leave empty to disable fuel consumption.

    Default value: "GreydwarfEye"
    Example values: "Coins", "Crystal", "Resin"
    Browse Item List

  • teleportationDistancePerFuelItem Configures the teleportation distance per fuel item. Default value: 1000

  • additionalTeleportationDistancePerUpgrade Configures the additional teleportation distance per device upgrade. Default value: 1000

Roadmap

  • The current portal model is a placeholder, a new model is currently in development.
    However, we will try to keep the current dimensions so it won't mess with your buildings (if placed inside).

You can find additional features and bugs on the roadmap here.

Attributions

About

Omni-directional portal stations for Valheim

License:GNU Affero General Public License v3.0


Languages

Language:C# 96.0%Language:PowerShell 4.0%