Midnight Viewport

HUDs 1 more category

Midnight Viewport Addon

WoW 12.1.0 Actively Maintained

Trend Explorer

Recent download momentum

Estimated downloads/hour over observed intervals in the last 48 hours.

Latest interval +1 /h 0.999h observed interval · ending Sep 12, 12 PM
Peak estimate +8.97 /h 1h observed interval · ending Sep 10, 7 PM
Average estimate +1.47 /h Time-weighted · 47.2h covered of 48h

Lines connect interval estimates, not hourly measurements. Unobserved time is not counted as zero or extrapolated to now.

About this addon

What it does

═══════════════════════════════════════════════════════════════════
                           MIDNIGHT VIEWPORT v1.4.2
                        Customizable Viewport Margins Addon
═══════════════════════════════════════════════════════════════════

OVERVIEW
────────────────────────────────────────────────────────────────────────────────
Midnight Viewport is a World of Warcraft addon that allows you to customize your 
viewport margins with colors, textures, and rotation options. Originally inspired 
by the SunnArt Viewport addon (which has not been updated for Midnight), 
Midnight Viewport provides a modern, lightweight solution for viewport 
customization with enhanced features and full localization support.

═══════════════════════════════════════════════════════════════════════════════

QUICK START
────────────────────────────────────────────────────────────────────────────────
1. Open the options panel:
   - Chat: /viewport or /vp
   - Addon Compartment: Midnight Viewport

2. Enable "Enable viewport sizing" checkbox

3. Set margins (in pixels) for:
   - Top margin
   - Bottom margin
   - Left margin
   - Right margin

4. Choose a color for each margin using the color buttons

5. Click "Okay" to apply changes

═══════════════════════════════════════════════════════════════════════════════

CORE FEATURES
────────────────────────────────────────────────────────────────────────────────

VIEWPORT SETTINGS
  • Enable/disable viewport sizing with one toggle
  • Independent margin control for all four sides
  • Per-margin color customization with full alpha support
  • Real-time viewport adjustment as you configure
  • Reset to defaults button

ARTWORK TEXTURES
  • Use textures instead of solid colors for viewport margins
  • Independent texture selection for each margin (top, bottom, left, right)
  • Advanced texture discovery with grouped variant display
  • Opacity slider (0.1 - 1.0) for all artwork layers
  • Support for texture packs and addon libraries

ROTATION SYSTEM
  • Individual rotation control for each viewport edge
  • Rotation options: 0°, 90°, 180°, 270°
  • Works with all display modes (stretch, tile, center)
  • Rotation settings saved per profile

COMPOSITE MODE
  • Merge three textures (Start, Middle, End) for seamless artwork
  • Fixed rotations per side for consistent appearance
  • Automatic scaling to fit viewport dimensions
  • Simplified control - rotation disabled in composite mode

DISPLAY MODES
  • Stretch: Scale texture to fill margin area
  • Tile: Repeat texture to fill margin area
  • Center: Display texture centered without scaling

PROFILE MANAGEMENT
  • Create and save multiple viewport configurations
  • Quick-switch between different setups
  • Rename profiles on the fly
  • Delete custom profiles (default profile is permanent)
  • Profile dropdown selector in options panel
  • All settings per-profile (margins, colors, textures, rotation, modes)

═══════════════════════════════════════════════════════════════════════════════

ADDON PACKS & TEXTURE REGISTRATION
────────────────────────────────────────────────────────────────────────────────

Midnight Viewport can load textures from addon packs. The addon includes an 
advanced pack discovery system that automatically detects and groups texture 
variants.

SUPPORTED TEXTURE PACKS
  • SunnArtPack5
  • SunnArtPackDarkWall
  • MidnightViewportExtra
  • Any custom addon pack following the registration format

REGISTERING A TEXTURE PACK
────────────────────────────────────────────────────────────────────────────────

To register your own texture pack or convert an existing SunnArt pack:

1. Create or update the pack's main Lua file with this template:

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
-- Example: YourPackName texture pack for MidnightViewport
-- Auto-registers textures when MidnightViewport is loaded

-- SunnArtPack8 Texture Manifest (compact format) -- This file is automatically discovered and loaded by MidnightViewport -- Only update counts or add entries below
-- SunnArtPack8 Texture Manifest (compact format) -- This file is automatically discovered and loaded by MidnightViewport -- Only update counts or add entries below
TextureManifest = {     packName = "SunnArtPack8",     folder = "SunnArtPack8",     extension = ".tga",     entries = {         -- Display and file combo for each texture variant         { display = "alterachorde", file = "alterachorde", count = 3 },         { display = "bloodelffemale", file = "bloodelffemale", count = 3 },         { display = "orcfemale", file = "orcfemale", count = 3 },         { display = "orcmale", file = "orcmale", count = 3 },         -- Add more entries as needed, using display/file combo     } }
-- Auto-register with MidnightViewport if available if type(MidnightViewportRegisterPack) == "function" then     MidnightViewportRegisterPack("SunnArtPack8", TextureManifest) end

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

