


This mod adds a new buildable Teleport Obelisk to Valheim.
Teleport Obelisks can be linked together in pairs. Once two obelisks are connected, a player can use one obelisk to teleport to the other one. The system is meant for short-distance travel, outposts, bases, mining camps and local travel networks.
Each obelisk stores its own persistent ID and linked target through ZDO data, so the connection can stay synchronized in multiplayer.
The default maximum link distance in the script is 50 meters.
The default teleport cooldown is 1.5 seconds per player.
The Teleport Obelisk is built using the Stonecutter crafting station.
Based on the build piece setup in code (piece_obeliskPortal_bal), the exact construction cost is:
🧱 Build Cost Stone x10 Thunderstone x2 Greydwarf Eye x4 Iron x2
Press Shift + Use on an obelisk.
That obelisk becomes the pending source for your player.
Go to another obelisk and press Shift + Use.
If the obelisks are within the allowed range, they are linked together.
You can cancel a pending link by:
Press Ctrl + Use on a linked obelisk.
Both sides of the connection are cleared.
Press Alt + Use to open the name input.
The name limit is 32 characters.
Once two obelisks are linked, press Use (E) on either obelisk to teleport to the other one.
The destination position uses the target obelisk exit point if one exists. Otherwise, it places the player slightly in front of the target obelisk using the script exit offset.
Default exit offset:
0.51.5Teleporting will not work if:
Linking will not work if:
When a linked obelisk is destroyed, the script attempts to clear the connection on the other obelisk.
When a player dies or disconnects, their pending link state is cleared automatically.
The obelisk stores these values in ZDO:
The plugin registers assets and build pieces through the standard Valheim / BepInEx / Harmony initialization flow.
Plugin info:
balrond.astafaraios.BalrondTwinStonesBalrondTwinStonesInstall BepInEx for Valheim.
Place the mod DLL into:
BepInEx/plugins
Start the game.
Build a Teleport Obelisk and link it with another one.
Potential conflicts may happen with mods that modify:
Discord: https://discord.gg/Jfp8T5N7Pv
Ko-fi: https://ko-fi.com/balrond1020
⚒️ Build your TwinStones and create short-distance teleport paths across Valheim!