You are viewing a potentially older version of this package. View all versions.
AtlyssModding-AdditionalFastTravel-1.0.1 icon

AdditionalFastTravel

Adds additional fast travel capabilities via chat commands.

Date uploaded 3 weeks ago
Version 1.0.1
Download link AtlyssModding-AdditionalFastTravel-1.0.1.zip
Downloads 155
Dependency string AtlyssModding-AdditionalFastTravel-1.0.1

This mod requires the following mods to function

BepInEx-BepInExPack-5.4.2100 icon
BepInEx-BepInExPack

BepInEx pack for Mono Unity games. Preconfigured and ready to use.

Preferred version: 5.4.2100

README

Additional Fast Travel

A mod for Atlyss that gives the player additional fast travel options, to warp to any point of interest in any area at any time.

Features

  • Allows you to teleport to any area and any point of interest
  • Quick and easy usage with two chat commands
  • Works in singleplayer and multiplayer

Usage

This mod adds two extra chat commands the player can use to teleport themselves to any point of interest in any publicly accessible area in the game.

This can be achieved by initially using the /warp command to teleport to a given area, and then using the /goto command to move to a specific indicated location in the area.

Using /warp

Using the /warp command will prompt the player to select an area name to warp to. Using the warp command with a given area name will teleport the player to the default spawn location of that area.

Using /goto

Using the /goto command inside of a given area will list a selection of points of interest for the area is currently in (Examples for the Sanctum hub area includes the fishing lake, Sally's shop and the Outer Sanctum portal).

Using the /goto command with a given area of interest will move the player instantly to the respective location in the current area.

Limitations

To prevent abnormal behavior, it is not possible to either directly warp to any dungeon instance in the game (Sanctum Catacombs, Crescent Grove), neither is it possible to use the /warp and/or /goto commands while inside a dungeon instance.

You may still /goto to each dungeon's entrance portal, and you may still Recall as normal out of a dungeon instance.

Credits

Mod created by Clearwater

ATLYSS created by Kiseff

Donations

If you enjoyed this mod, please consider donating to Clearwater! All received donations will go directly towards server hosting costs, which will allow them to keep the servers online for some of their other mods. Thank you!

Buy Clearwater a Coffee at ko-fi.com

CHANGELOG

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[1.1.1] - 2026-May-24

Fixed

  • Adjusted the names of some goto locations and fixed some invalid / broken gotos

[1.1.0] - 2026-May-23

Added

  • /warp [area] [goto], acts as a /warp [area] followed by /goto [goto] once the player loads into the new map
  • /dungeon [area] [difficulty], allows warping to given map and set the dungeon difficulty to one of EASY, NORMAL, or HARD

Changed

  • The area and location names in commands now use partial matching and will warp directly if the match is unambiguous
    • /warp arc will usually warp you directly to Arcwood Pass, /warp trial to Trial of the Stars, etc.
    • /goto way will usually match Waypoint and go there, etc.
  • Updated the names of goto locations

Fixed

  • Changed loading log message so that it is no longer a Warn
  • Goto no longer messes with underwater state, shaders, map region triggers, etc.
  • Commands should now work correctly in multiplayer

[1.0.1] - 2026-May-15

Fixed

  • Updated to work with 12025.a3

[1.0.0] - 2025-July-30

Changed

Initial mod release