2. Update your pack's .toc file:
   - Set the game version to: ## Interface: 120000
   - Remove any SunnArt dependencies
   - Add: ## Dependencies: MidnightViewport (optional, for auto-loading)

3. Ensure your texture files (.tga or .blp) match the paths in the registration

4. Install the addon and reload the game (/reload)

5. Open Midnight Viewport options and select your textures from the dropdowns

TEXTURE PACK STRUCTURE EXAMPLE
────────────────────────────────────────────────────────────────────────────────
YourPackName/
├── YourPackName.toc
├── YourPackName.lua          (registration file from template above)
├── texture1.tga
├── texture2.tga
└── texture3.tga

 

LOCALIZATION
────────────────────────────────────────────────────────────────────────────────

Midnight Viewport supports full localization:

  • English (enUS) - Full support
  • German (deDE) - Full support
  • French (frFR) - Full support
  • Spanish (esES/esMX) - Full support

The addon automatically detects your client language. Missing translations fall back to English.

═══════════════════════════════════════════════════════════════════════════════

SLASH COMMANDS
────────────────────────────────────────────────────────────────────────────────

/viewport              - Open the options panel
/viewport on           - Enable viewport sizing
/viewport off          - Disable viewport sizing
/viewport reset        - Reset all settings to defaults

VERSION HISTORY
────────────────────────────────────────────────────────────────────────────────

v1.4.0 (2026-01-29)
  • Texture rotation system with 0/90/180/270 degree options
  • Composite mode for merged textures
  • Enhanced UI with three-column layout
  • Advanced pack discovery system
  • Fixed panel size optimization to 650x680

v1.3.0 (2026-01-27)
  • Full profile management system
  • Create/load/delete/rename profiles
  • Profile dropdown in options panel

v1.2.0 (2026-01-26)
  • Full localization support (EN, DE, FR, ES)
  • Automatic language detection
  • All UI elements fully translated

v1.1.1
  • Removed chat spam during load
  • Added debug option for pack loading verification

v1.1.0 (2026-01-20)
  • Artwork/texture support
  • SunnArt pack compatibility
  • Opacity control for textures

v1.0.0
  • Initial release with basic viewport customization

═══════════════════════════════════════════════════════════════════════════════

SUPPORT & FEEDBACK
────────────────────────────────────────────────────────────────────────────────

Please report issues, suggest features, or provide feedback through:
  • Addon comments section
  • Bug reports with Debug Mode enabled
  • Feature requests

At-a-glance numbers

Performance highlights

  • Peaked at Hot #162 on Sep 8, 2026.
  • Peaked at Rising #474 on Sep 10, 2026.
  • Featured on the Hot list across 5 distinct weeks.
  • Shipped 2 releases in the last 30 days.
  • Averaging 92 new downloads per day over the past week.

Discover more

Keep exploring

Similar addons you might also want to check out.

More by richbu99

Same creator, different utilities.

Similar in HUDs

Comparable addons in the same lane.

EllesmereUI #40
5.3M downloads

EllesmereUI combines the most intuitive UI editor in WoW with extreme performance optimization and endless customization. Bring your UI to life like never before.

Preydator #57
1.8M downloads

Your Prey Is Never Alone… and Neither Are You. A Predator‑inspired Prey‑tracking addon that gives you immersive stage cues, sounds, and a customizable hunt progress bar.

MoveAny (Edit Mode, Windows and Ui) #60
20.4M downloads

Move any Blizzard Ui Element

ImproveAny (QOL, Chat icons, Repaircosts, itemlevel, wide, ...) #74
410.8K downloads

Improves default blizzard ui elements

ArcUI #76
1.2M downloads

This addon creates bars/icons for buff and debuff that have stacks and does primary resources

Vaultloom #77
78.0K downloads

Vaultloom is a warband-wide Midnight tracker that shows Great Vault progress, weekly quests, daily objectives, and PvP weeklies for your main and alts in one UI.

Waypoint UI #84
2.2M downloads

An in-world waypoint and pinpoint to show relevant information directly in world-space.

Narcissus #85
13.0M downloads

An immersive character pane and in-game studio

sArena Reloaded #89
2.6M downloads

Midnight ready! Powerful and convenient Arena Frames. Fork of sArena by Stako.

WilduTools #106
1.4M downloads

QoL UI tweaks - Blizzard UI improvements - Automates common tasks

GoldCounter #115
408.5K downloads

Track gold earned and spent across every character on your account.

RogueFlow #134 #443
10.9K downloads

A customizable Outlaw Rogue HUD for combat alerts, Roll the Bones guidance, Combo Points, Energy, and more.