You are viewing a potentially older version of this package. View all versions.
RustyMods-PortalStations-1.0.0 icon

PortalStations

Adds Portal Stations and a Personal Teleportation Device which allow users to fast travel between locations.

Date uploaded 2 years ago
Version 1.0.0
Download link RustyMods-PortalStations-1.0.0.zip
Downloads 660
Dependency string RustyMods-PortalStations-1.0.0

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

README

Portal Stations

Remake of Lunatix42 Portal Stations.

Adds Portal Stations and a Personal Teleportation Device which allow users to fast travel between locations.

Complete overhaul of logic while maintaining the original style and UI.

Original plugin: https://www.nexusmods.com/valheim/mods/2024

Original Credits

Lunatix42's Instructions:

Released under the GNU AFFERO GENERAL PUBLIC LICENSE

More Info: https://github.com/UndeadBits/valheim-portal-stations/blob/main/LICENSE

File credits "Lower Arm Leather Armor" (https://skfb.ly/6ZCzx) by Thunder is licensed under Creative Commons Attribution (http://creativecommons.org/licenses/by/4.0/).

"Ancient_Portal" (https://skfb.ly/6YMEr) by imitate is licensed under Creative Commons Attribution (http://creativecommons.org/licenses/by/4.0/).

Changes

Complete overhaul of the logic and modifications to the visual effects due to loss of meshes.

More info: https://github.com/RustyMods/PortalStations/tree/main

Configurations

Improved and updated configurations.

  • Teleport Anything
  • Portable Device Fuel
  • Portable Device Fuel Amount
  • Portable Device Upgrade Benefit
  • Server Synced
  • Build Cost

Screenshots

Taken from original nexus page.

Contact information

For Questions or Comments, find Rusty in the Odin Plus Team Discord

https://i.imgur.com/XXP6HCU.png

Or come find me at the Modding Corner

If you enjoy this mod and want to support me: PayPal

https://www.buymeacoffee.com/peimalcolm2

Changelog

Version Update Notes
1.0.0 - Initial Release

CHANGELOG

1.4.5

  • fixed teleport cost only being 1
  • added code to make sure panel is always within screen bounds on first game load

1.4.4

  • added config to disable station tab
  • changed player list to use ZNet PlayerInfo instead of Peer

1.4.3

  • Added teleport keys config for each station, to customize individual portals
  • If list is empty, will use default teleport keys defined in config category Teleport Keys
  • optimized how station check keys

1.4.2

  • Added config to toggle only owner can edit
  • Settings tab disabled if only owner can edit and user is not owner
  • Settings tab disabled if using portable portal

1.4.1

  • Added config to toggle only owner can destroy

1.4.0

  • Force sending ZDO to fix portals not showing up when server is not creating portal station

1.3.24

  • Fixed position slipping off screen on logout/login by changing Transform to RectTransform on initializing
  • Fixed portal platform emission

1.3.23

  • Added search field
  • Ordering portals by name alphabetically

1.3.22

  • Forgot what I changed

1.3.21

  • Added missing localized text
  • Fixed registering cloned portals twice

1.3.2

  • UI overhaul
  • Fixed platform portal emission

1.3.1

  • Removed option to make portals free (admin-only option)

1.3.0

  • Fixed destinations not appearing for personal teleporters
  • Fixed draggable UI elements
  • Tweaked portal privacy conditionals

1.2.9

  • Overhauled UI
  • Updated Server Sync to version 1.19

1.2.8

  • Ensured "Stranger" does not appear as an option

1.2.7

  • Fixed admin-only build toggle
  • Saved guild name to portal for guild check function

1.2.6

  • Added toggles for groups and guilds
  • Saved creator name to portal for guild membership checks

1.2.5

  • Fixed duplicate portals in build menu
  • Added fountain portal

1.2.4

  • Updated piece manager

1.2.3

  • Bog Witch update

1.2.2

  • Fixed guilds bug where creator info wasn't available if not online

1.2.1

  • Made all vanilla portals also portal stations (clones)
  • Improved effects on original portals

1.2.0

  • Ensured "Stranger" doesn't appear as a teleport option

1.1.9

  • Fixed conditional logic for guild membership (used "and" instead of "or")

1.1.8

  • Added Guilds API
  • Added sorting for portal destinations
  • Ensured player destinations are valid

1.1.7

  • Improved teleport-to-player functionality
  • Cloned stone portal

1.1.6

  • Added dynamic config creation for non-teleportable items

1.1.5

  • Updated piece manager

1.1.4

  • Re-added ability to teleport to players

1.1.3

  • Fixed shader issues
  • Added cost to use portals (off by default)

1.1.2

  • Material and shader fixes

1.1.1

  • Added configurable toggle to only allow admins to see portal pieces

1.1.0

  • Fixed saving favorite portal on logout patch

1.0.9

  • Improved effect fade
  • Added volume control
  • Enhanced favorites system

1.0.8

  • Added config to control durability drain of portable portal item

1.0.7

  • Added favorite functionality

1.0.6

  • Added private/public functionality

1.0.5

  • Added localization for "not enough fuel" text
  • Portable portal can use keys for ore teleportation
  • Added admin-only rename setting

1.0.4

  • Added localization configs
  • Tweaked hover behavior
  • Added config to use private keys

1.0.3

  • Removed condition to rename
  • Fixed portal placement conditions

1.0.2

  • Added Gate Portal
  • Added toggle to allow anyone to rename

1.0.1

  • Added teleport keys
  • Added new portal platform

1.0.0

  • Initial Release