Teleport Favorites


"I'm tired of traveling, I want to be somewhere" Favorites, hotkeys, and history navigation are highlights of this mod. Creation and curation management for map tag locations. Vehicle teleportation included.

Utilities
4 days ago
2.0
227
Transportation Cheats

Changelog

Version: 0.0.7
Date: 2025-10-12
  Changes:
    - Removed conditional loading of gvv in control.lua. This should only be used for dev
    - Fixed desync issues in multiplayer and immediate GUI refresh for favorites bar
    - Added universal GUI conflict detection to prevent tag editor from opening when other mods' GUIs are active
    - Removed all chart_tag.last_user usage - Tag.owner_name is now the single source of truth for ownership tracking
  Bugfixes:
    - Added /tf_log_level command to change log level during gameplay without restarting (accepts: production, warn, error, debug)
    - Log level changes sync both ErrorHandler and DebugConfig systems for consistent logging behavior across all mod components
    - Fixed multiplayer issue where tag position updates were not immediately reflected in other players' favorites bars
    - Fixed issue where admin edits to another player's favorited tag were not updating that player's favorites bar - added ChartTagHelpers require and explicit update_tag_metadata() call
    - Fixed crash when admin moves another player's tag - missing LocaleUtils.format_tag_position_change_notification() function has been implemented, and locale string 'tag_position_changed' added for player notifications
    - Fixed issue where admin moving another player's tag would steal ownership - implemented persistent owner tracking in Tag storage to preserve original own
    - Added validation to prevent moving chart tags into uncharted territory - tag position is reverted and "cannot build" sound plays when attempting to move a tag to an uncharted area
Version: 0.0.6
Date: 2025-08-26
  Features:
    - Fix bug where favorite slots were not saving correctly if an alternate size was chosen prior to defining a map
Version: 0.0.5
Date: 2025-08-18
  Features:
    - Added per player setting for maximum favorite slots (*10, 20, or 30)
    - Addressed error message when moving a tag - ownership transfer
Version: 0.0.4
Date: 2025-08-18
  Changes:
    - fave bar styling - attempt to match vanilla sizing
    - teleport history modal styling - define maximal height
    - Update readme, changelog
    - add key for controls.teleport_history-toggle
Version: 0.0.3
Date: 2025-08-08
  Features:
    - include mod thumbnail
Version: 0.0.2
Date: 2025-08-08
  Features:
    - Initial release with basic teleport functionality
    - Favorites management system for quick access to teleport locations
    - Basic UI for adding, editing, and deleting favorites
    - Teleportation confirmation dialog to prevent accidental teleports
    - Basic error handling and user feedback
Version: 0.0.15
Date: 2025-07-23
  Features:
    - Added favorites bar with 10 quick-access teleport slots (hotkeys 1-0)
    - Introduced drag-and-drop reordering for favorites, with slot locking
    - Map tag editor for creating, editing, and favoriting teleportable tags
    - Teleport history modal to revisit recent destinations
    - Surface-aware favorites and history for multiplayer compatibility
    - Admin and ownership system for tag editing and deletion
    - Multi-language support (English, German, French, Spanish)
    - Advanced mod settings for history update interval and tag click radius
    - Improved error handling and user feedback for permissions
    - Visual UI enhancements and tooltips for all major features