One of the major goals of the Mir Vengeance rebuild was to remove the traditional separation between the game world and the website.

Historically, many Legend of Mir websites operated independently from the game itself, relying on manual updates, exported data, or custom integrations to display player information.

Mir Vengeance instead uses a direct SQL integration layer that allows website features to communicate with the live game data in real time.

A Single Source Of Truth

The website and game systems operate from the same underlying data platform.

This allows website features such as:

  • Character profiles
  • Rankings
  • Exchange listings
  • Mail systems
  • Fishing statistics
  • Crafting statistics
  • Mount information
  • Account management
  • Economic reporting

to display live information directly from the game environment.

This removes the need for duplicate databases, exported files, or manual synchronisation processes.

Decoupled Website Architecture

The website integration layer has been designed to operate independently from the game server itself.

This separation provides several advantages:

  • Easier deployment
  • Simplified maintenance
  • Reduced operational complexity
  • Improved portability
  • Faster recovery procedures

Should website infrastructure ever need to be upgraded, migrated, or rebuilt, the integration layer can be redeployed without requiring changes to the underlying game systems.

Built For Expansion

As new game systems are introduced, website functionality can be expanded alongside them.

This allows features to move beyond simple rankings and account management and become genuine extensions of the game world itself.

Examples include:

  • In-game mail access
  • Exchange management
  • Economic statistics
  • Character information
  • Mount management
  • Crafting systems
  • Community tools

Future-Proof By Design

A key design goal of the integration system was to avoid tightly coupling website functionality to a specific server or hosting environment.

By separating the website integration layer from the core game systems, Mir Vengeance can evolve its web platform independently while continuing to use the same underlying game data.

The result is a flexible architecture that allows the website to function as a true extension of the game world rather than simply a place to download the client and read announcements.