MiniMapRedux

Transform your minimap into a clean, square powerhouse with intelligent data tracking and button management. **MiniMapRedux** replaces the default circular minimap with a modern square design

File Details

MiniMapRedux 01.02.26.51

  • R
  • Feb 1, 2026
  • 120.00 KB
  • 1.1K
  • 12.0.1+6
  • Retail + 3

File Name

MiniMapRedux01.02.26.51.zip

Supported Versions

  • 12.0.1
  • 12.0.0
  • 5.5.3
  • 4.4.2
  • 3.4.5
  • 2.5.5
  • 1.15.8

MiniMapRedux Changelog

01.02.26.51

Bug Fixes

  • Fixed minimap data bar showing as empty box - The DataTexts:Initialize() function was calling CreateCustomDataBar() and PositionDataTextsOnBar() without the required self: prefix, causing a silent error that prevented data bars from populating. This was the root cause of the empty bar issue reported since 11/26/2025.
  • Fixed clock always displaying 24-hour military time - Added a configurable clock format option. Users can now switch between 12-hour (AM/PM) and 24-hour display via /mmr config > Minimap tab > Clock Settings.
  • Fixed OnUpdate performance waste - The minimap square mask texture (SetMaskTexture) and Show() calls were being re-applied every single second. Now applied once and cached.

Patch 12.0.0 / 12.0.1 API Compatibility

  • Minimap zoom - Minimap_ZoomIn() / Minimap_ZoomOut() now have safe fallbacks for clients where these functions may not exist. Falls back to Minimap.ZoomIn:Click() or direct Minimap:SetZoom().
  • Resize API - Deprecated SetMinResize() / SetMaxResize() replaced with SetResizeBounds() as primary path, keeping legacy calls as fallback for Classic clients only.
  • Tracking menu - Right-click tracking now prioritizes the modern MinimapCluster.Tracking.Button path (11.0+) before falling back to legacy ToggleDropDownMenu / MiniMapTrackingDropDown.
  • TOC updated - Interface versions now include 120000 and 120001 for Patch 12.0.0 and 12.0.1 support.

New Features

  • 12-hour clock format - New "Use 12-hour format (AM/PM)" checkbox in /mmr config > Minimap tab. Displays time as 3:45 PM instead of 15:45.
  • Enhanced clock tooltip - Now shows both 12hr and 24hr formats, local date, UTC offset, server time, and time-of-day description.