Wayfinder [Minimap]

A square/circle minimap with you at the center, configurable zoom, update frequency, hostile mobs, etc.

File Details

x3Dev-Wayfinder-1.6.0.jar

  • R
  • Jan 19, 2026
  • 60.20 KB
  • 19.4K
  • Early Access

File Name

x3Dev-Wayfinder-1.6.0.jar

Supported Versions

  • Early Access

[1.6.0] - 2026-01-19

Changed

  • Refactored to use EntityTickingSystem: HUD updates now use Hytale's native entity ticking system instead of a custom scheduler thread
    • More efficient integration with the game's ECS (Entity Component System) architecture
    • Updates run within the world tick context, eliminating thread synchronization overhead
    • Removed separate "Wayfinder-Scheduler" daemon thread
    • Update interval setting is still respected (converted from milliseconds to tick counts)
  • Player indicator is now a directional arrow: In north-up mode, the player icon has been replaced with an arrow that points in the direction the player is facing
    • Arrow rotates to show N, NE, E, SE, S, SW, W, NW directions
    • When map rotation is enabled, arrow always points up (since the map rotates instead)
  • Day/night indicator: A sun or moon icon now appears next to the clock
    • Sun icon displays during daytime (6:00 - 18:00)
    • Moon icon displays during nighttime (18:00 - 6:00)